| Server IP : 185.252.147.100 / Your IP : 216.73.216.196 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/DB/ |
Upload File : |
-- MariaDB dump 10.19 Distrib 10.11.6-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: mitroauto
-- ------------------------------------------------------
-- Server version 10.11.6-MariaDB-0+deb12u1
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) 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 NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fea_emails`
--
DROP TABLE IF EXISTS `wp_fea_emails`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fea_emails` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user` mediumint(9) NOT NULL,
`status` varchar(20) NOT NULL DEFAULT 'pending',
`address` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fea_emails`
--
LOCK TABLES `wp_fea_emails` WRITE;
/*!40000 ALTER TABLE `wp_fea_emails` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fea_emails` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fea_plans`
--
DROP TABLE IF EXISTS `wp_fea_plans`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fea_plans` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires_after` text NOT NULL,
`title` text NOT NULL,
`slug` text NOT NULL,
`description` text DEFAULT NULL,
`pricing` int(11) NOT NULL,
`currency` text NOT NULL,
`plan_value` longtext DEFAULT NULL,
`plan_parent` int(11) NOT NULL,
`menu_order` int(11) NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fea_plans`
--
LOCK TABLES `wp_fea_plans` WRITE;
/*!40000 ALTER TABLE `wp_fea_plans` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fea_plans` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fea_submissions`
--
DROP TABLE IF EXISTS `wp_fea_submissions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fea_submissions` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`title` text NOT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user` int(11) NOT NULL,
`fields` longtext NOT NULL,
`form` text NOT NULL,
`status` text NOT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fea_submissions`
--
LOCK TABLES `wp_fea_submissions` WRITE;
/*!40000 ALTER TABLE `wp_fea_submissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fea_submissions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_fea_subscriptions`
--
DROP TABLE IF EXISTS `wp_fea_subscriptions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_fea_subscriptions` (
`id` mediumint(9) NOT NULL AUTO_INCREMENT,
`external_id` text DEFAULT NULL,
`created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`expires_at` datetime DEFAULT '0000-00-00 00:00:00',
`status` text NOT NULL,
`user` text NOT NULL,
`plan` int(11) NOT NULL,
`gross` text NOT NULL,
`payment_token` text DEFAULT NULL,
`recurring_amount` text DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_fea_subscriptions`
--
LOCK TABLES `wp_fea_subscriptions` WRITE;
/*!40000 ALTER TABLE `wp_fea_subscriptions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_fea_subscriptions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) 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) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=340 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','https://auto.mitrofanov.ru','yes'),
(2,'home','https://auto.mitrofanov.ru','yes'),
(3,'blogname','East Point Auto','yes'),
(4,'blogdescription','Прокат, аренда и продажа автомобилей во Владивостоке','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','admin@admin.loc','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','','yes'),
(11,'comments_notify','','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','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','','yes'),
(20,'default_ping_status','','yes'),
(21,'default_pingback_flag','','yes'),
(22,'posts_per_page','10','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','','yes'),
(27,'moderation_notify','','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(29,'rewrite_rules','a:108:{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:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:46:\"frontend-dashboard/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"frontend-dashboard/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"frontend-dashboard/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"frontend-dashboard/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"frontend-dashboard/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"frontend-dashboard/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=admin_form&name=$matches[1]&tb=1\";s:47:\"frontend-dashboard/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=admin_form&name=$matches[1]&paged=$matches[2]\";s:54:\"frontend-dashboard/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=admin_form&name=$matches[1]&cpage=$matches[2]\";s:43:\"frontend-dashboard/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=admin_form&name=$matches[1]&page=$matches[2]\";s:35:\"frontend-dashboard/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"frontend-dashboard/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"frontend-dashboard/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"frontend-dashboard/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"frontend-dashboard/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$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: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: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:32:\"auto/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"auto/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"auto/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"auto/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"auto/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"auto/([^/]+)/trackback/?$\";s:31:\"index.php?auto=$matches[1]&tb=1\";s:33:\"auto/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?auto=$matches[1]&paged=$matches[2]\";s:40:\"auto/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?auto=$matches[1]&cpage=$matches[2]\";s:29:\"auto/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?auto=$matches[1]&page=$matches[2]\";s:21:\"auto/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"auto/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"auto/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"auto/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"auto/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=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: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:29:\"gb-template-viewer(/(.*))?/?$\";s:41:\"index.php?&gb-template-viewer=$matches[2]\";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: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: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: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: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: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: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: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: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:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:7:{i:0;s:42:\"acf-frontend-form-element/acf-frontend.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:29:\"da-image-set/da-image-set.php\";i:3;s:25:\"generateblocks/plugin.php\";i:4;s:31:\"infinite-scroll-block/index.php\";i:5;s:41:\"navz-photo-gallery/navz-photo-gallery.php\";i:6;s:41:\"wordpress-importer/wordpress-importer.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','10','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','a:2:{i:0;s:78:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress_child/style.css\";i:2;s:0:\"\";}','no'),
(40,'template','generatepress','yes'),
(41,'stylesheet','generatepress_child','yes'),
(42,'comment_registration','','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','57155','yes'),
(47,'uploads_use_yearmonth_folders','','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','0','yes'),
(51,'show_on_front','page','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','300','yes'),
(57,'thumbnail_size_h','300','yes'),
(58,'thumbnail_crop','','yes'),
(59,'medium_size_w','600','yes'),
(60,'medium_size_h','0','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1200','yes'),
(63,'large_size_h','0','yes'),
(64,'image_default_link_type','','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(79,'uninstall_plugins','a:0:{}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','2','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','0','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','','yes'),
(91,'admin_email_lifespan','1734945035','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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: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:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(102,'fresh_site','0','yes'),
(103,'WPLANG','ru_RU','yes'),
(104,'user_count','2','no'),
(105,'widget_block','a:2:{i:2;a:1:{s:7:\"content\";s:6304:\"<!-- wp:generateblocks/container {\"uniqueId\":\"a40e6244\",\"anchor\":\"foo\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"metadata\":{\"name\":\"Футер\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d264a2ba\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginTop\":\"0px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"0px\",\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1.5rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"296368d5\",\"columns\":4,\"horizontalGap\":60,\"verticalGapTablet\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6eb67b76\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"38%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"51b49b15\",\"mediaId\":266,\"sizeSlug\":\"full\",\"width\":\"250px\",\"blockVersion\":2,\"spacing\":{\"marginBottom\":\"2rem\"}} -->\n<figure class=\"gb-block-image gb-block-image-51b49b15\"><img class=\"gb-image gb-image-51b49b15\" src=\"https://auto.at.loc/wp-content/uploads/logo_auto_white.min_.svg\" alt=\"\" title=\"logo_auto_white.min\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p>Лизинг авто для физических лиц. Скидка до 10% от стоимости автосалона.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Один звонок — своя машина. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"0b009eb6\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002ddark-accent)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-0b009eb6 gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"38c597ea\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"47c8232e\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\",\"fontWeight\":\"600\",\"letterSpacing\":\"1px\"},\"spacing\":{\"marginBottom\":\"1.5rem\"}} -->\n<div class=\"gb-headline gb-headline-47c8232e gb-headline-text\">Контакты</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>г. Владивосток, Авраменко 2</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"mailto:vit@dobrolom.com\">vit@dobrolom.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"tel://+79024815806\">+7-902-481-58-06</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"tel://+79147023636\">+7-914-702-36-36</a></p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2c192ae6\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"723a23cf\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\",\"fontWeight\":\"500\",\"letterSpacing\":\"1px\"},\"spacing\":{\"marginBottom\":\"1.5rem\"}} -->\n<div class=\"gb-headline gb-headline-723a23cf gb-headline-text\">Часы работы</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>8:00 — 17:00<br>(выходной: суббота,воскресенье)</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"83b22729\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e3726937\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\",\"fontWeight\":\"500\",\"letterSpacing\":\"1px\"},\"spacing\":{\"marginBottom\":\"1.5rem\"}} -->\n<div class=\"gb-headline gb-headline-e3726937 gb-headline-text\">Связь</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://t.me/ep_avto\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Telegram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://vk.com/amiroavto\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">ВКонтакте</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://ok.ru/group/70000003390897/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Одноклассники</a></p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(106,'sidebars_widgets','a:12:{s:19:\"wp_inactive_widgets\";a:1:{i:0;s:7:\"block-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:6:\"header\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:8:\"footer-5\";a:0:{}s:10:\"footer-bar\";a:0:{}s:7:\"top-bar\";a:0:{}s:13:\"array_version\";i:3;}','yes'),
(107,'cron','a:11:{i:1719394173;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;}}}i:1719396637;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:1719402984;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1719436237;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:1719436254;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1719479437;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1719488481;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1719488511;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:1719576730;a:1:{s:26:\"importer_scheduled_cleanup\";a:1:{s:32:\"01bbd2e22c3cac0799192c16216506cd\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:387;}}}}i:1719997840;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),
(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(122,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(124,'recovery_keys','a:3:{s:22:\"PUXqzdJoT9MZXizjuZlVTk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BR2K036fwovUU5iQ7CTrPFFQEa2zON.\";s:10:\"created_at\";i:1719491150;}s:22:\"BeFlxsi6BYiP0q2noEgnwk\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BaVdC0wH6VUdMKekXhMLOHxBgKHZ6m.\";s:10:\"created_at\";i:1719910767;}s:22:\"FxSSxc5iKelUklKnEYh9jU\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BQGgmebV8c4uADA5C3bA2jIN/Q8XtC.\";s:10:\"created_at\";i:1720343076;}}','yes'),
(133,'_site_transient_timeout_browser_120f067c16b32be659e0180b31e62841','1719997845','no'),
(134,'_site_transient_browser_120f067c16b32be659e0180b31e62841','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"126.0.0.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),
(135,'_site_transient_timeout_php_check_714ae3a617be44d067c4b5dcef2a7ebe','1719997846','no'),
(136,'_site_transient_php_check_714ae3a617be44d067c4b5dcef2a7ebe','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),
(137,'can_compress_scripts','1','yes'),
(157,'finished_updating_comment_type','1','yes'),
(158,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),
(159,'recently_activated','a:0:{}','yes'),
(160,'_transient_doing_cron','1719525573.6438939571380615234375','yes'),
(165,'theme_mods_twentytwentyfour','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1719394224;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),
(166,'current_theme','GeneratePress Child','yes'),
(167,'theme_mods_generatepress','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:1719395788;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:6:\"header\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:8:\"footer-5\";a:0:{}s:10:\"footer-bar\";a:0:{}s:7:\"top-bar\";a:0:{}}}}','no'),
(168,'theme_switched','','yes'),
(169,'generate_dynamic_css_output','body{background-color:var(--base-2);color:var(--contrast);}a{color:var(--contrast);}a:hover, a:focus{text-decoration:underline;}.entry-title a, .site-branding a, a.button, .wp-block-button__link, .main-navigation a{text-decoration:none;}a:hover, a:focus, a:active{color:var(--dark-accent);}.wp-block-group__inner-container{max-width:1200px;margin-left:auto;margin-right:auto;}:root{--contrast:#222222;--contrast-2:#575760;--contrast-3:#b2b2be;--base:#f0f0f0;--base-2:#f7f8f9;--base-3:#ffffff;--accent:#1e73be;--dark-accent:#094074;--contrast-4:#5adbff;--button-hero:#ffdd4a;--button-hero-2:#fe9000;}:root .has-contrast-color{color:var(--contrast);}:root .has-contrast-background-color{background-color:var(--contrast);}:root .has-contrast-2-color{color:var(--contrast-2);}:root .has-contrast-2-background-color{background-color:var(--contrast-2);}:root .has-contrast-3-color{color:var(--contrast-3);}:root .has-contrast-3-background-color{background-color:var(--contrast-3);}:root .has-base-color{color:var(--base);}:root .has-base-background-color{background-color:var(--base);}:root .has-base-2-color{color:var(--base-2);}:root .has-base-2-background-color{background-color:var(--base-2);}:root .has-base-3-color{color:var(--base-3);}:root .has-base-3-background-color{background-color:var(--base-3);}:root .has-accent-color{color:var(--accent);}:root .has-accent-background-color{background-color:var(--accent);}:root .has-dark-accent-color{color:var(--dark-accent);}:root .has-dark-accent-background-color{background-color:var(--dark-accent);}:root .has-contrast-4-color{color:var(--contrast-4);}:root .has-contrast-4-background-color{background-color:var(--contrast-4);}:root .has-button-hero-color{color:var(--button-hero);}:root .has-button-hero-background-color{background-color:var(--button-hero);}:root .has-button-hero-2-color{color:var(--button-hero-2);}:root .has-button-hero-2-background-color{background-color:var(--button-hero-2);}.top-bar{background-color:#636363;color:#ffffff;}.top-bar a{color:#ffffff;}.top-bar a:hover{color:#303030;}.site-header{background-color:var(--base-3);}.main-title a,.main-title a:hover{color:var(--contrast);}.site-description{color:var(--contrast-2);}.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:hover,.mobile-menu-control-wrapper .menu-toggle:focus,.has-inline-mobile-toggle #site-navigation.toggled{background-color:rgba(0, 0, 0, 0.02);}.main-navigation,.main-navigation ul ul{background-color:var(--base-3);}.main-navigation .main-nav ul li a, .main-navigation .menu-toggle, .main-navigation .menu-bar-items{color:var(--contrast);}.main-navigation .main-nav ul li:not([class*=\"current-menu-\"]):hover > a, .main-navigation .main-nav ul li:not([class*=\"current-menu-\"]):focus > a, .main-navigation .main-nav ul li.sfHover:not([class*=\"current-menu-\"]) > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color:var(--accent);}button.menu-toggle:hover,button.menu-toggle:focus{color:var(--contrast);}.main-navigation .main-nav ul li[class*=\"current-menu-\"] > a{color:var(--accent);}.navigation-search input[type=\"search\"],.navigation-search input[type=\"search\"]:active, .navigation-search input[type=\"search\"]:focus, .main-navigation .main-nav ul li.search-item.active > a, .main-navigation .menu-bar-items .search-item.active > a{color:var(--accent);}.main-navigation ul ul{background-color:var(--base);}.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header{background-color:var(--base-2);}.entry-title a{color:var(--contrast);}.entry-title a:hover{color:var(--contrast-2);}.entry-meta{color:var(--contrast-2);}.sidebar .widget{background-color:var(--base-3);}.footer-widgets{background-color:var(--base-3);}.site-info{color:var(--base-3);background-color:var(--contrast);}input[type=\"text\"],input[type=\"email\"],input[type=\"url\"],input[type=\"password\"],input[type=\"search\"],input[type=\"tel\"],input[type=\"number\"],textarea,select{color:var(--contrast);background-color:var(--base-2);border-color:var(--base);}input[type=\"text\"]:focus,input[type=\"email\"]:focus,input[type=\"url\"]:focus,input[type=\"password\"]:focus,input[type=\"search\"]:focus,input[type=\"tel\"]:focus,input[type=\"number\"]:focus,textarea:focus,select:focus{color:var(--contrast);background-color:var(--base-2);border-color:var(--contrast-3);}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"],a.button,a.wp-block-button__link:not(.has-background){color:#ffffff;background-color:#55555e;}button:hover,html input[type=\"button\"]:hover,input[type=\"reset\"]:hover,input[type=\"submit\"]:hover,a.button:hover,button:focus,html input[type=\"button\"]:focus,input[type=\"reset\"]:focus,input[type=\"submit\"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover{color:#ffffff;background-color:#3f4047;}a.generate-back-to-top{background-color:rgba( 0,0,0,0.4 );color:#ffffff;}a.generate-back-to-top:hover,a.generate-back-to-top:focus{background-color:rgba( 0,0,0,0.6 );color:#ffffff;}:root{--gp-search-modal-bg-color:var(--base-3);--gp-search-modal-text-color:var(--contrast);--gp-search-modal-overlay-bg-color:rgba(0,0,0,0.2);}@media (max-width:768px){.main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{background:none;color:var(--contrast);}}.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px;}.site-main .wp-block-group__inner-container{padding:40px;}.separate-containers .paging-navigation{padding-top:20px;padding-bottom:20px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-40px;width:calc(100% + 80px);max-width:calc(100% + 80px);}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px;}.rtl .main-navigation .main-nav ul li.menu-item-has-children > a{padding-right:20px;}@media (max-width:768px){.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header{padding:30px;}.site-main .wp-block-group__inner-container{padding:30px;}.inside-top-bar{padding-right:30px;padding-left:30px;}.inside-header{padding-right:30px;padding-left:30px;}.widget-area .widget{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.footer-widgets-container{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;}.inside-site-info{padding-right:30px;padding-left:30px;}.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull{margin-left:-30px;width:calc(100% + 60px);max-width:calc(100% + 60px);}.one-container .site-main .paging-navigation{margin-bottom:20px;}}','yes'),
(170,'generate_dynamic_css_cached_version','3.4.0','yes'),
(171,'generate_db_version','3.4.0','yes'),
(176,'new_admin_email','admin@admin.loc','yes'),
(187,'_transient_health-check-site-status-result','{\"good\":\"17\",\"recommended\":\"4\",\"critical\":\"0\"}','yes'),
(188,'_transient_timeout_dirsize_cache','2034755575','no'),
(189,'_transient_dirsize_cache','a:288:{s:49:\"/www/loc/auto.at.loc/wordpress/wp-content/upgrade\";i:0;s:59:\"/www/loc/auto.at.loc/wordpress/wp-content/languages/plugins\";i:0;s:58:\"/www/loc/auto.at.loc/wordpress/wp-content/languages/themes\";i:115329;s:51:\"/www/loc/auto.at.loc/wordpress/wp-content/languages\";i:5305052;s:52:\"/www/loc/auto.at.loc/wordpress/wp-content/mu-plugins\";i:6165;s:41:\"/www/loc/auto.at.loc/wordpress/wp-content\";i:5311245;s:53:\"/www/loc/auto.at.loc/wordpress/wp-includes/php-compat\";i:1253;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/images/media\";i:5263;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/images/smilies\";i:10082;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/images/crystal\";i:15541;s:49:\"/www/loc/auto.at.loc/wordpress/wp-includes/images\";i:102178;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/block-supports\";i:113978;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/theme-compat\";i:15656;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Decode/HTML\";i:17241;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Decode\";i:17241;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Parse\";i:20551;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Content/Type\";i:8015;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Content\";i:8015;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/XML/Declaration\";i:7098;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/XML\";i:7098;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Cache\";i:39607;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/Net\";i:7493;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie/HTTP\";i:11487;s:52:\"/www/loc/auto.at.loc/wordpress/wp-includes/SimplePie\";i:458625;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Transport\";i:35060;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Cookie\";i:4363;s:75:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Exception/Transport\";i:1397;s:70:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Exception/Http\";i:16715;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Exception\";i:22464;s:63:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Utility\";i:7176;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Response\";i:3101;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Auth\";i:2541;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src/Proxy\";i:4217;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/src\";i:214155;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests/library\";i:261;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/Requests\";i:214416;s:63:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/preferences\";i:8370;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/edit-widgets\";i:97016;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/patterns\";i:5546;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/block-directory\";i:15076;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/edit-site\";i:465060;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/block-library\";i:822550;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/format-library\";i:5472;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/edit-post\";i:150390;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/widgets\";i:23656;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/commands\";i:12768;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/customize-widgets\";i:23540;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/reusable-blocks\";i:2206;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/editor\";i:129032;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/nux\";i:11540;s:72:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/list-reusable-blocks\";i:17844;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/components\";i:354537;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist/block-editor\";i:613729;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/css/dist\";i:2758332;s:46:\"/www/loc/auto.at.loc/wordpress/wp-includes/css\";i:3406025;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/Text/Diff/Renderer\";i:5528;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/Text/Diff/Engine\";i:31802;s:52:\"/www/loc/auto.at.loc/wordpress/wp-includes/Text/Diff\";i:44136;s:47:\"/www/loc/auto.at.loc/wordpress/wp-includes/Text\";i:57049;s:49:\"/www/loc/auto.at.loc/wordpress/wp-includes/assets\";i:26062;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/html-api\";i:211069;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/certificates\";i:233231;s:46:\"/www/loc/auto.at.loc/wordpress/wp-includes/ID3\";i:1160011;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/interactivity-api\";i:52125;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/navigation\";i:133018;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-content\";i:1389;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments\";i:28882;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-pagination-numbers\";i:1942;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/gallery\";i:79899;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/shortcode\";i:3192;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/calendar\";i:3804;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-content\";i:1369;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/details\";i:2067;s:63:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/template-part\";i:8502;s:70:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-navigation-link\";i:4010;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/columns\";i:9193;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-reply-link\";i:1001;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-author-name\";i:1118;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/term-description\";i:1751;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/code\";i:2638;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/footnotes\";i:2642;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/loginout\";i:1026;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/avatar\";i:2296;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/button\";i:23227;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments-title\";i:1701;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-author-biography\";i:971;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/categories\";i:2825;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/social-link\";i:2344;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/separator\";i:5280;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/html\";i:3708;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/page-list\";i:7663;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/home-link\";i:1130;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/pattern\";i:411;s:75:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-pagination-previous\";i:1051;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/widget-group\";i:374;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/freeform\";i:41824;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/audio\";i:3564;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query\";i:13889;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/site-tagline\";i:1570;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/verse\";i:1860;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/site-logo\";i:16227;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/site-title\";i:2201;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-no-results\";i:899;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/heading\";i:5710;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/pullquote\";i:8387;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/buttons\";i:11183;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/nextpage\";i:3039;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/paragraph\";i:6857;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/navigation-submenu\";i:5842;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/archives\";i:1725;s:63:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-template\";i:8336;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-pagination\";i:9403;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/embed\";i:11320;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/block\";i:5072;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-featured-image\";i:28162;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/media-text\";i:13788;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/page-list-item\";i:1109;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/column\";i:1597;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-edit-link\";i:1213;s:53:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/rss\";i:5077;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments-pagination\";i:8628;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-date\";i:1112;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-title\";i:1392;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/quote\";i:6522;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/more\";i:3752;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/read-more\";i:2526;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-date\";i:1377;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/tag-cloud\";i:3500;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/missing\";i:617;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-title\";i:1823;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/social-links\";i:54790;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-excerpt\";i:2925;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/preformatted\";i:1696;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/latest-comments\";i:6657;s:78:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments-pagination-previous\";i:1023;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments-pagination-next\";i:1011;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/search\";i:18972;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/list-item\";i:1099;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/navigation-link\";i:12266;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/latest-posts\";i:11254;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-comments-form\";i:9575;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/group\";i:13249;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-terms\";i:1715;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/table\";i:27288;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/list\";i:2157;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-author-name\";i:1192;s:77:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/query-pagination-next\";i:1039;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/file\";i:11254;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/image\";i:67389;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/text-columns\";i:3034;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/comment-template\";i:2910;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/video\";i:11523;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/cover\";i:85204;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/post-author\";i:2895;s:63:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/legacy-widget\";i:556;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks/spacer\";i:4737;s:49:\"/www/loc/auto.at.loc/wordpress/wp-includes/blocks\";i:1501483;s:47:\"/www/loc/auto.at.loc/wordpress/wp-includes/pomo\";i:57144;s:52:\"/www/loc/auto.at.loc/wordpress/wp-includes/customize\";i:176574;s:50:\"/www/loc/auto.at.loc/wordpress/wp-includes/widgets\";i:158520;s:52:\"/www/loc/auto.at.loc/wordpress/wp-includes/PHPMailer\";i:233227;s:47:\"/www/loc/auto.at.loc/wordpress/wp-includes/l10n\";i:30570;s:48:\"/www/loc/auto.at.loc/wordpress/wp-includes/fonts\";i:326255;s:80:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:76:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:76:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:81:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:78:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core32\";i:437041;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/PHP52\";i:4116;s:72:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:78:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:79:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:76:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:65:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src/Core\";i:452743;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/src\";i:1207254;s:81:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:81:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:86:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:83:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:72:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/namespaced\";i:2698;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat/lib\";i:87360;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/sodium_compat\";i:1303525;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/sitemaps/providers\";i:17593;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/sitemaps\";i:47491;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/rest-api/endpoints\";i:846407;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/rest-api/search\";i:16749;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/rest-api/fields\";i:22510;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/rest-api\";i:975253;s:46:\"/www/loc/auto.at.loc/wordpress/wp-includes/IXR\";i:33915;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/block-patterns\";i:8843;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/block-bindings\";i:3610;s:57:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/dist/vendor\";i:2714416;s:62:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/dist/development\";i:179848;s:50:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/dist\";i:20677627;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/langs\";i:15529;s:76:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:73:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:75:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/skins\";i:233085;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/themes/inlite\";i:452642;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/themes/modern\";i:446221;s:60:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/themes\";i:898863;s:72:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wplink\";i:26566;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/media\";i:57914;s:75:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/paste\";i:113193;s:73:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:64:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/hr\";i:1347;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/lists\";i:97383;s:70:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:74:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:70:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:73:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:66:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/link\";i:32949;s:76:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:71:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:67:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/image\";i:55874;s:69:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:61:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/plugins\";i:607051;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce/utils\";i:18826;s:53:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/tinymce\";i:2853756;s:59:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/imgareaselect\";i:49553;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/jquery/ui\";i:808535;s:52:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/jquery\";i:1326271;s:50:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/crop\";i:20004;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/thickbox\";i:31266;s:68:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/mediaelement/renderers\";i:18880;s:58:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/mediaelement\";i:721307;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/swfupload\";i:8715;s:56:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/codemirror\";i:1287141;s:54:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/plupload\";i:490468;s:51:\"/www/loc/auto.at.loc/wordpress/wp-includes/js/jcrop\";i:24976;s:45:\"/www/loc/auto.at.loc/wordpress/wp-includes/js\";i:29907446;s:55:\"/www/loc/auto.at.loc/wordpress/wp-includes/style-engine\";i:43906;s:42:\"/www/loc/auto.at.loc/wordpress/wp-includes\";i:48110123;s:46:\"/www/loc/auto.at.loc/wordpress/wp-admin/images\";i:426139;s:58:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/sunrise\";i:78407;s:56:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/ocean\";i:75229;s:60:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/ectoplasm\";i:77742;s:55:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/blue\";i:77778;s:56:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/light\";i:78474;s:59:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/midnight\";i:78486;s:57:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/coffee\";i:75892;s:57:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors/modern\";i:77989;s:50:\"/www/loc/auto.at.loc/wordpress/wp-admin/css/colors\";i:643556;s:43:\"/www/loc/auto.at.loc/wordpress/wp-admin/css\";i:2532149;s:44:\"/www/loc/auto.at.loc/wordpress/wp-admin/user\";i:3418;s:48:\"/www/loc/auto.at.loc/wordpress/wp-admin/includes\";i:3052983;s:45:\"/www/loc/auto.at.loc/wordpress/wp-admin/maint\";i:7592;s:47:\"/www/loc/auto.at.loc/wordpress/wp-admin/network\";i:125258;s:50:\"/www/loc/auto.at.loc/wordpress/wp-admin/js/widgets\";i:139380;s:42:\"/www/loc/auto.at.loc/wordpress/wp-admin/js\";i:1963052;s:39:\"/www/loc/auto.at.loc/wordpress/wp-admin\";i:9040287;s:30:\"/www/loc/auto.at.loc/wordpress\";i:62648188;s:79:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/css/admin\";i:11392;s:84:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/css/components\";i:86950;s:73:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/css\";i:329528;s:74:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/dist\";i:373594;s:75:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/fonts\";i:1100568;s:72:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets/js\";i:44223;s:69:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/assets\";i:1847913;s:90:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/customizer/controls/css\";i:20732;s:89:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/customizer/controls/js\";i:120589;s:86:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/customizer/controls\";i:172141;s:84:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/customizer/fields\";i:58286;s:77:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/customizer\";i:252062;s:76:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc/structure\";i:71082;s:66:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress/inc\";i:763826;s:62:\"/www/loc/auto.at.loc/wordpress/wp-content/themes/generatepress\";i:2731978;s:48:\"/www/loc/auto.at.loc/wordpress/wp-content/themes\";i:2732006;s:49:\"/www/loc/auto.at.loc/wordpress/wp-content/plugins\";i:28;s:57:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/2024/06\";i:0;s:54:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/2024\";i:0;s:49:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads\";i:0;}','no'),
(193,'theme_mods_generatepress_child','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:3;}s:18:\"custom_css_post_id\";i:206;s:11:\"custom_logo\";i:66;}','yes'),
(200,'generateblocks_dynamic_css_posts','a:3:{i:3;b:1;i:893;b:1;i:2;b:1;}','yes'),
(201,'generateblocks_dynamic_css_time','1721643236','yes'),
(203,'generateblocks_version','1.9.1','yes'),
(210,'generate_settings','a:16:{s:12:\"font_manager\";a:0:{}s:10:\"typography\";a:0:{}s:21:\"footer_widget_setting\";s:1:\"0\";s:15:\"underline_links\";s:5:\"hover\";s:10:\"hide_title\";b:1;s:10:\"logo_width\";s:0:\"\";s:16:\"background_color\";s:13:\"var(--base-2)\";s:24:\"content_background_color\";s:13:\"var(--base-2)\";s:23:\"footer_background_color\";s:15:\"var(--contrast)\";s:17:\"footer_text_color\";s:13:\"var(--base-3)\";s:22:\"content_layout_setting\";s:19:\"separate-containers\";s:19:\"container_alignment\";s:4:\"text\";s:13:\"global_colors\";a:11:{i:0;a:3:{s:4:\"name\";s:8:\"contrast\";s:4:\"slug\";s:8:\"contrast\";s:5:\"color\";s:7:\"#222222\";}i:1;a:3:{s:4:\"name\";s:10:\"contrast-2\";s:4:\"slug\";s:10:\"contrast-2\";s:5:\"color\";s:7:\"#575760\";}i:2;a:3:{s:4:\"name\";s:10:\"contrast-3\";s:4:\"slug\";s:10:\"contrast-3\";s:5:\"color\";s:7:\"#b2b2be\";}i:3;a:3:{s:4:\"name\";s:4:\"base\";s:4:\"slug\";s:4:\"base\";s:5:\"color\";s:7:\"#f0f0f0\";}i:4;a:3:{s:4:\"name\";s:6:\"base-2\";s:4:\"slug\";s:6:\"base-2\";s:5:\"color\";s:7:\"#f7f8f9\";}i:5;a:3:{s:4:\"name\";s:6:\"base-3\";s:4:\"slug\";s:6:\"base-3\";s:5:\"color\";s:7:\"#ffffff\";}i:6;a:3:{s:4:\"name\";s:6:\"accent\";s:4:\"slug\";s:6:\"accent\";s:5:\"color\";s:7:\"#1e73be\";}i:7;a:3:{s:4:\"name\";s:11:\"dark-accent\";s:4:\"slug\";s:11:\"dark-accent\";s:5:\"color\";s:7:\"#094074\";}i:8;a:3:{s:4:\"name\";s:10:\"contrast-4\";s:4:\"slug\";s:10:\"contrast-4\";s:5:\"color\";s:7:\"#5adbff\";}i:9;a:3:{s:4:\"name\";s:11:\"button-hero\";s:4:\"slug\";s:11:\"button-hero\";s:5:\"color\";s:7:\"#ffdd4a\";}i:10;a:3:{s:4:\"name\";s:13:\"button-hero-2\";s:4:\"slug\";s:13:\"button-hero-2\";s:5:\"color\";s:7:\"#fe9000\";}}s:10:\"link_color\";s:15:\"var(--contrast)\";s:16:\"link_color_hover\";s:18:\"var(--dark-accent)\";s:14:\"nav_drop_point\";s:0:\"\";}','yes'),
(217,'site_logo','66','yes'),
(243,'_site_transient_timeout_g_url_details_response_e40d30ff7f51d5cc16ba373f3ae8af5e','1719482756','no'),
(244,'_site_transient_g_url_details_response_e40d30ff7f51d5cc16ba373f3ae8af5e','<!DOCTYPE html>\n<html>\n <head>\n <meta charset=\"utf-8\">\n <title>Telegram: Contact @ep_avto</title>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n <script>try{if(window.parent!=null&&window!=window.parent){window.parent.postMessage(JSON.stringify({eventType:\'web_app_open_tg_link\',eventData:{path_full:\"\\/ep_avto\"}}),\'https://web.telegram.org\');}}catch(e){}</script>\n \n<meta property=\"og:title\" content=\"EAST POINT AVTO (аренда авто под выкуп)\">\n<meta property=\"og:image\" content=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BPGRlZnM%2BPGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHgyPSIwJSIgeTE9IjAlIiB5Mj0iMTAwJSI%2BPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzZWRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YzliNyIvPjwvbGluZWFyR3JhZGllbnQ%2BPC9kZWZzPjxzdHlsZT50ZXh0e2ZvbnQ6NjAwIDQ0cHggLWFwcGxlLXN5c3RlbSxCbGlua01hY1N5c3RlbUZvbnQsJ1NlZ29lIFVJJyxSb2JvdG8sSGVsdmV0aWNhLEFyaWFsLHNhbnMtc2VyaWYsJ0FwcGxlIENvbG9yIEVtb2ppJywnU2Vnb2UgVUkgRW1vamknLCdTZWdvZSBVSSBTeW1ib2wnOy13ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt1c2VyLXNlbGVjdDpub25lfTwvc3R5bGU%2BPHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjZykiLz48dGV4dCB0ZXh0LWFuY2hvcj0ibWlkZGxlIiB4PSI1MCIgeT0iNjYiIGZpbGw9IiNmZmYiPkXQkjwvdGV4dD48L3N2Zz4%3D\">\n<meta property=\"og:site_name\" content=\"Telegram\">\n<meta property=\"og:description\" content=\"Любые авто в аренду с последующим выкупом. Дальний Восток\">\n\n<meta property=\"twitter:title\" content=\"EAST POINT AVTO (аренда авто под выкуп)\">\n<meta property=\"twitter:image\" content=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BPGRlZnM%2BPGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHgyPSIwJSIgeTE9IjAlIiB5Mj0iMTAwJSI%2BPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzZWRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YzliNyIvPjwvbGluZWFyR3JhZGllbnQ%2BPC9kZWZzPjxzdHlsZT50ZXh0e2ZvbnQ6NjAwIDQ0cHggLWFwcGxlLXN5c3RlbSxCbGlua01hY1N5c3RlbUZvbnQsJ1NlZ29lIFVJJyxSb2JvdG8sSGVsdmV0aWNhLEFyaWFsLHNhbnMtc2VyaWYsJ0FwcGxlIENvbG9yIEVtb2ppJywnU2Vnb2UgVUkgRW1vamknLCdTZWdvZSBVSSBTeW1ib2wnOy13ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt1c2VyLXNlbGVjdDpub25lfTwvc3R5bGU%2BPHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjZykiLz48dGV4dCB0ZXh0LWFuY2hvcj0ibWlkZGxlIiB4PSI1MCIgeT0iNjYiIGZpbGw9IiNmZmYiPkXQkjwvdGV4dD48L3N2Zz4%3D\">\n<meta property=\"twitter:site\" content=\"@Telegram\">\n\n<meta property=\"al:ios:app_store_id\" content=\"686449807\">\n<meta property=\"al:ios:app_name\" content=\"Telegram Messenger\">\n<meta property=\"al:ios:url\" content=\"tg://resolve?domain=ep_avto\">\n\n<meta property=\"al:android:url\" content=\"tg://resolve?domain=ep_avto\">\n<meta property=\"al:android:app_name\" content=\"Telegram\">\n<meta property=\"al:android:package\" content=\"org.telegram.messenger\">\n\n<meta name=\"twitter:card\" content=\"summary\">\n<meta name=\"twitter:site\" content=\"@Telegram\">\n<meta name=\"twitter:description\" content=\"Любые авто в аренду с последующим выкупом. Дальний Восток\n\">\n<meta name=\"twitter:app:name:iphone\" content=\"Telegram Messenger\">\n<meta name=\"twitter:app:id:iphone\" content=\"686449807\">\n<meta name=\"twitter:app:url:iphone\" content=\"tg://resolve?domain=ep_avto\">\n<meta name=\"twitter:app:name:ipad\" content=\"Telegram Messenger\">\n<meta name=\"twitter:app:id:ipad\" content=\"686449807\">\n<meta name=\"twitter:app:url:ipad\" content=\"tg://resolve?domain=ep_avto\">\n<meta name=\"twitter:app:name:googleplay\" content=\"Telegram\">\n<meta name=\"twitter:app:id:googleplay\" content=\"org.telegram.messenger\">\n<meta name=\"twitter:app:url:googleplay\" content=\"https://t.me/ep_avto\">\n\n<meta name=\"apple-itunes-app\" content=\"app-id=686449807, app-argument: tg://resolve?domain=ep_avto\">\n <script>window.matchMedia&&window.matchMedia(\'(prefers-color-scheme: dark)\').matches&&document.documentElement&&document.documentElement.classList&&document.documentElement.classList.add(\'theme_dark\');</script>\n <link rel=\"icon\" type=\"image/svg+xml\" href=\"//telegram.org/img/website_icon.svg?4\">\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"//telegram.org/img/apple-touch-icon.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"//telegram.org/img/favicon-32x32.png\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"//telegram.org/img/favicon-16x16.png\">\n<link rel=\"alternate icon\" href=\"//telegram.org/img/favicon.ico\" type=\"image/x-icon\" />\n <link href=\"//telegram.org/css/font-roboto.css?1\" rel=\"stylesheet\" type=\"text/css\">\n <!--link href=\"/css/myriad.css\" rel=\"stylesheet\"-->\n <link href=\"//telegram.org/css/bootstrap.min.css?3\" rel=\"stylesheet\">\n <link href=\"//telegram.org/css/telegram.css?237\" rel=\"stylesheet\" media=\"screen\">\n </head>\n <body class=\"no_transition\">\n <div class=\"tgme_background_wrap\">\n <canvas id=\"tgme_background\" class=\"tgme_background default\" width=\"50\" height=\"50\" data-colors=\"dbddbb,6ba587,d5d88d,88b884\"></canvas>\n <div class=\"tgme_background_pattern default\"></div>\n </div>\n <div class=\"tgme_page_wrap\">\n <div class=\"tgme_head_wrap\">\n <div class=\"tgme_head\">\n <a href=\"//telegram.org/\" class=\"tgme_head_brand\">\n <svg class=\"tgme_logo\" height=\"34\" viewBox=\"0 0 133 34\" width=\"133\" xmlns=\"http://www.w3.org/2000/svg\">\n <g fill=\"none\" fill-rule=\"evenodd\">\n <circle cx=\"17\" cy=\"17\" fill=\"var(--accent-btn-color)\" r=\"17\"/><path d=\"m7.06510669 16.9258959c5.22739451-2.1065178 8.71314291-3.4952633 10.45724521-4.1662364 4.9797665-1.9157646 6.0145193-2.2485535 6.6889567-2.2595423.1483363-.0024169.480005.0315855.6948461.192827.1814076.1361492.23132.3200675.2552048.4491519.0238847.1290844.0536269.4231419.0299841.65291-.2698553 2.6225356-1.4375148 8.986738-2.0315537 11.9240228-.2513602 1.2428753-.7499132 1.5088847-1.2290685 1.5496672-1.0413153.0886298-1.8284257-.4857912-2.8369905-1.0972863-1.5782048-.9568691-2.5327083-1.3984317-4.0646293-2.3321592-1.7703998-1.0790837-.212559-1.583655.7963867-2.5529189.2640459-.2536609 4.7753906-4.3097041 4.755976-4.431706-.0070494-.0442984-.1409018-.481649-.2457499-.5678447-.104848-.0861957-.2595946-.0567202-.3712641-.033278-.1582881.0332286-2.6794907 1.5745492-7.5636077 4.6239616-.715635.4545193-1.3638349.6759763-1.9445998.6643712-.64024672-.0127938-1.87182452-.334829-2.78737602-.6100966-1.12296117-.3376271-1.53748501-.4966332-1.45976769-1.0700283.04048-.2986597.32581586-.610598.8560076-.935815z\" fill=\"#fff\"/><path d=\"m49.4 24v-12.562h-4.224v-2.266h11.198v2.266h-4.268v12.562zm16.094-4.598h-7.172c.066 1.936 1.562 2.772 3.3 2.772 1.254 0 2.134-.198 2.97-.484l.396 1.848c-.924.396-2.2.682-3.74.682-3.476 0-5.522-2.134-5.522-5.412 0-2.97 1.804-5.764 5.236-5.764 3.476 0 4.62 2.86 4.62 5.214 0 .506-.044.902-.088 1.144zm-7.172-1.892h4.708c.022-.99-.418-2.618-2.222-2.618-1.672 0-2.376 1.518-2.486 2.618zm9.538 6.49v-15.62h2.706v15.62zm14.84-4.598h-7.172c.066 1.936 1.562 2.772 3.3 2.772 1.254 0 2.134-.198 2.97-.484l.396 1.848c-.924.396-2.2.682-3.74.682-3.476 0-5.522-2.134-5.522-5.412 0-2.97 1.804-5.764 5.236-5.764 3.476 0 4.62 2.86 4.62 5.214 0 .506-.044.902-.088 1.144zm-7.172-1.892h4.708c.022-.99-.418-2.618-2.222-2.618-1.672 0-2.376 1.518-2.486 2.618zm19.24-1.144v6.072c0 2.244-.462 3.85-1.584 4.862-1.1.99-2.662 1.298-4.136 1.298-1.364 0-2.816-.308-3.74-.858l.594-2.046c.682.396 1.826.814 3.124.814 1.76 0 3.08-.924 3.08-3.234v-.924h-.044c-.616.946-1.694 1.584-3.124 1.584-2.662 0-4.554-2.2-4.554-5.236 0-3.52 2.288-5.654 4.862-5.654 1.65 0 2.596.792 3.102 1.672h.044l.11-1.43h2.354c-.044.726-.088 1.606-.088 3.08zm-2.706 2.948v-1.738c0-.264-.022-.506-.088-.726-.286-.99-1.056-1.738-2.2-1.738-1.518 0-2.64 1.32-2.64 3.498 0 1.826.924 3.3 2.618 3.3 1.012 0 1.892-.66 2.2-1.65.088-.264.11-.638.11-.946zm5.622 4.686v-7.26c0-1.452-.022-2.508-.088-3.454h2.332l.11 2.024h.066c.528-1.496 1.782-2.266 2.948-2.266.264 0 .418.022.638.066v2.53c-.242-.044-.484-.066-.814-.066-1.276 0-2.178.814-2.42 2.046-.044.242-.066.528-.066.814v5.566zm16.05-6.424v3.85c0 .968.044 1.914.176 2.574h-2.442l-.198-1.188h-.066c-.638.836-1.76 1.43-3.168 1.43-2.156 0-3.366-1.562-3.366-3.19 0-2.684 2.398-4.07 6.358-4.048v-.176c0-.704-.286-1.87-2.178-1.87-1.056 0-2.156.33-2.882.792l-.528-1.76c.792-.484 2.178-.946 3.872-.946 3.432 0 4.422 2.178 4.422 4.532zm-2.64 2.662v-1.474c-1.914-.022-3.74.374-3.74 2.002 0 1.056.682 1.54 1.54 1.54 1.1 0 1.87-.704 2.134-1.474.066-.198.066-.396.066-.594zm5.6 3.762v-7.524c0-1.232-.044-2.266-.088-3.19h2.31l.132 1.584h.066c.506-.836 1.474-1.826 3.3-1.826 1.408 0 2.508.792 2.97 1.98h.044c.374-.594.814-1.034 1.298-1.342.616-.418 1.298-.638 2.2-.638 1.76 0 3.564 1.21 3.564 4.642v6.314h-2.64v-5.918c0-1.782-.616-2.838-1.914-2.838-.924 0-1.606.66-1.892 1.43-.088.242-.132.594-.132.902v6.424h-2.64v-6.204c0-1.496-.594-2.552-1.848-2.552-1.012 0-1.694.792-1.958 1.518-.088.286-.132.594-.132.902v6.336z\" fill=\"var(--tme-logo-color)\" fill-rule=\"nonzero\"/>\n </g>\n </svg>\n </a>\n <a class=\"tgme_head_right_btn\" href=\"//telegram.org/dl?tme=ed8d41bae4b9150df5_7226471027633804145\">\n Download\n </a>\n </div>\n </div>\n <div class=\"tgme_body_wrap\">\n <div class=\"tgme_page\">\n <div class=\"tgme_page_photo\">\n <a href=\"tg://resolve?domain=ep_avto\"><img class=\"tgme_page_photo_image\" src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIwIiBoZWlnaHQ9IjMyMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI%2BPGRlZnM%2BPGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMCUiIHgyPSIwJSIgeTE9IjAlIiB5Mj0iMTAwJSI%2BPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzZWRkNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI4YzliNyIvPjwvbGluZWFyR3JhZGllbnQ%2BPC9kZWZzPjxzdHlsZT50ZXh0e2ZvbnQ6NjAwIDQ0cHggLWFwcGxlLXN5c3RlbSxCbGlua01hY1N5c3RlbUZvbnQsJ1NlZ29lIFVJJyxSb2JvdG8sSGVsdmV0aWNhLEFyaWFsLHNhbnMtc2VyaWYsJ0FwcGxlIENvbG9yIEVtb2ppJywnU2Vnb2UgVUkgRW1vamknLCdTZWdvZSBVSSBTeW1ib2wnOy13ZWJraXQtdXNlci1zZWxlY3Q6bm9uZTt1c2VyLXNlbGVjdDpub25lfTwvc3R5bGU%2BPHJlY3Qgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjZykiLz48dGV4dCB0ZXh0LWFuY2hvcj0ibWlkZGxlIiB4PSI1MCIgeT0iNjYiIGZpbGw9IiNmZmYiPkXQkjwvdGV4dD48L3N2Zz4%3D\"></a>\n</div>\n<div class=\"tgme_page_title\" dir=\"auto\">\n <span dir=\"auto\">EAST POINT AVTO (аренда авто под выкуп)</span>\n</div>\n<div class=\"tgme_page_extra\">58 subscribers</div>\n<div class=\"tgme_page_description\" dir=\"auto\">Любые авто в аренду с последующим выкупом. Дальний Восток</div>\n<div class=\"tgme_page_action\">\n <a class=\"tgme_action_button_new shine\" href=\"tg://resolve?domain=ep_avto\">View in Telegram</a>\n</div>\n<!-- WEBOGRAM_BTN -->\n<div class=\"tgme_page_context_link_wrap\"><a class=\"tgme_page_context_link\" href=\"/s/ep_avto\">Preview channel</a></div>\n<div class=\"tgme_page_additional\">\n If you have <strong>Telegram</strong>, you can view and join <br><strong>EAST POINT AVTO (аренда авто под выкуп)</strong> right away.\n</div>\n </div>\n \n </div>\n </div>\n\n <div id=\"tgme_frame_cont\"></div>\n\n <script src=\"//telegram.org/js/tgwallpaper.min.js?3\"></script>\n\n <script type=\"text/javascript\">\n\nvar protoUrl = \"tg:\\/\\/resolve?domain=ep_avto\";\nif (false) {\n var iframeContEl = document.getElementById(\'tgme_frame_cont\') || document.body;\n var iframeEl = document.createElement(\'iframe\');\n iframeContEl.appendChild(iframeEl);\n var pageHidden = false;\n window.addEventListener(\'pagehide\', function () {\n pageHidden = true;\n }, false);\n window.addEventListener(\'blur\', function () {\n pageHidden = true;\n }, false);\n if (iframeEl !== null) {\n iframeEl.src = protoUrl;\n }\n !false && setTimeout(function() {\n if (!pageHidden) {\n window.location = protoUrl;\n }\n }, 2000);\n}\nelse if (protoUrl) {\n setTimeout(function() {\n window.location = protoUrl;\n }, 100);\n}\n\nvar tme_bg = document.getElementById(\'tgme_background\');\nif (tme_bg) {\n TWallpaper.init(tme_bg);\n TWallpaper.animate(true);\n window.onfocus = function(){ TWallpaper.update(); };\n}\ndocument.body.classList.remove(\'no_transition\');\n\nfunction toggleTheme(dark) {\n document.documentElement.classList.toggle(\'theme_dark\', dark);\n window.Telegram && Telegram.setWidgetOptions({dark: dark});\n}\nif (window.matchMedia) {\n var darkMedia = window.matchMedia(\'(prefers-color-scheme: dark)\');\n toggleTheme(darkMedia.matches);\n darkMedia.addListener(function(e) {\n toggleTheme(e.matches);\n });\n}\n\n \n </script>\n </body>\n</html>\n<!-- page generated in 13.69ms -->\n','no'),
(245,'_site_transient_timeout_g_url_details_response_6dc63bb78c3dda74eba9510ad23fc3d2','1719482798','no'),
(246,'_site_transient_g_url_details_response_6dc63bb78c3dda74eba9510ad23fc3d2',' <!DOCTYPE html>\n <html lang=\"ru\" class=\"vk vk_js_no vk_1x vk_flex_no r m h vk_appAuth_no n vk_old vk_schemes_no \">\n <head>\n <meta charset=\"utf-8\">\n \n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, minimal-ui, user-scalable=no\" />\n <meta name=\"format-detection\" content=\"telephone=no\" />\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n <meta name=\"MobileOptimized\" content=\"176\" />\n <meta name=\"HandheldFriendly\" content=\"True\" />\n <base id=\"base\">\n \n <meta name=\"description\" content=\"\" />\n <link rel=\"shortcut icon\" href=\"/images/icons/favicons/fav_logo.ico?9\"></link>\n <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/pwa/favicon_32.png?12\">\n <link rel=\"apple-touch-icon\" href=\"/images/icons/pwa/apple/default.png?15\">\n <meta name=\"apple-mobile-web-app-title\" content=\"ВКонтакте\">\n <meta name=\"application-name\" content=\"ВКонтакте\">\n <meta name=\"mobile-web-app-capable\" content=\"yes\">\n <meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\n <meta name=\"theme-color\" content=\"#ffffff\">\n<meta name=\"color-scheme\" content=\"light\">\n <title>ВКонтакте | ВКонтакте</title>\n <meta http-equiv=\"origin-trial\" content=\"AiJEtxZTdbmRu3zkrD0Bg/GvReuip5r0aklN7tIrw1Yit01/+j7PNlJFAyMMo/vqqNVvDmRsGCPGfVtNn5ookQ8AAABueyJvcmlnaW4iOiJodHRwczovL3ZrLmNvbTo0NDMiLCJmZWF0dXJlIjoiRG9jdW1lbnRQaWN0dXJlSW5QaWN0dXJlQVBJIiwiZXhwaXJ5IjoxNjk0MTMxMTk5LCJpc1N1YmRvbWFpbiI6dHJ1ZX0=\">\n <script nomodule>window.nomodules = true;</script>\n \n <style>:root{--vk-sans-display:\'VK Sans Display\', var(--vkui--font_family_fallbacks)}\n:root{--azure_100_muted:#67a5eb;--azure_300:#2688eb;--azure_350:#2975cc;--azure_A100:#0077ff;--azure_A400:#2d81e0;--black:#000000;--black_alpha05:rgba(0, 0, 0, 0.05);--black_alpha8:rgba(0, 0, 0, 0.08);--black_alpha12:rgba(0, 0, 0, 0.12);--black_alpha15:rgba(0, 0, 0, 0.15);--black_alpha16:rgba(0, 0, 0, 0.16);--black_alpha20:rgba(0, 0, 0, 0.20);--black_alpha24:rgba(0, 0, 0, 0.24);--black_alpha35:rgba(0, 0, 0, 0.35);--black_alpha6:rgba(0, 0, 0, 0.06);--black_alpha45:rgba(0, 0, 0, 0.45);--black_alpha60:rgba(0, 0, 0, 0.60);--black_alpha75:rgba(0, 0, 0, 0.75);--black_blue10:#000c1a;--black_blue24:#001c3d;--black_blue24_alpha8:rgba(0, 28, 61, 0.08);--black_blue24_alpha24:rgba(0, 28, 61, 0.24);--black_blue30_alpha66:rgba(0, 36, 77, 0.66);--black_blue45_alpha10:rgba(0, 57, 115, 0.10);--black_lavender_alpha5:rgba(0, 8, 61, 0.05);--blue_200:#5c9ce6;--blue_200_muted:#74a2d6;--blue_300:#528bcc;--blue_400:#5181b8;--blue_600:#45678f;--blue_A300:#4772a6;--blue_A400:#346cad;--blue_A500:#3c6a9e;--blue_A800:#28436e;--blue_facebook:#4367a3;--blue_overlight_1_alpha32:rgba(173, 211, 255, 0.32);--blue_overlight_2_alpha80:rgba(194, 222, 255, 0.80);--blue_overlight_3:#92b2d6;--brown_gold:#9e8f72;--brown_light:#c2b79f;--clear:rgba(0, 0, 0, 0.00);--charcoal:#384452;--emerald:#4cd964;--gold_200:#f4e7c3;--gold_250:#e3d3ac;--gold_300:#d1c097;--gold_400:#ab9871;--gold_500:#857250;--gray_100:#e1e3e6;--gray_20:#f9f9f9;--gray_200:#c4c8cc;--gray_300:#aaaeb3;--gray_40:#f2f3f5;--gray_400:#909499;--gray_450:#7f8285;--gray_50:#ebedf0;--gray_500:#76787a;--gray_600:#5d5f61;--gray_700:#454647;--gray_750:#363738;--gray_800:#2c2d2e;--gray_850:#232324;--gray_900:#19191a;--gray_950:#141414;--gray_1000:#0a0a0a;--gray_A150:#d7d8d9;--gray_A40:#f5f5f5;--gray_A970:#070708;--gray_alpha:rgba(215, 219, 224, 0.70);--green:#4bb34b;--green_alpha:rgba(75, 179, 75, 0.15);--light_gray_2:#a9b0b8;--mint_100:#d4fde8;--mint_200:#aee6c9;--mint_400:#6d8f7e;--mint_500:#567867;--mint_A1_alpha12:rgba(0, 103, 50, 0.12);--neon_pink:#f45fff;--orange:#ffa000;--orange_tint:#f9b54f;--orange_light:#ffc062;--orange_fire:#f05c44;--pink:#e6457a;--pink_alpha:rgba(30, 0, 12, 0.18);--pink_light:#faebeb;--raspberry_pink:#e03fab;--raspberry_pink_light:#f060c0;--purple:#735ce6;--purple_light:#937ff5;--red:#e64646;--red_dark:#522e2e;--red_error:#eb4250;--red_light:#ff5c5c;--red_nice:#ff3347;--sky_300:#529ef4;--steel_gray_150:#b8c1cc;--steel_gray_200:#aeb7c2;--steel_gray_250:#a3adb8;--steel_gray_300:#99a2ad;--steel_gray_350:#9099a3;--steel_gray_400:#818c99;--steel_gray_500:#6d7885;--steel_gray_600:#5a6470;--turquoise:#63b9ba;--violet:#792ec0;--violet_dark:#1f1b2c;--violet_light:#a393f5;--violet_muted:#4b4d61;--white:#ffffff;--white_alpha8:rgba(255, 255, 255, 0.08);--white_alpha12:rgba(255, 255, 255, 0.12);--white_alpha15:rgba(255, 255, 255, 0.15);--white_alpha20:rgba(255, 255, 255, 0.20);--white_alpha32:rgba(255, 255, 255, 0.32);--white_alpha40:rgba(255, 255, 255, 0.40);--white_alpha60:rgba(255, 255, 255, 0.60);--white_blue20:#cce4ff;--white_blue32:#add3ff;--yellow:#ffc107;--yellow_light:#ffd54f;--yellow_overlight:#fff2d6;--yellow_sunflower:#fece00;--lavender_A100:#e6e5ff;--lavender_A200:#ceccff;--lavender_A300:#b0adff;--lavender_A400:#928fff;--lavender_A700:#4b47b2;--lavender_A800:#353380;--lavender_100:#e6e9ff;--lavender_200:#ccd3ff;--lavender_300:#adb8ff;--lavender_700:#5965b3;--lavender_800:#404980;--lavender_900:#262b4d}\n:root,[scheme=bright_light],.vkui--vkBase--light,.vkui--vkCom--light{--vkui--theme_name:\'vkontakteAndroid\';--vkui--theme_name_base:\'vkontakteAndroid\';--vkui--gradient_black:rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;--vkui--gradient_white:rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;--vkui--gradient_tint:rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.036) 13%, rgba(249, 249, 249, 0.15) 27%, rgba(249, 249, 249, 0.79) 68%, rgba(249, 249, 249, 0.95) 84%, rgba(249, 249, 249, 1) 100%;--vkui--gradient:rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;--vkui--elevation1:0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation1_invert_y:0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06);--vkui--elevation2:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06);--vkui--elevation3:0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08);--vkui--elevation4:0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16);--vkui--font_family_fallbacks:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_family_accent:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_family_base:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_weight_accent1:600;--vkui--font_weight_accent2:500;--vkui--font_weight_accent3:400;--vkui--font_weight_base1:600;--vkui--font_weight_base2:500;--vkui--font_weight_base3:400;--vkui--font_display_title1--font_size--regular:23px;--vkui--font_display_title1--line_height--regular:28px;--vkui--font_display_title1--font_family--regular:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_display_title1--font_weight--regular:600;--vkui--font_display_title2--font_size--regular:21px;--vkui--font_display_title2--line_height--regular:26px;--vkui--font_display_title2--font_family--regular:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_display_title2--font_weight--regular:600;--vkui--font_display_title2--font_size--compact:22px;--vkui--font_display_title2--line_height--compact:24px;--vkui--font_display_title2--font_family--compact:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_display_title2--font_weight--compact:600;--vkui--font_display_title3--font_size--regular:19px;--vkui--font_display_title3--line_height--regular:24px;--vkui--font_display_title3--font_family--regular:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_display_title3--font_weight--regular:600;--vkui--font_display_title4--font_size--regular:17px;--vkui--font_display_title4--line_height--regular:22px;--vkui--font_display_title4--font_family--regular:\"VK Sans Display\", -apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_display_title4--font_weight--regular:600;--vkui--font_title1--font_size--regular:24px;--vkui--font_title1--line_height--regular:28px;--vkui--font_title1--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_title1--font_weight--regular:600;--vkui--font_title2--font_size--regular:20px;--vkui--font_title2--line_height--regular:24px;--vkui--font_title2--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_title2--font_weight--regular:600;--vkui--font_title3--font_size--regular:17px;--vkui--font_title3--line_height--regular:22px;--vkui--font_title3--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_title3--font_weight--regular:600;--vkui--font_headline1--font_size--regular:16px;--vkui--font_headline1--line_height--regular:20px;--vkui--font_headline1--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_headline1--font_weight--regular:500;--vkui--font_headline1--letter_spacing--regular:0.15px;--vkui--font_headline1--font_size--compact:15px;--vkui--font_headline1--line_height--compact:20px;--vkui--font_headline1--letter_spacing--compact:0.15px;--vkui--font_headline2--font_size--regular:15px;--vkui--font_headline2--line_height--regular:20px;--vkui--font_headline2--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_headline2--font_weight--regular:500;--vkui--font_headline2--font_size--compact:14px;--vkui--font_headline2--line_height--compact:20px;--vkui--font_text--font_size--regular:16px;--vkui--font_text--line_height--regular:20px;--vkui--font_text--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_text--font_weight--regular:400;--vkui--font_text--letter_spacing--regular:0.15px;--vkui--font_text--font_size--compact:15px;--vkui--font_text--line_height--compact:20px;--vkui--font_text--letter_spacing--compact:0.15px;--vkui--font_paragraph--font_size--regular:15px;--vkui--font_paragraph--line_height--regular:20px;--vkui--font_paragraph--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_paragraph--font_weight--regular:400;--vkui--font_subhead--font_size--regular:14px;--vkui--font_subhead--line_height--regular:18px;--vkui--font_subhead--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_subhead--font_weight--regular:400;--vkui--font_subhead--letter_spacing--regular:0.15px;--vkui--font_subhead--font_size--compact:13px;--vkui--font_subhead--line_height--compact:16px;--vkui--font_subhead--letter_spacing--compact:0.15px;--vkui--font_footnote--font_size--regular:13px;--vkui--font_footnote--line_height--regular:16px;--vkui--font_footnote--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_footnote--font_weight--regular:400;--vkui--font_footnote--letter_spacing--regular:0.2px;--vkui--font_footnote_caps--font_size--regular:13px;--vkui--font_footnote_caps--line_height--regular:16px;--vkui--font_footnote_caps--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_footnote_caps--font_weight--regular:400;--vkui--font_footnote_caps--text_transform--regular:uppercase;--vkui--font_footnote_caps--letter_spacing--regular:0.2px;--vkui--font_caption1--font_size--regular:12px;--vkui--font_caption1--line_height--regular:14px;--vkui--font_caption1--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption1--font_weight--regular:400;--vkui--font_caption1--letter_spacing--regular:0.3px;--vkui--font_caption1_caps--font_size--regular:12px;--vkui--font_caption1_caps--line_height--regular:14px;--vkui--font_caption1_caps--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption1_caps--font_weight--regular:600;--vkui--font_caption1_caps--text_transform--regular:uppercase;--vkui--font_caption1_caps--letter_spacing--regular:0.3px;--vkui--font_caption2--font_size--regular:11px;--vkui--font_caption2--line_height--regular:14px;--vkui--font_caption2--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption2--font_weight--regular:400;--vkui--font_caption2--letter_spacing--regular:0.3px;--vkui--font_caption2_caps--font_size--regular:11px;--vkui--font_caption2_caps--line_height--regular:14px;--vkui--font_caption2_caps--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption2_caps--font_weight--regular:600;--vkui--font_caption2_caps--text_transform--regular:uppercase;--vkui--font_caption2_caps--letter_spacing--regular:0.3px;--vkui--font_caption3--font_size--regular:9px;--vkui--font_caption3--line_height--regular:12px;--vkui--font_caption3--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption3--font_weight--regular:400;--vkui--font_caption3--letter_spacing--regular:0.3px;--vkui--font_caption3_caps--font_size--regular:9px;--vkui--font_caption3_caps--line_height--regular:12px;--vkui--font_caption3_caps--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_caption3_caps--font_weight--regular:600;--vkui--font_caption3_caps--text_transform--regular:uppercase;--vkui--font_caption3_caps--letter_spacing--regular:0.3px;--vkui--size_select_icon_padding--regular:6px;--vkui--size_select_icon_padding--compact:7px;--vkui--size_popup_base_padding--regular:32px;--vkui--size_popup_base_padding--compact:20px;--vkui--size_popup_header_padding--regular:24px;--vkui--size_popup_header_padding--compact:16px;--vkui--size_label_horizontal_margin--regular:16px;--vkui--size_border_radius--regular:8px;--vkui--size_border_radius_rounded--regular:48px;--vkui--size_check_border_radius--regular:4px;--vkui--size_border_radius_paper--regular:12px;--vkui--size_border_radius_promo--regular:20px;--vkui--size_field_height--regular:44px;--vkui--size_field_height--compact:36px;--vkui--size_search_height--regular:36px;--vkui--size_search_height--compact:32px;--vkui--size_button_large_height--regular:44px;--vkui--size_button_large_height--compact:36px;--vkui--size_button_medium_height--regular:36px;--vkui--size_button_medium_height--compact:32px;--vkui--size_button_small_height--regular:30px;--vkui--size_button_small_height--compact:28px;--vkui--size_checkbox--regular:16px;--vkui--size_arrow--regular:8px;--vkui--size_arrow_promo--regular:40px;--vkui--size_popup_small--regular:430px;--vkui--size_popup_medium--regular:680px;--vkui--size_popup_large--regular:880px;--vkui--size_field_horizontal_padding--regular:12px;--vkui--size_button_padding_horizontal--regular:12px;--vkui--size_arrow_padding--regular:12px;--vkui--size_tooltip_margin--regular:8px;--vkui--size_icon_u_i--regular:16px;--vkui--size_avatar_x_s--regular:24px;--vkui--size_avatar_s--regular:32px;--vkui--size_avatar_m--regular:48px;--vkui--size_avatar_l--regular:96px;--vkui--size_avatar_x_l--regular:128px;--vkui--size_badge_x_s--regular:12px;--vkui--size_badge_s--regular:16px;--vkui--size_badge_m--regular:24px;--vkui--size_badge_l--regular:44px;--vkui--size_badge_x_l--regular:56px;--vkui--size_cardgrid_padding--regular:8px;--vkui--size_card_border_radius--regular:8px;--vkui--size_cardgrid_padding_vertical--regular:8px;--vkui--size_base_padding_horizontal--regular:16px;--vkui--size_base_padding_vertical--regular:12px;--vkui--size_button_group_gap_space--regular:1px;--vkui--size_button_group_gap_small--regular:8px;--vkui--size_button_group_gap_medium--regular:12px;--vkui--size_option_hierarchy--regular:32px;--vkui--size_switch_height--regular:14px;--vkui--size_switch_height--compact:12px;--vkui--size_switch_width--regular:34px;--vkui--size_switch_width--compact:32px;--vkui--size_switch_pin--regular:20px;--vkui--size_switch_pin--compact:18px;--vkui--size_panel_header_height--compact:48px;--vkui--size_panel_header_height--regular:56px;--vkui--size_button_base_small_padding_horizontal--regular:16px;--vkui--size_button_base_medium_padding_horizontal--regular:16px;--vkui--size_button_base_large_padding_horizontal--regular:20px;--vkui--size_button_base_small_padding_horizontal_icon--regular:12px;--vkui--size_button_base_medium_padding_horizontal_icon--regular:12px;--vkui--size_button_base_large_padding_horizontal_icon--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal--regular:12px;--vkui--size_button_tertiary_medium_padding_horizontal--regular:12px;--vkui--size_button_tertiary_large_padding_horizontal--regular:16px;--vkui--size_button_tertiary_small_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_medium_padding_horizontal_icon--regular:8px;--vkui--size_button_tertiary_large_padding_horizontal_icon--regular:12px;--vkui--size_button_minimum_width--regular:80px;--vkui--size_form_item_padding_vertical--regular:12px;--vkui--size_split_col_padding_horizontal--regular:16px;--vkui--size_subnavigation_bar_gap--regular:8px;--vkui--size_subnavigation_bar_padding_vertical--regular:12px;--vkui--size_border1x--regular:1px;--vkui--size_border2x--regular:0.5px;--vkui--size_border3x--regular:0.33px;--vkui--spacing_size_3xs:2px;--vkui--spacing_size_2xs:2px;--vkui--spacing_size_xs:4px;--vkui--spacing_size_s:6px;--vkui--spacing_size_m:8px;--vkui--spacing_size_l:10px;--vkui--spacing_size_xl:12px;--vkui--spacing_size_2xl:16px;--vkui--spacing_size_3xl:20px;--vkui--spacing_size_4xl:24px;--vkui--animation_duration_l:0.4s;--vkui--animation_duration_m:0.2s;--vkui--animation_duration_s:0.1s;--vkui--animation_easing_default:cubic-bezier(0.3, 0.3, 0.5, 1);--vkui--animation_easing_platform:cubic-bezier(0.4, 0, 0.2, 1);--vkui--opacity_disable:0.4;--vkui--opacity_disable_accessibility:0.64;--vkui--z_index_modal:99;--vkui--z_index_popout:100;--vkui--theme_inherits_from:\'vkBase\';--vkui--vkontakte_gradient_aquamarine_blue:#7df1fa, #2bb4d6;--vkui--vkontakte_gradient_blue:#66ccff, #3f8ae0;--vkui--vkontakte_gradient_candy:#ff99cc, #e52e6a;--vkui--vkontakte_gradient_crimson:#ff7373, #e53949, #bf1c38;--vkui--vkontakte_gradient_disco:#ffb726, #ff2693, #8122e0, #2693ff;--vkui--vkontakte_gradient_emerald:#00d948, #0d8046;--vkui--vkontakte_gradient_gray:#c1cad6, #878f99;--vkui--vkontakte_gradient_green:#6cd97e, #12b312;--vkui--vkontakte_gradient_lagoon:#2bd9d9, #5c9ce6;--vkui--vkontakte_gradient_lavender:#928fff, #4b47b2;--vkui--vkontakte_gradient_marine:#2ee54d, #0d7eff;--vkui--vkontakte_gradient_midnight:#73d0ff, #3885e1, #0032a6;--vkui--vkontakte_gradient_orange:#ffbf80, #e66b2e;--vkui--vkontakte_gradient_pink:#ff8880, #e62e6b;--vkui--vkontakte_gradient_purple:#a393f5, #735ce6;--vkui--vkontakte_gradient_raspberry_pink:#ff80d5, #e645b1;--vkui--vkontakte_gradient_red:#ff7583, #e62e40;--vkui--vkontakte_gradient_retrowave:#30f2b1, #5967ff, #ff26a5;--vkui--vkontakte_gradient_sunset:#ffd24d, #f26549, #e62e6b;--vkui--vkontakte_gradient_turquoise:#8ae6e6, #12b3b3;--vkui--vkontakte_gradient_twilight:#ff4d87, #9f40ff, #3399ff;--vkui--vkontakte_gradient_unicorn:#ff99cc, #a179f2, #5ca1e6;--vkui--vkontakte_gradient_violet:#d3a6ff, #903fe0;--vkui--vkontakte_gradient_yellow:#ffc44d, #f07300;--vkui--vkontakte_gradient_yellow_bright:#ffd54f, #e7a902;--vkui--vkontakte_gradient_halloween_orange:#cb1e3b, #f05c44, #ffa000;--vkui--vkontakte_gradient_halloween_violet:#ffa000, #cd4c4b, #792ec0;--vkui--vkontakte_gradient_new_year:#bb64e4, #805bd7, #2866d5;--vkui--vkontakte_gradient_frost:#4fa0ff, #016cea;--vkui--vkontakte_gradient_valentine:#ff8a65, #f25383, #8f13db;--vkui--vkontakte_gradient_warm_valentine:#f3386a, #ff819e;--vkui--vkontakte_gradient_sberkot:#9df19d, #31c2a7, #21a19a, #107f8c;--vkui--vkontakte_gradient_mable:#d9f4ff, #d9f4ff;--vkui--vkontakte_gradient_womens_day:#ff99cc, #e52e6a;--vkui--font_headline--font_size--regular:16px;--vkui--font_headline--line_height--regular:20px;--vkui--font_headline--font_family--regular:-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif;--vkui--font_headline--font_weight--regular:500;--vkui--font_headline--letter_spacing--regular:0.15px;--vkui--font_headline--font_size--compact:15px;--vkui--font_headline--line_height--compact:20px;--vkui--font_headline--letter_spacing--compact:0.15px;--vkui--colors_scheme:light;--vkui--color_background_accent:#2688eb;--vkui--color_background_accent--hover:#2483e4;--vkui--color_background_accent--active:#237edd;--vkui--color_background_accent_themed:#2688eb;--vkui--color_background_accent_themed--hover:#2483e4;--vkui--color_background_accent_themed--active:#237edd;--vkui--color_background_accent_themed_alpha:rgba(38, 136, 235, 0.2);--vkui--color_background_accent_themed_alpha--hover:rgba(38, 136, 235, 0.24);--vkui--color_background_accent_themed_alpha--active:rgba(38, 136, 235, 0.28);--vkui--color_background_accent_tint:#5a9eff;--vkui--color_background_accent_tint--hover:#5698f7;--vkui--color_background_accent_tint--active:#5393ef;--vkui--color_background_accent_alternative:#2688eb;--vkui--color_background_accent_alternative--hover:#2483e4;--vkui--color_background_accent_alternative--active:#237edd;--vkui--color_background:#ebedf0;--vkui--color_background--hover:#e2e4e9;--vkui--color_background--active:#d8dbe2;--vkui--color_background_content:#ffffff;--vkui--color_background_content--hover:#f5f5f7;--vkui--color_background_content--active:#ebecef;--vkui--color_background_secondary:#f5f5f5;--vkui--color_background_secondary--hover:#ebecee;--vkui--color_background_secondary--active:#e1e3e6;--vkui--color_background_secondary_alpha:rgba(0, 0, 0, 0.04);--vkui--color_background_secondary_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--color_background_secondary_alpha--active:rgba(0, 0, 0, 0.12);--vkui--color_background_tertiary:#f9f9f9;--vkui--color_background_tertiary--hover:#eff0f1;--vkui--color_background_tertiary--active:#e5e6ea;--vkui--color_background_tertiary_alpha:rgba(0, 0, 0, 0.03);--vkui--color_background_tertiary_alpha--hover:rgba(0, 0, 0, 0.07);--vkui--color_background_tertiary_alpha--active:rgba(0, 0, 0, 0.11);--vkui--color_background_contrast:#ffffff;--vkui--color_background_contrast--hover:#f5f5f7;--vkui--color_background_contrast--active:#ebecef;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.20);--vkui--color_background_contrast_secondary_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_contrast_secondary_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_contrast_inverse:#2c2d2e;--vkui--color_background_contrast_inverse--hover:#2a2c2f;--vkui--color_background_contrast_inverse--active:#282b2f;--vkui--color_background_contrast_themed:#ffffff;--vkui--color_background_contrast_themed--hover:#f5f5f7;--vkui--color_background_contrast_themed--active:#ebecef;--vkui--color_background_modal:#ffffff;--vkui--color_background_modal--hover:#f5f5f7;--vkui--color_background_modal--active:#ebecef;--vkui--color_background_modal_inverse:#2d2d2e;--vkui--color_background_modal_inverse--hover:#2b2c2f;--vkui--color_background_modal_inverse--active:#292b2f;--vkui--color_background_warning:#fff2d6;--vkui--color_background_warning--hover:#f5e9d0;--vkui--color_background_warning--active:#ebe0ca;--vkui--color_background_positive:#4bb34b;--vkui--color_background_positive--hover:#48ac4a;--vkui--color_background_positive--active:#45a64a;--vkui--color_background_negative:#e64646;--vkui--color_background_negative--hover:#dd4446;--vkui--color_background_negative--active:#d44245;--vkui--color_background_negative_tint:#ffe9e9;--vkui--color_background_negative_tint--hover:#f5e0e2;--vkui--color_background_negative_tint--active:#ebd8db;--vkui--color_background_positive_tint:#e8f9e8;--vkui--color_background_positive_tint--hover:#dff0e1;--vkui--color_background_positive_tint--active:#d5e6da;--vkui--color_field_background:#f2f3f5;--vkui--color_field_background--hover:#e8eaee;--vkui--color_field_background--active:#dfe1e6;--vkui--color_header_background:#ffffff;--vkui--color_header_background--hover:#f5f5f7;--vkui--color_header_background--active:#ebecef;--vkui--color_text_accent:#2688eb;--vkui--color_text_accent--hover:#2483e4;--vkui--color_text_accent--active:#237edd;--vkui--color_text_accent_themed:#2688eb;--vkui--color_text_accent_themed--hover:#2483e4;--vkui--color_text_accent_themed--active:#237edd;--vkui--color_text_primary:#000000;--vkui--color_text_primary--hover:#000102;--vkui--color_text_primary--active:#000105;--vkui--color_text_primary_invariably:#000000;--vkui--color_text_primary_invariably--hover:#000102;--vkui--color_text_primary_invariably--active:#000105;--vkui--color_text_secondary:#818c99;--vkui--color_text_secondary--hover:#7c8795;--vkui--color_text_secondary--active:#778292;--vkui--color_text_subhead:#6d7885;--vkui--color_text_subhead--hover:#697482;--vkui--color_text_subhead--active:#64707f;--vkui--color_text_tertiary:#99a2ad;--vkui--color_text_tertiary--hover:#939ca9;--vkui--color_text_tertiary--active:#8d96a4;--vkui--color_text_contrast:#ffffff;--vkui--color_text_contrast--hover:#f5f5f7;--vkui--color_text_contrast--active:#ebecef;--vkui--color_text_contrast_themed:#ffffff;--vkui--color_text_contrast_themed--hover:#f5f5f7;--vkui--color_text_contrast_themed--active:#ebecef;--vkui--color_text_positive:#4bb34b;--vkui--color_text_positive--hover:#48ac4a;--vkui--color_text_positive--active:#45a64a;--vkui--color_text_negative:#e64646;--vkui--color_text_negative--hover:#dd4446;--vkui--color_text_negative--active:#d44245;--vkui--color_text_link:#2d81e0;--vkui--color_text_link--hover:#2b7cd9;--vkui--color_text_link--active:#2978d3;--vkui--color_text_link_themed:#2d81e0;--vkui--color_text_link_themed--hover:#2b7cd9;--vkui--color_text_link_themed--active:#2978d3;--vkui--color_text_link_tint:#71aaeb;--vkui--color_text_link_tint--hover:#6ca4e4;--vkui--color_text_link_tint--active:#689edd;--vkui--color_text_link_visited:#4986cc;--vkui--color_text_link_visited--hover:#4681c6;--vkui--color_text_link_visited--active:#437dc1;--vkui--color_text_muted:#2c2d2e;--vkui--color_text_muted--hover:#2a2c2f;--vkui--color_text_muted--active:#282b2f;--vkui--color_link_contrast:#ffffff;--vkui--color_link_contrast--hover:#f5f5f7;--vkui--color_link_contrast--active:#ebecef;--vkui--color_icon_accent:#2688eb;--vkui--color_icon_accent--hover:#2483e4;--vkui--color_icon_accent--active:#237edd;--vkui--color_icon_accent_themed:#2688eb;--vkui--color_icon_accent_themed--hover:#2483e4;--vkui--color_icon_accent_themed--active:#237edd;--vkui--color_icon_primary:#2c2d2e;--vkui--color_icon_primary--hover:#2a2c2f;--vkui--color_icon_primary--active:#282b2f;--vkui--color_icon_primary_invariably:#2c2d2e;--vkui--color_icon_primary_invariably--hover:#2a2c2f;--vkui--color_icon_primary_invariably--active:#282b2f;--vkui--color_icon_medium:#818c99;--vkui--color_icon_medium--hover:#7c8795;--vkui--color_icon_medium--active:#778292;--vkui--color_icon_medium_alpha:rgba(0, 0, 0, 0.48);--vkui--color_icon_medium_alpha--hover:rgba(0, 0, 0, 0.52);--vkui--color_icon_medium_alpha--active:rgba(0, 0, 0, 0.56);--vkui--color_icon_secondary:#99a2ad;--vkui--color_icon_secondary--hover:#939ca9;--vkui--color_icon_secondary--active:#8d96a4;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.36);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.4);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.44);--vkui--color_icon_tertiary:#b8c1cc;--vkui--color_icon_tertiary--hover:#b1bac6;--vkui--color_icon_tertiary--active:#a9b3c1;--vkui--color_icon_tertiary_alpha:rgba(0, 0, 0, 0.24);--vkui--color_icon_tertiary_alpha--hover:rgba(0, 0, 0, 0.28);--vkui--color_icon_tertiary_alpha--active:rgba(0, 0, 0, 0.32);--vkui--color_icon_contrast:#ffffff;--vkui--color_icon_contrast--hover:#f5f5f7;--vkui--color_icon_contrast--active:#ebecef;--vkui--color_icon_contrast_themed:#ffffff;--vkui--color_icon_contrast_themed--hover:#f5f5f7;--vkui--color_icon_contrast_themed--active:#ebecef;--vkui--color_icon_contrast_secondary:#f2f3f5;--vkui--color_icon_contrast_secondary--hover:#e8eaee;--vkui--color_icon_contrast_secondary--active:#dfe1e6;--vkui--color_icon_positive:#4bb34b;--vkui--color_icon_positive--hover:#48ac4a;--vkui--color_icon_positive--active:#45a64a;--vkui--color_icon_warning:#e1b406;--vkui--color_icon_warning--hover:#d8ad08;--vkui--color_icon_warning--active:#cfa70a;--vkui--color_icon_negative:#e64646;--vkui--color_icon_negative--hover:#dd4446;--vkui--color_icon_negative--active:#d44245;--vkui--color_stroke_accent:#2688eb;--vkui--color_stroke_accent--hover:#2483e4;--vkui--color_stroke_accent--active:#237edd;--vkui--color_stroke_accent_themed:#2688eb;--vkui--color_stroke_accent_themed--hover:#2483e4;--vkui--color_stroke_accent_themed--active:#237edd;--vkui--color_separator_primary:#d7d8d9;--vkui--color_separator_primary--hover:#ced0d3;--vkui--color_separator_primary--active:#c6c8cd;--vkui--color_separator_primary2x:#cbcccd;--vkui--color_separator_primary2x--hover:#c3c4c7;--vkui--color_separator_primary2x--active:#bbbdc1;--vkui--color_separator_primary3x:#bebfc1;--vkui--color_separator_primary3x--hover:#b6b8bc;--vkui--color_separator_primary3x--active:#afb1b6;--vkui--color_separator_primary_alpha:rgba(0, 0, 0, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--color_separator_primary_alpha--active:rgba(0, 0, 0, 0.2);--vkui--color_separator_secondary:#e1e3e6;--vkui--color_separator_secondary--hover:#d8dbdf;--vkui--color_separator_secondary--active:#cfd2d8;--vkui--color_stroke_positive:#4bb34b;--vkui--color_stroke_positive--hover:#48ac4a;--vkui--color_stroke_positive--active:#45a64a;--vkui--color_stroke_negative:#e64646;--vkui--color_stroke_negative--hover:#dd4446;--vkui--color_stroke_negative--active:#d44245;--vkui--color_stroke_contrast:#ffffff;--vkui--color_stroke_contrast--hover:#f5f5f7;--vkui--color_stroke_contrast--active:#ebecef;--vkui--color_image_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_image_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_image_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_field_border_alpha:rgba(0, 0, 0, 0.12);--vkui--color_field_border_alpha--hover:rgba(0, 0, 0, 0.24);--vkui--color_field_border_alpha--active:rgba(0, 0, 0, 0.36);--vkui--color_accent_blue:#2688eb;--vkui--color_accent_blue--hover:#2483e4;--vkui--color_accent_blue--active:#237edd;--vkui--color_accent_gray:#a3adb8;--vkui--color_accent_gray--hover:#9ca7b3;--vkui--color_accent_gray--active:#96a0ae;--vkui--color_accent_red:#ff3347;--vkui--color_accent_red--hover:#f53247;--vkui--color_accent_red--active:#eb3046;--vkui--color_accent_green:#4bb34b;--vkui--color_accent_green--hover:#48ac4a;--vkui--color_accent_green--active:#45a64a;--vkui--color_accent_orange:#ffa000;--vkui--color_accent_orange--hover:#f59a02;--vkui--color_accent_orange--active:#eb9405;--vkui--color_accent_orange_peach:#f9b54f;--vkui--color_accent_orange_peach--hover:#efae4e;--vkui--color_accent_orange_peach--active:#e5a84e;--vkui--color_accent_orange_fire:#f05c44;--vkui--color_accent_orange_fire--hover:#e65944;--vkui--color_accent_orange_fire--active:#dd5643;--vkui--color_accent_purple:#735ce6;--vkui--color_accent_purple--hover:#6e59df;--vkui--color_accent_purple--active:#6a56d8;--vkui--color_accent_violet:#792ec0;--vkui--color_accent_violet--hover:#742dbb;--vkui--color_accent_violet--active:#6f2cb6;--vkui--color_accent_raspberry_pink:#e03fab;--vkui--color_accent_raspberry_pink--hover:#d73da7;--vkui--color_accent_raspberry_pink--active:#ce3ba2;--vkui--color_accent_secondary:#3f8ae0;--vkui--color_accent_secondary--hover:#3c85d9;--vkui--color_accent_secondary--active:#3a80d3;--vkui--color_overlay_primary:rgba(0, 0, 0, 0.40);--vkui--color_overlay_primary--hover:rgba(0, 0, 0, 0.44);--vkui--color_overlay_primary--active:rgba(0, 0, 0, 0.48);--vkui--color_overlay_secondary:rgba(44, 45, 46, 0.5);--vkui--color_overlay_secondary--hover:rgba(44, 45, 46, 0.54);--vkui--color_overlay_secondary--active:rgba(44, 45, 46, 0.58);--vkui--color_avatar_overlay:rgba(0, 0, 0, 0.60);--vkui--color_avatar_overlay--hover:rgba(0, 0, 0, 0.64);--vkui--color_avatar_overlay--active:rgba(0, 0, 0, 0.68);--vkui--color_avatar_overlay_inverse_alpha:rgba(255, 255, 255, 0.85);--vkui--color_avatar_overlay_inverse_alpha--hover:rgba(255, 255, 255, 0.89);--vkui--color_avatar_overlay_inverse_alpha--active:rgba(255, 255, 255, 0.93);--vkui--color_action_sheet_text:#3f8ae0;--vkui--color_action_sheet_text--hover:#3c85d9;--vkui--color_action_sheet_text--active:#3a80d3;--vkui--color_image_placeholder:#f2f3f5;--vkui--color_image_placeholder--hover:#e8eaee;--vkui--color_image_placeholder--active:#dfe1e6;--vkui--color_image_placeholder_alpha:rgba(0, 28, 61, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(0, 28, 61, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(0, 28, 61, 0.16);--vkui--color_skeleton_from:#f5f5f5;--vkui--color_skeleton_from--hover:#ebecee;--vkui--color_skeleton_from--active:#e1e3e6;--vkui--color_skeleton_to:#e1e3e6;--vkui--color_skeleton_to--hover:#d8dbdf;--vkui--color_skeleton_to--active:#cfd2d8;--vkui--color_button_text:#2688eb;--vkui--color_button_text--hover:#2483e4;--vkui--color_button_text--active:#237edd;--vkui--color_button_icon:#2688eb;--vkui--color_button_icon--hover:#2483e4;--vkui--color_button_icon--active:#237edd;--vkui--color_button_stroke:#2688eb;--vkui--color_button_stroke--hover:#2483e4;--vkui--color_button_stroke--active:#237edd;--vkui--color_write_bar_icon:#3f8ae0;--vkui--color_write_bar_icon--hover:#3c85d9;--vkui--color_write_bar_icon--active:#3a80d3;--vkui--color_write_bar_input_background:#f2f3f5;--vkui--color_write_bar_input_background--hover:#e8eaee;--vkui--color_write_bar_input_background--active:#dfe1e6;--vkui--color_write_bar_input_border:#e1e3e6;--vkui--color_write_bar_input_border--hover:#d8dbdf;--vkui--color_write_bar_input_border--active:#cfd2d8;--vkui--color_write_bar_input_border_alpha:rgba(0, 0, 0, 0.08);--vkui--color_write_bar_input_border_alpha--hover:rgba(0, 0, 0, 0.12);--vkui--color_write_bar_input_border_alpha--active:rgba(0, 0, 0, 0.16);--vkui--color_track_background:#e1e3e6;--vkui--color_track_background--hover:#d8dbdf;--vkui--color_track_background--active:#cfd2d8;--vkui--color_track_buffer:#a0bfe4;--vkui--color_track_buffer--hover:#9ab8dd;--vkui--color_track_buffer--active:#93b1d7;--vkui--color_search_field_background:#ebedf0;--vkui--color_search_field_background--hover:#e2e4e9;--vkui--color_search_field_background--active:#d8dbe2;--vkui--color_panel_header_icon:#2688eb;--vkui--color_panel_header_icon--hover:#2483e4;--vkui--color_panel_header_icon--active:#237edd;--vkui--color_segmented_control:#ffffff;--vkui--color_segmented_control--hover:#f5f5f7;--vkui--color_segmented_control--active:#ebecef;--vkui--color_tabbar_text_inactive:#99a2ad;--vkui--color_tabbar_text_inactive--hover:#939ca9;--vkui--color_tabbar_text_inactive--active:#8d96a4;--vkui--color_transparent:transparent;--vkui--color_transparent--hover:rgba(0, 16, 61, 0.04);--vkui--color_transparent--active:rgba(0, 16, 61, 0.08);--vkui--vkontakte_color_snippet_border_alpha:rgba(0, 0, 0, 0.15);--vkui--vkontakte_color_snippet_border_alpha--hover:rgba(0, 0, 0, 0.19);--vkui--vkontakte_color_snippet_border_alpha--active:rgba(0, 0, 0, 0.23);--vkui--vkontakte_color_snippet_background:#ffffff;--vkui--vkontakte_color_snippet_background--hover:#f5f5f7;--vkui--vkontakte_color_snippet_background--active:#ebecef;--vkui--vkontakte_color_modal_card_border_alpha:rgba(0, 0, 0, 0);--vkui--vkontakte_color_modal_card_border_alpha--hover:rgba(0, 0, 0, 0.04);--vkui--vkontakte_color_modal_card_border_alpha--active:rgba(0, 0, 0, 0.08);--vkui--vkontakte_color_landing_snippet_border_alpha:rgba(0, 0, 0, 0.15);--vkui--vkontakte_color_landing_snippet_border_alpha--hover:rgba(0, 0, 0, 0.19);--vkui--vkontakte_color_landing_snippet_border_alpha--active:rgba(0, 0, 0, 0.23);--vkui--vkontakte_color_action_sheet_separator_alpha:rgba(0, 0, 0, 0.12);--vkui--vkontakte_color_action_sheet_separator_alpha--hover:rgba(0, 0, 0, 0.16);--vkui--vkontakte_color_action_sheet_separator_alpha--active:rgba(0, 0, 0, 0.2);--vkui--vkontakte_color_input_border:#e1e3e6;--vkui--vkontakte_color_input_border--hover:#d8dbdf;--vkui--vkontakte_color_input_border--active:#cfd2d8;--vkui--vkontakte_color_search_bar_background:#ffffff;--vkui--vkontakte_color_search_bar_background--hover:#f5f5f7;--vkui--vkontakte_color_search_bar_background--active:#ebecef;--vkui--vkontakte_color_search_bar_field_tint:#818c99;--vkui--vkontakte_color_search_bar_field_tint--hover:#7c8795;--vkui--vkontakte_color_search_bar_field_tint--active:#778292;--vkui--vkontakte_background_hover_alpha:rgba(0, 0, 0, 0.04);--vkui--vkontakte_background_hover_alpha--hover:rgba(0, 0, 0, 0.08);--vkui--vkontakte_background_hover_alpha--active:rgba(0, 0, 0, 0.12);--vkui--vkontakte_color_accent_alternate:#0077ff;--vkui--vkontakte_color_accent_alternate--hover:#0073f7;--vkui--vkontakte_color_accent_alternate--active:#006fef;--vkui--vkontakte_color_background_suggestions:#ffffff;--vkui--vkontakte_color_background_suggestions--hover:#f5f5f7;--vkui--vkontakte_color_background_suggestions--active:#ebecef;--vkui--vkontakte_color_background_keyboard:#e1e3e6;--vkui--vkontakte_color_background_keyboard--hover:#d8dbdf;--vkui--vkontakte_color_background_keyboard--active:#cfd2d8;--vkui--vkontakte_color_content_placeholder_icon:#99a2ad;--vkui--vkontakte_color_content_placeholder_icon--hover:#939ca9;--vkui--vkontakte_color_content_placeholder_icon--active:#8d96a4;--vkui--vkontakte_color_content_tint_foreground:#7f8285;--vkui--vkontakte_color_content_tint_foreground--hover:#7a7d82;--vkui--vkontakte_color_content_tint_foreground--active:#75797f;--vkui--vkontakte_color_text_name:#2d81e0;--vkui--vkontakte_color_text_name--hover:#2b7cd9;--vkui--vkontakte_color_text_name--active:#2978d3;--vkui--vkontakte_color_control_background:#ebedf0;--vkui--vkontakte_color_control_background--hover:#e2e4e9;--vkui--vkontakte_color_control_background--active:#d8dbe2;--vkui--vkontakte_color_control_foreground:#5181b8;--vkui--vkontakte_color_control_foreground--hover:#4e7cb3;--vkui--vkontakte_color_control_foreground--active:#4b78ae;--vkui--vkontakte_color_control_tint_muted:#76787a;--vkui--vkontakte_color_control_tint_muted--hover:#717478;--vkui--vkontakte_color_control_tint_muted--active:#6d7075;--vkui--vkontakte_color_header_search_field_background:#ebedf0;--vkui--vkontakte_color_header_search_field_background--hover:#e2e4e9;--vkui--vkontakte_color_header_search_field_background--active:#d8dbe2;--vkui--vkontakte_color_header_search_field_tint:#818c99;--vkui--vkontakte_color_header_search_field_tint--hover:#7c8795;--vkui--vkontakte_color_header_search_field_tint--active:#778292;--vkui--vkontakte_color_header_tab_active_indicator:#2688eb;--vkui--vkontakte_color_header_tab_active_indicator--hover:#2483e4;--vkui--vkontakte_color_header_tab_active_indicator--active:#237edd;--vkui--vkontakte_color_icon_outline_medium:#818c99;--vkui--vkontakte_color_icon_outline_medium--hover:#7c8795;--vkui--vkontakte_color_icon_outline_medium--active:#778292;--vkui--vkontakte_color_icon_outline_secondary:#99a2ad;--vkui--vkontakte_color_icon_outline_secondary--hover:#939ca9;--vkui--vkontakte_color_icon_outline_secondary--active:#8d96a4;--vkui--vkontakte_color_skeleton_shimmer_from:#ffffff;--vkui--vkontakte_color_skeleton_shimmer_from--hover:#f5f5f7;--vkui--vkontakte_color_skeleton_shimmer_from--active:#ebecef;--vkui--vkontakte_color_alpha_skeleton_shimmer_to:transparent;--vkui--vkontakte_color_alpha_skeleton_shimmer_to--hover:rgba(0, 16, 61, 0.04);--vkui--vkontakte_color_alpha_skeleton_shimmer_to--active:rgba(0, 16, 61, 0.08);--vkui--vkontakte_color_loader_background:#ebedf0;--vkui--vkontakte_color_loader_background--hover:#e2e4e9;--vkui--vkontakte_color_loader_background--active:#d8dbe2;--vkui--vkontakte_color_loader_tint:#76787a;--vkui--vkontakte_color_loader_tint--hover:#717478;--vkui--vkontakte_color_loader_tint--active:#6d7075;--vkui--vkontakte_color_music_playback_icon:#000000;--vkui--vkontakte_color_music_playback_icon--hover:#000102;--vkui--vkontakte_color_music_playback_icon--active:#000105;--vkui--vkontakte_color_status_background:#ebedf0;--vkui--vkontakte_color_status_background--hover:#e2e4e9;--vkui--vkontakte_color_status_background--active:#d8dbe2;--vkui--vkontakte_color_placeholder_icon_foreground_primary:#99a2ad;--vkui--vkontakte_color_placeholder_icon_foreground_primary--hover:#939ca9;--vkui--vkontakte_color_placeholder_icon_foreground_primary--active:#8d96a4;--vkui--vkontakte_color_placeholder_icon_foreground_secondary:#aeb7c2;--vkui--vkontakte_color_placeholder_icon_foreground_secondary--hover:#a7b0bd;--vkui--vkontakte_color_placeholder_icon_foreground_secondary--active:#a0aab7;--vkui--vkontakte_color_placeholder_icon_tint:#001c3d;--vkui--vkontakte_color_placeholder_icon_tint--hover:#001c3d;--vkui--vkontakte_color_placeholder_icon_tint--active:#001b3d;--vkui--vkontakte_color_poll_option_background:#45678f;--vkui--vkontakte_color_poll_option_background--hover:#42648c;--vkui--vkontakte_color_poll_option_background--active:#3f6088;--vkui--vkontakte_color_tabbar_active_icon:#2975cc;--vkui--vkontakte_color_tabbar_active_icon--hover:#2771c6;--vkui--vkontakte_color_tabbar_active_icon--active:#266dc1;--vkui--vkontakte_color_tabbar_background:#f9f9f9;--vkui--vkontakte_color_tabbar_background--hover:#eff0f1;--vkui--vkontakte_color_tabbar_background--active:#e5e6ea;--vkui--vkontakte_color_tabbar_inactive_icon:#99a2ad;--vkui--vkontakte_color_tabbar_inactive_icon--hover:#939ca9;--vkui--vkontakte_color_tabbar_inactive_icon--active:#8d96a4;--vkui--vkontakte_color_tabbar_tablet_text_secondary:#909499;--vkui--vkontakte_color_tabbar_tablet_text_secondary--hover:#8a8f95;--vkui--vkontakte_color_tabbar_tablet_text_secondary--active:#848992;--vkui--vkontakte_color_toolbar_attach_background_from:#b8c1cc;--vkui--vkontakte_color_toolbar_attach_background_from--hover:#b1bac6;--vkui--vkontakte_color_toolbar_attach_background_from--active:#a9b3c1;--vkui--vkontakte_color_splash_screen_icon:#e1e3e6;--vkui--vkontakte_color_splash_screen_icon--hover:#d8dbdf;--vkui--vkontakte_color_splash_screen_icon--active:#cfd2d8;--vkui--vkontakte_color_icon_name:#74a2d6;--vkui--vkontakte_color_icon_name--hover:#6f9cd0;--vkui--vkontakte_color_icon_name--active:#6b96ca;--vkui--vkontakte_color_panel_tab_active_text:#76787a;--vkui--vkontakte_color_panel_tab_active_text--hover:#717478;--vkui--vkontakte_color_panel_tab_active_text--active:#6d7075;--vkui--vkontakte_color_background_text_alpha:rgba(38, 136, 235, 0.20);--vkui--vkontakte_color_background_text_alpha--hover:rgba(38, 136, 235, 0.24);--vkui--vkontakte_color_background_text_alpha--active:rgba(38, 136, 235, 0.28);--vkui--vkontakte_color_modal_card_header_close:#000000;--vkui--vkontakte_color_modal_card_header_close--hover:#000102;--vkui--vkontakte_color_modal_card_header_close--active:#000105;--vkui--vkontakte_im_bubble_button_outgoing_background_alpha:rgba(255, 255, 255, 0.60);--vkui--vkontakte_im_bubble_button_outgoing_background_alpha--hover:rgba(255, 255, 255, 0.64);--vkui--vkontakte_im_bubble_button_outgoing_background_alpha--active:rgba(255, 255, 255, 0.68);--vkui--vkontakte_im_bubble_button_foreground:#000000;--vkui--vkontakte_im_bubble_button_foreground--hover:#000102;--vkui--vkontakte_im_bubble_button_foreground--active:#000105;--vkui--vkontakte_im_bubble_incoming_highlighted:#d7d8d9;--vkui--vkontakte_im_bubble_incoming_highlighted--hover:#ced0d3;--vkui--vkontakte_im_bubble_incoming_highlighted--active:#c6c8cd;--vkui--vkontakte_im_bubble_gift_background:#f4e7c3;--vkui--vkontakte_im_bubble_gift_background--hover:#eadebe;--vkui--vkontakte_im_bubble_gift_background--active:#e0d6b8;--vkui--vkontakte_im_bubble_gift_background_highlighted:#e3d3ac;--vkui--vkontakte_im_bubble_gift_background_highlighted--hover:#dacba8;--vkui--vkontakte_im_bubble_gift_background_highlighted--active:#d1c3a3;--vkui--vkontakte_im_bubble_outgoing_alternate:#ffffff;--vkui--vkontakte_im_bubble_outgoing_alternate--hover:#f5f5f7;--vkui--vkontakte_im_bubble_outgoing_alternate--active:#ebecef;--vkui--vkontakte_im_attach_tint:#2d81e0;--vkui--vkontakte_im_attach_tint--hover:#2b7cd9;--vkui--vkontakte_im_attach_tint--active:#2978d3;--vkui--vkontakte_im_reply_separator:#2d81e0;--vkui--vkontakte_im_reply_separator--hover:#2b7cd9;--vkui--vkontakte_im_reply_separator--active:#2978d3;--vkui--vkontakte_im_toolbar_voice_msg_background:#99a2ad;--vkui--vkontakte_im_toolbar_voice_msg_background--hover:#939ca9;--vkui--vkontakte_im_toolbar_voice_msg_background--active:#8d96a4;--vkui--vkontakte_color_im_forward_line_alpha:rgba(69, 103, 143, 0.24);--vkui--vkontakte_color_im_forward_line_alpha--hover:rgba(69, 103, 143, 0.28);--vkui--vkontakte_color_im_forward_line_alpha--active:rgba(69, 103, 143, 0.32);--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha:rgba(215, 216, 217, 1);--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha--hover:#ced0d3;--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha--active:#c6c8cd;--vkui--vkontakte_color_im_bubble_incoming:#ebedf0;--vkui--vkontakte_color_im_bubble_incoming--hover:#e2e4e9;--vkui--vkontakte_color_im_bubble_incoming--active:#d8dbe2;--vkui--vkontakte_color_im_bubble_incoming_alternate:#ffffff;--vkui--vkontakte_color_im_bubble_incoming_alternate--hover:#f5f5f7;--vkui--vkontakte_color_im_bubble_incoming_alternate--active:#ebecef;--vkui--vkontakte_color_im_bubble_incoming_expiring:#e6e9ff;--vkui--vkontakte_color_im_bubble_incoming_expiring--hover:#dde0f7;--vkui--vkontakte_color_im_bubble_incoming_expiring--active:#d4d8ef;--vkui--vkontakte_color_im_bubble_outgoing:#cce4ff;--vkui--vkontakte_color_im_bubble_outgoing--hover:#c4dcf7;--vkui--vkontakte_color_im_bubble_outgoing--active:#bcd3ef;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted:#adb8ff;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted--hover:#a6b1f7;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted--active:#9fabef;--vkui--vkontakte_color_im_bubble_gift_text:#857250;--vkui--vkontakte_color_im_bubble_gift_text--hover:#806e4f;--vkui--vkontakte_color_im_bubble_gift_text--active:#7a6a4e;--vkui--vkontakte_color_im_bubble_gift_text_secondary:#ab9871;--vkui--vkontakte_color_im_bubble_gift_text_secondary--hover:#a4936f;--vkui--vkontakte_color_im_bubble_gift_text_secondary--active:#9d8d6d;--vkui--vkontakte_color_im_text_name:#2d81e0;--vkui--vkontakte_color_im_text_name--hover:#2b7cd9;--vkui--vkontakte_color_im_text_name--active:#2978d3;--vkui--vkontakte_button_muted_background:#f2f3f5;--vkui--vkontakte_button_muted_background--hover:#e8eaee;--vkui--vkontakte_button_muted_background--active:#dfe1e6;--vkui--vkontakte_button_tertiary_background:rgba(0, 0, 0, 0.00);--vkui--vkontakte_button_tertiary_background--hover:rgba(0, 0, 0, 0.04);--vkui--vkontakte_button_tertiary_background--active:rgba(0, 0, 0, 0.08);--vkui--vkontakte_button_tertiary_foreground:#2d81e0;--vkui--vkontakte_button_tertiary_foreground--hover:#2b7cd9;--vkui--vkontakte_button_tertiary_foreground--active:#2978d3;--vkui--vkontakte_float_button_foreground:#99a2ad;--vkui--vkontakte_float_button_foreground--hover:#939ca9;--vkui--vkontakte_float_button_foreground--active:#8d96a4;--vkui--vkontakte_landing_background:#ffffff;--vkui--vkontakte_landing_background--hover:#f5f5f7;--vkui--vkontakte_landing_background--active:#ebecef;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted:#f9f9f9;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted--hover:#eff0f1;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted--active:#e5e6ea;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted:#ccd3ff;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted--hover:#c4cbf7;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted--active:#bcc3ef;--vkui--vkontakte_im_bubble_outgoing_highlighted:#add3ff;--vkui--vkontakte_im_bubble_outgoing_highlighted--hover:#a6cbf7;--vkui--vkontakte_im_bubble_outgoing_highlighted--active:#9fc3ef;--vkui--vkontakte_landing_secondary_button_background:rgba(0, 57, 115, 0.10);--vkui--vkontakte_landing_secondary_button_background--hover:rgba(0, 57, 115, 0.14);--vkui--vkontakte_landing_secondary_button_background--active:rgba(0, 57, 115, 0.18);--vkui--vkontakte_stories_skeleton_loader_background:#454647;--vkui--vkontakte_stories_skeleton_loader_background--hover:#424447;--vkui--vkontakte_stories_skeleton_loader_background--active:#3f4246}\n[scheme=space_gray],.vkui--vkBase--dark,.vkui--vkCom--dark{--vkui--theme_name:\'vkontakteAndroidDark\';--vkui--gradient_tint:rgba(32, 32, 33, 0) 0%, rgba(32, 32, 33, 0.036) 13%, rgba(32, 32, 33, 0.15) 27%, rgba(32, 32, 33, 0.79) 68%, rgba(32, 32, 33, 0.95) 84%, rgba(32, 32, 33, 1) 100%;--vkui--gradient:rgba(25, 25, 26, 0) 0%, rgba(25, 25, 26, 0.036) 13%, rgba(25, 25, 26, 0.15) 27%, rgba(25, 25, 26, 0.79) 68%, rgba(25, 25, 26, 0.95) 84%, rgba(25, 25, 26, 1) 100%;--vkui--elevation1:0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px 2px 2px 0px rgba(0, 0, 0, 0.20);--vkui--elevation1_invert_y:0px 0px 2px 0px rgba(0, 0, 0, 0.10), 0px -2px 2px 0px rgba(0, 0, 0, 0.20);--vkui--elevation2:0px 4px 8px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 0px rgba(0, 0, 0, 0.20);--vkui--elevation3:0px 0px 2px 0px rgba(0, 0, 0, 0.30), 0px 4px 16px 0px rgba(0, 0, 0, 0.30);--vkui--elevation4:0px 0px 8px 0px rgba(0, 0, 0, 0.10), 0px 16px 16px 0px rgba(0, 0, 0, 0.20);--vkui--theme_inherits_from:\'vkBaseDark\';--vkui--colors_scheme:dark;--vkui--color_background_accent:#529ef4;--vkui--color_background_accent--hover:#59a2f4;--vkui--color_background_accent--active:#60a6f5;--vkui--color_background_accent_themed:#ffffff;--vkui--color_background_accent_themed--hover:#ebedf0;--vkui--color_background_accent_themed--active:#d7d8db;--vkui--color_background_accent_themed_alpha:rgba(255, 255, 255, 0.2);--vkui--color_background_accent_themed_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--color_background_accent_themed_alpha--active:rgba(255, 255, 255, 0.28);--vkui--color_background_accent_tint--hover:#61a2ff;--vkui--color_background_accent_tint--active:#67a6ff;--vkui--color_background_accent_alternative:#529ef4;--vkui--color_background_accent_alternative--hover:#59a2f4;--vkui--color_background_accent_alternative--active:#60a6f5;--vkui--color_background:#0a0a0a;--vkui--color_background--hover:#141414;--vkui--color_background--active:#1e1e1e;--vkui--color_background_content:#19191a;--vkui--color_background_content--hover:#222223;--vkui--color_background_content--active:#2b2b2c;--vkui--color_background_secondary:#232324;--vkui--color_background_secondary--hover:#2c2c2d;--vkui--color_background_secondary--active:#353536;--vkui--color_background_secondary_alpha:rgba(255, 255, 255, 0.10);--vkui--color_background_secondary_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_background_secondary_alpha--active:rgba(255, 255, 255, 0.14);--vkui--color_background_tertiary:#202021;--vkui--color_background_tertiary--hover:#29292a;--vkui--color_background_tertiary--active:#323233;--vkui--color_background_tertiary_alpha:rgba(255, 255, 255, 0.03);--vkui--color_background_tertiary_alpha--hover:rgba(255, 255, 255, 0.07);--vkui--color_background_tertiary_alpha--active:rgba(255, 255, 255, 0.11);--vkui--color_background_contrast:#ffffff;--vkui--color_background_contrast--hover:#ebedf0;--vkui--color_background_contrast--active:#d7d8db;--vkui--color_background_contrast_secondary_alpha:rgba(255, 255, 255, 0.2);--vkui--color_background_contrast_inverse--hover:#343536;--vkui--color_background_contrast_inverse--active:#3d3e3f;--vkui--color_background_contrast_themed:#323232;--vkui--color_background_contrast_themed--hover:#3a3a3a;--vkui--color_background_contrast_themed--active:#424242;--vkui--color_background_modal:#2c2d2e;--vkui--color_background_modal--hover:#343536;--vkui--color_background_modal--active:#3d3e3f;--vkui--color_background_modal_inverse:#ffffff;--vkui--color_background_modal_inverse--hover:#ebedf0;--vkui--color_background_modal_inverse--active:#d7d8db;--vkui--color_background_warning:#5b4d35;--vkui--color_background_warning--hover:#62543d;--vkui--color_background_warning--active:#685b45;--vkui--color_background_positive--hover:#52b652;--vkui--color_background_positive--active:#59b959;--vkui--color_background_negative:#ff5c5c;--vkui--color_background_negative--hover:#ff6363;--vkui--color_background_negative--active:#ff6969;--vkui--color_background_negative_tint:#522e2e;--vkui--color_background_negative_tint--hover:#593636;--vkui--color_background_negative_tint--active:#603f3f;--vkui--color_background_positive_tint:#2e3e2b;--vkui--color_background_positive_tint--hover:#364633;--vkui--color_background_positive_tint--active:#3f4d3c;--vkui--color_field_background:#232324;--vkui--color_field_background--hover:#2c2c2d;--vkui--color_field_background--active:#353536;--vkui--color_header_background:#19191a;--vkui--color_header_background--hover:#222223;--vkui--color_header_background--active:#2b2b2c;--vkui--color_text_accent:#529ef4;--vkui--color_text_accent--hover:#59a2f4;--vkui--color_text_accent--active:#60a6f5;--vkui--color_text_accent_themed:#ffffff;--vkui--color_text_accent_themed--hover:#ebedf0;--vkui--color_text_accent_themed--active:#d7d8db;--vkui--color_text_primary:#e1e3e6;--vkui--color_text_primary--hover:#e2e4e7;--vkui--color_text_primary--active:#e3e5e8;--vkui--color_text_primary_invariably--hover:#0a0a0a;--vkui--color_text_primary_invariably--active:#141414;--vkui--color_text_secondary:#76787a;--vkui--color_text_secondary--hover:#7b7d7f;--vkui--color_text_secondary--active:#818385;--vkui--color_text_subhead:#969a9f;--vkui--color_text_subhead--hover:#9a9ea3;--vkui--color_text_subhead--active:#9ea2a7;--vkui--color_text_tertiary:#5d5f61;--vkui--color_text_tertiary--hover:#636567;--vkui--color_text_tertiary--active:#6a6c6e;--vkui--color_text_contrast:#ffffff;--vkui--color_text_contrast--hover:#ebedf0;--vkui--color_text_contrast--active:#d7d8db;--vkui--color_text_contrast_themed:#000000;--vkui--color_text_contrast_themed--hover:#0a0a0a;--vkui--color_text_contrast_themed--active:#141414;--vkui--color_text_positive--hover:#52b652;--vkui--color_text_positive--active:#59b959;--vkui--color_text_negative:#ff5c5c;--vkui--color_text_negative--hover:#ff6363;--vkui--color_text_negative--active:#ff6969;--vkui--color_text_link:#529ef4;--vkui--color_text_link--hover:#59a2f4;--vkui--color_text_link--active:#60a6f5;--vkui--color_text_link_themed:#ffffff;--vkui--color_text_link_themed--hover:#ebedf0;--vkui--color_text_link_themed--active:#d7d8db;--vkui--color_text_link_tint--hover:#77adec;--vkui--color_text_link_tint--active:#7cb1ed;--vkui--color_text_link_visited--hover:#508bce;--vkui--color_text_link_visited--active:#5890d0;--vkui--color_text_muted:#e1e3e6;--vkui--color_text_muted--hover:#e2e4e7;--vkui--color_text_muted--active:#e3e5e8;--vkui--color_link_contrast:#ffffff;--vkui--color_link_contrast--hover:#ebedf0;--vkui--color_link_contrast--active:#d7d8db;--vkui--color_icon_accent:#529ef4;--vkui--color_icon_accent--hover:#59a2f4;--vkui--color_icon_accent--active:#60a6f5;--vkui--color_icon_accent_themed:#ffffff;--vkui--color_icon_accent_themed--hover:#ebedf0;--vkui--color_icon_accent_themed--active:#d7d8db;--vkui--color_icon_primary:#e1e3e6;--vkui--color_icon_primary--hover:#e2e4e7;--vkui--color_icon_primary--active:#e3e5e8;--vkui--color_icon_primary_invariably:#2c2d2e;--vkui--color_icon_primary_invariably--hover:#343536;--vkui--color_icon_primary_invariably--active:#3d3e3f;--vkui--color_icon_medium:#b0b1b6;--vkui--color_icon_medium--hover:#b3b4b9;--vkui--color_icon_medium--active:#b6b7bc;--vkui--color_icon_medium_alpha:rgba(241, 247, 255, 0.66);--vkui--color_icon_medium_alpha--hover:rgba(241, 247, 255, 0.7000000000000001);--vkui--color_icon_medium_alpha--active:rgba(241, 247, 255, 0.74);--vkui--color_icon_secondary:#76787a;--vkui--color_icon_secondary--hover:#7b7d7f;--vkui--color_icon_secondary--active:#818385;--vkui--color_icon_secondary_alpha:rgba(0, 0, 0, 0.43);--vkui--color_icon_secondary_alpha--hover:rgba(0, 0, 0, 0.47000000000000003);--vkui--color_icon_secondary_alpha--active:rgba(0, 0, 0, 0.51);--vkui--color_icon_tertiary:#5d5f61;--vkui--color_icon_tertiary--hover:#636567;--vkui--color_icon_tertiary--active:#6a6c6e;--vkui--color_icon_tertiary_alpha:rgba(255, 255, 255, 0.30);--vkui--color_icon_tertiary_alpha--hover:rgba(255, 255, 255, 0.34);--vkui--color_icon_tertiary_alpha--active:rgba(255, 255, 255, 0.38);--vkui--color_icon_contrast:#ffffff;--vkui--color_icon_contrast--hover:#ebedf0;--vkui--color_icon_contrast--active:#d7d8db;--vkui--color_icon_contrast_themed:#000000;--vkui--color_icon_contrast_themed--hover:#0a0a0a;--vkui--color_icon_contrast_themed--active:#141414;--vkui--color_icon_contrast_secondary--hover:#f3f3f5;--vkui--color_icon_contrast_secondary--active:#f3f4f6;--vkui--color_icon_positive--hover:#52b652;--vkui--color_icon_positive--active:#59b959;--vkui--color_icon_warning:#dbaf06;--vkui--color_icon_warning--hover:#dcb210;--vkui--color_icon_warning--active:#deb51a;--vkui--color_icon_negative:#ff5c5c;--vkui--color_icon_negative--hover:#ff6363;--vkui--color_icon_negative--active:#ff6969;--vkui--color_stroke_accent:#529ef4;--vkui--color_stroke_accent--hover:#59a2f4;--vkui--color_stroke_accent--active:#60a6f5;--vkui--color_stroke_accent_themed:#ffffff;--vkui--color_stroke_accent_themed--hover:#ebedf0;--vkui--color_stroke_accent_themed--active:#d7d8db;--vkui--color_separator_primary:#363738;--vkui--color_separator_primary--hover:#3e3f40;--vkui--color_separator_primary--active:#464748;--vkui--color_separator_primary2x:#444546;--vkui--color_separator_primary2x--hover:#4b4c4d;--vkui--color_separator_primary2x--active:#535455;--vkui--color_separator_primary3x:#505253;--vkui--color_separator_primary3x--hover:#57595a;--vkui--color_separator_primary3x--active:#5e6061;--vkui--color_separator_primary_alpha:rgba(255, 255, 255, 0.12);--vkui--color_separator_primary_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_separator_primary_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_separator_secondary:#141415;--vkui--color_separator_secondary--hover:#1d1d1e;--vkui--color_separator_secondary--active:#272728;--vkui--color_stroke_positive--hover:#52b652;--vkui--color_stroke_positive--active:#59b959;--vkui--color_stroke_negative:#ff5c5c;--vkui--color_stroke_negative--hover:#ff6363;--vkui--color_stroke_negative--active:#ff6969;--vkui--color_stroke_contrast:#ffffff;--vkui--color_stroke_contrast--hover:#ebedf0;--vkui--color_stroke_contrast--active:#d7d8db;--vkui--color_image_border_alpha:rgba(255, 255, 255, 0.08);--vkui--color_image_border_alpha--hover:rgba(255, 255, 255, 0.12);--vkui--color_image_border_alpha--active:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha:rgba(255, 255, 255, 0.12);--vkui--color_field_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--color_field_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--color_accent_blue:#71aaeb;--vkui--color_accent_blue--hover:#77adec;--vkui--color_accent_blue--active:#7cb1ed;--vkui--color_accent_gray--hover:#a7b0bb;--vkui--color_accent_gray--active:#aab4be;--vkui--color_accent_red--hover:#ff3b4e;--vkui--color_accent_red--active:#ff4356;--vkui--color_accent_green:#4bb34b;--vkui--color_accent_green--hover:#52b652;--vkui--color_accent_green--active:#59b959;--vkui--color_accent_orange--hover:#ffa40a;--vkui--color_accent_orange--active:#ffa814;--vkui--color_accent_orange_peach:#ffc062;--vkui--color_accent_orange_peach--hover:#ffc368;--vkui--color_accent_orange_peach--active:#ffc56f;--vkui--color_accent_orange_fire--hover:#f1634b;--vkui--color_accent_orange_fire--active:#f16953;--vkui--color_accent_purple:#9985ff;--vkui--color_accent_purple--hover:#9d8aff;--vkui--color_accent_purple--active:#a18fff;--vkui--color_accent_violet:#a94fff;--vkui--color_accent_violet--hover:#ac56ff;--vkui--color_accent_violet--active:#b05dff;--vkui--color_accent_raspberry_pink:#f060c0;--vkui--color_accent_raspberry_pink--hover:#f166c3;--vkui--color_accent_raspberry_pink--active:#f16dc5;--vkui--color_accent_secondary--hover:#478fe1;--vkui--color_accent_secondary--active:#4e93e2;--vkui--color_overlay_secondary:rgba(55, 56, 57, 0.5);--vkui--color_overlay_secondary--hover:rgba(55, 56, 57, 0.54);--vkui--color_overlay_secondary--active:rgba(55, 56, 57, 0.58);--vkui--color_action_sheet_text:#71aaeb;--vkui--color_action_sheet_text--hover:#77adec;--vkui--color_action_sheet_text--active:#7cb1ed;--vkui--color_image_placeholder:#2a2b2c;--vkui--color_image_placeholder--hover:#333334;--vkui--color_image_placeholder--active:#3b3c3d;--vkui--color_image_placeholder_alpha:rgba(241, 247, 255, 0.08);--vkui--color_image_placeholder_alpha--hover:rgba(241, 247, 255, 0.12);--vkui--color_image_placeholder_alpha--active:rgba(241, 247, 255, 0.16);--vkui--color_skeleton_from:#232324;--vkui--color_skeleton_from--hover:#2c2c2d;--vkui--color_skeleton_from--active:#353536;--vkui--color_skeleton_to:#2c2d2e;--vkui--color_skeleton_to--hover:#343536;--vkui--color_skeleton_to--active:#3d3e3f;--vkui--color_button_text:#ffffff;--vkui--color_button_text--hover:#ebedf0;--vkui--color_button_text--active:#d7d8db;--vkui--color_button_icon:#ffffff;--vkui--color_button_icon--hover:#ebedf0;--vkui--color_button_icon--active:#d7d8db;--vkui--color_button_stroke:#ffffff;--vkui--color_button_stroke--hover:#ebedf0;--vkui--color_button_stroke--active:#d7d8db;--vkui--color_write_bar_icon:#76787a;--vkui--color_write_bar_icon--hover:#7b7d7f;--vkui--color_write_bar_icon--active:#818385;--vkui--color_write_bar_input_background:#2c2d2e;--vkui--color_write_bar_input_background--hover:#343536;--vkui--color_write_bar_input_background--active:#3d3e3f;--vkui--color_write_bar_input_border:#2c2d2e;--vkui--color_write_bar_input_border--hover:#343536;--vkui--color_write_bar_input_border--active:#3d3e3f;--vkui--color_write_bar_input_border_alpha:rgba(255, 255, 255, 0.8);--vkui--color_write_bar_input_border_alpha--hover:rgba(255, 255, 255, 0.84);--vkui--color_write_bar_input_border_alpha--active:rgba(255, 255, 255, 0.88);--vkui--color_track_background:#454647;--vkui--color_track_background--hover:#4c4d4e;--vkui--color_track_background--active:#545556;--vkui--color_track_buffer:#405772;--vkui--color_track_buffer--hover:#485e78;--vkui--color_track_buffer--active:#4f647d;--vkui--color_search_field_background:#363738;--vkui--color_search_field_background--hover:#3e3f40;--vkui--color_search_field_background--active:#464748;--vkui--color_panel_header_icon:#71aaeb;--vkui--color_panel_header_icon--hover:#77adec;--vkui--color_panel_header_icon--active:#7cb1ed;--vkui--color_segmented_control:#626364;--vkui--color_segmented_control--hover:#68696a;--vkui--color_segmented_control--active:#6f6f70;--vkui--color_tabbar_text_inactive:#76787a;--vkui--color_tabbar_text_inactive--hover:#7b7d7f;--vkui--color_tabbar_text_inactive--active:#818385;--vkui--color_transparent--hover:rgba(255, 255, 255, 0.04);--vkui--color_transparent--active:rgba(255, 255, 255, 0.08);--vkui--vkontakte_color_snippet_border_alpha:rgba(255, 255, 255, 0.15);--vkui--vkontakte_color_snippet_border_alpha--hover:rgba(255, 255, 255, 0.19);--vkui--vkontakte_color_snippet_border_alpha--active:rgba(255, 255, 255, 0.23);--vkui--vkontakte_color_snippet_background:#232324;--vkui--vkontakte_color_snippet_background--hover:#2c2c2d;--vkui--vkontakte_color_snippet_background--active:#353536;--vkui--vkontakte_color_modal_card_border_alpha:rgba(255, 255, 255, 0.12);--vkui--vkontakte_color_modal_card_border_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--vkontakte_color_modal_card_border_alpha--active:rgba(255, 255, 255, 0.2);--vkui--vkontakte_color_landing_snippet_border_alpha:rgba(255, 255, 255, 0.15);--vkui--vkontakte_color_landing_snippet_border_alpha--hover:rgba(255, 255, 255, 0.19);--vkui--vkontakte_color_landing_snippet_border_alpha--active:rgba(255, 255, 255, 0.23);--vkui--vkontakte_color_action_sheet_separator_alpha:rgba(255, 255, 255, 0.12);--vkui--vkontakte_color_action_sheet_separator_alpha--hover:rgba(255, 255, 255, 0.16);--vkui--vkontakte_color_action_sheet_separator_alpha--active:rgba(255, 255, 255, 0.2);--vkui--vkontakte_color_input_border:#2c2d2e;--vkui--vkontakte_color_input_border--hover:#343536;--vkui--vkontakte_color_input_border--active:#3d3e3f;--vkui--vkontakte_color_search_bar_background:#19191a;--vkui--vkontakte_color_search_bar_background--hover:#222223;--vkui--vkontakte_color_search_bar_background--active:#2b2b2c;--vkui--vkontakte_color_search_bar_field_tint:#aaaeb3;--vkui--vkontakte_color_search_bar_field_tint--hover:#adb1b6;--vkui--vkontakte_color_search_bar_field_tint--active:#b1b4b9;--vkui--vkontakte_background_hover_alpha:rgba(255, 255, 255, 0.04);--vkui--vkontakte_background_hover_alpha--hover:rgba(255, 255, 255, 0.08);--vkui--vkontakte_background_hover_alpha--active:rgba(255, 255, 255, 0.12);--vkui--vkontakte_color_accent_alternate:#ffffff;--vkui--vkontakte_color_accent_alternate--hover:#ebedf0;--vkui--vkontakte_color_accent_alternate--active:#d7d8db;--vkui--vkontakte_color_background_suggestions:#2c2d2e;--vkui--vkontakte_color_background_suggestions--hover:#343536;--vkui--vkontakte_color_background_suggestions--active:#3d3e3f;--vkui--vkontakte_color_background_keyboard:#2c2d2e;--vkui--vkontakte_color_background_keyboard--hover:#343536;--vkui--vkontakte_color_background_keyboard--active:#3d3e3f;--vkui--vkontakte_color_content_placeholder_icon:#aaaeb3;--vkui--vkontakte_color_content_placeholder_icon--hover:#adb1b6;--vkui--vkontakte_color_content_placeholder_icon--active:#b1b4b9;--vkui--vkontakte_color_content_tint_foreground:#909499;--vkui--vkontakte_color_content_tint_foreground--hover:#94989d;--vkui--vkontakte_color_content_tint_foreground--active:#999da1;--vkui--vkontakte_color_text_name:#e1e3e6;--vkui--vkontakte_color_text_name--hover:#e2e4e7;--vkui--vkontakte_color_text_name--active:#e3e5e8;--vkui--vkontakte_color_control_background:#454647;--vkui--vkontakte_color_control_background--hover:#4c4d4e;--vkui--vkontakte_color_control_background--active:#545556;--vkui--vkontakte_color_control_foreground:#e1e3e6;--vkui--vkontakte_color_control_foreground--hover:#e2e4e7;--vkui--vkontakte_color_control_foreground--active:#e3e5e8;--vkui--vkontakte_color_control_tint_muted:#909499;--vkui--vkontakte_color_control_tint_muted--hover:#94989d;--vkui--vkontakte_color_control_tint_muted--active:#999da1;--vkui--vkontakte_color_header_search_field_background:#363738;--vkui--vkontakte_color_header_search_field_background--hover:#3e3f40;--vkui--vkontakte_color_header_search_field_background--active:#464748;--vkui--vkontakte_color_header_search_field_tint:#aaaeb3;--vkui--vkontakte_color_header_search_field_tint--hover:#adb1b6;--vkui--vkontakte_color_header_search_field_tint--active:#b1b4b9;--vkui--vkontakte_color_header_tab_active_indicator:#529ef4;--vkui--vkontakte_color_header_tab_active_indicator--hover:#59a2f4;--vkui--vkontakte_color_header_tab_active_indicator--active:#60a6f5;--vkui--vkontakte_color_icon_outline_medium:#aaaeb3;--vkui--vkontakte_color_icon_outline_medium--hover:#adb1b6;--vkui--vkontakte_color_icon_outline_medium--active:#b1b4b9;--vkui--vkontakte_color_icon_outline_secondary:#909499;--vkui--vkontakte_color_icon_outline_secondary--hover:#94989d;--vkui--vkontakte_color_icon_outline_secondary--active:#999da1;--vkui--vkontakte_color_skeleton_shimmer_from:#19191a;--vkui--vkontakte_color_skeleton_shimmer_from--hover:#222223;--vkui--vkontakte_color_skeleton_shimmer_from--active:#2b2b2c;--vkui--vkontakte_color_alpha_skeleton_shimmer_to--hover:rgba(255, 255, 255, 0.04);--vkui--vkontakte_color_alpha_skeleton_shimmer_to--active:rgba(255, 255, 255, 0.08);--vkui--vkontakte_color_loader_background:#19191a;--vkui--vkontakte_color_loader_background--hover:#222223;--vkui--vkontakte_color_loader_background--active:#2b2b2c;--vkui--vkontakte_color_loader_tint--hover:#7b7d7f;--vkui--vkontakte_color_loader_tint--active:#818385;--vkui--vkontakte_color_music_playback_icon:#ffffff;--vkui--vkontakte_color_music_playback_icon--hover:#ebedf0;--vkui--vkontakte_color_music_playback_icon--active:#d7d8db;--vkui--vkontakte_color_status_background:#19191a;--vkui--vkontakte_color_status_background--hover:#222223;--vkui--vkontakte_color_status_background--active:#2b2b2c;--vkui--vkontakte_color_placeholder_icon_foreground_primary:#909499;--vkui--vkontakte_color_placeholder_icon_foreground_primary--hover:#94989d;--vkui--vkontakte_color_placeholder_icon_foreground_primary--active:#999da1;--vkui--vkontakte_color_placeholder_icon_foreground_secondary:#5d5f61;--vkui--vkontakte_color_placeholder_icon_foreground_secondary--hover:#636567;--vkui--vkontakte_color_placeholder_icon_foreground_secondary--active:#6a6c6e;--vkui--vkontakte_color_placeholder_icon_tint:#ffffff;--vkui--vkontakte_color_placeholder_icon_tint--hover:#ebedf0;--vkui--vkontakte_color_placeholder_icon_tint--active:#d7d8db;--vkui--vkontakte_color_poll_option_background:#ffffff;--vkui--vkontakte_color_poll_option_background--hover:#ebedf0;--vkui--vkontakte_color_poll_option_background--active:#d7d8db;--vkui--vkontakte_color_tabbar_active_icon:#ffffff;--vkui--vkontakte_color_tabbar_active_icon--hover:#ebedf0;--vkui--vkontakte_color_tabbar_active_icon--active:#d7d8db;--vkui--vkontakte_color_tabbar_background:#2c2d2e;--vkui--vkontakte_color_tabbar_background--hover:#343536;--vkui--vkontakte_color_tabbar_background--active:#3d3e3f;--vkui--vkontakte_color_tabbar_inactive_icon:#76787a;--vkui--vkontakte_color_tabbar_inactive_icon--hover:#7b7d7f;--vkui--vkontakte_color_tabbar_inactive_icon--active:#818385;--vkui--vkontakte_color_tabbar_tablet_text_secondary:#76787a;--vkui--vkontakte_color_tabbar_tablet_text_secondary--hover:#7b7d7f;--vkui--vkontakte_color_tabbar_tablet_text_secondary--active:#818385;--vkui--vkontakte_color_toolbar_attach_background_from:#76787a;--vkui--vkontakte_color_toolbar_attach_background_from--hover:#7b7d7f;--vkui--vkontakte_color_toolbar_attach_background_from--active:#818385;--vkui--vkontakte_color_splash_screen_icon:#2c2d2e;--vkui--vkontakte_color_splash_screen_icon--hover:#343536;--vkui--vkontakte_color_splash_screen_icon--active:#3d3e3f;--vkui--vkontakte_color_icon_name:#aaaeb3;--vkui--vkontakte_color_icon_name--hover:#adb1b6;--vkui--vkontakte_color_icon_name--active:#b1b4b9;--vkui--vkontakte_color_panel_tab_active_text:#e1e3e6;--vkui--vkontakte_color_panel_tab_active_text--hover:#e2e4e7;--vkui--vkontakte_color_panel_tab_active_text--active:#e3e5e8;--vkui--vkontakte_color_background_text_alpha:rgba(82, 158, 244, 0.24);--vkui--vkontakte_color_background_text_alpha--hover:rgba(82, 158, 244, 0.28);--vkui--vkontakte_color_background_text_alpha--active:rgba(82, 158, 244, 0.32);--vkui--vkontakte_color_modal_card_header_close:#ffffff;--vkui--vkontakte_color_modal_card_header_close--hover:#ebedf0;--vkui--vkontakte_color_modal_card_header_close--active:#d7d8db;--vkui--vkontakte_im_bubble_button_outgoing_background_alpha:rgba(255, 255, 255, 0.20);--vkui--vkontakte_im_bubble_button_outgoing_background_alpha--hover:rgba(255, 255, 255, 0.24);--vkui--vkontakte_im_bubble_button_outgoing_background_alpha--active:rgba(255, 255, 255, 0.28);--vkui--vkontakte_im_bubble_button_foreground:#e1e3e6;--vkui--vkontakte_im_bubble_button_foreground--hover:#e2e4e7;--vkui--vkontakte_im_bubble_button_foreground--active:#e3e5e8;--vkui--vkontakte_im_bubble_incoming_highlighted:#5d5f61;--vkui--vkontakte_im_bubble_incoming_highlighted--hover:#636567;--vkui--vkontakte_im_bubble_incoming_highlighted--active:#6a6c6e;--vkui--vkontakte_im_bubble_gift_background:#857250;--vkui--vkontakte_im_bubble_gift_background--hover:#8a7857;--vkui--vkontakte_im_bubble_gift_background--active:#8f7d5e;--vkui--vkontakte_im_bubble_gift_background_highlighted:#ab9871;--vkui--vkontakte_im_bubble_gift_background_highlighted--hover:#ae9c77;--vkui--vkontakte_im_bubble_gift_background_highlighted--active:#b2a07c;--vkui--vkontakte_im_bubble_outgoing_alternate:#454647;--vkui--vkontakte_im_bubble_outgoing_alternate--hover:#4c4d4e;--vkui--vkontakte_im_bubble_outgoing_alternate--active:#545556;--vkui--vkontakte_im_attach_tint:#ffffff;--vkui--vkontakte_im_attach_tint--hover:#ebedf0;--vkui--vkontakte_im_attach_tint--active:#d7d8db;--vkui--vkontakte_im_reply_separator:#ffffff;--vkui--vkontakte_im_reply_separator--hover:#ebedf0;--vkui--vkontakte_im_reply_separator--active:#d7d8db;--vkui--vkontakte_im_toolbar_voice_msg_background:#454647;--vkui--vkontakte_im_toolbar_voice_msg_background--hover:#4c4d4e;--vkui--vkontakte_im_toolbar_voice_msg_background--active:#545556;--vkui--vkontakte_color_im_forward_line_alpha:rgba(255, 255, 255, 0.24);--vkui--vkontakte_color_im_forward_line_alpha--hover:rgba(255, 255, 255, 0.28);--vkui--vkontakte_color_im_forward_line_alpha--active:rgba(255, 255, 255, 0.32);--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha:rgba(0, 0, 0, 0.00);--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha--hover:rgba(0, 0, 0, 0.04);--vkui--vkontakte_color_im_bubble_border_alternate_highlighted_alpha--active:rgba(0, 0, 0, 0.08);--vkui--vkontakte_color_im_bubble_incoming:#2c2d2e;--vkui--vkontakte_color_im_bubble_incoming--hover:#343536;--vkui--vkontakte_color_im_bubble_incoming--active:#3d3e3f;--vkui--vkontakte_color_im_bubble_incoming_alternate:#2c2d2e;--vkui--vkontakte_color_im_bubble_incoming_alternate--hover:#343536;--vkui--vkontakte_color_im_bubble_incoming_alternate--active:#3d3e3f;--vkui--vkontakte_color_im_bubble_incoming_expiring:#262b4d;--vkui--vkontakte_color_im_bubble_incoming_expiring--hover:#2f3354;--vkui--vkontakte_color_im_bubble_incoming_expiring--active:#373c5b;--vkui--vkontakte_color_im_bubble_outgoing:#454647;--vkui--vkontakte_color_im_bubble_outgoing--hover:#4c4d4e;--vkui--vkontakte_color_im_bubble_outgoing--active:#545556;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted:#5965b3;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted--hover:#606bb6;--vkui--vkontakte_color_im_bubble_outgoing_expiring_highlighted--active:#6671b9;--vkui--vkontakte_color_im_bubble_gift_text:#ffffff;--vkui--vkontakte_color_im_bubble_gift_text--hover:#ebedf0;--vkui--vkontakte_color_im_bubble_gift_text--active:#d7d8db;--vkui--vkontakte_color_im_bubble_gift_text_secondary:#e3d3ac;--vkui--vkontakte_color_im_bubble_gift_text_secondary--hover:#e4d5af;--vkui--vkontakte_color_im_bubble_gift_text_secondary--active:#e5d7b3;--vkui--vkontakte_color_im_text_name:#529ef4;--vkui--vkontakte_color_im_text_name--hover:#59a2f4;--vkui--vkontakte_color_im_text_name--active:#60a6f5;--vkui--vkontakte_button_muted_background:#2c2d2e;--vkui--vkontakte_button_muted_background--hover:#343536;--vkui--vkontakte_button_muted_background--active:#3d3e3f;--vkui--vkontakte_button_tertiary_foreground:#e1e3e6;--vkui--vkontakte_button_tertiary_foreground--hover:#e2e4e7;--vkui--vkontakte_button_tertiary_foreground--active:#e3e5e8;--vkui--vkontakte_float_button_foreground:#aaaeb3;--vkui--vkontakte_float_button_foreground--hover:#adb1b6;--vkui--vkontakte_float_button_foreground--active:#b1b4b9;--vkui--vkontakte_landing_background:#19191a;--vkui--vkontakte_landing_background--hover:#222223;--vkui--vkontakte_landing_background--active:#2b2b2c;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted:#5d5f61;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted--hover:#636567;--vkui--vkontakte_im_bubble_incoming_alternate_highlighted--active:#6a6c6e;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted:#404980;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted--hover:#485085;--vkui--vkontakte_im_bubble_incoming_expiring_highlighted--active:#4f588a;--vkui--vkontakte_im_bubble_outgoing_highlighted:#5d5f61;--vkui--vkontakte_im_bubble_outgoing_highlighted--hover:#636567;--vkui--vkontakte_im_bubble_outgoing_highlighted--active:#6a6c6e;--vkui--vkontakte_landing_secondary_button_background:rgba(255, 255, 255, 0.15);--vkui--vkontakte_landing_secondary_button_background--hover:rgba(255, 255, 255, 0.19);--vkui--vkontakte_landing_secondary_button_background--active:rgba(255, 255, 255, 0.23);--vkui--vkontakte_stories_skeleton_loader_background:#c4c8cc;--vkui--vkontakte_stories_skeleton_loader_background--hover:#c6cace;--vkui--vkontakte_stories_skeleton_loader_background--active:#c9ccd0}\n:root{--viewport_full_height_dynamic:100vh;--viewport_full_height_dynamic:100dvh;--bold-font-weight:700;--semibold-font-weight:600;--medium-font-weight:500;--regular-font-weight:400;--light-font-weight:300;--button-normal-radius:8px;--button-disabled-opacity:0.4;--button-transition:opacity 0.2s ease;--mobile-s-base-horizontal-margin:8px;--mobile-l-base-horizontal-margin:16px;--mobile-m-base-horizontal-margin:12px;--base-fonts:-apple-system, BlinkMacSystemFont, Roboto, \'Segoe UI\', \'Segoe WP\', \'Helvetica Neue\', \'Lucida Grande\', Verdana, Tahoma, Arial, sans-serif;--owner-panel-font-size:15px;--owner-panel-line-height:20px;--owner-panel-color:20px;--slim-header-font-size:13px;--slim-header-line-height:20px;--checkbox-line-height:1.27em;--checkbox-margin-right:7px;--checkbox-margin:0 var(--checkbox-margin-right) 0 0;--checkbox-width:15px;--checkbox-height:15px;--checkbox-disabled-opacity:0.5;--thin-border:1px;--video_preview_width:220px;--video_small_preview_width:142px;--avatar-size-24-font-size:9px;--avatar-size-28-font-size:10px;--avatar-size-32-font-size:11px;--avatar-size-36-font-size:13px;--avatar-size-40-font-size:14px;--avatar-size-44-font-size:16px;--avatar-size-48-font-size:17px;--avatar-size-50-font-size:18px;--avatar-size-52-font-size:19px;--avatar-size-56-font-size:20px;--avatar-size-64-font-size:23px;--avatar-size-72-font-size:26px;--avatar-size-80-font-size:29px;--avatar-size-88-font-size:32px;--avatar-size-96-font-size:34px;--avatar-size-192-font-size:69px;--avatar-theme-1-from:#FF7583;--avatar-theme-1-to:#E52E40;--avatar-theme-2-from:#FFBF80;--avatar-theme-2-to:#E66B2E;--avatar-theme-3-from:#FFD54F;--avatar-theme-3-to:#E7A902;--avatar-theme-4-from:#6CD97E;--avatar-theme-4-to:#12B212;--avatar-theme-5-from:#7DF1FA;--avatar-theme-5-to:#2BB4D6;--avatar-theme-6-from:#D3A6FF;--avatar-theme-6-to:#8F3FE0;--avatar-image-offset:2px}\nhtml.vk body,.vk .vkui__root{--vkui--size_border_radius_paper--regular:20px}\n@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){:root{--thin-border:.5px}}\n@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){:root{--thin-border:.33px}}\n:root{--media-horizontal-offset:12px}\n:root{--content_sticky_elements_height:0px;--content_header_height:56px;--content_desktop_header_search_width:0;--content_tabbar_height:48px;--feed_tabs_height:32px;--content_area_height:calc(100vh - 96px);--content_stretched_page_height:var(--content_area_height);--content_area_height_dynamic:calc(var(--viewport_full_height_dynamic) - 96px);--content_stretched_page_height_dynamic:var(--content_area_height_dynamic)}\n@media (max-width:881px){.vk_tabbar_bottom,.vk_custom_scroll{--content_area_height:calc(100vh - var(--content_header_height) - var(--content_tabbar_height) - var(--content_sticky_elements_height));--content_area_height_dynamic:calc(var(--viewport_full_height_dynamic) - var(--content_header_height) - var(--content_tabbar_height) - var(--content_sticky_elements_height))}}\n@media (max-width:270px){:root{--media-horizontal-offset:8px}}\n@media (max-width:319px){:root{--media-horizontal-offset:8px}}\nbody.bad_browser_page_fast_reload{margin:0;padding:0}\n.BadBrowser{background-color:var(--vkui--color_background_content);box-sizing:border-box;font-family:var(--base-fonts);display:table;padding:24px 12px;text-align:center;margin:0 auto;max-width:620px;min-height:var(--content_area_height)}\n.BadBrowser__content{display:table-cell;vertical-align:middle}\n.BadBrowser__title{color:var(--vkui--color_text_primary);font-weight:var(--semibold-font-weight);font-size:20px;line-height:24px;font-family:var(--vk-sans-display)}\n.BadBrowser__text{color:var(--vkui--color_text_secondary);font-weight:var(--regular-font-weight);font-size:16px;line-height:20px;margin:8px 0 0 0}\n.BadBrowser__browsers{padding-top:48px}\n.BadBrowser__browsersTable{display:table;width:100%}\n.BadBrowser__browsersTableCell{display:table-cell}\n.BadBrowserHeader{box-sizing:border-box;position:relative;padding:12px;height:var(--content_header_height);width:100%;z-index:1}\n.BadBrowserHeader__inner{margin:0 auto;max-width:620px;width:100%}\n.BadBrowserHeader__logo{display:inline-block;vertical-align:middle}\n.Browser{background-color:transparent;border:0;color:var(--vkui--color_text_primary);cursor:pointer;display:block;font-size:15px;line-height:20px;padding:0;text-align:center;text-decoration:none;width:100%}\n.Browser__title{margin:12px 0 0}\n@font-face {\n font-family: \'VK Sans Display Faux\';\n font-weight: 600;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayDemiBoldFaux.v100.woff2) format(\'woff2\');\n unicode-range: U+0,U+A,U+D,U+20-5A,U+61-7A,U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 300;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayLightLatin.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayLightLatin.v320.woff) format(\'woff\');\n unicode-range: U+0,U+A,U+D,U+20-5F,U+61-7E,U+A0,U+A2-A5,U+A7,U+A9,U+AB,U+AD,U+AE,U+B0,U+B1,U+B6,U+B7,U+BB,U+D7,U+F7,U+131,U+237,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+20AC,U+20B4,U+20B8,U+20BD,U+20BF,U+2122,U+2191,U+2193,U+2212;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 300;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayLightCyrillic.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayLightCyrillic.v320.woff) format(\'woff\');\n unicode-range: U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491,U+20B4,U+2116;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 300;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayLightRest.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayLightRest.v320.woff) format(\'woff\');\n unicode-range: U+307,U+308,U+2190,U+2192,U+2194-2199,U+2248,U+2260,U+2264,U+2265;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 400;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayRegularLatin.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayRegularLatin.v320.woff) format(\'woff\');\n unicode-range: U+0,U+A,U+D,U+20-5F,U+61-7E,U+A0,U+A2-A5,U+A7,U+A9,U+AB,U+AD,U+AE,U+B0,U+B1,U+B6,U+B7,U+BB,U+D7,U+F7,U+131,U+237,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+20AC,U+20B4,U+20B8,U+20BD,U+20BF,U+2122,U+2191,U+2193,U+2212;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 400;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayRegularCyrillic.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayRegularCyrillic.v320.woff) format(\'woff\');\n unicode-range: U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491,U+20B4,U+2116;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 400;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayRegularRest.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayRegularRest.v320.woff) format(\'woff\');\n unicode-range: U+307,U+308,U+2190,U+2192,U+2194-2199,U+2248,U+2260,U+2264,U+2265;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 500;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayMediumLatin.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayMediumLatin.v320.woff) format(\'woff\');\n unicode-range: U+0,U+A,U+D,U+20-5F,U+61-7E,U+A0,U+A2-A5,U+A7,U+A9,U+AB,U+AD,U+AE,U+B0,U+B1,U+B6,U+B7,U+BB,U+D7,U+F7,U+131,U+237,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+20AC,U+20B4,U+20B8,U+20BD,U+20BF,U+2122,U+2191,U+2193,U+2212;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 500;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayMediumCyrillic.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayMediumCyrillic.v320.woff) format(\'woff\');\n unicode-range: U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491,U+20B4,U+2116;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 500;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayMediumRest.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayMediumRest.v320.woff) format(\'woff\');\n unicode-range: U+307,U+308,U+2190,U+2192,U+2194-2199,U+2248,U+2260,U+2264,U+2265;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 600;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayDemiBoldLatin.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayDemiBoldLatin.v320.woff) format(\'woff\');\n unicode-range: U+0,U+A,U+D,U+20-5F,U+61-7E,U+A0,U+A2-A5,U+A7,U+A9,U+AB,U+AD,U+AE,U+B0,U+B1,U+B6,U+B7,U+BB,U+D7,U+F7,U+131,U+237,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+20AC,U+20B4,U+20B8,U+20BD,U+20BF,U+2122,U+2191,U+2193,U+2212;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 600;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayDemiBoldCyrillic.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayDemiBoldCyrillic.v320.woff) format(\'woff\');\n unicode-range: U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491,U+20B4,U+2116;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 600;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayDemiBoldRest.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayDemiBoldRest.v320.woff) format(\'woff\');\n unicode-range: U+307,U+308,U+2190,U+2192,U+2194-2199,U+2248,U+2260,U+2264,U+2265;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 700;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayBoldLatin.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayBoldLatin.v320.woff) format(\'woff\');\n unicode-range: U+0,U+A,U+D,U+20-5F,U+61-7E,U+A0,U+A2-A5,U+A7,U+A9,U+AB,U+AD,U+AE,U+B0,U+B1,U+B6,U+B7,U+BB,U+D7,U+F7,U+131,U+237,U+2013,U+2014,U+2018,U+2019,U+201C,U+201D,U+2022,U+2026,U+2039,U+203A,U+20AC,U+20B4,U+20B8,U+20BD,U+20BF,U+2122,U+2191,U+2193,U+2212;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 700;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayBoldCyrillic.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayBoldCyrillic.v320.woff) format(\'woff\');\n unicode-range: U+401,U+404,U+406,U+407,U+40E,U+410-44F,U+451,U+454,U+456,U+457,U+45E,U+490,U+491,U+20B4,U+2116;\n}\n@font-face {\n font-family: \'VK Sans Display\';\n font-weight: 700;\n font-display: swap;\n src: url(/css/fonts/VKSansDisplayBoldRest.v320.woff2) format(\'woff2\'), url(/css/fonts/VKSansDisplayBoldRest.v320.woff) format(\'woff\');\n unicode-range: U+307,U+308,U+2190,U+2192,U+2194-2199,U+2248,U+2260,U+2264,U+2265;\n}\n:root{--vk-sans-display:\'VK Sans Display\', \'VK Sans Display Faux\', var(--base-fonts)}</style>\n <script>\n (function() {\n window.vk = {\"id\":0,\"age\":0,\"__debug\":false,\"__atest\":false,\"__dev\":false,\"__domain\":\"vk.com\",\"wsTransport\":\"https:\\/\\/stats.vk-portal.net\",\"statsMeta\":{\"platform\":\"mvk\",\"st\":false,\"time\":1719479198,\"hash\":\"AoMMCsCnhUEaMt5YW3GaslzbCTwqDt0cP3JdhwENrxP\",\"reloadVersion\":18},\"tnsPixelType\":\"unauth\",\"tnsPixelSocdem\":\"13\",\"main_platform\":\"mvk\",\"platform\":\"mvk\",\"apiConfigDomains\":{\"apiDomain\":\"api.vk.com\",\"loginDomain\":\"login.vk.com\",\"connectDomain\":\"id.vk.com\"},\"logoutUrl\":\"https:\\/\\/login.vk.com\\/?act=logout_mobile&hash=4fe3494323754734d3&_origin=https%3A%2F%2Fm.vk.com&reason=tn&lrt=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU\",\"selectorsToCheck\":[],\"isCallsDevEnv\":false,\"rv\":\"117318\",\"ts\":1719479198,\"sw\":null,\"static\":{\"domain\":\"https:\\/\\/st4-18.vk.com\",\"nav_map\":{\"^\\\\\\/join\":[\"join.js\",\"join.css\"],\"promocode(\\\\\\/([0-9a-zA-Z-]+))?\":[\"promocode.js\",\"promocode.css\"],\"^\\\\\\/audio\":[\"audio.js\"],\"^\\\\\\/video\":[\"video.css\",\"video.js\",\"mail.css\"],\"^\\\\\\/clip\":[\"ShortVideoPage.css\",\"short_videos_page.css\",\"short_video.js\",\"mail.css\"],\"^\\\\\\/(photo|album|tag|attachments|market|uslugi)\":[\"photo.css\",\"mail.css\",\"photoview.js\",\"photo.js\"],\"^\\\\\\/(wall|mail|write|im|chatjoin)\":[\"mail.css\",\"wall.css\"],\"settings\\\\?act=money_transfer_history\":[\"money_transfer_history.js\",\"money_transfer_history.css\"],\"^\\\\\\/settings\":[\"settings.js\",\"settings.css\"],\"settings\\\\?act=business_notify\":[\"business_notify_settings.js\",\"business_notify_settings.css\"],\"reports\\\\?act=\":[\"reports.css\"],\"^\\\\\\/(blog|about|press|jobs|products|adv)\":[\"blog.css\",\"blog.js\",\"mail.css\"],\"^\\\\\\/(product|cart|cart_order|orders|market\\\\.php)(\\\\??[0-9a-zA-Z=_-]+)?\":[\"market.js\",\"market.css\"],\"^\\\\\\/(reviews)\":[\"market.js\",\"market.css\",\"photo.css\"],\"^\\\\\\/(vkcrowdsource)\":[\"crowdsource.js\",\"crowdsource.css\"],\"^\\\\\\/groups_catalog\\\\\\/([0-9a-zA-Z_\\\\-]+)$\":[\"groups_catalog.js\"],\"z=(story|narrative)(-?\\\\d+_\\\\d+)\":[\"stories.css\",\"stories.js\"],\"z=photo(-?\\\\d+_\\\\d+)\":[\"photo.js\"]},\"init_entries\":[\"polyfills.js\",\"window_proxy.js\",\"vk_sans_observer.js\"],\"flushed_entries\":[],\"assets\":{\"addresses_list.css\":[\"addresses_list.1544e17f0902207009ff.css\"],\"apps_stub_redesigned.css\":[\"apps_stub_redesigned.19912ce26f1a41a7200b.css\"],\"apps_stub.css\":[\"apps_stub.5b09372457303abe6d7b.css\"],\"apps.css\":[\"apps.8f701f7aa6e0d20cb9be.css\"],\"article_common.css\":[\"article_common.6f4fb9120ca5f249865b.css\"],\"article.css\":[\"article.d0bfa30e381007dc82c0.css\"],\"AttachmentSkeletons.css\":[\"AttachmentSkeletons.dd544d2bf5ade5980242.css\"],\"audio_player_bottom.css\":[\"audio_player_bottom.8c25694530314e47fee1.css\"],\"audio_player_mini.css\":[\"audio_player_mini.90a2e2a930e32ce97a52.css\"],\"audio.css\":[\"audio.82d0c5fac84746fd6a13.css\"],\"author_page.css\":[\"author_page.5a91b9f5c94544e52033.css\"],\"away.css\":[\"away.fa1fd3ea233dc4d471b5.css\"],\"BadBrowser.css\":[\"BadBrowser.f08dd9fb248c03fed1d1.css\"],\"blog.css\":[\"blog.1e20f59ce59d27721356.css\"],\"bookmarks.css\":[\"bookmarks.17c4b37b93e7aedb19a0.css\"],\"BookmarksApps.css\":[\"BookmarksApps.8e8219368adbc78e4410.css\"],\"business_notify_settings.css\":[\"business_notify_settings.3f1b8a3964ef0e151545.css\"],\"calls.css\":[\"calls.b2a02e9258f1688fb15b.css\"],\"CarouselSkeleton.css\":[\"CarouselSkeleton.67570a3b775abdbb14c6.css\"],\"common.css\":[\"common.d5b70eaff5020e89ac36.css\"],\"crowdsource.css\":[\"crowdsource.b45dbad66f46ab65105a.css\"],\"feed.css\":[\"feed.f57afa70e51d7db6a03f.css\"],\"FeedBlockWrap.css\":[\"FeedBlockWrap.1b05ee8fec564f9d3295.css\"],\"fonts_stories_new_avatar_story.css\":[\"fonts_stories_new_avatar_story.efd296c6aeb1647a0e5b.css\"],\"fonts.css\":[\"fonts.fb9f1910d4618183f000.css\"],\"friends.css\":[\"friends.357da93d384652c680ee.css\"],\"GameInstallScreen.css\":[\"GameInstallScreen.ad1afaa5b800fdd97357.css\"],\"group_redesign_name_history.css\":[\"group_redesign_name_history.ea2d0651902d7df67c38.css\"],\"group_redesign.css\":[\"group_redesign.99f49f498e5e6ae9f7db.css\"],\"group.css\":[\"group.fe11167d3642a3882868.css\"],\"groups_list.css\":[\"groups_list.ca8e3493e15e98077123.css\"],\"HiddenPostBlank.css\":[\"HiddenPostBlank.b4ae79c8b9e9a574a668.css\"],\"inline_icons_migration.css\":[\"inline_icons_migration.c1079600e28be904a459.css\"],\"join.css\":[\"join.713bd5dce6c950efbf39.css\"],\"legacy.css\":[\"legacy.2a5da2c6fd177d8ad606.css\"],\"like_publish.css\":[\"like_publish.b4f13c4f6d8f6946395d.css\"],\"login_block_reason.css\":[\"login_block_reason.e9d52aeb702106b37f35.css\"],\"login.css\":[\"login.733b567ad83d939d86d7.css\"],\"mail.css\":[\"mail.b1225a4babb78a2c8c60.css\"],\"market.css\":[\"market.7a9d17b1bce1062edc9d.css\"],\"mini_apps_catalog.css\":[\"mini_apps_catalog.5125e3218d1cae6a1c01.css\"],\"money_transfer_history.css\":[\"money_transfer_history.d8d05915bbeabc7025a7.css\"],\"narratives.css\":[\"narratives.a5392f208497c28dee18.css\"],\"notifications.css\":[\"notifications.f18544bbc8cb79fb2478.css\"],\"oauth_android.css\":[\"oauth_android.df2ca851dff681dc598a.css\"],\"oauth_base.css\":[\"oauth_base.21e882b402b248514d39.css\"],\"oauth_ios.css\":[\"oauth_ios.f04fc355fa5a3149b23c.css\"],\"oauth_winmobile.css\":[\"oauth_winmobile.5ba5367226ae12368d00.css\"],\"onboarding_screen_download_app.css\":[\"onboarding_screen_download_app.4e9cc0501bb80599ab46.css\"],\"onboarding_screen_recom_themes.css\":[\"onboarding_screen_recom_themes.ea04d9f89d833b1b1ab7.css\"],\"owner_cover_upload.css\":[\"owner_cover_upload.a492de7c19fadb56c06e.css\"],\"owner_photo_upload.css\":[\"owner_photo_upload.2c36688a3027a4b3efa0.css\"],\"page_bottom_banners.css\":[\"page_bottom_banners.5ea0f382fac96ce999c3.css\"],\"payments.css\":[\"payments.333a8d63e371c7d3bb8b.css\"],\"personal_discount.css\":[\"personal_discount.53240101bf10f084a7f8.css\"],\"photo.css\":[\"photo.f29eb7a2c9f86c2d5eea.css\"],\"podcasts.css\":[\"podcasts.e8716fb314e500b9411e.css\"],\"posting_redesign.css\":[\"posting_redesign.743b5273b3d1746499df.css\"],\"profile_edit.css\":[\"profile_edit.b3fef7fe9dc3c90e9d01.css\"],\"profile_redesign.css\":[\"profile_redesign.e746b5f82ff33ce870fd.css\"],\"profile.css\":[\"profile.315954e377b12ad5e50a.css\"],\"promocode.css\":[\"promocode.6c3be67003bda7c37b9c.css\"],\"PWAInstallGuide.css\":[\"PWAInstallGuide.58504c00048d1bac672d.css\"],\"reactions.css\":[\"reactions.3fcf5cbe67464158bc06.css\"],\"RecommendationSkeleton.css\":[\"RecommendationSkeleton.7ed89f185679545aff18.css\"],\"reports.css\":[\"reports.b901c36c8960c27b3c38.css\"],\"search.css\":[\"search.45fe45ccba4af1a46d19.css\"],\"settings.css\":[\"settings.86c13e503d48d798fcd2.css\"],\"short_videos_page.css\":[\"short_videos_page.e960f9394dd8bc90a5ec.css\"],\"ShortVideoPage.css\":[\"ShortVideoPage.2d8346e5067817dddcd8.css\"],\"ShortVideosPage.css\":[\"ShortVideosPage.e960f9394dd8bc90a5ec.css\"],\"special.css\":[\"special.f6fffc1006f930dcb364.css\"],\"stories.css\":[\"stories.7ba09a8a25b4284533f3.css\"],\"textlives.css\":[\"textlives.6bd21b08f14aa6d6cb2e.css\"],\"thumbnail_creator.css\":[\"thumbnail_creator.133a48001d9da1f25a99.css\"],\"ugc_sticker.css\":[\"ugc_sticker.2e8f40678a2f4062f8ae.css\"],\"unauthorized_search.css\":[\"unauthorized_search.6b49b58ea3afed508fe9.css\"],\"unauthorized.css\":[\"unauthorized.970cb2c42349c8a05436.css\"],\"universal_widget.css\":[\"universal_widget.33a79eadb4f6aa53b78f.css\"],\"uxpolls.css\":[\"uxpolls.38e6d6e44ab742224143.css\"],\"variables.css\":[\"variables.1ecfd3beb1a8cd56b878.css\"],\"video.css\":[\"video.312988156c220c8b96b8.css\"],\"vk_connect.css\":[\"vk_connect.bcad410120be139577d1.css\"],\"vk_sans_display_faux_inline.css\":[\"vk_sans_display_faux_inline.dfe5379d7a1ccdff6d8a.css\"],\"vk_sans_display_faux.css\":[\"vk_sans_display_faux.7709f6cb23b51d5ed980.css\"],\"vk_sans_display.css\":[\"vk_sans_display.9f9256a15167150e20bd.css\"],\"vkui.css\":[\"vkui.86df8c7af3403cf57cc2.css\"],\"wall.css\":[\"wall.3fd22880105e9e8ee491.css\"],\"webview.css\":[\"webview.995627924ba9c03a3d10.css\"],\"internal\\/debugLog.css\":[\"internal\\/debugLog.29d176bee7a8485d6b6a.css\"],\"internal\\/debugLog.js\":[\"internal\\/debugLog.bf7aa81ae970472934fb.js\"],\"internal\\/debugMenu.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"internal\\/debugMenu.4fdcdbf0cbff3a947e87.css\",\"internal\\/debugMenu.749fa0a866071d5bb0a3.js\"],\"internal\\/deploymentsTestTool.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"internal\\/deploymentsTestTool.5d20adb6fef4a5dc2fa8.js\"],\"app_action_snippet.js\":[\"app_action_snippet.b43fb3657fffe2220286.css\",\"app_action_snippet.dbcc0c513c8f6b2d2e43.js\"],\"app_slides_sheet.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"app_slides_sheet.07d0fe1e42f90d51ba99.js\"],\"apple_viewport_bug_demo.js\":[\"apple_viewport_bug_demo.bd22cef52959f891860d.js\"],\"apps_attach_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"apps_attach_catalog.5592b108f48fb5a0a89e.css\",\"apps_attach_catalog.07e0d2bfd30d5fc63472.js\"],\"apps_connect.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-b956511e280919f38531fb4d40db465f.623c556977d76ee891e3.js\",\"b-9f59c8463c83dbf9c33c152b0a2992c4.1769849fafbd55cae860.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-fc136757b6bf35f00ee1616a55d29afc.e3d19a9f060202f9796a.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"b-95f3c15cf131ae767524e400904e0697.5275b2952948dd1e6ef7.css\",\"b-95f3c15cf131ae767524e400904e0697.4ca181ea258c0d8616bd.js\",\"apps_connect.c2fac497899189d94db8.css\",\"apps_connect.28659bd9d09256dc0b3e.js\"],\"apps_personal_discount.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"apps_personal_discount.3eb15f801a64062686da.css\",\"apps_personal_discount.f3c6669de00580984559.js\"],\"apps_stub_redesigned.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"apps_stub_redesigned.03a3b8e1fd77195da2d7.css\",\"apps_stub_redesigned.e3f7840842259835aa5a.js\"],\"apps_stub.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"nav.f7068381ab86eb625753.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"b-59b58c5ad19ed5eca0add1fb2e6f5b9f.07f127d0f6a3609d131f.js\",\"b-c4675d7671b04fdedfb1f4e085a8366f.6508dab552b31e655e65.js\",\"b-9069917d425301359d47b82c032a881a.df52e0688c99ac30954c.js\",\"b-6423050665d0d1f604843456a7021555.75084210108abaef1cc7.js\",\"apps_stub.ae0b82d230406e5643ec.js\"],\"apps.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vendors~vkui.9accb34dd9025d09f4f9.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"vendors~qr.6a67d50efea340c6cbfe.js\",\"nav.f7068381ab86eb625753.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"sticker-lib.a9ce83abef8eced924a1.css\",\"sticker-lib.085de8afa08b4b17b5a5.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"b-e0431f4d47a9f0d07e51711ec3393c7f.e145ff0355cc763a46e1.js\",\"b-a7534c43700a042789dbf0d2a9229c80.aa2ed58614a5e9d0fa14.js\",\"b-b3cb147221cfea79d2983cb2bc657b55.a9bff4e28b10616eb399.js\",\"b-e05ae56c13c291244e6264aa0afb29b5.8cd0ed33b84e1490601f.js\",\"b-f67c82ded9aefb50cedbb59fcbce86b4.230d014b0367ff359bbd.js\",\"b-30a8f9da0e8d8a51f118d3a29987c720.02513b2e733babf8b877.js\",\"b-b956511e280919f38531fb4d40db465f.623c556977d76ee891e3.js\",\"b-9f59c8463c83dbf9c33c152b0a2992c4.1769849fafbd55cae860.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"b-fc136757b6bf35f00ee1616a55d29afc.e3d19a9f060202f9796a.js\",\"b-59b58c5ad19ed5eca0add1fb2e6f5b9f.07f127d0f6a3609d131f.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"b-c4675d7671b04fdedfb1f4e085a8366f.6508dab552b31e655e65.js\",\"b-95f3c15cf131ae767524e400904e0697.5275b2952948dd1e6ef7.css\",\"b-95f3c15cf131ae767524e400904e0697.4ca181ea258c0d8616bd.js\",\"b-5bf0e55ae9c229655f58f403c00d79bc.0a515d8270dcbed274f7.js\",\"b-f774fe82d6f92566a461a602a72025d8.272da46748f3390cee89.js\",\"b-9069917d425301359d47b82c032a881a.df52e0688c99ac30954c.js\",\"b-5a7c90e185cf28b511683411649a6454.fa1ee001492f0089f244.js\",\"b-6423050665d0d1f604843456a7021555.75084210108abaef1cc7.js\",\"b-f2b490724e4d82f0cc33535751624e9e.44bb17569766471eae5c.js\",\"b-8b02aa66b9b081529c8312f480fda84b.691aecd895d2d83dcc62.js\",\"b-497eee843e8572661eae92ebbdce1210.1418ad90d01d386d9d77.js\",\"b-151325465854b07b898b35636ace6dc4.23da8cf57c1fa0d23019.js\",\"apps.5ced64512c888954d95c.css\",\"apps.43e219458141fd470d72.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\"],\"article_standalone.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vendors~videoplayer.ed3774279becfc9a2234.js\",\"vendors~vkui.9accb34dd9025d09f4f9.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"vendors~videoplayer-interactive.53062b032181ad1a6924.js\",\"nav.f7068381ab86eb625753.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"b-59b58c5ad19ed5eca0add1fb2e6f5b9f.07f127d0f6a3609d131f.js\",\"b-c4675d7671b04fdedfb1f4e085a8366f.6508dab552b31e655e65.js\",\"b-5bf0e55ae9c229655f58f403c00d79bc.0a515d8270dcbed274f7.js\",\"b-f774fe82d6f92566a461a602a72025d8.272da46748f3390cee89.js\",\"b-cc6f0a54b685f3ffae1c1566df0cb25c.856cfadfc46ba6268edd.js\",\"b-4340b32948abde9e82d871c7fb24ae10.8b693c46259943014b48.js\",\"b-787b92c166e57688b9db0bbf6b775c2f.fa9f26a7a4d14b6259f2.js\",\"article_standalone.de057cc13e349c14ba97.css\",\"article_standalone.1ad28f7fae2bc93adced.js\"],\"article.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~videoplayer.ed3774279becfc9a2234.js\",\"vendors~vkui.9accb34dd9025d09f4f9.js\",\"vendors~videoplayer-interactive.53062b032181ad1a6924.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-cc6f0a54b685f3ffae1c1566df0cb25c.856cfadfc46ba6268edd.js\",\"b-4340b32948abde9e82d871c7fb24ae10.8b693c46259943014b48.js\",\"article.dada04d46af76605619c.js\"],\"audio_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"audio_catalog.9b175dc066e713ccbbc1.css\",\"audio_catalog.ddcc13730b8968d15a20.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\"],\"audio_player_bottom.js\":[\"audio_player_bottom.bab3b71e6a536427d366.js\"],\"audio_player_mini.js\":[\"audio_player_mini.2dc8d1ad9590838d2703.js\"],\"audio_searcher.js\":[\"b-48d56965276daecfa892c01999dc7333.701cad8422f550d0e540.js\",\"audio_searcher.c6e854a7e3790de75676.js\"],\"audio.js\":[\"vendors.4fa524ffcc312733392c.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-48d56965276daecfa892c01999dc7333.701cad8422f550d0e540.js\",\"b-b5dc783c65fb3f522c82c91c88c441e3.98e1af366a3ab5933db6.js\",\"b-2e536b6ac412242dbf14439fb0657d8b.2b52173e0191d5e165bc.js\",\"b-74bcce5c7f1564fd67a9121602796634.e7ce4406a43db9d429bd.js\",\"audio.fc8c7740fa19a42a6dd5.css\",\"audio.8b7b1ba4f40139572f6c.js\"],\"author_likes_onboarding.js\":[\"author_likes_onboarding.155eab735855a3e1f346.js\"],\"banned_tutorial.js\":[\"banned_tutorial.29f5ecc00267b43f4d41.js\"],\"banned.js\":[\"banned.9ef394205694c5978536.js\"],\"best_friends.js\":[\"b-b560a386204e7abe3de81e7cbf5c8a53.7e22b0d07fce1c9b609f.js\",\"best_friends.9acbafb533a86997aea6.js\"],\"block_friends_recommendation_march_2023.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c8554d3ae76a944c05c7290f85232d1f.44fe77761de9014ddb42.js\",\"b-74d1107388e3beffd576d6896e299d1a.cbd3613636039379aa9f.js\",\"b-91236645157384719750c221089c02b6.9e6c8ccb7c30a00e53b9.js\",\"block_friends_recommendation_march_2023.8d0f9526ae2f2b339095.css\",\"block_friends_recommendation_march_2023.e7b9d64e66f3a0c80be5.js\"],\"block_good_authors_may_2023.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c8554d3ae76a944c05c7290f85232d1f.44fe77761de9014ddb42.js\",\"b-74d1107388e3beffd576d6896e299d1a.cbd3613636039379aa9f.js\",\"b-91236645157384719750c221089c02b6.9e6c8ccb7c30a00e53b9.js\",\"block_good_authors_may_2023.8d0f9526ae2f2b339095.css\",\"block_good_authors_may_2023.6255942d222d86eea979.js\"],\"blog.js\":[\"blog.9a5e619553553494d4be.js\"],\"bridge_modals.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"bridge_modals.1506ea784edeae3aca34.css\",\"bridge_modals.2b340e4a4bcf25b52726.js\",\"GetAuthTokenModal.20eca18aa1c04328bbb2.js\"],\"business_notify_settings.js\":[\"business_notify_settings.ef738cf3f98eea868631.js\"],\"calls.js\":[\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"b-a7534c43700a042789dbf0d2a9229c80.aa2ed58614a5e9d0fa14.js\",\"b-4c23ffbba23dd73be0f7b7974f6d7056.eacbfe4084d5402e9e8c.js\",\"calls.fc3280132be7a632033d.js\"],\"chat_photo_upload.js\":[\"chat_photo_upload.3e5f6f5c125f5cc72d9c.js\"],\"check_validation_phone.js\":[\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"check_validation_phone.3384280dfd61d1b80779.css\",\"check_validation_phone.75bec78add7ee0611920.js\"],\"common.js\":[\"runtime.3bd7a42a54cb2db5b80d.js\",\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vendors~vkui.9accb34dd9025d09f4f9.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"vendors~sentry.9dac7fd70cba446aac97.js\",\"vendors~qr.6a67d50efea340c6cbfe.js\",\"vendors~eventemitter.43b3187e86b5f9f87ea6.js\",\"nav.f7068381ab86eb625753.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"b-59b58c5ad19ed5eca0add1fb2e6f5b9f.07f127d0f6a3609d131f.js\",\"b-c4675d7671b04fdedfb1f4e085a8366f.6508dab552b31e655e65.js\",\"b-5bf0e55ae9c229655f58f403c00d79bc.0a515d8270dcbed274f7.js\",\"b-f774fe82d6f92566a461a602a72025d8.272da46748f3390cee89.js\",\"b-9069917d425301359d47b82c032a881a.df52e0688c99ac30954c.js\",\"b-5a7c90e185cf28b511683411649a6454.fa1ee001492f0089f244.js\",\"b-077bca6f491ed9ece107680a7718b4db.d73dbb6a562daea85a2f.js\",\"b-6423050665d0d1f604843456a7021555.75084210108abaef1cc7.js\",\"b-ceaa9315a32960f26bfe1bd3f4da9134.85f4f5fb695f1d352c8d.js\",\"b-5b00aea572e45c70bbebccd522bc0f0e.8a58837925982c129606.js\",\"b-151325465854b07b898b35636ace6dc4.23da8cf57c1fa0d23019.js\",\"b-787b92c166e57688b9db0bbf6b775c2f.fa9f26a7a4d14b6259f2.js\",\"common.2f484eab3a308ada74f5.css\",\"common.b3995151a6d3721130c7.js\"],\"communities_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"communities_catalog.9b175dc066e713ccbbc1.css\",\"communities_catalog.b4abb779314d853ce354.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\"],\"communities_showcase.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"communities_showcase.9b175dc066e713ccbbc1.css\",\"communities_showcase.e80c5e1305f99b3fc998.js\"],\"connect.js\":[\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"connect.19e92dd4c1fcac7310e0.js\"],\"cookie_banner.js\":[\"cookie_banner.d0fe305e2dd6fdc4c2c9.js\"],\"crowdsource.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"crowdsource.406f85c3b61d80629d2d.css\",\"crowdsource.1dcc7ba00f12bf0c891a.js\"],\"easter_eggs.js\":[\"easter_eggs.386af490e569316957c4.js\"],\"ecomm_admin_tips.js\":[\"vendors~effector.1383b35fe157979168ad.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"ecomm_admin_tips.15c55a1fb6cce70dc496.css\",\"ecomm_admin_tips.b98df9aca87eacf22e6f.js\"],\"ecomm_community_reviews.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"ecomm_community_reviews.a147478ad49fa123e783.css\",\"ecomm_community_reviews.1c06e62b43d491a42829.js\"],\"ecomm_market_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"sticker-lib.a9ce83abef8eced924a1.css\",\"sticker-lib.085de8afa08b4b17b5a5.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"b-e0431f4d47a9f0d07e51711ec3393c7f.e145ff0355cc763a46e1.js\",\"b-a7534c43700a042789dbf0d2a9229c80.aa2ed58614a5e9d0fa14.js\",\"b-b3cb147221cfea79d2983cb2bc657b55.a9bff4e28b10616eb399.js\",\"b-e05ae56c13c291244e6264aa0afb29b5.8cd0ed33b84e1490601f.js\",\"b-f67c82ded9aefb50cedbb59fcbce86b4.230d014b0367ff359bbd.js\",\"b-30a8f9da0e8d8a51f118d3a29987c720.02513b2e733babf8b877.js\",\"b-a28eb6368b9c2d3d6010aa6f416b958a.259934e1d228f2321b6d.js\",\"ecomm_market_catalog.800c5928c9176b1001a5.css\",\"ecomm_market_catalog.f217e5de7ef33e7ed4f6.js\"],\"ecomm_market_item_all_comments.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"sticker-lib.a9ce83abef8eced924a1.css\",\"sticker-lib.085de8afa08b4b17b5a5.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-fbc176334f09091f668289bdd438e64a.90cb25a5cd712eff6b2b.js\",\"b-cec75eff99062dd83b5a351f1e73fad9.b5db2cadeb41a6489e5e.js\",\"ecomm_market_item_all_comments.26b38a9cc5fc66d81f15.css\",\"ecomm_market_item_all_comments.cb8c83295e9d1c16aaa6.js\"],\"ecomm_market_item_buttons.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-fee78321e38b5d48baefa09bd99e5439.3a865c44fe2a82f62943.js\",\"b-a2b39d11ba16a6e113cc7c73f220b90d.c1a7295b66e3008d54d1.js\",\"ecomm_market_item_buttons.909e3ffe01b7db686f26.css\",\"ecomm_market_item_buttons.51422b4995ed15f6aaa6.js\"],\"ecomm_market_item_comments.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"sticker-lib.a9ce83abef8eced924a1.css\",\"sticker-lib.085de8afa08b4b17b5a5.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-fbc176334f09091f668289bdd438e64a.90cb25a5cd712eff6b2b.js\",\"b-cec75eff99062dd83b5a351f1e73fad9.b5db2cadeb41a6489e5e.js\",\"ecomm_market_item_comments.04500d5ad474b2bfde48.css\",\"ecomm_market_item_comments.17c0428139332b17b983.js\"],\"ecomm_market_item.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"sticker-lib.a9ce83abef8eced924a1.css\",\"sticker-lib.085de8afa08b4b17b5a5.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-f67c82ded9aefb50cedbb59fcbce86b4.230d014b0367ff359bbd.js\",\"b-fbc176334f09091f668289bdd438e64a.90cb25a5cd712eff6b2b.js\",\"b-cec75eff99062dd83b5a351f1e73fad9.b5db2cadeb41a6489e5e.js\",\"b-fee78321e38b5d48baefa09bd99e5439.3a865c44fe2a82f62943.js\",\"b-a2b39d11ba16a6e113cc7c73f220b90d.c1a7295b66e3008d54d1.js\",\"ecomm_market_item.7c40d1ec646c8b86256f.css\",\"ecomm_market_item.2a019736cd782df85771.js\"],\"ecosystem_profile.js\":[\"ecosystem_profile.fe554d8bf440777c7441.css\",\"ecosystem_profile.7186d2daf439e68073cb.js\"],\"feed_achievement_game_block.js\":[\"feed_achievement_game_block.cb4220dc8e1ba053fe83.js\"],\"feed_animated_block.js\":[\"feed_animated_block.9bd75d608211bd7bd1a4.css\",\"feed_animated_block.ffe478cc704a31a0c5a9.js\"],\"feed_block_apps_recommendation.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-74d1107388e3beffd576d6896e299d1a.cbd3613636039379aa9f.js\",\"feed_block_apps_recommendation.8f46a88f382311a54fa3.js\"],\"feed_block_recommended_groups.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-74d1107388e3beffd576d6896e299d1a.cbd3613636039379aa9f.js\",\"feed_block_recommended_groups.42e45a1e41339fcf2552.js\"],\"feed_bookmark_game_block.js\":[\"feed_bookmark_game_block.7cf31f095dc0f097802e.js\"],\"feed_stories_block.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-28073da1613dff47b2298beda5435a60.fb9c833c2354bc49023b.js\",\"b-6559c1977abd06116cb659d5712fe52f.8762e4186285690b1bcc.js\",\"b-c681b3ddede22d4c9510a319344ace79.17b3960484aaa2ea7e78.js\",\"feed_stories_block.568d730876e345dd49e7.css\",\"feed_stories_block.b53f86fd01eafc3ffd4c.js\"],\"feed.js\":[\"feed.5e74018aec0db2ffdc3d.js\"],\"friends_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"friends_catalog.9b175dc066e713ccbbc1.css\",\"friends_catalog.ae95ed4a4fcf78b0d343.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\"],\"friends.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"friends.22a3db1e37a4f0cbdc09.css\",\"friends.4f4b74ccd95c5594afd8.js\"],\"game_install_screen.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"nav.f7068381ab86eb625753.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"game_install_screen.4893b3cf4752e6ea56c1.js\"],\"grip.js\":[\"grip.985ce1889d69b1f07950.js\"],\"group_inactive_feed.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"group_inactive_feed.32413c099b4e4d218e3e.css\",\"group_inactive_feed.b0d3fa578a57c9a7f504.js\"],\"group_members_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"group_members_catalog.9b175dc066e713ccbbc1.css\",\"group_members_catalog.0440d6ca470749c92b83.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\"],\"group_redesign_name_history.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-108c70610cfa2b366a68353bc01a4027.f98f19eb3b4c5ea33ef0.js\",\"group_redesign_name_history.bb802609eb8c4267b561.css\",\"group_redesign_name_history.b9f1701b045bd4ab8ff8.js\"],\"group_redesign.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-108c70610cfa2b366a68353bc01a4027.f98f19eb3b4c5ea33ef0.js\",\"group_redesign.de489241e5c2b1d0f31e.css\",\"group_redesign.673d8e60bcb3c802af9f.js\"],\"groups_catalog.js\":[\"groups_catalog.a4123ef394316f27943c.js\"],\"join_avatar.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"join_avatar.6e4bda795fe6f4c56dab.css\",\"join_avatar.49bbc315ef9daa3d550d.js\"],\"join_email_check.js\":[\"join_email_check.9ddd9a3c6153d1eeafbb.js\"],\"join.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"join.9b5f8719da41a6ed0efb.css\",\"join.d8341b4a070a2686dfc7.js\"],\"mail_tooltips.js\":[\"mail_tooltips.14c2c52b183a318d35d5.js\"],\"mail.js\":[\"b-2e536b6ac412242dbf14439fb0657d8b.2b52173e0191d5e165bc.js\",\"mail.701dcd3b527288ef7737.js\"],\"market_analytics.js\":[\"market_analytics.2bd3926436bfe65b0693.js\"],\"market.js\":[\"market.06626fb62d197df4765f.js\"],\"mini_apps_catalog_search.js\":[\"mini_apps_catalog_search.af25834ce10fd055db58.js\"],\"mini_apps_catalog.js\":[\"mini_apps_catalog.b67779718326d542265e.js\",\"MiniAppsCatalog.00b8de5acd781d7b9c80.js\"],\"mini_apps_left_menu_tooltip.js\":[\"mini_apps_left_menu_tooltip.7b30c8a01931aeb0a458.js\"],\"mini_apps_recommended_carousel_async.js\":[\"mini_apps_recommended_carousel_async.5e9bef39bf8adf55fd33.js\"],\"mini_apps_recommended_carousel.js\":[\"mini_apps_recommended_carousel.e2361a2d109fc33e5b71.js\"],\"mini_apps.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-b956511e280919f38531fb4d40db465f.623c556977d76ee891e3.js\",\"b-9f59c8463c83dbf9c33c152b0a2992c4.1769849fafbd55cae860.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-fc136757b6bf35f00ee1616a55d29afc.e3d19a9f060202f9796a.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"b-95f3c15cf131ae767524e400904e0697.5275b2952948dd1e6ef7.css\",\"b-95f3c15cf131ae767524e400904e0697.4ca181ea258c0d8616bd.js\",\"b-f2b490724e4d82f0cc33535751624e9e.44bb17569766471eae5c.js\",\"b-8b02aa66b9b081529c8312f480fda84b.691aecd895d2d83dcc62.js\",\"mini_apps.be3233b6cd7896514c85.css\",\"mini_apps.911b77f5d0b909e9cbcc.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\"],\"miniapps_orders_history.js\":[\"miniapps_orders_history.c039333de837cfafbebc.js\"],\"money_transfer_history.js\":[\"money_transfer_history.279cf23b726f6fbb7c00.js\"],\"narratives.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"vendors~cropperjs.0ecc51b6526d0fad0cb3.js\",\"vendors~draggable.be93926d6dd8a32dbe5c.js\",\"b-28073da1613dff47b2298beda5435a60.fb9c833c2354bc49023b.js\",\"b-a4cc8daabd76dd97f9b7a23ffe0d5369.088f52534678bd3a4a86.js\",\"b-42f365214e3492f43c83bfeb63d0df98.ea9550be55e2a439fa30.js\",\"b-99cc90d24c66ebce9b9f81499a9d58bb.252f9a24d25263bbbb61.js\",\"narratives.b2fbe033b635e3cb09d0.js\"],\"node_ssr.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"node_ssr.f53e9eed235c24387d86.js\"],\"onboarding_screen_download_app.js\":[\"onboarding_screen_download_app.7f79ed8a825a8b1b8962.js\"],\"onboarding_screen_recom_themes.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"onboarding_screen_recom_themes.c0b0e5422831e9e79434.css\",\"onboarding_screen_recom_themes.37197d927c8b7dc9a280.js\"],\"openapi.js\":[\"openapi.225d75221f4bed147fbd.js\"],\"owner_cover_upload.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-c8554d3ae76a944c05c7290f85232d1f.44fe77761de9014ddb42.js\",\"b-9da0fef5a721a6fba52e989f97643a88.4d8e9eee3d18de5933d2.js\",\"b-5769aba5d1b43837ff43e135075a15f8.47b88680b591a4ba48eb.js\",\"owner_cover_upload.a0391ce31f4b3c78d4d4.css\",\"owner_cover_upload.fd7cdb27349b9dd30a90.js\"],\"owner_photo_upload.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-b956511e280919f38531fb4d40db465f.623c556977d76ee891e3.js\",\"b-9f59c8463c83dbf9c33c152b0a2992c4.1769849fafbd55cae860.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-fc136757b6bf35f00ee1616a55d29afc.e3d19a9f060202f9796a.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"owner_photo_upload.9eef17bfb873c705496f.css\",\"owner_photo_upload.d973d7e8ef2bb06d45b7.js\"],\"page_bottom_banners.js\":[\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"page_bottom_banners.f873817d1bf24636791c.js\"],\"payments.js\":[\"payments.7cbd1431d99b3c375d84.js\"],\"performance_observers.js\":[\"performance_observers.0ad0a1447e45594740de.js\"],\"photo_stream.js\":[\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"photo_stream.fc5963edc3e0270948df.js\"],\"photo.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"photo.4f08bd7bd67374cd722f.css\",\"photo.a6558b395e00fec604b8.js\"],\"photoview.js\":[\"photoview.200e058afbd1af8373a3.js\"],\"polyfills.js\":[\"runtime.3bd7a42a54cb2db5b80d.js\",\"b-5b00aea572e45c70bbebccd522bc0f0e.8a58837925982c129606.js\",\"polyfills.17c49ba71b241427d5d0.js\"],\"post_attachments_block.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"b-e0431f4d47a9f0d07e51711ec3393c7f.e145ff0355cc763a46e1.js\",\"b-b3cb147221cfea79d2983cb2bc657b55.a9bff4e28b10616eb399.js\",\"post_attachments_block.d06c11ca83a0861172a1.css\",\"post_attachments_block.d2ef2892073da953d66e.js\"],\"post_header.js\":[\"post_header.f9d23526c87f9d2054ad.css\",\"post_header.45eaf8887b4128195463.js\"],\"post_stats_pixel.js\":[\"post_stats_pixel.3e9a85cfd014ef8ff3d8.js\"],\"post_translation.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"post_translation.bd81f4b014ea783bad7f.js\"],\"posting_hashtags.js\":[\"posting_hashtags.e1e7c9749f6709e4bf18.js\"],\"posting_redesign.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"posting_redesign.8f37e102320df2e48ad8.js\"],\"primary_attachment_album.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"primary_attachment_album.4d44122ae9f87e100bbd.js\"],\"primary_attachment_article.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"primary_attachment_article.3a9b39901d8e494527b4.js\"],\"primary_attachment_audio.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"primary_attachment_audio.e8806d1829bebc40c314.css\",\"primary_attachment_audio.60d24c63193e6ba91552.js\"],\"primary_attachment_link.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"primary_attachment_link.0a1cd9d758bdeab1d877.js\"],\"primary_attachment_poll.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"b-e0431f4d47a9f0d07e51711ec3393c7f.e145ff0355cc763a46e1.js\",\"primary_attachment_poll.6c6d45636ef876d26602.css\",\"primary_attachment_poll.777fdbbd46cdda8e5826.js\"],\"profile_edit.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"b-c8554d3ae76a944c05c7290f85232d1f.44fe77761de9014ddb42.js\",\"b-9da0fef5a721a6fba52e989f97643a88.4d8e9eee3d18de5933d2.js\",\"b-5769aba5d1b43837ff43e135075a15f8.47b88680b591a4ba48eb.js\",\"b-800feff34786b5821e2eaaa4b20fc0fa.4018aaff73395e131088.js\",\"profile_edit.6ccbe7509a66c163223f.css\",\"profile_edit.533cc83901d9c62e97e8.js\"],\"profile_redesign.js\":[\"b-c8554d3ae76a944c05c7290f85232d1f.44fe77761de9014ddb42.js\",\"b-9da0fef5a721a6fba52e989f97643a88.4d8e9eee3d18de5933d2.js\",\"profile_redesign.92b356d583bac2457762.css\",\"profile_redesign.28d04d40b088d047df65.js\",\"ProfileRedesign.29726a69e45d97f01355.js\"],\"profile.js\":[\"profile.c7f7022972cc59829da0.js\"],\"promocode_partners.js\":[\"promocode_partners.230966a3869bb5dbc7a9.js\"],\"promocode.js\":[\"promocode.07c869cff7bfe541fec9.js\"],\"pwa.js\":[\"pwa.7765c1ee7824112520bf.js\"],\"qrcode.js\":[\"qrcode.7dcafab8044d17c01425.js\"],\"reactions.js\":[\"reactions.97fadac074b0227a3ecf.js\"],\"recommended_narratives_block_async.js\":[\"recommended_narratives_block_async.d1db6672a914f547c8ef.js\"],\"redesign_wall_post.js\":[\"redesign_wall_post.e7b6afb6935f06ea178c.js\"],\"redirect_screen.js\":[\"redirect_screen.85deadceed663ddbb29a.js\"],\"sak_unauthorized.js\":[\"sak_unauthorized.22b25bd465389534071a.js\"],\"search_catalog.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~reactUtils.0fa3862a83f4863a5935.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-1620534ccfe0f6a3b90986df74e55c04.5c592514799075532675.js\",\"b-c20e8fca3ad6a327b9681489cc0a78f6.55444bce96930bf040fa.js\",\"b-49313943dd840dd371d81570f8475c1b.0482d835547db70cbdce.js\",\"b-61ed3f800b6036e18e7b4134f62f4891.300aeffbafb8ec4e6481.js\",\"b-1da05800c4f81a920b54ce5ba7493c78.d0e46a951e6e25a02a5a.css\",\"b-1da05800c4f81a920b54ce5ba7493c78.715f3dd462ec8ffcac8c.js\",\"b-749ce28025ad87001dd49cdacd1ad051.441fd7768cb5bcc226d1.js\",\"search_catalog.9b175dc066e713ccbbc1.css\",\"search_catalog.63162087749fa0fe6015.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\"],\"sentry.js\":[\"vendors~sentry.9dac7fd70cba446aac97.js\",\"vendors~eventemitter.43b3187e86b5f9f87ea6.js\",\"b-077bca6f491ed9ece107680a7718b4db.d73dbb6a562daea85a2f.js\",\"sentry.ad506d5671606ecd05bc.js\"],\"settings.js\":[\"settings.4fa6d6cd7e229ca4c149.js\"],\"short_video.js\":[\"short_video.89d331a7db665cd61d0c.js\"],\"showcase_menu.js\":[\"showcase_menu.ae6f3b1e27729b66133c.js\",\"ShowcaseMenu.8dec9dcaaf4180c78c1a.js\"],\"stickers.js\":[\"stickers.45206655f0b4cd205d61.js\"],\"stories_archive.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"b-28073da1613dff47b2298beda5435a60.fb9c833c2354bc49023b.js\",\"b-99cc90d24c66ebce9b9f81499a9d58bb.252f9a24d25263bbbb61.js\",\"stories_archive.b45f9a71b8a5d554531f.js\"],\"stories_creator.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"b-6559c1977abd06116cb659d5712fe52f.8762e4186285690b1bcc.js\",\"stories_creator.35524b593148230bb824.css\",\"stories_creator.43492383c32219d8de9b.js\"],\"stories.js\":[\"vendors~api.fe88d09fef27338e9492.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-28073da1613dff47b2298beda5435a60.fb9c833c2354bc49023b.js\",\"b-c681b3ddede22d4c9510a319344ace79.17b3960484aaa2ea7e78.js\",\"stories.3fa4efea88b64d77d8a4.css\",\"stories.4e3df89cd37fd8ecc403.js\"],\"superapp.js\":[\"superapp.65f0a73b2d4c405dbebf.js\"],\"textlives.js\":[\"textlives.f492fd733807945d444f.js\"],\"thumbs_edit.js\":[\"b-aa681c5e0668527bf910da226193f1dd.e9d6c45b77e6d2b3fd4f.js\",\"thumbs_edit.94326a2dff2abe5626c5.js\"],\"ugc_sticker.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"ugc_sticker.6ec7c17961ab9b935b7d.js\"],\"unauthorized_search.js\":[\"unauthorized_search.da04a0ea0abdb3c4f5b3.js\"],\"unauthorized.js\":[\"b-2d6275dd25f529324a0cda1162d40d2d.165b807c44f4bf51212f.js\",\"unauthorized.19c8fd725a44d9540359.js\"],\"unban_recommendation.js\":[\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"unban_recommendation.16e6f9db6af8980605f7.css\",\"unban_recommendation.150108a1b479705a6e26.js\"],\"uxpolls.js\":[\"b-789cc46e59482e8f1e4640bb6c14d322.5163191ae2b78de6fd82.js\",\"uxpolls.5117ffc968311f0d5c35.js\"],\"video_showcase.js\":[\"video_showcase.b1a057a04ecaa9dc538d.js\",\"VideoShowcasePage.1f297d7898bb4fd4d797.js\"],\"video.js\":[\"vendors~videoplayer.ed3774279becfc9a2234.js\",\"vendors~videoplayer-interactive.53062b032181ad1a6924.js\",\"b-cc6f0a54b685f3ffae1c1566df0cb25c.856cfadfc46ba6268edd.js\",\"b-107f6aafa2e9fd586decb89014600666.8773dd4a1f29c017d0e2.js\",\"video.11ec916f95278c951095.js\"],\"vk_sans_observer.js\":[\"vk_sans_observer.4d66c3f76d4f73743cb6.js\"],\"vkapps.js\":[\"vendors~icons.485dd210a5d3b1a79d9f.js\",\"vendors~api.fe88d09fef27338e9492.js\",\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~effector.1383b35fe157979168ad.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vendors~vkui.9accb34dd9025d09f4f9.js\",\"vendors~onlyReact.14782f5667b04ab73f45.js\",\"vendors~qr.6a67d50efea340c6cbfe.js\",\"nav.f7068381ab86eb625753.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"b-b956511e280919f38531fb4d40db465f.623c556977d76ee891e3.js\",\"b-9f59c8463c83dbf9c33c152b0a2992c4.1769849fafbd55cae860.js\",\"b-5a725c2ae19116859052371164c3923d.aaae7c3f45f56ffca3e3.js\",\"b-c3fa4b5cf3d22bcc8f8a9a9e5f6a961c.e5c4e4698c87c796dfde.js\",\"b-fc136757b6bf35f00ee1616a55d29afc.e3d19a9f060202f9796a.js\",\"b-59b58c5ad19ed5eca0add1fb2e6f5b9f.07f127d0f6a3609d131f.js\",\"b-64e58e7836397dbf7651f3e23e0f645d.9b5598b1b2bb782e7ea5.js\",\"b-c4675d7671b04fdedfb1f4e085a8366f.6508dab552b31e655e65.js\",\"b-95f3c15cf131ae767524e400904e0697.5275b2952948dd1e6ef7.css\",\"b-95f3c15cf131ae767524e400904e0697.4ca181ea258c0d8616bd.js\",\"b-5bf0e55ae9c229655f58f403c00d79bc.0a515d8270dcbed274f7.js\",\"b-f774fe82d6f92566a461a602a72025d8.272da46748f3390cee89.js\",\"b-9069917d425301359d47b82c032a881a.df52e0688c99ac30954c.js\",\"b-5a7c90e185cf28b511683411649a6454.fa1ee001492f0089f244.js\",\"b-497eee843e8572661eae92ebbdce1210.1418ad90d01d386d9d77.js\",\"vkapps.98a5344045431f992fef.css\",\"vkapps.3df56cfbd2611d83f800.js\"],\"vkui_playground.js\":[\"vendors.4fa524ffcc312733392c.js\",\"vendors~vk.0f7e41c3c6b9807971e9.js\",\"vendors~runtime.954c4d6d93efaaab9fdc.js\",\"vkcom-kit.dc9d7c9cb7171ba4f432.css\",\"vkcom-kit.870b0734f4cd0c1df65d.js\",\"vkui_playground.a796e15467eb5c504a7f.js\"],\"wall_posting.js\":[\"b-b560a386204e7abe3de81e7cbf5c8a53.7e22b0d07fce1c9b609f.js\",\"wall_posting.3fcce343ae521f086771.js\"],\"wall_view_stats.js\":[\"wall_view_stats.6d7b6d89984019d7f4d0.js\"],\"wall.js\":[\"b-76cd8f1b2545358e64242ff67de75b10.08da5384caadcdbbe73f.js\",\"wall.e8806d1829bebc40c314.css\",\"wall.86aa8a3c2bde586b2b6c.js\"],\"window_proxy.js\":[\"vendors.4fa524ffcc312733392c.js\",\"vendors~vkjs.5f732bbeecc88004147f.js\",\"vendors~sentry.9dac7fd70cba446aac97.js\",\"vendors~eventemitter.43b3187e86b5f9f87ea6.js\",\"b-077bca6f491ed9ece107680a7718b4db.d73dbb6a562daea85a2f.js\",\"b-ceaa9315a32960f26bfe1bd3f4da9134.85f4f5fb695f1d352c8d.js\",\"window_proxy.423a4009448c0207fa1f.js\"],\"xss_playground.js\":[\"xss_playground.9aa6611787818aefcc16.js\"],\"yabro_debug.js\":[\"yabro_debug.7cc89066d3c714ea775d.js\"]},\"async_assets\":{\"apps_stub.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\"],\"apps.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"article_standalone.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\"],\"audio_catalog.js\":[\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\"],\"audio.js\":[\"hls.30ed29d994e26a748dff.js\",\"DownloadedSection.86cdf5f88c116a3bfa19.js\"],\"bridge_modals.js\":[\"IframeModal.ccb57d5c39d556bd2c49.js\",\"ShowImages.fa6a603b96f23e55444b.js\",\"GetAuthTokenModal.20eca18aa1c04328bbb2.js\",\"JoinLeaveGroupModal.e93c6f732625d8ef970f.js\",\"GetPhoneNumberConfirmModal.79424d2d9b17dac14115.js\",\"GetEmailConfirmModal.53416bdb07e752310eb6.js\",\"GetGroupInfoConfirmModal.1ed3d95282e111048c86.js\",\"SlidesSheetModal.bd3c60cbb72a39659b5b.js\",\"AllowMessagesFromGroupModal.f4b9c1988bbce4f7b7d5.js\",\"AllowNotificationsModal.90975600383a7457f065.js\",\"Alert.625042847eeaee827aad.js\",\"AddToFavoritesConfirmModal.7c43af6c650527d1a646.js\",\"GetFriendsModal.ae2f2f8c59d055c61a25.js\"],\"calls.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"chat_photo_upload.js\":[\"thumbnail_creator.cbd7d1308ab8d12f415a.js\"],\"common.js\":[\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"rlottie.53001aac2e5c867becfe.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\"],\"communities_catalog.js\":[\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\"],\"communities_showcase.js\":[\"CommunitiesShowcase.26fd293baf1c433955ed.js\"],\"ecomm_market_catalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"feed_bookmark_game_block.js\":[\"BookmarkGameButtonsApp.d8539feeb9f55ab09730.js\"],\"feed.js\":[\"UploadModalStandalone.533912104ef5cc148509.js\",\"FeedAddContentMenuButton.4d96447b239d73cb8a85.js\"],\"friends_catalog.js\":[\"FriendsCatalog.b79051873d1dfc277b73.js\"],\"friends.js\":[\"ImportContactsResults_Components.c2eb14ee0a2608debae4.js\"],\"game_install_screen.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\"],\"grip.js\":[\"grip-lib.743f83bdb826d363d2c8.js\"],\"group_members_catalog.js\":[\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\"],\"mail.js\":[\"audio_messages.2a6793b5f58b9458088f.js\"],\"mini_apps_catalog.js\":[\"MiniAppsCatalog.00b8de5acd781d7b9c80.js\"],\"mini_apps.js\":[\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\"],\"miniapps_orders_history.js\":[\"MiniappsOrdersHistory.12bffb7e65333f1b6fcf.js\"],\"narratives.js\":[\"thumbnail_creator.cbd7d1308ab8d12f415a.js\"],\"owner_cover_upload.js\":[\"thumbnail_creator.cbd7d1308ab8d12f415a.js\"],\"owner_photo_upload.js\":[\"thumbnail_creator.cbd7d1308ab8d12f415a.js\"],\"photo_stream.js\":[\"PhotoStream.60ffd1e54827a16aadf7.js\"],\"posting_hashtags.js\":[\"PostingHashtags.2f633d3e80fb2ba4ff50.js\"],\"posting_redesign.js\":[\"PostingRedesign.171c61526faca6faf0c2.js\"],\"profile_redesign.js\":[\"TestEntry_1.8a6bc60a9df0c4b669a3.js\",\"ProfileRedesign.29726a69e45d97f01355.js\"],\"promocode_partners.js\":[\"PartnersPage.137f31599a56a4c148d3.js\"],\"redesign_wall_post.js\":[\"SinglePost.bddc31a7fc2dd44c6078.js\"],\"search_catalog.js\":[\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\"],\"showcase_menu.js\":[\"ShowcaseMenu.8dec9dcaaf4180c78c1a.js\"],\"stories.js\":[\"narratives_list.833e9c6ef2d330aaef98.js\"],\"superapp.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\"],\"ugc_sticker.js\":[\"StickersKit-AgeRestrictionModal.f803d1452bdaf6fbdb9b.js\"],\"video_showcase.js\":[\"VideoShowcasePage.1f297d7898bb4fd4d797.js\"],\"vkapps.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\"],\"vkui_playground.js\":[\"VKUIPlaygroundPage.2da874df50af730afe43.js\"],\"wall.js\":[\"wallCommentsModal.35880b0ad2394af784c0.js\"],\"runtime.js\":[\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"rlottie.53001aac2e5c867becfe.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\"],\"common-dynamic.js\":[\"grip-lib.743f83bdb826d363d2c8.js\"],\"global-spa.js\":[\"spa-example.de9a0f9a6ec380c19f56.js\",\"spa-cart.0cb0fab7f09969a6b402.js\",\"spa-docs.809b86faa1ef3eac4cbc.js\",\"spa-settings.c8d6e35ee02ff5a49819.js\"],\"mvk-logout-modal.js\":[\"LeftMenu.6e4f9acdbc2fa1888fe5.js\"],\"2132.js\":[\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\"],\"LeftMenu.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\"],\"wallCommentsModal.js\":[\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"StickersKeyboard.d1b797285a866ee03650.js\"],\"VideoShowcasePage.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\"],\"ShowcaseMenu.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\"],\"SearchCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"SinglePost.js\":[\"secondary_attachment_icon_24.9d4353b3a5554c002089.js\",\"secondary_attachment_icon_28.6dcbb247d44395be315f.js\"],\"ProfileRedesign.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"hls.30ed29d994e26a748dff.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"StickersKeyboard.d1b797285a866ee03650.js\"],\"MiniAppsCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"CommunitiesMembersCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"FriendsCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"UploadModalStandalone.js\":[\"hls.30ed29d994e26a748dff.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"StickersKeyboard.d1b797285a866ee03650.js\"],\"CommunitiesShowcase.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"CommunitiesCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"GetAuthTokenModal.js\":[\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\"],\"AudioCatalog.js\":[\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\"],\"vendors~icons.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"IframeModal.ccb57d5c39d556bd2c49.js\",\"ShowImages.fa6a603b96f23e55444b.js\",\"GetAuthTokenModal.20eca18aa1c04328bbb2.js\",\"JoinLeaveGroupModal.e93c6f732625d8ef970f.js\",\"GetPhoneNumberConfirmModal.79424d2d9b17dac14115.js\",\"GetEmailConfirmModal.53416bdb07e752310eb6.js\",\"GetGroupInfoConfirmModal.1ed3d95282e111048c86.js\",\"SlidesSheetModal.bd3c60cbb72a39659b5b.js\",\"AllowMessagesFromGroupModal.f4b9c1988bbce4f7b7d5.js\",\"AllowNotificationsModal.90975600383a7457f065.js\",\"Alert.625042847eeaee827aad.js\",\"AddToFavoritesConfirmModal.7c43af6c650527d1a646.js\",\"GetFriendsModal.ae2f2f8c59d055c61a25.js\",\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"ImportContactsResults_Components.c2eb14ee0a2608debae4.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"thumbnail_creator.cbd7d1308ab8d12f415a.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\",\"secondary_attachment_icon_24.9d4353b3a5554c002089.js\",\"secondary_attachment_icon_28.6dcbb247d44395be315f.js\"],\"vendors~api.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"ImportContactsResults_Components.c2eb14ee0a2608debae4.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"thumbnail_creator.cbd7d1308ab8d12f415a.js\",\"PostingRedesign.171c61526faca6faf0c2.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"narratives_list.833e9c6ef2d330aaef98.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\"],\"vendors.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"DownloadedSection.86cdf5f88c116a3bfa19.js\",\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"thumbnail_creator.cbd7d1308ab8d12f415a.js\",\"PhotoStream.60ffd1e54827a16aadf7.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"VKUIPlaygroundPage.2da874df50af730afe43.js\",\"spa-example.de9a0f9a6ec380c19f56.js\",\"spa-cart.0cb0fab7f09969a6b402.js\",\"spa-docs.809b86faa1ef3eac4cbc.js\",\"spa-settings.c8d6e35ee02ff5a49819.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\"],\"vendors~vk.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"thumbnail_creator.cbd7d1308ab8d12f415a.js\",\"PhotoStream.60ffd1e54827a16aadf7.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"VKUIPlaygroundPage.2da874df50af730afe43.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\"],\"vendors~effector.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"common-dynamic.12f003bf21fedc1b4131.js\",\"global-spa.cf0462dce23b40af4632.js\",\"ObsceneTextAlertBox.3b5b50d098288096f7d9.js\",\"wall_analytics.87777ebb6b829dfbe898.js\",\"StickersKeyboard.d1b797285a866ee03650.js\",\"StickersHints.c8a9ce57fcd4c232393d.js\",\"marusia-mvk-sdk.0969d0ecaed0f009f3c6.js\",\"MediaView.d8ef361be443be7c0232.js\",\"CookieBannerModal.73b8c1af1be2c92f2c92.js\",\"AddQuestion.c9eb42a002de25587ecb.js\",\"ShowQuestionsBox.301cbed83332f380edac.js\",\"AddQuestionAnswerBox.ccf3f3a187bd6fe3e1c3.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"UploadModalVideo.000e52cd9ccfe8c60030.js\",\"InteractiveVideoOnboarding.664ffbf528904902fa82.js\"],\"vendors~reactUtils.js\":[\"mvk-logout-modal.954c9e094ed99408bfb2.js\",\"a11y-logger.ebcb766e95cea32cc800.js\",\"hls.30ed29d994e26a748dff.js\",\"LeftMenu.6e4f9acdbc2fa1888fe5.js\",\"AlbumUploadAdapter.1a4b49bf54a92fca238b.js\",\"rlottie.53001aac2e5c867becfe.js\",\"MiniAppService_MiniApp.bbaea83403dc8ea7fae9.js\",\"mvk-call_modal_chunk.8255c19c8eb1a800fdbf.js\",\"MobileCallsBridge.caa9afcf013ae2ffbe07.js\",\"AudioCatalog.c8c36eaebbcddbe6f4b9.js\",\"CommunitiesCatalog.7d68cee5e4d945cb4a6d.js\",\"CommunitiesShowcase.26fd293baf1c433955ed.js\",\"FriendsCatalog.b79051873d1dfc277b73.js\",\"CommunitiesMembersCatalog.62f0721b605ac5bad34d.js\",\"SearchCatalog.d0b9d76fc01d71a3978f.js\",\"StickersLayerView.07004e3b4ff2f55616f5.js\",\"SelectPhotoContent.891ac87740cdff6f80dc.js\",\"SelectVideoContent.c9b05a18581de9e0e018.js\",\"SelectAudioContent.e128af474b8a240164f7.js\",\"SelectDocContent.a7a2a14b4c4a9826948d.js\",\"StickersKeyboard.d1b79728','no'),
(247,'_site_transient_timeout_g_url_details_response_f1220ee0e17c2b431c6dd9f6fd4283f3','1719482817','no'),
(248,'_site_transient_g_url_details_response_f1220ee0e17c2b431c6dd9f6fd4283f3','<!DOCTYPE html>\n<html class=\"user nottouch small-toolbar mail-ext-toolbar-disabled __ui-theme_enabled __ui-theme_light __is-layout-v1\" prefix=\"og: http://ogp.me/ns# video: http://ogp.me/ns/video# ya: http://webmaster.yandex.ru/vocabularies/\" lang=\"ru\" data-initial-state-id=\"anonymGroup\" data-stat-id=\"daab4b47-d61b-4a81-b4ca-9b03763e4232\" data-client-state=\"ms:0;dcss:0;mpv2:0;dz:0\"><head><!-- META START --><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"></meta><meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"></meta><title>АМИРО АВТО Аренда автомобилей под выкуп | Группа на OK.ru | Вступай, читай, общайся в Одноклассниках!</title><meta http-equiv=\"Cache-Control\" content=\"no-cache\"></meta><meta http-equiv=\"Pragma\" content=\"no-cache\"></meta><meta http-equiv=\"Expires\" content=\"Mon, 26 Jul 1997 05:00:00 GMT\"></meta><meta name=\"referrer\" content=\"origin\"></meta><meta name=\"referrer\" content=\"no-referrer-when-downgrade\"></meta><meta name=\"viewport\" content=\"width=1024\"></meta><meta name=\"skype_toolbar\" content=\"skype_toolbar_parser_compatible\"></meta><meta name=\"title\" content=\"АМИРО АВТО Аренда автомобилей под выкуп | Группа на OK.ru | Вступай, читай, общайся в Одноклассниках!\"></meta><meta name=\"description\" content=\"Группа АМИРО АВТО Аренда автомобилей под выкуп в Одноклассниках. Приморье, Хабаровский Край!\nМы предлагаем любое авто в рассрочку без переплат. На срок рассрочки авто у Вас в аренде. стоимость аренды от 300 руб/день. \nСрок аренды от 12 месяцев!\nПервоначальный взнос от 10% (от стоимости авто)\nЕженедельные платежи!\nОформление по 2м документам (паспорт и ВУ)\"></meta><link rel=\"canonical\" href=\"https://ok.ru/group/70000003390897\"></link><meta name=\"application-name\" content=\"OK.RU\"></meta><link media=\"only screen and (max-width: 768px)\" rel=\"alternate\" href=\"https://m.ok.ru/group/70000003390897\"></link><link rel=\"image_src\" href=\"https://vki4.okcdn.ru/i?r=BYCBxqYt0PQOwmVfaEoBciplDxCnQbFk0fW36T8rfPtMK4Yrro4maYdIk8DGXrzfUMFuPapGyFDX9KeOl7FUi1h4mQBQ4VwrBE1RDOeuGAqC7Lo8TB73sCVaHwzKWTod0VeE28UMdCA3rZa_Eiw9oBLjKC-yQxLVKtAIOvuZ0GoJRmo\"></link><meta property=\"og:title\" content=\"АМИРО АВТО Аренда автомобилей под выкуп | Группа на OK.ru | Вступай, читай, общайся в Одноклассниках!\"></meta><meta property=\"og:description\" content=\"Группа АМИРО АВТО Аренда автомобилей под выкуп в Одноклассниках. Приморье, Хабаровский Край!\nМы предлагаем любое авто в рассрочку без переплат. На срок рассрочки авто у Вас в аренде. стоимость аренды от 300 руб/день. \nСрок аренды от 12 месяцев!\nПервоначальный взнос от 10% (от стоимости авто)\nЕженедельные платежи!\nОформление по 2м документам (паспорт и ВУ)\"></meta><meta property=\"og:url\" content=\"https://ok.ru/group/70000003390897\"></meta><meta property=\"og:site_name\" content=\"OK.RU\"></meta><meta property=\"og:type\" content=\"organization\"></meta><meta property=\"og:image\" content=\"https://vki4.okcdn.ru/i?r=BYCBxqYt0PQOwmVfaEoBciplDxCnQbFk0fW36T8rfPtMK4Yrro4maYdIk8DGXrzfUMFuPapGyFDX9KeOl7FUi1h4mQBQ4VwrBE1RDOeuGAqC7Lo8TB73sCVaHwzKWTod0VeE28UMdCA3rZa_Eiw9oBLjKC-yQxLVKtAIOvuZ0GoJRmo\"></meta><meta property=\"og:image:url\" content=\"http://vki4.okcdn.ru/i?r=BYCBxqYt0PQOwmVfaEoBciplDxCnQbFk0fW36T8rfPtMK4Yrro4maYdIk8DGXrzfUMFuPapGyFDX9KeOl7FUi1h4mQBQ4VwrBE1RDOeuGAqC7Lo8TB73sCVaHwzKWTod0VeE28UMdCA3rZa_Eiw9oBLjKC-yQxLVKtAIOvuZ0GoJRmo\"></meta><meta property=\"og:image:secure_url\" content=\"https://vki4.okcdn.ru/i?r=BYCBxqYt0PQOwmVfaEoBciplDxCnQbFk0fW36T8rfPtMK4Yrro4maYdIk8DGXrzfUMFuPapGyFDX9KeOl7FUi1h4mQBQ4VwrBE1RDOeuGAqC7Lo8TB73sCVaHwzKWTod0VeE28UMdCA3rZa_Eiw9oBLjKC-yQxLVKtAIOvuZ0GoJRmo\"></meta><meta name=\"robots\" content=\"noindex, nofollow\"></meta><!-- META END --><script>try { top.location.toString(); if (top != self) { throw new Error(\'\'); } } catch (e) { top.location = location; }</script><script>if(navigator.sendBeacon){ var data = \"a=\" +JSON.stringify({ startupData: { headBeacon:1 } }) + \"&statId=daab4b47-d61b-4a81-b4ca-9b03763e4232\"; var headers = { type: \'application/x-www-form-urlencoded\' }; var blob = new Blob([data], headers); navigator.sendBeacon(\'/gwtlog\', blob); }</script><script>var swPath = \"/app.js\";</script><script>if (\'serviceWorker\' in navigator) { window.addEventListener(\'load\', function(){ navigator.serviceWorker.register(swPath); }); }</script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({\'gtm.start\': new Date().getTime(),event:\'gtm.js\'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!=\'dataLayer\'?\'&l=\'+l:\'\';j.async=true;j.src= \'https://www.googletagmanager.com/gtm.js?id=\'+i+dl;f.parentNode.insertBefore(j,f); })(window,document,\'script\',\'dataLayer\',\'GTM-WFHQQ63\');</script><link as=\"image\" rel=\"preload\" href=\"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw\"></link><script type=\"text/javascript\">window.inline_resources = {};\nwindow.inline_resources.pms={};\nwindow.inline_resources.pts={};\n</script>\n<style type=\"text/css\">.hookData { display: none; position: absolute; left: -9999px; }</style><script type=\"text/javascript\">var OK = OK || {}; OK.startupData = OK.startupData || {}; OK.startupData[\'okHeadStart\'] = window.performance.now();</script>\n<link href=\"/res/css/prod/core/ncore.d13456fe.css\" type=\"text/css\" rel=\"stylesheet\" id=\"lightCoreCss\">\n<link href=\"/res/css/prod/colors.2a13c7ea.css\" type=\"text/css\" rel=\"stylesheet\">\n<link href=\"/res/css/prod/colors.dark.5e669f73.css\" type=\"text/css\" rel=\"stylesheet\">\n<link href=\"/res/css/prod/main/nmain_full.3eb61a32.css\" type=\"text/css\" rel=\"stylesheet\" id=\"lightMainCss\">\n<link href=\"/res/css/prod/main/nb.52579b17.css\" type=\"text/css\" rel=\"stylesheet\" id=\"nbCss\">\n<link href=\"/res/css/prod/main/nmain_postponed.e3301b1f.css\" type=\"text/css\" rel=\"stylesheet\">\n<link href=\"/res/css/prod/core/ncore_postponed.5a6468ef.css\" type=\"text/css\" rel=\"stylesheet\">\n<link href=\"//i.mycdn.me\" rel=\"preconnect\" crossorigin>\n<link href=\"//dp.mycdn.me\" rel=\"preconnect\" crossorigin>\n<link href=\"//pimg.mycdn.me\" rel=\"preconnect\" crossorigin>\n<link href=\"//st.mycdn.me\" rel=\"preconnect\" crossorigin>\n<link href=\"//i.okcdn.ru\" rel=\"preconnect\" crossorigin>\n<link href=\"/res/css/prod/layout.a04e6851.css\" type=\"text/css\" rel=\"stylesheet\"><link id=\"css-hacks\" type=\"text/css\" href=\"https://st.mycdn.me/static/css-hacks/1-0-247/overrides.f10c8523.css\" rel=\"stylesheet\" />\n<link id=\"favicon\" rel=\"shortcut icon\" href=\"/favicon.ico\" type=\"image/x-icon\">\n<link rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/res/i/logo_ok_16-r23.png\" >\n<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/res/i/logo_ok_32-r23.png\" >\n<link rel=\"icon\" type=\"image/png\" sizes=\"42x42\" href=\"/res/i/logo_ok_42-r23.png\" >\n<link rel=\"apple-touch-icon\" href=\"/res/i/apple-touch-icon_180-r.png\" >\n<script type=\"text/javascript\">OK.startupData[\'odklCssGo\'] = window.performance.now() - OK.startupData[\'okHeadStart\'];</script><script type=\"text/javascript\">var pageCtx={0:0,regJsSrc:\"res/js/scriptReg_97cb8169.js\",giftsJsSrc:\"res/js/scriptGifts_2c9348f7.js\",nativeHooksSrc:\"res/js/nativeHooks_f6ddd857.js\",textareaJsSrc:\"res/js/textarea/textarea_a5366c7e.js\",photoUploaderJsSrc:\"res/js/photoUploader_649ad6df.js\",bottomJsSrc:\"res/js/scriptBottom_97893a76.js\",promoAppJsSrc:\"res/js/scriptPromoApp_8f6429e8.js\",appEditJsSrc:\"res/js/scriptAppEditForm_42128519.js\",cdnNodeSrc:\"//st.mycdn.me/static/cdn/cdn.js?timestamp=1719479217848\",gwtHash:\"19d1a718T1719393842601\",isAnonym:true,path:\"/group/70000003390897\",state:\"st.cmd=anonymGroup&st.groupId=70000003390897\",staticResourceUrl:\"/\",youlaApps:\"youla,youla_test,sport2018,youla_stage,pandao,masters,get-ok-back-in-games\"};</script>\n<script src=\"/res/js/tracerPlaceholder_efa2d703.js\"></script><script src=\"/res/js/lib/require-2.1.11_1ae533d5.js\"></script><script src=\"/res/js/classic_10913a97.js\"></script><script type=\"text/javascript\"> (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\"); window.ymCounterId = 87663567; ym(87663567, \"init\", { clickmap:true, trackLinks:true, accurateTrackBounce:true });</script><noscript><div><img src=\"https://mc.yandex.ru/watch/87663567\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript><!-- Top.Mail.Ru counter --><script type=\"text/javascript\">window._tmrCounterId = 87663567;var _tmr = window._tmr || (window._tmr = []);_tmr.push({id: \"1963260\", type: \"pageView\", start: (new Date()).getTime(), timespent: true});(function (d, w, id) { if (d.getElementById(id)) return; var ts = d.createElement(\"script\"); ts.type = \"text/javascript\"; ts.async = true; ts.id = id; ts.src = \"https://top-fwz1.mail.ru/js/code.js\"; var f = function () {var s = d.getElementsByTagName(\"script\")[0]; s.parentNode.insertBefore(ts, s);}; if (w.opera == \"[object Opera]\") { d.addEventListener(\"DOMContentLoaded\", f, false); } else { f(); }})(document, window, \"tmr-code\");</script><noscript><div><img src=\"https://top-fwz1.mail.ru/counter?id=87663567;js=na\" style=\"position:absolute;left:-9999px;\" alt=\"Top.Mail.Ru\" /></div></noscript><!-- /Top.Mail.Ru counter --><link rel=\"stylesheet\" href=\"/res/react/layers_layer-arrow-button_cf7a3be.css\" type=\"text/css\"></link><link rel=\"stylesheet\" href=\"/res/react/layers_layer-close-button_cfcd9a32.css\" type=\"text/css\"></link><link rel=\"stylesheet\" href=\"/res/react/search_toolbar-search_29d58970.css\" type=\"text/css\"></link><link rel=\"stylesheet\" href=\"/res/react/auth-login_auth-login-popup_28b59ee3.css\" type=\"text/css\"></link><link rel=\"stylesheet\" href=\"/res/react/auth-login_auth-login-banner_c4166242.css\" type=\"text/css\"></link><script type=\"text/javascript\">window.inline_resources = {};\nwindow.inline_resources.pms={};\nwindow.inline_resources.pts={};\n</script>\n</head><body class=\"h-mod\" data-cdn=\"true\" data-module=\"LogClicks\" data-uic=\"true\" data-l=\"siteInteractionScreen,anonymGroup,outlanderscreen,anonymGroup,outlander,1,stateParams,{"stateId":"anonymGroup"\\,"st-prm_groupId":"70000003390897"},siteInteraction,1,siteInteractionUid,A\"><noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-WFHQQ63\" width=\"0\" style=\"display:none;visibility:hidden\" height=\"0\"></iframe></noscript><div class=\"h-mod\" data-module=\"css-loader\" data-url=\"/res/css/prod/smiles.3640e825.css\"></div><div id=\"__mf_stub\" style=\"display:none;\"></div><div id=\"__h5hOnly\" style=\"display:none;\"></div><div id=\"_html5audioTest\" style=\"display:none;\"></div><div id=\"__gwt__hd\" style=\"display:none;\"></div><div id=\"hook_Block_Require\" class=\"hookBlock\"><script src=\"/basedRequireJsConfig.js?hash=1985583851\"></script><script src=\"/dynamicRequireJsConfig.js?hash=-1730718187\"></script><script>requirejs.onError = function handleRequireError(eo) { \'use strict\'; if (OK.fn.isDebug()) { console.error(eo); } else { OK.Tracer.error(eo); } /** * @param {Error} err */ function parse(err) { var /** @type {string} */ s = \'\\n\', /** @type {RegExp} */ re = /(^|@)\\S+\\:\\d+/, /* FIREFOX/SAFARI */ /** @type {RegExp} */ alt = /\\s+at .*(\\S+\\:\\d+|\\(native\\))/, /* CHROME/IE */ /** @type {string} */ res; if (err.stack.match(alt)) { /* Use alt */ re = alt; } res = err.stack .split(s) .filter(function (line) { return !!line.match(re); }) .join(s); return err + s + res; } var /** @type {Object} */ err = eo.originalError || eo, /** @type {Object} */ r = requirejs.s.contexts._, /** @type {string} */ clob = \'\', /** @type {string} */ info = \'\', /** @type {object} */ context = \'\', /** @type {string[]} */ deps = []; if (eo.requireMap) { context = r.registry[eo.requireMap.id]; deps = context.depMaps.map(function (item) { return item.id; }); info = (context.factory.name || \'anonymous\') + \',[\' + deps + \']\'; /* Function code */ clob = \'Executing \' + context.factory + \'\\n\'; } else { info = eo.requireType + \',[\' + eo.requireModules + \']\'; } if (err.stack) { clob += parse(err); } else { clob += err + \'\\n@\' + info; } OK.logger.clob(\'rjs\', clob, info, err.name); if (Array.isArray(eo.requireModules)) { eo.requireModules.forEach(function (path) { if (path.indexOf(\'/res/react\') === 0) { sendReactError(path); } }); } function sendReactError(reactPath) { var clob = \'message=\' + err.message + \'\\n\' + \'requireType=\' + eo.requireType + \'\\n\' + \'requireModules=\' + eo.requireModules.toString() + \'\\n\' + \'stack=\' + err.stack; var tagName = reactPath.split(\'.\')[0].split(\'_\')[1]; if (!tagName) { tagName = reactPath; } OK.logger.clob(\'react-error\', clob, tagName, \'react-module-error\'); } };</script></div><div id=\"hook_Block_AppTracer\" class=\"hookBlock\"></div><script>require([\'OK/wld\']);</script><div id=\"hook_Block_HeadCustomCss\" class=\"hookBlock\"><style type=\"text/css\"></style><div class=\"h-mod\" data-module=\"safe-css-loader\" data-url=\"https://st.mycdn.me/static/css-hacks/1-0-247/overrides.f10c8523.css\" data-link-id=\"css-hacks\"></div></div><div id=\"hook_Block_PopLayerPhoto\" class=\"hookBlock\"></div><div id=\"hook_Block_PopLayerMediaTopic\" class=\"hookBlock\"><div class=\"media-layer __process-transparent __fixed-arrow-redesign __big-arrows\" role=\"dialog\" aria-modal=\"true\" data-modal-name=\"mtLayer\" tabindex=\"-1\" id=\"mtLayer\"><div data-l=\"\" class=\"media-layer_hld\"><div onclick=\"OK.stop(event);\" class=\"media-layer_l\"><layer-arrow-button data-cfg=\"featuresConfiguration,testId\" data-css=\"layers_layer-arrow-button_cf7a3be.css\" data-l10n=\"media-layer-arrows\" isleft=\"true\" data-startup-modules=\"vendors_c4750d74.js,core-client_80b8f02e.js\" server-rendering=\"true\" data-bundle-name=\"layers_layer-arrow-button\" class=\"h-mod layers_layer-arrow-button\" data-attrs-types=\"{"isLeft":"boolean"}\" data-module=\"react-loader\" data-react=\"layers_layer-arrow-button_506ac33e.js\"><template style=\"display:none\"></template><div class=\"main__8dnvl tooltip__zb2c9\"><div class=\"wrap__8dnvl\"><div class=\"js-mlr-block arrow-wrapper__zb2c9\" id=\"mtLayerBackReact\" data-l=\"t,mtLayerBack\"><div class=\"arw-clean__zb2c9\"><span class=\"icon__ijkqc __size-24__ijkqc icon__zb2c9\" name=\"24/ico_back_big_24\" size=\"24\" data-icon-name=\"24/ico_back_big_24\"><svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.056 2.5993l-8.45902 8.53c-.504.51-.503 1.32.003 1.83l8.45802 8.47c.507.51 1.331.51 1.839.01.507-.51.508-1.33.001-1.84l-7.54402-7.56 7.54702-7.6c.505-.51.502-1.34-.007-1.84-.509-.51-1.333-.51-1.838 0z\" class=\"svg-fill\"/>\n</svg></span></div></div></div><div role=\"tooltip\" class=\"tooltip__8dnvl __right__8dnvl __redesign-2023__8dnvl __hide__8dnvl\"><div class=\"container__8dnvl container-left__zb2c9 __free__8dnvl\"><div class=\"content__8dnvl __text-ellipsis__8dnvl\">Предыдущая публикация</div><div class=\"arrow__8dnvl\"></div></div></div></div></layer-arrow-button><div data-l=\"t,mtLayerBack\" id=\"mtLayerBack\" class=\"media-layer_arw arw arw__prev js-mlr-block\"><span class=\"arw_ic __old\"></span><div class=\"arw_ic __new\"><svg class=\"svg-ic svg-ico_back_big_24 svg-ic24\" viewBox=\"0 0 24 24\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.056 2.5993l-8.45902 8.53c-.504.51-.503 1.32.003 1.83l8.45802 8.47c.507.51 1.331.51 1.839.01.507-.51.508-1.33.001-1.84l-7.54402-7.56 7.54702-7.6c.505-.51.502-1.34-.007-1.84-.509-.51-1.333-.51-1.838 0z\" class=\"svg-fill\"/>\n</svg></div></div></div><div onclick=\"OK.stop(event);\" class=\"media-layer_c js-mlr-block\"><div class=\"mlr js-video-scope\" id=\"mtLayerMain\"><div id=\"hook_Block_MediaTopicLayerBody\" class=\"hookBlock\"></div></div></div><div class=\"media-layer_r\"><div class=\"js-mlr-block\"><div class=\"fixed-top-wrapper h-mod __clean\" id=\"scrollToTopMtLayer\" data-height=\"50\" data-container=\"mtLayer\" data-module=\"FixedTopBock\"><button class=\"scroll-arrow __svg __dark __small\" aria-label=\"Прокрутить вверх\"><svg class=\"svg-ic svg-ico_up_16\" viewBox=\"0 0 16 16\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"m8.5 4.14.11.07 5.98 4.57a1 1 0 1 1-1.22 1.59L8 6.27l-5.37 4.1a1 1 0 0 1-1.21-1.6l5.97-4.56.1-.06.02-.01.05-.03.11-.04h.01l.01-.01.05-.02.1-.02h.04L7.93 4h.2l.07.02.05.01.06.02h.01a.9.9 0 0 1 .18.08Z\" class=\"svg-fill\" />\n</svg></button></div></div><layer-arrow-button data-cfg=\"featuresConfiguration,testId\" data-css=\"layers_layer-arrow-button_cf7a3be.css\" data-l10n=\"media-layer-arrows\" isleft=\"false\" data-startup-modules=\"vendors_c4750d74.js,core-client_80b8f02e.js\" server-rendering=\"true\" data-bundle-name=\"layers_layer-arrow-button\" class=\"h-mod layers_layer-arrow-button\" data-attrs-types=\"{"isLeft":"boolean"}\" data-module=\"react-loader\" data-react=\"layers_layer-arrow-button_506ac33e.js\"><template style=\"display:none\"></template><div class=\"main__8dnvl tooltip__zb2c9\"><div class=\"wrap__8dnvl\"><div class=\"js-mlr-block arrow-wrapper__zb2c9\" id=\"mtLayerForwardReact\" data-l=\"t,mtLayerForward\"><div class=\"arw-clean__zb2c9\"><span class=\"icon__ijkqc __size-24__ijkqc icon__zb2c9\" name=\"24/ico_right_big_24\" size=\"24\" data-icon-name=\"24/ico_right_big_24\"><svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.945 21.4l8.459-8.53c.504-.51.503-1.32-.003-1.83L9.943 2.57a1.306 1.306 0 0 0-1.839-.01 1.303 1.303 0 0 0-.001 1.84l7.544 7.56-7.547 7.6c-.505.51-.502 1.34.007 1.84.509.51 1.333.51 1.838 0z\" class=\"svg-fill\"/>\n</svg></span></div></div></div><div role=\"tooltip\" class=\"tooltip__8dnvl __left__8dnvl __redesign-2023__8dnvl __hide__8dnvl\"><div class=\"container__8dnvl container-right__zb2c9 __free__8dnvl\"><div class=\"content__8dnvl __text-ellipsis__8dnvl\">Следующая публикация</div><div class=\"arrow__8dnvl\"></div></div></div></div></layer-arrow-button><div data-l=\"t,mtLayerForward\" id=\"mtLayerForward\" class=\"media-layer_arw arw arw__next scroll-right-margin js-mlr-block\"><span class=\"arw_ic __old\"></span><div class=\"arw_ic __new\"><svg class=\"svg-ic svg-ico_right_big_24 svg-ic24\" viewBox=\"0 0 24 24\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.945 21.4l8.459-8.53c.504-.51.503-1.32-.003-1.83L9.943 2.57a1.306 1.306 0 0 0-1.839-.01 1.303 1.303 0 0 0-.001 1.84l7.544 7.56-7.547 7.6c-.505.51-.502 1.34.007 1.84.509.51 1.333.51 1.838 0z\" class=\"svg-fill\"/>\n</svg></div></div><layer-close-button data-cfg=\"featuresConfiguration,testId\" data-css=\"layers_layer-close-button_cfcd9a32.css\" data-l10n=\"media-layer-close\" data-startup-modules=\"vendors_c4750d74.js,core-client_80b8f02e.js\" server-rendering=\"true\" data-bundle-name=\"layers_layer-close-button\" class=\"h-mod layers_layer-close-button\" data-attrs-types=\"{}\" data-module=\"react-loader\" data-react=\"layers_layer-close-button_523434da.js\"><template style=\"display:none\"></template><button type=\"button\" class=\"button-clean__0wfyv js-mlr-block js-mlr-close close-button__70s8k\" data-l=\"t,mtLayerClose\" aria-label=\"Закрыть\"><div class=\"main__8dnvl\"><div class=\"wrap__8dnvl\"><span class=\"icon__ijkqc __size-32__ijkqc close-button-icon__70s8k\" name=\"ico_close_thin_16\" size=\"32\" data-icon-name=\"ico_close_thin_16\"><svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4 8l-5.3 5.3c-.5.5-.5 1.2 0 1.7s1.2.5 1.7 0L8 9.7l5.3 5.3c.5.5 1.3.5 1.7 0 .5-.5.5-1.2 0-1.7L9.8 8l5.3-5.3c.5-.5.5-1.3 0-1.7-.4-.5-1.2-.5-1.7 0L8.1 6.3 2.8 1C2.3.5 1.6.5 1 1c-.5.4-.5 1.2 0 1.7L6.4 8z\" class=\"svg-fill\"/>\n</svg></span></div><div role=\"tooltip\" class=\"tooltip__8dnvl __left__8dnvl __redesign-2023__8dnvl __hide__8dnvl\"><div class=\"container__8dnvl container__70s8k __free__8dnvl\"><div class=\"content__8dnvl __text-ellipsis__8dnvl\">Закрыть</div><div class=\"arrow__8dnvl\"></div></div></div></div></button></layer-close-button><button data-l=\"t,mtLayerClose\" aria-label=\"Закрыть\" class=\"media-layer_close js-mlr-block\"><div class=\"ic media-layer_close_ico\"></div><svg class=\"svg-ic svg-ico_close_24 svg-ic24 media-layer_close_ico-svg __old\" viewBox=\"0 0 24 24\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4078 11.9995l-5.32096 5.32c-.468.47-.468 1.23 0 1.7.469.47 1.229.47 1.697 0l5.32096-5.32 5.321 5.32c.468.47 1.228.47 1.697 0 .468-.47.468-1.23 0-1.7l-5.321-5.32 5.321-5.32005c.468-.47.468-1.23 0-1.7-.469-.47-1.229-.47-1.697 0l-5.321 5.32005-5.32096-5.32005c-.468-.47-1.228-.47-1.697 0-.468.47-.468 1.23 0 1.7l5.32096 5.32005z\" class=\"svg-fill\"/>\n</svg><svg class=\"svg-ic svg-ico_close_thin_16 media-layer_close_ico-svg __new\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.4 8l-5.3 5.3c-.5.5-.5 1.2 0 1.7s1.2.5 1.7 0L8 9.7l5.3 5.3c.5.5 1.3.5 1.7 0 .5-.5.5-1.2 0-1.7L9.8 8l5.3-5.3c.5-.5.5-1.3 0-1.7-.4-.5-1.2-.5-1.7 0L8.1 6.3 2.8 1C2.3.5 1.6.5 1 1c-.5.4-.5 1.2 0 1.7L6.4 8z\" class=\"svg-fill\"/>\n</svg></button><div class=\"media-layer_widgets\"><div id=\"hook_Block_MediaTopicWidgets\" class=\"hookBlock\"></div></div><div class=\"media-layer_banners js-mlr-block\"><div class=\"media-layer_banners_cnt\"><div id=\"hook_Block_ActiveTopicsLayer\" class=\"hookBlock\"></div><div id=\"hook_Block_AnonymMediaTopicLayerAd\" class=\"hookBlock\"><div class=\"hookData\"></div><div id=\"AnonymMediaTopicLayerAdConfig\" data-everyNDisplay=\"2\" data-place=\"ANONYM_MEDIA_LAYER_BANNER\"></div></div></div></div></div></div><div class=\"media-layer_va\"></div><div class=\"media-layer_dot-loader\"><span class=\"media-layer_dot-loader_dots __light\"><span class=\"dot\"></span></span></div></div></div><div id=\"hook_Block_BodySwitcher\" class=\"hookBlock\"><div id=\"hook_Block_UtilBlock\" class=\"hookBlock\"><img id=\"__odkl_aid\" class=\"hookData\" src=\"data:,\" alt=\"\"></div><div class=\"hookData\"><div id=\"hook_Cfg_GwtLoggerCfg\"><!--{\"gwtLogAggregatePeriod\":15000,\"gUO\":[\"error\",\"msg.typing\"],\"isGwtLogEnabled\":true,\"gwtLogOperationsDisabled\":[],\"isGwtLogStackTraceNum\":0,\"onBeforeUnloadEnabled\":true,\"gwtClobOperations\":[\"musicclob.error\",\"messagesLayer\",\"phoneValidationError\",\"error\",\"clob\",\"music\",\"calls\",\"react-error\",\"photoLayer-logError\",\"imageLayer-logError\",\"music.runtime.error\",\"promo.feed.11\"],\"gwtRawOperations\":[\"photo.gif\",\"postingformjs\"],\"gSTO\":[\"BannerProxy\"],\"isGwtLogClobEnabled\":true,\"gwtLogOperations\":[\"messaging\",\"discussions\",\"error\",\"uncaught\",\"notificationauth\",\"videochat\",\"videochatfp\",\"share\",\"pins\",\"clickphotogetlink\",\"musicusage\",\"musicerror\",\"mfe\",\"photo\",\"join\",\"toolbarperformancenim\",\"musicalpresents\",\"present\",\"messages\",\"invitation\",\"inline-comments\",\"suggestionperformance\",\"flash\",\"searchsuggest\",\"musageduration\",\"dynamic-user-load\",\"notifications\",\"postingform\",\"postingformjs\",\"osn\",\"omnicaching\",\"musicrender\",\"musicnoflash\",\"vpl\",\"vpal\",\"search\",\"reveal\",\"poll\",\"mtl\",\"feed\",\"mediatopic\",\"appnotreaction\",\"video\",\"stt\",\"ta\",\"closeable_hook\",\"mcdn\",\"layerManager\",\"mtlayer\",\"appsstats\",\"traceimg\",\"mtplace\",\"jsfeatures\",\"attach\",\"sb\",\"html5\",\"toolbarperformancedisc\",\"mt\",\"asm\",\"click\",\"bday\",\"amsg\",\"push\",\"giftFront\",\"ad\",\"ntf\",\"banner\",\"GoRec\",\"GoStat\",\"GoSearch\",\"musicclob\",\"capture\",\"faq_feedback\",\"maps\",\"stickyPromoLink\",\"groups\",\"seen\",\"userexperience\",\"ajaxrequestdatatime\",\"feedbackLayer\",\"recovery\",\"messagesLayer\",\"StickerSuggester\",\"nb_error\",\"nb_success\",\"messages-perf\",\"friendStream\",\"growl\",\"new-banners\",\"FAPI\",\"WidgetVideoAdv\",\"msg\",\"webpush\",\"banner\",\"framerate\",\"altFramerate\",\"longtask\",\"react\",\"helpFeedbackForm\",\"searchEntity\",\"searchLocation\",\"searchCard\",\"searchQuery\",\"searchPosition\",\"searchAction\",\"entityId\",\"searchActionTarget\",\"immortalRegiment\",\"challengeContentStream\",\"challenge-content-stream\",\"mall\",\"dnd\",\"PVADV\",\"ui_usage_stat_click\",\"ui_usage_stat_cssload\",\"ui_usage_stat_mousemove\",\"GSW\",\"music\",\"constructor_question_first_answer\",\"constructor_question_second_answer\",\"Skrepochka\",\"VideoAdvLog-1100113920\",\"oldscripts\",\"searchScope\",\"loader\",\"pf_head_cp\",\"right-column-v2\",\"externalMusic\",\"pts\",\"fileapi\",\"smilehelper\",\"GSB\",\"banner.place\",\"startupData\",\"firstInteractive\",\"nav-stat\",\"gdpr_cmp\",\"super-geo-gmaps\",\"dailyphoto\",\"vha_banner_v2\",\"calls\",\"react-error\",\"react-render-success\",\"react-render-try\",\"react-init-try\",\"banner-refresh-v2\",\"newUserOp\",\"photoLayer-logError\",\"imageLayer-logError\",\"abp-wl\",\"app\",\"one\",\"dating\",\"flow\",\"support_chat_feedback\",\"like_alt\",\"nps\",\"posting-log\",\"layer\",\"fixed\",\"promo\",\"UrlExtension_JS\",\"ShortLinkHook_JS\",\"metrics\",\"allClicks\"]}--></div><div id=\"hook_Cfg_NavigationProgressCfg\"><!--{}--></div><div id=\"BanData\" class=\"h-mod\" data-module=\"banners/bannerNew/hooks/BannerNavigationDataProviderHookJs\"><!--{\"inv\":false,\"checkViewportThreshold\":0.5,\"blocks\":\" ViewportHeightAwareBanner LeftApplicationsBannerBlock RecommendedAppsBannerBlock ForthColumnTopBanner DiscussionsCfg MessagesAdsPanel RbSyncBlock AppAdPanelBlock RbSyncGoogleBlock AppMainFooterBannerBlock MiniGameMainFooterBannerBlock AppInterstitialBannerRBlock MediaTopicLayerContentBanner AnonymLeftColumnAd AnonymRightColumnAd AnonymMediaTopicLayerAd MediaTopicLayerAd \",\"slotInv\":true,\"state\":\"anonymGroup\"}--></div><div id=\"hook_Cfg_BannerConfig\"><!--{\"nogwt\":false,\"ce\":true,\"applicationBannerSlots\":{\"discussionsTop\":532},\"dre\":false,\"timeouts\":{\"timeout.slot350\":60,\"timeout.MessagesAdsPanel\":60,\"timeout.discussionsBanner\":60,\"timeout.ViewportHeightAwareBanner\":60,\"transition.default\":true,\"timeout.default\":0,\"timeout.ForthColumnTopBanner\":60,\"timeout.slot4246\":60},\"adm\":{\"adfTransportUrl\":\"https://ad.mail.ru/adf/\",\"maxLatency\":500,\"heartbeatDelay\":150,\"url\":\"https://ad.mail.ru/adq/\",\"concurrency\":1,\"adqEnabled\":true}}--></div></div><div id=\"hook_Block_VkBrandingBanner\" class=\"hookBlock\"></div><div id=\"topPanel\" class=\"topPanel\" data-module=\"\"><div id=\"hook_Block_Header\" class=\"hookBlock\"><div class=\"toolbar __anonym __global-search-redesign\"><div data-l=\"registrationContainer,anonym.toolbar\" data-force=\"false\" class=\"toolbar_decor\"><div class=\"toolbar_c portal-headline__left\"><a data-l=\"t,logo\" aria-label=\"На страницу авторизации\" class=\"toolbar_logo\" id=\"nohook_logo_link\" href=\"/dk?st.cmd=anonymMain\"><div class=\"toolbar_logo_img\"></div></a><div class=\"anon-tb-item-container\"><div role=\"button\" class=\"anon-tb-item search-tb\"><div class=\"toolbar_search __over_notification __redesigned __mini\" data-l=\"t,search\" id=\"toolbar_search\"><div class=\"toolbar_search__hb\"><span class=\"toolbar_search__hl\">Свернуть поиск</span><span data-action=\"collapse\" class=\"toolbar_search__hbi\"><svg class=\"svg-ic svg-ico_right_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.15511 12.7698l4.733-4.77996-4.731-4.75c-.39-.39-.388-1.03.003-1.42.391-.39 1.024-.39 1.414 0l5.43199 5.46c.388.39.389 1.02.002 1.41L6.57611 14.1698c-.388.4-1.022.4-1.414.01-.392-.39-.396-1.02-.007-1.41z\" class=\"svg-fill\"/>\n</svg></span></div><toolbar-search data-require-modules=\"OK/StatLogger,OK/ToolbarSearchEventBuses,OK/VoiceAssistantEventBuses,OK/theme\" mini=\"true\" data-startup-modules=\"vendors_c4750d74.js,core-client_80b8f02e.js\" load-static=\"false\" data-bundle-name=\"search_toolbar-search\" data-module=\"ToolbarReact\" data-attrs-types=\"{"global-search-url-base":"string","mini":"boolean"}\" data-cfg=\"accessibilityConfiguration,currentUser,featuresConfiguration,layoutConfiguration,searchConfiguration,testId\" data-css=\"search_toolbar-search_29d58970.css\" data-lazy-loading=\"true\" data-l10n=\"accessibility,accessibility.ui,app-card,community-card,friends-count,group-card,gs.toolbar,hobby.client,one.app.community.dk.rdk.gui.templates.util,toolbar-search,ts.cards,user-card,user-card-error,user-relations,user.events,video-album-card\" global-search-url-base=\"/dk?st.cmd=anonymGlobalSearch\" server-rendering=\"true\" class=\"h-mod search_toolbar-search\" data-react=\"search_toolbar-search_f16081ce.js\"><template style=\"display:none\"></template><form action=\"/dk\" method=\"get\" role=\"search\" aria-label=\"toolbar\"><input type=\"hidden\" name=\"st.cmd\" value=\"anonymGlobalSearch\"/><span data-l=\"searchCtx,{"action":"CLICK"\\,"target":"SEARCH_INPUT"\\,"location":"ANON_GLOBAL_SEARCH"}\"><span name=\"24/ico_search_24\" size=\"24\" class=\"icon__ijkqc __size-24__ijkqc ico-search__4nym2\" data-icon-name=\"24/ico_search_24\"><svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.62 18.0358l3.65 3.646c.39.39 1.02.39 1.41 0 .39-.39.39-1.024 0-1.414l-3.64-3.646c1.23-1.54 1.97-3.493 1.97-5.618 0-4.96499-4.03-8.99599-9-8.99599-4.95998 0-8.98998 4.031-8.98998 8.99599 0 4.966 4.03 8.997 8.98998 8.997 2.12 0 4.07-.735 5.61-1.965zM11.01 4.00781c3.86 0 7 3.135 7 6.99599 0 3.862-3.14 6.997-7 6.997-3.84998 0-6.98998-3.135-6.98998-6.997 0-3.86099 3.14-6.99599 6.98998-6.99599z\" class=\"svg-fill\"/>\n</svg></span></span><div class=\"search-wrapper__4nym2 __mini__4nym2 __hidden__4nym2\"></div></form></toolbar-search><svg class=\"svg-ic svg-ico_loader_16 toolbar_search__loading invisible\" viewBox=\"0 0 67 67\"><circle cx=\"33.3\" cy=\"8.3\" r=\"8.3\" class=\"svg-fill\" /><circle cx=\"33.3\" cy=\"58.3\" r=\"8.3\" class=\"svg-fill\" style=\"fill-opacity:0.48\"/><path d=\"M62.2 16.7c2.3 4 0.9 9.1-3 11.4 -4 2.3-9.1 0.9-11.4-3 -2.3-4-0.9-9.1 3.1-11.4 4-2.3 9.1-0.9 11.4 3.1Z\"class=\"svg-fill\" style=\"fill-opacity:0.16\"/><path d=\"M62.2 50c-2.3 4-7.4 5.4-11.4 3.1 -4-2.3-5.3-7.4-3-11.4 2.3-4 7.4-5.3 11.4-3.1 4 2.3 5.3 7.4 3.1 11.4Z\"class=\"svg-fill\" style=\"fill-opacity:0.32\"/><path d=\"M18.9 41.7c2.3 4 0.9 9.1-3.1 11.4 -4 2.3-9.1 0.9-11.4-3 -2.3-4-0.9-9.1 3.1-11.4 4-2.3 9.1-0.9 11.4 3.1Z\"class=\"svg-fill\" style=\"fill-opacity:0.64\"/><path d=\"M18.9 25c-2.3 4-7.4 5.4-11.4 3.1 -4-2.3-5.3-7.4-3-11.4 2.3-4 7.4-5.3 11.4-3.1 4 2.3 5.4 7.4 3.1 11.4Z\"class=\"svg-fill\" style=\"fill-opacity:0.8\"/>\n</svg></div></div><div data-l=\"t,vk_ecosystem\" data-pixel=\"https://trk.mail.ru/i/v5fiy3?mt_idfa=%7Bmt_idfa%7D\" class=\"vk_ecosystem_toolbar h-mod\" data-module=\"VkEcosystem\"><button aria-expanded=\"false\" aria-label=\"Сервисы VK\" role=\"button\" type=\"button\" class=\"toolbar_nav_a toolbar_nav_a__vk_ecosystem __a11y\"><span class=\"toolbar_nav_i_ic\"></span></button><div class=\"toolbar_dropdown __vk_ecosystem\"><div class=\"vk_ecosystem_cnt\"><div class=\"portlet_h_name_t __vk_ecosystem\">Сервисы VK</div><div class=\"grid __vk_ecosystem\"><a data-l=\"t,portal\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/jqwff1\" class=\"vk-ecosystem-link __portal\" target=\"_blank\"><img src=\"/res/i/vk/svg/Service_Main.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Mail.ru</span></a><a data-l=\"t,mail\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/mdjti3\" class=\"vk-ecosystem-link __mail\" target=\"_blank\"><img src=\"/res/i/vk/svg/Mail.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Почта</span></a><a data-l=\"t,cloud\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/zmr9n2\" class=\"vk-ecosystem-link __cloud\" target=\"_blank\"><img src=\"/res/i/vk/svg/Cloud.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Облако</span></a><a data-l=\"t,calendar\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/tjj123\" class=\"vk-ecosystem-link __calendar\" target=\"_blank\"><img src=\"/res/i/vk/svg/Calendar.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Календарь</span></a><a data-l=\"t,notes\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/rc21q1\" class=\"vk-ecosystem-link __notes\" target=\"_blank\"><img src=\"/res/i/vk/svg/Notes.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Заметки</span></a><a data-l=\"t,calls\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/ri7zj8\" class=\"vk-ecosystem-link __calls\" target=\"_blank\"><img src=\"/res/i/vk/svg/Calls.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Видеозвонки</span></a><a data-l=\"t,vk_mail\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/o9z920\" class=\"vk-ecosystem-link __vk_mail\" target=\"_blank\"><img src=\"/res/i/vk/svg/VK_Mail.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">VK Почта</span></a><a data-l=\"t,tv\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/rotur8\" class=\"vk-ecosystem-link __tv\" target=\"_blank\"><img src=\"/res/i/vk/svg/TV.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">ТВ программа</span></a><a data-l=\"t,weather\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/n6l9o1\" class=\"vk-ecosystem-link __weather\" target=\"_blank\"><img src=\"/res/i/vk/svg/Weather.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Погода</span></a><a data-l=\"t,horoscope\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/edf872\" class=\"vk-ecosystem-link __horoscope\" target=\"_blank\"><img src=\"/res/i/vk/svg/Horoscope_Blue.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Гороскопы</span></a><a data-l=\"t,sport\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/wuejf1\" class=\"vk-ecosystem-link __sport\" target=\"_blank\"><img src=\"/res/i/vk/svg/Sport_Blue.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Спорт</span></a><a data-l=\"t,answers\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/eefga9\" class=\"vk-ecosystem-link __answers\" target=\"_blank\"><img src=\"/res/i/vk/svg/Mail.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Ответы</span></a><a data-l=\"t,auto\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/j0a3o2\" class=\"vk-ecosystem-link __auto\" target=\"_blank\"><img src=\"/res/i/vk/svg/Auto.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Авто</span></a><a data-l=\"t,lady\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/znddo7\" class=\"vk-ecosystem-link __lady\" target=\"_blank\"><img src=\"/res/i/vk/svg/Lady.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Леди</span></a><a data-l=\"t,vk\" rel=\"noindex, nofollow\" href=\"https://trk.mail.ru/c/xyn8o1?mt_campaign=mainvkmail_ok&mt_adset=&mt_network=1\" class=\"vk-ecosystem-link __vk\" target=\"_blank\"><img src=\"/res/i/vk/svg/VK.svg\" alt=\"\" loading=\"lazy\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">ВКонтакте</span></a><a data-l=\"t,more\" rel=\"noindex, nofollow\" href=\"https://vk.company/ru/projects/\" class=\"vk-ecosystem-link __more\" target=\"_blank\"><img src=\"/res/i/vk/more.png\" alt=\"\" loading=\"lazy\" srcset=\"/res/i/vk/more@2x.png 2x\" class=\"vk-ecosystem-icon\"><span class=\"vk-ecosystem-label\">Ещё</span></a></div></div></div></div><div class=\"anon-tb-login\"><a data-module=\"AuthLoginPopup\" href=\"/group/70000003390897\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-l=\"t,login\" class=\"button-pro __small __sec h-mod\">Войти</a></div></div><div id=\"scrollTest\"><div style=\"overflow-y: scroll;\" id=\"sc\"><div id=\"sch\"></div></div></div><script>OK.scrollBar();</script></div></div></div></div></div><div id=\"hook_Block_MainContainer\" class=\"hookBlock\"><div id=\"hook_Block_UpdateScriptMessage\" class=\"hookBlock\"><script>function scriptsReload() { var xhttp = new XMLHttpRequest(); xhttp.open(\"POST\", \"/gwtlog\", true); xhttp.setRequestHeader(\"Content-Type\", \"application/x-www-form-urlencoded\"); var statId = OK.getStatId(); if (statId) { xhttp.setRequestHeader(OK.STAT_ID_HEADER, statId); } xhttp.send(\'a=\' + JSON.stringify({ oldscripts: { reload:1 } })); xhttp.onload = function() { window.location.reload(); }; }</script></div><div id=\"mainContainer\"><div id=\"hook_Block_MainContentWrapper\" class=\"hookBlock\"><div id=\"ftPush\" class=\"ft-push\"><div id=\"fourthColumnWrapper\"><div id=\"hook_Block_AnonymRightColumnAd\" class=\"hookBlock\"><div class=\"h-mod\" data-module=\"StickyBlock\" data-sticky-id=\"AnonymRightColumnAd\" data-sticky-container=\".AnonymRightColumnAdStickyContainer\"></div><div class=\"h-mod\" data-module=\"banners/BannerClickLog\" data-place=\"ANONYM_RIGHT_BANNER\"><div id=\"AnonymRightColumnAdInner\" class=\" h-mod layout-sticky-column AnonymRightColumnAdStickyContainer\" data-hook-id=\"AnonymRightColumnAd\" data-module=\"banners/bannerNew/hooks/BannerHookJs\" data-params=\"{"p":"4246","wfpid":true,"passWidth":false,"visible":true,"act":false,"la":false,"wdt":true,"sz":"20","passHeight":"true","wu":false,"wv":true,"wsz":true}\" data-place=\"ANONYM_RIGHT_BANNER\" style=\"\"></div></div><div class=\"hookData\" id=\"__banner_ANONYM_RIGHT_BANNER\"></div></div></div><div class=\"mainContent_w\"><div id=\"hook_Block_MainContent\" class=\"hookBlock\"><div class=\"h-mod\" data-module=\"LoadMainContentHandler\" data-modifiers-add=\"__is-layout-v1\" data-modifiers-remove=\"__is-layout-v2 __is-layout-v3 __is-layout-v4 __is-layout-v5 __with-anonym-left-column-menu\" data-state-id=\"anonymGroup\"></div><div data-l=\"stateParams,{"stateId":"anonymGroup"\\,"st-prm_groupId":"70000003390897"}\"><div class=\"h-mod\" data-module=\"MediascopeTracker\" data-core-config=\"{"pingInterval":30000,"storageKey":"ms.state","isUserAuthorized":false,"searchParamsToSend":{"statid":"daab4b47-d61b-4a81-b4ca-9b03763e4232","platform":"web"},"typeToId":{"PLAYER":8,"GAMES":3,"OTHER":7,"MESSAGES":6,"FEED":2,"VIDEOS":4,"HOBBY":5}}\" data-page-logging-config=\"{"withPageLogging":true,"currentStateId":"anonymGroup","defaultActivityType":"OTHER","typeToStateId":{"PLAYER":[],"GAMES":["friendApps","offerApps","userApps","bizApps","bizAppsMine","bizAppsAll","bizAppsUploaded","appMain","anonymAppMain","miniGameMain","anonymMiniGameMain","appMainDescription","appTouch","appLegalDisclaimer","appEdit","appEditBasic","vkMiniApp","appsShowcaseHD","anonymAppsShowcaseHD","appsSearchResultHD","anonymAppsSearchResultHD"],"OTHER":["anonymMain","anonymGroupForum","anonymGroupMembers","userGuests","userConfig","bookmarks","userFriendRequest","userOutgoingFriendRequest","userFriendSuggest","userFriend","userSubscribers","userAdverts","altGroupMusic","friendStatuses","friendFriend","anonymFriendFriend","friendSubscribers","friendSubscriptions","anonymFriendPhotos","friendPresentx","anonymFriendRestricted","friendMusic","anonymFriendMusic","AgreementLog","helpFaq","helpAgreementPage","helpRtTerms","altGroupMain","altGroupSettings","businessGroupSettings","groupSkillsSettings","altGroupRights","altGroupMessagingRights","altGroupDonateSettings","altGroupPaidContentSettings","altGroupAccountHistory","altGroupCallRights","altGroupModerators","altGroupSettingsApp","altGroupMembers","altGroupPhotos","altGroupMonetization","anonymGroupPhotos","altGroupForum","userAltGroup","userGroups","userGroupsRequests","pendingGroupsRequests","userGroupsInvitations","bizApps","bizAppsMine","bizAppsUploaded","groupCatalog","anonymGroupCatalog","friendAltGroup","anonymFriendAltGroup","userPersonalPhotos","userPhotopins","userPhotos","userAlbumPhotos","userAlbumEdit","userPhotoRecycleBin","searchResult","anonymSearchResult","anonymContentSearch","friendProfile","anonymFriendProfile","giftsFront","anonymGiftsCatalog","payments","eventsCalendar","adsManagerMain","dating"],"MESSAGES":["userMessagesSettings"],"FEED":["anonymGroup","userMain","userPage","friendMain","anonymFriendMain","altGroupMain","discovery"],"VIDEOS":["userVideoSettings","userFriendVideoNew","anonymUserFriendVideo","altGroupVideoAll","anonymGroupVideoAll","video","anonymVideo"],"HOBBY":["helpHobbyAgreement","hobby","anonymHobby","hobbyMainPopular","anonymHobbyMainPopular","hobbyQuestions","anonymHobbyQuestions","hobbyArticles","anonymHobbyArticles","hobbySearch","anonymHobbySearch","hobbyTutorials","hobbyOriginalTutorials","anonymHobbyTutorials","anonymHobbyOriginalTutorials"]},"typeToLayerId":{"GAMES":["layer_promo","app-rate"],"OTHER":["discussions","layer_notifications","feedback","mtLayer","modal_hook"],"MESSAGES":["messages"],"VIDEOS":["video_auto_player"]},"layerResetTime":100}\" data-player-logging-config=\"{"withPlayerLogging":true,"isEmbeddedPlayer":false}\"></div><div class=\"h-mod\" data-module=\"TimespentTracker\" data-current-state-id=\"anonymGroup\" data-timespent-account-id=\"1963260\" data-layer-reset-time=\"100\" data-progress-event-ignore-time=\"1000\" data-default-activity-type=\"OTHER\" data-type-to-id=\"{"VIDEOS":33,"OTHER":36,"MESSAGES":37,"FEED":32,"PLAYER":35,"HOBBY":79,"GAMES":34}\" data-type-to-state-id=\"{"VIDEOS":["userVideoSettings","userFriendVideoNew","anonymUserFriendVideo","altGroupVideoAll","anonymGroupVideoAll","video","anonymVideo"],"OTHER":["anonymMain","anonymGroupForum","anonymGroupMembers","userGuests","userConfig","bookmarks","userFriendRequest","userOutgoingFriendRequest","userFriendSuggest","userFriend","userSubscribers","userAdverts","altGroupMusic","friendStatuses","friendFriend","anonymFriendFriend","friendSubscribers","friendSubscriptions","anonymFriendPhotos","friendPresentx","anonymFriendRestricted","friendMusic","anonymFriendMusic","AgreementLog","helpFaq","helpAgreementPage","helpRtTerms","altGroupSettings","businessGroupSettings","groupSkillsSettings","altGroupRights","altGroupMessagingRights","altGroupDonateSettings","altGroupPaidContentSettings","altGroupAccountHistory","altGroupCallRights","altGroupModerators","altGroupSettingsApp","altGroupMembers","altGroupPhotos","altGroupMonetization","anonymGroupPhotos","altGroupForum","userAltGroup","userGroups","userGroupsRequests","pendingGroupsRequests","userGroupsInvitations","bizApps","bizAppsMine","bizAppsUploaded","groupCatalog","anonymGroupCatalog","friendAltGroup","anonymFriendAltGroup","userPersonalPhotos","userPhotopins","userPhotos","userAlbumPhotos","userAlbumEdit","userPhotoRecycleBin","searchResult","anonymSearchResult","anonymContentSearch","friendProfile","anonymFriendProfile","giftsFront","anonymGiftsCatalog","payments","eventsCalendar","adsManagerMain","dating"],"MESSAGES":["userMessagesSettings"],"FEED":["anonymGroup","userMain","userPage","friendMain","anonymFriendMain","altGroupMain","discovery"],"PLAYER":[],"HOBBY":["helpHobbyAgreement","hobby","anonymHobby","hobbyMainPopular","anonymHobbyMainPopular","hobbyQuestions","anonymHobbyQuestions","hobbyArticles","anonymHobbyArticles","hobbySearch","anonymHobbySearch","hobbyTutorials"],"GAMES":["friendApps","appMain","appsShowcaseHD","anonymAppsShowcaseHD"]}\" data-type-to-layer-id=\"{"OTHER":["discussions","layer_notifications","feedback","mtLayer","modal_hook"],"MESSAGES":["messages"],"VIDEOS":["video_auto_player"]}\" data-with-player-logging=\"true\"></div><div id=\"mainContent\" class=\"layout-container__v1 profile-v2 small-widgets mainContentDoubleColumn gm-cl-aft\"><div id=\"hook_Block_RareContentUnderLayer\" class=\"hookBlock\"></div><div id=\"hook_Block_ProLink\" class=\"hookBlock\"></div><div id=\"hook_Block_DailyRewardBannerNotification\" class=\"hookBlock\"></div><div id=\"hook_Block_MainContentHeader\" class=\"hookBlock\"><div id=\"hook_Block_AltGroupHeader\" class=\"hookBlock\"><div data-l=\"t,main-content-header\" class=\"main-content-header __group-v2 portlet h-mod\" data-module=\"MainContentHeader\"><div class=\"main-content-header_cover\"><div id=\"hook_Block_AltGroupCover\" class=\"hookBlock\"><div class=\"profile-cover\" data-l=\"t,profile-cover\" data-cover-id=\"979967538353\" data-cover-index=\"0\" data-series=\"{"photos":[{"id":"979967538353","link":"/group/70000003390897/album/979967545777/979967538353?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979967538353\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970123441","link":"/group/70000003390897/album/979967545777/979970123441?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970123441\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MHg_oqA5FLopIGIOWg5AS_KBlXLWQn155nZgyturmDio9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970135729","link":"/group/70000003390897/album/979967545777/979970135729?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970135729\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MrIL7s6eTqMhNONZykWenCMR72p-XC9V7Me-qMu6zv0c9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970151857","link":"/group/70000003390897/album/979967545777/979970151857?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970151857\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MQ9S1WxOZWgfcroQT-KAc47Fu6qWeT_MXK5ykPUSew4w9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"}],"interval":3000}\" data-cropped=\"true\"><div class=\"profile-cover-slider __link __with-nav h-mod\" data-module=\"ProfileCoverSlider\" data-series=\"{"photos":[{"id":"979967538353","link":"/group/70000003390897/album/979967545777/979967538353?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979967538353\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970123441","link":"/group/70000003390897/album/979967545777/979970123441?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970123441\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MHg_oqA5FLopIGIOWg5AS_KBlXLWQn155nZgyturmDio9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970135729","link":"/group/70000003390897/album/979967545777/979970135729?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970135729\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MrIL7s6eTqMhNONZykWenCMR72p-XC9V7Me-qMu6zv0c9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"},{"id":"979970151857","link":"/group/70000003390897/album/979967545777/979970151857?cmd=PopLayerPhoto\\u0026amp;st.layer.cmd=PopLayerPhoto\\u0026amp;st.layer.plc=groupCover\\u0026amp;st.layer.photoId=979970151857\\u0026amp;st.layer.type=GROUP\\u0026amp;st.layer.sphotoIds=979967538353%3B979970123441%3B979970135729%3B979970151857\\u0026amp;st.cmd=anonymGroup\\u0026amp;st.groupId=70000003390897","src":"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE83o4r-t0tidZ7Vzrfw5Ke8MQ9S1WxOZWgfcroQT-KAc47Fu6qWeT_MXK5ykPUSew4w9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw"}],"interval":3000}\" data-cover-index=\"0\"><div class=\"slider-markers profile-cover-slider_nav js-markers\"><div class=\"slider-markers_cnt\"><div class=\"slider-markers_i js-profile-cover-slider_marker __active\" data-index=\"0\"><div class=\"slider-markers_i_inner\"><div class=\"slider-markers_i_progress js-profile-cover-slider_marker_progress\"></div></div></div><div class=\"slider-markers_i js-profile-cover-slider_marker\" data-index=\"1\"><div class=\"slider-markers_i_inner\"><div class=\"slider-markers_i_progress js-profile-cover-slider_marker_progress\"></div></div></div><div class=\"slider-markers_i js-profile-cover-slider_marker\" data-index=\"2\"><div class=\"slider-markers_i_inner\"><div class=\"slider-markers_i_progress js-profile-cover-slider_marker_progress\"></div></div></div><div class=\"slider-markers_i js-profile-cover-slider_marker\" data-index=\"3\"><div class=\"slider-markers_i_inner\"><div class=\"slider-markers_i_progress js-profile-cover-slider_marker_progress\"></div></div></div></div></div><img src=\"https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw\" alt=\"\" class=\"profile-cover_img\"><a class=\"js-profile-cover-btn-link button-pro profile-cover_btn invisible\" data-l=\"t,profile-cover.button.link\" rel=\"nofollow noopener\" target=\"_blank\"><svg class=\"svg-ic svg-ico_link_external_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.73997 7.97086l4.13203-4.14H9.20697c-.469 0-.85-.38-.85-.85s.381-.85.85-.85H12.926c.469 0 .85.38.85.85v3.76c0 .47-.381.85-.85.85s-.85-.38-.85-.85v-1.71l-4.13403 4.14c-.332.33-.87.33-1.202 0-.332-.33-.332-.87 0-1.2zM5.031 4.14999c-2.12589 0-3.85 1.72001-3.85 3.85V10.95c0 1.0266.40623 2.0004 1.12423 2.7273l.00534.0053C3.03543 14.4036 4.01503 14.8 5.031 14.8h2.98c1.01682 0 1.9965-.3962 2.7215-1.1173l.0058-.0059c.7165-.7268 1.1227-1.7002 1.1227-2.7268v-.95001c0-.46944-.3806-.85-.85-.85s-.85.38145-.85.85091v.9491c0 .5721-.22475 1.1174-.63036 1.5303-.40076.397-.94585.6197-1.51964.6197h-2.98c-.57277 0-1.11803-.2227-1.51893-.62-.40631-.4128-.63107-.9579-.63107-1.53V7.99999c0-1.19.96189-2.15 2.15-2.15H6c.46944 0 .85-.38055.85-.85 0-.46944-.38056-.85-.85-.85h-.969z\" class=\"svg-fill\"/>\n</svg><span class=\"ml-2x js-profile-cover-btn-text\"></span></a><a class=\"js-profile-cover-btn-call button-pro profile-cover_btn invisible\" target=\"_blank\" rel=\"nofollow noopener\" data-l=\"t,profile-cover.button.call\"><svg class=\"svg-ic svg-ico_phone_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9179 14.9903c.28-.13.772-.38 1.216-.61.439-.22.768-.62.909-1.09.141-.48.081-.99-.166-1.41-.301-.53-.675-1.18-.968-1.68-.48-.83997-1.532-1.14997-2.387-.69997l-.515.26c-.08295.04-.18595.02-.24495-.05-.331-.42-.773-1.03-1.154-1.69-.379-.66-.67-1.33-.863-1.82-.032-.09.001-.19.08-.24l.479-.31c.81-.52 1.069-1.58.587-2.41l-.978-1.69c-.248-.43-.662-.74-1.145-.86-.482-.11-.99-.02-1.404.25-.45.3-.943.62-1.124.74-.832.58-2.62 3.08.553 8.57997 1.805 3.13 3.584 4.34 4.859 4.76 1.05895.34 1.86295.17 2.26595-.03zm-.704-1.43c-.191.09-.568.1-1.068-.07-1.06195-.34-2.46495-1.42-3.96695-4.02997-1.285-2.22-1.666-3.83-1.61-4.94.042-.85.328-1.35.584-1.52.174-.12.648-.43 1.086-.72h.006c.046-.03.102-.04.156-.03.053.01.099.05.127.1l.978 1.69c.053.09.025.21-.065.27l-.479.3c-.716.46-1.013 1.36-.714 2.15.002.01.003.01.005.01.216.55.543 1.31.969 2.05.424.74.915 1.40997 1.283 1.87997h.003c.533.67 1.465.88 2.22795.49.169-.09.349-.18.522-.27.095-.05.212-.02.265.08l.968 1.67c.028.05.034.11.019.16-.016.05-.053.1-.102.12h-.001c-.436.23-.919.47-1.193.61z\" class=\"svg-fill\"/>\n</svg><span class=\"ml-2x js-profile-cover-btn-text\"></span></a></div><div class=\"cover-error-over-msg invisible\"></div></div></div></div><div class=\"main-content-header_data mctc-top\"><div class=\"main-content-header_data_top\"><div class=\"main-content-header_ava\"><div id=\"hook_Block_Avatar\" class=\"hookBlock\"><div class=\"entity-avatar\"><div class=\"group-avatar __rounded __v3\" id=\"group-avatar-7908817000\"><img src=\"https://vki4.okcdn.ru/i?r=BYCBXYJ65aFleOOw8a23IBiyZbb3NdpEZNWOB9j-SWoiMGk30eAN3V0bxfszAluQVSlyKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXbI7nX9py1Bz4NJEYlLG_9I\" alt=\"АМИРО АВТО Аренда автомобилей под выкуп\" class=\"group-avatar_img\"><a href=\"/dk?cmd=PopLayerPhoto&st.layer.cmd=PopLayerPhoto&st.layer.plc=groupAvatar&st.layer.photoId=979908149681&st.layer.type=GROUP&st.cmd=anonymGroup&st.groupId=70000003390897&st._aid=AltGroupTopCardZoomAvatar\" class=\"group-avatar_lk\"></a></div></div></div></div><div class=\"main-content-header_title\"><div id=\"hook_Block_AltGroupInfo\" class=\"hookBlock\"><div class=\"group-name\"><div class=\"group-name_t\"><h1 class=\"group-name_h\">АМИРО АВТО Аренда автомобилей под выкуп</h1></div><div class=\"group-name_info\">Автомобили</div></div></div></div><div class=\"main-content-header_data_main-menu\"><div id=\"hook_Block_AltGroupMainMenu\" class=\"hookBlock\"><div data-l=\"registrationContainer,anonym.group\"><ul class=\"u-menu __items-count-2 header-action-menu __v4\"><div data-l=\"outlandertarget,join,t,join\" class=\"u-menu_li u-menu_li__pro\"><a class=\"button-pro __wide h-mod\" data-module=\"JoinGroupAfterAuth\" data-group-id=\"70000003390897\" data-login-layer-text=\"Чтобы подробнее узнать о группе АМИРО АВТО Аренда автомобилей под выкуп вам нужно быть авторизованным пользователем\" data-login-layer-header-image-conf=\"{"headerText":"Войдите, чтобы посмотреть другие публикации группы","bodyText":"АМИРО АВТО Аренда автомобилей под выкуп","avatarSrc":"https://vki4.okcdn.ru/i?r=BYCBXYJ65aFleOOw8a23IBiyZbb3NdpEZNWOB9j-SWoiMGk30eAN3V0bxfszAluQVSlyKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXbI7nX9py1Bz4NJEYlLG_9I"}\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" href=\"/group/70000003390897\"><svg class=\"svg-ic svg-ico_add_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.00792 7.00163h-3.9818c-.5519 0-1 .448-1 1s.4481 1 1 1h3.9818v3.96997c0 .552.449 1 1 1 .552 0 1-.448 1-1V9.00163h3.97498c.552 0 1-.448 1-1s-.448-1-1-1H9.00792V3.01562c0-.55199-.448-1-1-1-.551 0-1 .44801-1 1v3.98601z\" class=\"svg-fill\"/>\n</svg>Вступить</a></div><li class=\"u-menu_li __hl __hla __custom\"><a class=\"u-menu_a \" href=\"/group/70000003390897/messages?cmd=ConversationWrapper&st.mockId=GROUP_70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"><svg class=\"svg-ic svg-ico_message_16 null\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.19995 9.50922c0 1.26998.506 2.48998 1.406 3.38998.9.9 2.121 1.41 3.394 1.41h4c1.27305 0 2.49405-.51 3.39405-1.41.9-.9 1.406-2.12 1.406-3.38998v-4.01c0-2.1-1.701-3.8-3.8-3.8H4.99995c-2.099 0-3.8 1.7-3.8 3.8v4.01zm11.94705-4.49l-3.46205 3.32c-.944.9-2.431.91-3.383.01l-3.462-3.26c-.027.13-.04.27-.04.41v4.01c0 .84998.337 1.65998.937 2.25998.6.6 1.414.94 2.263.94h4c.84905 0 1.66305-.34 2.26305-.94.6-.6.937-1.41.937-2.25998v-4.01c0-.17-.018-.32-.053-.48zm-.909-1.34c-.353-.24-.779-.38-1.238-.38H4.99995c-.479 0-.923.15-1.283.41l3.683 3.48c.331.31.85.31 1.179-.01l3.65905-3.5z\" class=\"svg-fill\"/>\n</svg>Написать</a></li><li class=\"u-menu_li expand-action-item\"><div data-remain-on-click=\"\" data-toggle-selector=\".toggle-dropdown\" data-active-class=\"__active\" data-event=\"click\" data-popup-active-class=\"__show\" data-show-timeout=\"500\" data-timeout=\"250\" class=\"dropdown h-mod \" data-module=\"SimplePopup\" data-popup-local-selector=\".dropdown_cnt\"><button role=\"button\" tabindex=\"0\" aria-expanded=\"false\" aria-controls=\"7908817002\" aria-label=\"Ещё\" class=\"u-menu_a toggle-dropdown button-clear\"><svg class=\"svg-ic svg-ico_more_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.00508 6.55469c.8013 0 1.4519.65 1.4519 1.452 0 .801-.6506 1.452-1.4519 1.452-.8014 0-1.4521-.651-1.4521-1.452 0-.802.6507-1.452 1.4521-1.452zm5.0059 0c.802 0 1.452.65 1.452 1.452 0 .801-.65 1.452-1.452 1.452-.801 0-1.452-.651-1.452-1.452 0-.802.651-1.452 1.452-1.452zm5.00102 0c.801 0 1.452.65 1.452 1.452 0 .801-.651 1.452-1.452 1.452-.802 0-1.452-.651-1.452-1.452 0-.802.65-1.452 1.452-1.452z\" class=\"svg-fill\"/>\n</svg></button><div class=\"dropdown_cnt u-menu_lvl2\"><ul id=\"7908817002\"><li class=\"u-menu_li __custom\"><a class=\"u-menu_a h-mod\" data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Report\" data-save-search-attrs=\"false\" href=\"/group/70000003390897?cmd=PopLayer&st.layer.cmd=PopLayerComplainToAltGroup&st.layer.groupId=70000003390897&st._aid=AltGroupTopCardButtonsComplain\"><svg class=\"svg-ic svg-ico_alert_circle_16 null\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.00488.67773c-4.0404 0-7.3208 3.281-7.3208 7.322 0 4.04097 3.2804 7.32197 7.3208 7.32197 4.04102 0 7.32102-3.281 7.32102-7.32197 0-4.041-3.28-7.322-7.32102-7.322zm0 1.6c3.15802 0 5.72102 2.564 5.72102 5.722 0 3.15797-2.563 5.72197-5.72102 5.72197-3.157 0-5.7208-2.564-5.7208-5.72197 0-3.158 2.5638-5.722 5.7208-5.722zm-.004 7.89597c.581 0 1.053.477 1.053 1.064 0 .587-.472 1.064-1.053 1.064-.582 0-1.054-.477-1.054-1.064 0-.587.472-1.064 1.054-1.064zm.894-2.19097v-3.28c0-.497-.404-.9-.9-.9-.497 0-.9.403-.9.9v3.28c0 .497.403.9.9.9.496 0 .9-.403.9-.9z\" class=\"svg-fill\"/>\n</svg>Пожаловаться</a></li></ul></div></div></li></ul></div></div></div></div><div class=\"main-content-header_data_nav-menu\"><div id=\"hook_Block_MiddleColumnTopCard_MenuAltGroup\" class=\"hookBlock\"><nav role=\"navigation\" tabindex=\"0\" aria-label=\"Меню в средней колонке\" class=\"mctc_navMenu __groups\" data-l=\"t,horizontalNavigation\"><a class=\"mctc_navMenuSec ellip-menu-item mctc_navMenuActiveSec\" tabindex=\"0\" aria-selected=\"true\" data-l=\"outlandermenu,altGroupMain\" href=\"/group/70000003390897\" data-l=\"aid,NavMenu_AltGroup_Main\">Лента</a><a class=\"mctc_navMenuSec ellip-menu-item \" tabindex=\"-1\" aria-selected=\"false\" data-l=\"outlandermenu,altGroupAdvertsPage\" href=\"/group/70000003390897/market?st._aid=NavMenu_AltGroup_Adverts\">Товары <span class=\"navMenuCount\">1</span></a><a class=\"mctc_navMenuSec ellip-menu-item \" tabindex=\"-1\" aria-selected=\"false\" data-l=\"outlandermenu,altGroupForum\" href=\"/group/70000003390897/topics\" data-l=\"aid,NavMenu_AltGroup_Forum\">Темы <span class=\"navMenuCount\">2</span></a><a class=\"mctc_navMenuSec ellip-menu-item \" tabindex=\"-1\" aria-selected=\"false\" data-l=\"outlandermenu,altGroupPhotos\" href=\"/group/70000003390897/photos\" data-l=\"aid,NavMenu_AltGroup_Albums\">Фото <span class=\"navMenuCount\">28</span></a><a class=\"mctc_navMenuSec ellip-menu-item \" tabindex=\"-1\" aria-selected=\"false\" data-l=\"outlandermenu,altGroupVideoAll\" href=\"/group/70000003390897/video\" data-l=\"aid,NavMenu_AltGroup_Video\">Видео <span class=\"navMenuCount\"></span></a><a class=\"mctc_navMenuSec ellip-menu-item \" tabindex=\"-1\" aria-selected=\"false\" data-l=\"outlandermenu,altGroupMembers\" href=\"/group/70000003390897/members\" data-l=\"aid,NavMenu_AltGroup_Members\">Участники <span class=\"navMenuCount\" id=\"groupMembersCntEl\">15</span></a></nav></div></div></div></div><div id=\"hook_Block_AltGroupBlockedUserTeaser\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupAgeRestrictedTeaser\" class=\"hookBlock\"></div></div></div><div id=\"mainContentContentColumn\" class=\"__more-rounded-feeds __islands-with-20px-border-radius\" data-l=\"outlandercontent,column\"><div id=\"hook_Block_ContentColumnContainer\" class=\"hookBlock\"><div id=\"hook_Block_MiddleColumnTopCard\" class=\"hookBlock\"><div><div id=\"hook_Block_MiddleColumnTopCardAltGroup\" class=\"hookBlock\"><div class=\"portlet \"></div></div></div></div><div id=\"hook_Block_MiddleColumn\" class=\"hookBlock\"><main role=\"main\" id=\"middleColumn\"><div id=\"hook_Block_GroupAnonymMessagingBlock\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupMainMRB\" class=\"hookBlock\"><div id=\"hook_Block_AltGroupTwoFactorAuthorizationTeaser\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupMainPaidContent\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupDonatePortlet\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupMenuPortlet\" class=\"hookBlock\"></div><div id=\"hook_Block_AltGroupMainPagePortlet\" class=\"hookBlock\"><div id=\"hook_Block_AltGroupMainPagePortletAdverts\" class=\"hookBlock\"><div data-l=\"t,group-main-portlet.LAST_ADVERTS\"><div class=\"portlet group-main-portlet\"><div class=\"portlet_h __flex\"><h3 class=\"portlet_h_name_t\"><div class=\"group-main-portlet_title __v2\"><a data-l=\"t,header-v2\" href=\"/group/70000003390897/market?st._aid=AltGroup_MainPagePortlet_Adverts_All\" class=\"group-main-portlet_title_lk\">Новые товары</a><svg class=\"svg-ic svg-ico_right_12 svg-ic12 group-main-portlet_title_arrow\" viewBox=\"0 0 12 13\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.39 5.82a.97.97 0 0 1 .04 1.2l-3.17 4.3a.97.97 0 0 1-1.36.21 1.03 1.03 0 0 1-.22-1.43l2.67-3.63-2.8-3.53a1.03 1.03 0 0 1 .18-1.44.97.97 0 0 1 1.37.16l3.28 4.15v.01z\" class=\"svg-fill\"/>\n</svg></div></h3><div class=\"portlet_h_inf\"></div></div><div data-l=\"t,.c\"><div class=\"scroll-slider h-mod __wide\" data-l=\"t,scroll-slider\" data-module=\"ScrollSlider\"><ul class=\"scroll-slider_list\"><li class=\"scroll-slider_item market-albums\"><div class=\"market-card __active __in-portlet\"><div id=\"hook_Block_inplcrm_ADVERTS_PAGE_157082062862513\" class=\"market-card_stub\"></div><div class=\"market-card_cover __active\"><div class=\"photo-crop __h\"><div class=\"photo-crop_cnt\"><img src=\"https://vki4.okcdn.ru/i?r=BYChJFfgNiWqw9vfgkFU1kzXle4QYTywQrEQrF5-JegvrGG6EwB_t16s1KLCC9bGDWY2d63gs79uhTM8ltio7vqLYgBNpP7wamb61kFaap-TgwfxsaowXK6A1umrayesNTVAEoRPLEUh5UsiwbqZNGKxAKtGk4ajG4qpg769ZxLvDbmcfK-PXMUJFlwS_k47-D-glyOD2AQm5HwtM_DaaxJ2uw\" alt=\"\" class=\"photo-crop_img\"></div></div><a href=\"/group/70000003390897/product/157082062862513\" class=\"market-card_a\"></a></div><div class=\"market-card_ac\"></div><div class=\"market-card_price-w\"><div class=\"market-card_price\"><div class=\"media-block media-price\"><div class=\"media-price_cnt\">920 000 ₽</div></div></div></div><div class=\"market-card_n\"><a href=\"/group/70000003390897/product/157082062862513\">Toyota Tank, 2018 год БЕПРОЦЕНТНАЯ рассрочка</a></div></div></li></ul><div data-l=\"t,arrow.left\" class=\"scroll-slider_btn __left\"><div class=\"scroll-slider_arrow\"><svg class=\"svg-ic svg-ico_right_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.15511 12.7698l4.733-4.77996-4.731-4.75c-.39-.39-.388-1.03.003-1.42.391-.39 1.024-.39 1.414 0l5.43199 5.46c.388.39.389 1.02.002 1.41L6.57611 14.1698c-.388.4-1.022.4-1.414.01-.392-.39-.396-1.02-.007-1.41z\" class=\"svg-fill\"/>\n</svg></div></div><div data-l=\"t,arrow.right\" class=\"scroll-slider_btn __right\"><div class=\"scroll-slider_arrow\"><svg class=\"svg-ic svg-ico_right_16\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.15511 12.7698l4.733-4.77996-4.731-4.75c-.39-.39-.388-1.03.003-1.42.391-.39 1.024-.39 1.414 0l5.43199 5.46c.388.39.389 1.02.002 1.41L6.57611 14.1698c-.388.4-1.022.4-1.414.01-.392-.39-.396-1.02-.007-1.41z\" class=\"svg-fill\"/>\n</svg></div></div></div></div></div></div></div></div><div class=\"filter filter__nowrap h-mod __groups\" data-l=\"t,filter\" role=\"tablist\" data-btn-more-title=\"Ещё\" data-module=\"menu/NavMenu\" data-item-cls=\"filter_i\" data-item-cls-active=\"__active\" data-btn-more-cls=\"filter_i filter_i__more\"><div aria-level=\"3\" role=\"heading\" class=\"invis-el\">Фильтр</div><div class=\"filter_ac\"></div><a id=\"tab-\" role=\"tab\" tabindex=\"0\" aria-controls=\"tabpanel-\" aria-selected=\"true\" class=\"filter_i __active\" data-post=\"gwt.scrl=false\" data-l=\"feedContextOwnerId,70000003390897,feedTargetFilterId,\" href=\"/group/70000003390897\">Всё</a><a id=\"tab-\" role=\"tab\" tabindex=\"-1\" aria-controls=\"tabpanel-\" aria-selected=\"false\" class=\"filter_i\" data-post=\"gwt.scrl=false\" data-l=\"feedContextOwnerId,70000003390897,feedTargetFilterId,\" href=\"/group/70000003390897?st.cmd=anonymGroup&st.groupId=70000003390897&st.fTpGr=345&st.scTF=off\">Увлечения</a></div><div id=\"hook_Block_AltGroupMainFeedsNewRB\" class=\"hookBlock\"><div class=\"group-feed\"><div class=\"portlet\" id=\"feed_feedsPanelGroupSingle\" data-l=\"fL,group\"><div class=\"portlet_b\"><div data-delimiter=\"5\" data-max=\"10\" data-block=\"AltGroupMainFeedsNewRB\" data-params=\"st.gid=70000003390897\" data-dynamic=\"st.markerB\" data-page=\"1\" data-list-container-class=\"feed-list\" data-updateParams=\"false\" class=\"loader-container h-mod\" data-url=\"/dk?cmd=AltGroupMainFeedsNewRB&st.gid=70000003390897\" data-module=\"Loader\" data-manualPagesCount=\"5\" data-tsd=\"true\" data-check-viewport=\"1\"><div id=\"hook_Block_MainFeedsNewFeed\" class=\"hookBlock\"></div><div class=\"feed-list __compact\"><div class=\"feed-w\"><div data-feed-id=\"030200003faa25561db10000655b274cb9b1\" class=\"feed js-video-scope __header-redesign h-mod\" data-module=\"LogSeen\" data-seen-params=\"{"type":"FEED","data":{"feedLocation":"GROUP","gId":"111442175769009","feedId":"030200003faa25561db10000655b274cb9b1","isFriendsOnly":false},"options":{"seenTimeout":150,"hoverTimeout":200,"partial":0.5,"force":true,"onScrollSeen":true,"onScrollSeenTimeout":10000,"disableOnScrollSeenTimeout":false,"onScrollPartial":0.5,"skipVisible":true,"disableNullHeight":false,"logAtStart":false,"logBeforeUnload":false,"logVisibilityTabChange":false}}\" data-l=\"fP,0,fF,0d01b400020102ffffff0000ffff000000000000000301031b00800000ffff07000001b402998e2c00000000,fI,030200003faa25561db10000655b274cb9b1,fO,0100010100000000193b88b100010200003faa25561db1,fD,\"><div class=\"feed-header\"><div data-l=\"groupId,70000003390897,groupVisitType,FEED,t,e1\" class=\"feed-avatar\"><a class=\"feed-avatar-link\" aria-label=\"70000003390897\" href=\"/group/70000003390897\"><img class=\"feed-avatar-img\" src=\"https://vki4.okcdn.ru/i?r=BYCB6ChSgrN_ue8jwWXbvkrgFaOzHAwzgLlvgqcE-8yGjH8n8cHxD7sod6p80oJbEg_9NwzMeZ262thiwFhEDinoj5oxSt1zANcTDJxIAvSbCquDQ8WUoqAMoJEKm0VN_pIFVa0b5FEIkGb6Flqnn3q6Uo2eqF3yJ1SSiXwPBVljqkY\" alt=\"70000003390897\" width=\"32\" height=\"32\"></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817003\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div><div class=\"feed-info\"><div data-l=\"groupVisitType,FEED,groupId,70000003390897,t,e1\" class=\"feed-info-title\"><span class=\"shortcut-wrap\"><a class=\"group-link o\" data-l=\"t,gL\" href=\"/group/70000003390897\"><h3 class=\"feed_h_heading __inline ellip\">АМИРО АВТО Аренда автомобилей под выкуп</h3></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817004\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></span></div><div class=\"feed-info-subtitle\"><div class=\"feed-info-date feed-info-subtitle_i\"><time>28 июл 2023</time></div></div></div><div class=\"feed-actions-w\"></div></div><div data-l=\"topicId,157082062862513,groupId,70000003390897\" class=\"feed_cnt\"><div id=\"hook_Block_inplcrm_WIDE_FEED_DGT641594cdc3ca33e709f6b55c_157082062862513\"></div><div data-l=\"t,.c\" class=\"feed_b\"><div class=\"media-status\"><div class=\"media-status_cnt\"><div data-tid=\"157082062862513\" data-l=\"ti,157082062862513,t,linkInt\" class=\"market-card-big\"><div class=\"market-card-big_collage\"><div style=\"width: 75.000%\" class=\"market-card-big_collage_col\"><div class=\"market-card-big_collage_i\"><div class=\"market-card-big_collage_img-w\"><div class=\"photo-crop __h\"><div class=\"photo-crop_cnt\"><img src=\"https://vki4.okcdn.ru/i?r=BYChJFfgNiWqw9vfgkFU1kzXle4QYTywQrEQrF5-JegvrGGU51clZh3FS5Y1IbojJkdwd63gs79uhTM8ltio7vqLYkEeiHrWrITb09VvQImEYnrxsaowXK6A1umrayesNTVAEoRPLEUh5UsiwbqZNGKxAKtGk4ajG4qpg769ZxLvDbmcfK-PXMUJFlwS_k47-D-glyOD2AQm5HwtM_DaaxJ2uw\" alt=\"\" class=\"photo-crop_img\"></div></div><a href=\"/group/70000003390897/product/157082062862513?st.mt.bi=1218153557\" class=\"market-card-big_collage_lk\"></a></div></div></div><div style=\"width: 25.000%\" class=\"market-card-big_collage_col\"><div class=\"market-card-big_collage_i\"><div class=\"market-card-big_collage_img-w\"><div class=\"photo-crop __h\"><div class=\"photo-crop_cnt\"><img src=\"https://vki4.okcdn.ru/i?r=BYChJFfgNiWqw9vfgkFU1kzXle4QYTywQrEQrF5-JegvrGGrCgxkqG-VexefIlsuUEaiIP4OZbr2hRNMKgXzqgaZPXgw5JEjgkj4pO1SeCka8AjxsaowXK6A1umrayesNTVAEoRPLEUh5UsiwbqZNGKxAKtGk4ajG4qpg769ZxLvDbmcfK-PXMUJFlwS_k47-D-glyOD2AQm5HwtM_DaaxJ2uw\" alt=\"\" class=\"photo-crop_img\"></div></div><a href=\"/group/70000003390897/product/157082062862513?st.mt.bi=1218153301\" class=\"market-card-big_collage_lk\"></a></div></div><div class=\"market-card-big_collage_i\"><div class=\"market-card-big_collage_img-w\"><div class=\"photo-crop __h\"><div class=\"photo-crop_cnt\"><img src=\"https://vki4.okcdn.ru/i?r=BYChJFfgNiWqw9vfgkFU1kzXle4QYTywQrEQrF5-JegvrGGrCgxkqG-VexefIlsuUEailHuMtQnPync4Eglm3ngwl-HkcVAl-VWi88MJJ4EC8G_xsaowXK6A1umrayesNTVAEoRPLEUh5UsiwbqZNGKxAKtGk4ajG4qpg769ZxLvDbmcfK-PXMUJFlwS_k47-D-glyOD2AQm5HwtM_DaaxJ2uw\" alt=\"\" class=\"photo-crop_img\"></div></div><a href=\"/group/70000003390897/product/157082062862513?st.mt.bi=1218153045\" class=\"market-card-big_collage_lk\"></a></div></div><div class=\"market-card-big_collage_i\"><div class=\"market-card-big_collage_img-w\"><div class=\"photo-crop __h\"><div class=\"photo-crop_cnt\"><img src=\"https://vki4.okcdn.ru/i?r=BYChJFfgNiWqw9vfgkFU1kzXle4QYTywQrEQrF5-JegvrGGrCgxkqG-VexefIlsuUEaijzAHoLd--9fHzpPPkTroaAr__ejNrIfSFnkqOcZeWLjxsaowXK6A1umrayesNTVAEoRPLEUh5UsiwbqZNGKxAKtGk4ajG4qpg769ZxLvDbmcfK-PXMUJFlwS_k47-D-glyOD2AQm5HwtM_DaaxJ2uw\" alt=\"\" class=\"photo-crop_img\"></div></div><div class=\"market-card-big_collage_more\">+21</div><a href=\"/group/70000003390897/product/157082062862513?st.mt.bi=1218152789\" class=\"market-card-big_collage_lk\"></a></div></div></div></div><div class=\"market-card-big_title\"><a href=\"/group/70000003390897/product/157082062862513\" class=\"market-card-big_title_lk\">Toyota Tank, 2018 год БЕПРОЦЕНТНАЯ рассрочка</a></div><div class=\"market-card-big_info\"><span class=\"market-card-big_info_i\">улица Авраменко, 2, Владивосток, Приморский край</span></div><div class=\"market-card-big_description\">Двигатель бензин, 1.0 л\nМощность 69 л.с., налог\nКоробка передач вариатор\nПривод передний\nЦвет синий\nПробег 59 000 км, без пробега по РФ\nРуль правый\nПоколение 1 поколение\nКомплектация 1.0 Custom G\nОценка 4, 5 B, Подогревы сидений, Две двери электро, Автосвет,\nКнопка START, Система A stop, Парктроники, Камера заднего хода, Полный мультируль, Круиз контроль, Хорошая мультимедиа, Фары LED\nУсловия: Первоначальный взнос от 90 000 руб.\nРассрочка на 3 года: Плата за выкуп - 756 руб/день, стоимость аренды - 920 руб./день. ИТОГО 1676 руб.день. Оплата 1 раз в неделю - 11731.\nДосрочный полный выкуп возможен уже через 12 месяцев!!!\nРассрочка на 5 лет:\nПлата за выкуп - 454 руб/день, стоимость аренды </div><div class=\"market-card-big_footer\"><div class=\"market-card-big_footer_price\"><div class=\"media-block media-price\"><div class=\"media-price_cnt\">920 000 ₽</div></div></div></div><a href=\"/group/70000003390897/product/157082062862513\" class=\"market-card-big_lk\"></a></div></div></div></div><div class=\"feed_f\"><div data-l=\"t,extendedReactionsFeedback\" class=\"feed_info __react __v-2\"><div id=\"hook_Block_7908817008\" class=\"feed_info_sm\"></div><div data-req=\"{"bid":"7908817008","renderWithoutSuperLike":true,"scMenuIgnoreHoverTime":200,"showTextLikers":false}\" class=\"h-mod invisible\" data-module=\"ReactIconsWithCounter\" data-likeref=\"GROUP_HEADER:157082062862513:0\"></div><span class=\"feed_info_sm invisible\"><div class=\"inlineBlock\"><a href=\"/group/70000003390897\" class=\"feed_info_sm_a\"><span data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Reshares_Count\" data-id1=\"157082062862513\" data-id2=\"0\" data-count=\"0\" data-type=\"2\" class=\"h-mod\" data-hide-zeroes=\"true\" data-parent-class=\"feed_info_sm\"></span></a><div data-nocache=\"1\" data-inplace=\"1\" id=\"7908817011-sc\" data-blockid=\"7908817009\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ResharedUsersBlock&st.b=7908817012&st.refId2=0&st.refId1=157082062862513&st.yo=off&st.type=2\"></div></div></span></div><ul class=\"widget-list\"><li data-widget-item-type=\"comment\" class=\"widget-list_i\"><div class=\"widget __null __redesign2023 h-mod\"><a data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-trigger-action=\"Group_Comment\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-l=\"t,.k\" role=\"button\" tabindex=\"0\" aria-label=\"Комментарии\" data-location=\"WideFeed_FeedItem_CommentWidget\" data-id=\"157082062862513\" data-type=\"1\" class=\"h-mod widget_cnt\"><svg class=\"svg-ic svg-ico_comment_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.92223 11.3994v2.4104c0 .6054.3609 1.1524.9174 1.3905.5564.2382 1.2013.1217 1.6393-.2962l2.1346-2.0367h1.5794c1.55807 0 3.05247-.619 4.15417-1.7207 1.1018-1.1018 1.7208-2.59609 1.7208-4.15429v-.553c0-1.5581-.619-3.0525-1.7208-4.1542-1.1017-1.1018-2.5961-1.7208-4.15417-1.7208h-2.3858c-1.5581 0-3.0525.619-4.1542 1.7208-1.1018 1.1017-1.7208 2.5961-1.7208 4.1542v.553c0 1.5582.619 3.05249 1.7208 4.15429l.2693.2527zm1.75 1.8556v-2.2711c0-.2758-.13-.5354-.3508-.7006-.1519-.1137-.2957-.2387-.4311-.37409a4.12498 4.12498 0 0 1-1.2082-2.9168v-.553c0-1.094.4346-2.1432 1.2082-2.9168a4.12498 4.12498 0 0 1 2.9168-1.2082h2.3858a4.12496 4.12496 0 0 1 2.91677 1.2082 4.12498 4.12498 0 0 1 1.2082 2.9168v.553c0 1.094-.4346 2.1432-1.2082 2.9168a4.125 4.125 0 0 1-2.91677 1.20819h-1.9299a.87514.87514 0 0 0-.604.242l-1.9868 1.8956z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Комментировать</span><span class=\"widget_delim\"></span><span class=\"widget_count js-count __empty\"></span></a></div></li><li data-widget-item-type=\"reshare\" class=\"widget-list_i\"><div data-compact=\"true\" data-flags=\"noCnt,inact,rdsn2023\" id=\"hook_Block_7908817013\"><div class=\"widget __compact __redesign2023 __inactive\"><button class=\"widget_cnt h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Reshare\" data-id1=\"157082062862513\" data-id2=\"0\" data-type=\"RESHARE\" data-l=\"t,re\" aria-label=\"Поделиться\"><svg class=\"svg-ic svg-ico_reshare_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.63587 4.68561C2.84017 5.73371.97767 8.5464.13297 11.0112c-.2689.7831.0159 1.6494.697 2.1201.6781.4687 1.5841.4314 2.2212-.0901.8882-.6762 1.9561-1.1773 3.5847-1.4461-.0001.0001-.0001 1.1837-.0001 1.1837 0 .7232.4214 1.3801 1.0788 1.6815.6573.3015 1.4301.1923 1.9782-.2795 1.69863-1.4623 4.27913-3.6839 5.62223-4.8402.4087-.3518.6435-.86459.643-1.40389a1.8504 1.8504 0 0 0-.6458-1.4026l-5.62233-4.8203c-.5485-.4703-1.3206-.5782-1.977-.2763-.6565.3018-1.0771.9582-1.0771 1.6808l.0001 1.5673zm1.0231 1.5009c.3943-.0821.6768-.42951.6768-.83211V3.11831c0-.0586.0341-.1118.0873-.1363a.15002.15002 0 0 1 .1603.0224l5.62223 4.8203c.0332.0285.0523.07.0524.1137a.1504.1504 0 0 1-.0521.1139L8.58357 12.8924a.14964.14964 0 0 1-.1603.0227.14996.14996 0 0 1-.0875-.1363v-2.1515c0-.2401-.1016-.469-.2796-.63009a.84973.84973 0 0 0-.6547-.2157c-2.6012.25919-4.1367.95729-5.4002 1.92269a.88816.88816 0 0 0-.0262.0209.1479.1479 0 0 1-.2343-.1619c.0001-.0002.0002-.0003.0002-.0005.7382-2.15389 2.4034-4.64439 5.918-5.37619z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_count js-count __empty\">0</span></button></div></div></li><li class=\"widget-list_i \" data-widget-item-type=\"like\"><div id=\"hook_Block_7908817014\" class=\"widget_w\"><div class=\"widget __no-count __redesign2023\"><span class=\"widget_cnt controls-list_lk js-klass js-klass-action h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Like\" data-like-reference-id=\"GROUP_HEADER:157082062862513:0\" data-id1=\"157082062862513\" data-type=\"GROUP_HEADER\" data-req=\"{"bid":"7908817014","type":"DEFAULT","dc":1,"isRedesign2023":1,"withLikersOnCount":1}\" data-owner=\"Y2w966_K9qtayHTABfTgL6ekQhj-oxc5P0V5bA3a_pTpFKC2uUnL1XqIsdLDhAY0vFkqGYo\" data-svg-icon=\"1\" data-is-redesign2023=\"1\" data-ordinary-view=\"1\" data-like-tx=\"Класс\" data-unlike-tx=\"Класс\" data-custom-reaction-tx=\"Класс\" role=\"button\" tabindex=\"0\" aria-label=\"Поставить класс\" data-custom-reaction-id=\"10\" data-like-icon=\"like\" data-custom-reaction-icon=\"null\"><svg class=\"svg-ic svg-ico_klass_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.14187 6.82344c-.281-.144-.599-.224-.936-.224h-.067c-.781 0-1.531.31-2.083.863-.553.552-.863 1.30199-.863 2.08299v2.30697c0 .781.31 1.53.863 2.083.552.552 1.302.863 2.083.863h.067c.757 0 1.419-.405 1.781-1.012.716.623 1.645 1.007 2.666 1.029h.002c1.69203.036 2.72503-.014 3.81003-.386 1.24-.426 2.044-1.377 2.494-2.613.399-1.096.511-2.42596.423-3.74296-.066-.983-.888-1.866-1.879-2.126-.632-.166-1.471-.32-2.351-.432.181-.807.34-1.621.418-2.451.129-1.362-.873-2.322-1.94003-2.399-.713-.051-1.494.262-1.996 1.18-.597 1.091-1.073 2.08-2.275 4.498-.001 0-.001 0-.001.001-.078.157-.15.317-.216.479zm1.142 4.65496c.351.996 1.29 1.713 2.404 1.737h.001c1.44503.031 2.33003.019 3.25703-.299.766-.264 1.231-.883 1.51-1.647.329-.904.402-2.00296.329-3.08896-.022-.336-.349-.596-.689-.685-.947-.249-2.401-.465-3.70003-.538-.441-.025-.779-.403-.754-.844.025-.441.403-.779.844-.754l.061.004c.184-.806.352-1.619.43-2.449.03303-.353-.185-.633-.461-.653-.183-.013-.35.117-.478.352-.59 1.077-1.059 2.054-2.246 4.441-.233.471-.407.968-.516 1.479l.008.144v2.80096zm-1.6-2.80097v4.04297c0 .264-.214.478-.478.478h-.067c-.357 0-.699-.142-.952-.394-.252-.253-.394-.595-.394-.952V9.54543c0-.35699.142-.69899.394-.95199.253-.252.595-.394.952-.394h.067c.264 0 .478.21399.478.47799z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Класс</span></span></div></div></li></ul></div></div></div></div><div class=\"feed-w\"><div data-feed-id=\"030200003faa25561db1000064fbf282b9b1\" class=\"feed js-video-scope __header-redesign h-mod\" data-module=\"LogSeen\" data-seen-params=\"{"type":"FEED","data":{"feedLocation":"GROUP","gId":"111033268222385","feedId":"030200003faa25561db1000064fbf282b9b1","objs":"000000000103000000e42a9df4b100"},"options":{"seenTimeout":150,"hoverTimeout":200,"partial":0.5,"force":true,"onScrollSeen":true,"onScrollSeenTimeout":10000,"disableOnScrollSeenTimeout":false,"onScrollPartial":0.5,"skipVisible":true,"disableNullHeight":false,"logAtStart":false,"logBeforeUnload":false,"logVisibilityTabChange":false}}\" data-l=\"fP,1,fF,0d01e500020102ffffff0000ffff000000000000000000800000ffff07000101e502998e2c00000000,fI,030200003faa25561db1000064fbf282b9b1,fO,01000000010200003faa25561db1,fD,\"><div class=\"feed-header\"><div data-l=\"groupId,70000003390897,groupVisitType,FEED,t,e1\" class=\"feed-avatar\"><a class=\"feed-avatar-link\" aria-label=\"70000003390897\" href=\"/group/70000003390897\"><img class=\"feed-avatar-img\" src=\"https://vki4.okcdn.ru/i?r=BYCB6ChSgrN_ue8jwWXbvkrgFaOzHAwzgLlvgqcE-8yGjH8n8cHxD7sod6p80oJbEg_9NwzMeZ262thiwFhEDinoj5oxSt1zANcTDJxIAvSbCquDQ8WUoqAMoJEKm0VN_pIFVa0b5FEIkGb6Flqnn3q6Uo2eqF3yJ1SSiXwPBVljqkY\" alt=\"70000003390897\" width=\"32\" height=\"32\"></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817015\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div><div class=\"feed-info\"><div data-l=\"groupVisitType,FEED,groupId,70000003390897,t,e1\" class=\"feed-info-title\"><span class=\"shortcut-wrap\"><a class=\"group-link o\" data-l=\"t,gL\" href=\"/group/70000003390897\"><h3 class=\"feed_h_heading __inline ellip\">АМИРО АВТО Аренда автомобилей под выкуп</h3></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817016\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></span></div><div class=\"feed-info-subtitle\"><div class=\"feed-info-date feed-info-subtitle_i\"><time>18 июл 2023</time></div><div class=\"feed-info-explanation feed-info-subtitle_i\"><h3 class=\"feed_h_heading\">Изменена обложка группы</h3></div></div></div><div class=\"feed-actions-w\"></div></div><div data-l=\"groupId,70000003390897\" class=\"feed_cnt\"><div data-l=\"t,.c\" class=\"feed_b\"><div class=\"media-block entity-link-v2\"><div style=\"background-image:url(https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw)\" class=\"entity-link-v2_cover\"></div><div class=\"entity-link-v2_f\"><div class=\"entity-link-v2_ava-w\"><div class=\"entity-link-v2_ava\"><img class=\"entity-link-v2_ava_img\" src=\"https://vki4.okcdn.ru/i?r=BYCBXYJ65aFleOOw8a23IBiyZZU80q9w-u0oogq-lxuklpVcy-JTpOju1x219zCo7wvcKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXbI7nX9py1Bz4NJEYlLG_9I\" alt=\"АМИРО АВТО Аренда автомобилей под выкуп\" width=\"64\" height=\"64\"></div></div><div class=\"entity-link-v2_cnt\"><div class=\"entity-link-v2_h\">АМИРО АВТО Аренда автомобилей под выкуп</div></div></div><a title=\"АМИРО АВТО Аренда автомобилей под выкуп\" data-l=\"t,groupCoverFeedPhoto\" href=\"/dk?cmd=PopLayerPhoto&st.layer.cmd=PopLayerPhoto&st.layer.plc=groupCoverFeed&st.layer.photoId=979967538353&st.layer.type=GROUP&st.cmd=anonymGroup&st.groupId=70000003390897\" class=\"entity-link-v2_a\"></a></div></div><div class=\"feed_f\"><div data-l=\"t,extendedReactionsFeedback\" class=\"feed_info __react __v-2\"><div id=\"hook_Block_7908817017\" class=\"feed_info_sm\"></div><div data-req=\"{"bid":"7908817017","renderWithoutSuperLike":true,"scMenuIgnoreHoverTime":200,"showTextLikers":false}\" class=\"h-mod invisible\" data-module=\"ReactIconsWithCounter\" data-likeref=\"GROUP_PHOTO:979967538353:0\"></div><span class=\"feed_info_sm invisible\"><div class=\"inlineBlock\"><a href=\"/group/70000003390897\" class=\"feed_info_sm_a\"><span data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Reshares_Count\" data-id1=\"979967538353\" data-id2=\"0\" data-count=\"0\" data-type=\"3\" class=\"h-mod\" data-hide-zeroes=\"true\" data-parent-class=\"feed_info_sm\"></span></a><div data-nocache=\"1\" data-inplace=\"1\" id=\"7908817020-sc\" data-blockid=\"7908817018\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ResharedUsersBlock&st.b=7908817021&st.refId2=0&st.refId1=979967538353&st.yo=off&st.type=3\"></div></div></span></div><ul class=\"widget-list\"><li data-widget-item-type=\"comment\" class=\"widget-list_i\"><div class=\"widget __null __locked __redesign2023 h-mod\"><a data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-trigger-action=\"Group_Comment\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-l=\"t,.k\" role=\"button\" tabindex=\"0\" aria-label=\"Комментарии\" data-location=\"WideFeed_FeedItem_CommentWidget\" data-id=\"979967538353\" data-type=\"2\" class=\"h-mod widget_cnt\"><svg class=\"svg-ic svg-ico_comment_off_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.0894 5.0891l1.5927 1.5928v.3105c0 1.094.4346 2.1432 1.2082 2.9168.1354.1354.2792.2604.4311.3741a.87494.87494 0 0 1 .3508.7006v2.2711l1.9868-1.8956a.87433.87433 0 0 1 .4692-.2315l1.7395 1.7395H7.6135l-2.1346 2.0367c-.438.4179-1.0829.5344-1.6393.2962-.5565-.2381-.9174-.7851-.9174-1.3905v-2.4104l-.2693-.2527C1.5511 10.0449.9321 8.5506.9321 6.9924v-.553c0-.4584.0536-.9113.1573-1.3503zm11.7352 6.5214l1.9066 1.9066c.3317.3317.3317.8703 0 1.2021-.3318.3317-.8704.3317-1.2021 0L.3573 1.5474C.0256 1.2157.0256.677.3573.3453s.8703-.3317 1.2021 0l1.5383 1.5383A5.87475 5.87475 0 0 1 6.8071.5644h2.3858c1.5581 0 3.0525.619 4.1542 1.7208 1.1018 1.1017 1.7208 2.5961 1.7208 4.1542v.553c0 1.5582-.619 3.0525-1.7208 4.1543a5.86554 5.86554 0 0 1-.5225.4638zm-1.2501-1.2501L4.3444 3.1303a4.12416 4.12416 0 0 1 2.4627-.8159h2.3858c1.094 0 2.1432.4346 2.9168 1.2082a4.12498 4.12498 0 0 1 1.2082 2.9168v.553a4.12498 4.12498 0 0 1-1.7434 3.368z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Комментировать</span><span class=\"widget_delim\"></span><span class=\"widget_count js-count __empty\"></span></a></div></li><li data-widget-item-type=\"reshare\" class=\"widget-list_i\"><div data-compact=\"true\" data-flags=\"noCnt,inact,rdsn2023\" id=\"hook_Block_7908817022\"><div class=\"widget __compact __redesign2023 __inactive\"><button class=\"widget_cnt h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Reshare\" data-id1=\"979967538353\" data-id2=\"0\" data-type=\"RESHARE\" data-l=\"t,re\" aria-label=\"Поделиться\"><svg class=\"svg-ic svg-ico_reshare_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.63587 4.68561C2.84017 5.73371.97767 8.5464.13297 11.0112c-.2689.7831.0159 1.6494.697 2.1201.6781.4687 1.5841.4314 2.2212-.0901.8882-.6762 1.9561-1.1773 3.5847-1.4461-.0001.0001-.0001 1.1837-.0001 1.1837 0 .7232.4214 1.3801 1.0788 1.6815.6573.3015 1.4301.1923 1.9782-.2795 1.69863-1.4623 4.27913-3.6839 5.62223-4.8402.4087-.3518.6435-.86459.643-1.40389a1.8504 1.8504 0 0 0-.6458-1.4026l-5.62233-4.8203c-.5485-.4703-1.3206-.5782-1.977-.2763-.6565.3018-1.0771.9582-1.0771 1.6808l.0001 1.5673zm1.0231 1.5009c.3943-.0821.6768-.42951.6768-.83211V3.11831c0-.0586.0341-.1118.0873-.1363a.15002.15002 0 0 1 .1603.0224l5.62223 4.8203c.0332.0285.0523.07.0524.1137a.1504.1504 0 0 1-.0521.1139L8.58357 12.8924a.14964.14964 0 0 1-.1603.0227.14996.14996 0 0 1-.0875-.1363v-2.1515c0-.2401-.1016-.469-.2796-.63009a.84973.84973 0 0 0-.6547-.2157c-2.6012.25919-4.1367.95729-5.4002 1.92269a.88816.88816 0 0 0-.0262.0209.1479.1479 0 0 1-.2343-.1619c.0001-.0002.0002-.0003.0002-.0005.7382-2.15389 2.4034-4.64439 5.918-5.37619z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_count js-count __empty\">0</span></button></div></div></li><li class=\"widget-list_i \" data-widget-item-type=\"like\"><div id=\"hook_Block_7908817023\" class=\"widget_w\"><div class=\"widget __no-count __redesign2023\"><span class=\"widget_cnt controls-list_lk js-klass js-klass-action h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Like\" data-like-reference-id=\"GROUP_PHOTO:979967538353:0\" data-id1=\"979967538353\" data-type=\"GROUP_PHOTO\" data-req=\"{"bid":"7908817023","type":"DEFAULT","dc":1,"isRedesign2023":1,"withLikersOnCount":1}\" data-owner=\"Y2w966_K9qvFznjwIkP4ccKb4q-KAxXYkhfgtbqMsmMj8iFxRT1ZTGZT8fUN_SYfKcnMhO8\" data-svg-icon=\"1\" data-is-redesign2023=\"1\" data-ordinary-view=\"1\" data-like-tx=\"Класс\" data-unlike-tx=\"Класс\" data-custom-reaction-tx=\"Класс\" role=\"button\" tabindex=\"0\" aria-label=\"Поставить класс\" data-custom-reaction-id=\"10\" data-like-icon=\"like\" data-custom-reaction-icon=\"null\"><svg class=\"svg-ic svg-ico_klass_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.14187 6.82344c-.281-.144-.599-.224-.936-.224h-.067c-.781 0-1.531.31-2.083.863-.553.552-.863 1.30199-.863 2.08299v2.30697c0 .781.31 1.53.863 2.083.552.552 1.302.863 2.083.863h.067c.757 0 1.419-.405 1.781-1.012.716.623 1.645 1.007 2.666 1.029h.002c1.69203.036 2.72503-.014 3.81003-.386 1.24-.426 2.044-1.377 2.494-2.613.399-1.096.511-2.42596.423-3.74296-.066-.983-.888-1.866-1.879-2.126-.632-.166-1.471-.32-2.351-.432.181-.807.34-1.621.418-2.451.129-1.362-.873-2.322-1.94003-2.399-.713-.051-1.494.262-1.996 1.18-.597 1.091-1.073 2.08-2.275 4.498-.001 0-.001 0-.001.001-.078.157-.15.317-.216.479zm1.142 4.65496c.351.996 1.29 1.713 2.404 1.737h.001c1.44503.031 2.33003.019 3.25703-.299.766-.264 1.231-.883 1.51-1.647.329-.904.402-2.00296.329-3.08896-.022-.336-.349-.596-.689-.685-.947-.249-2.401-.465-3.70003-.538-.441-.025-.779-.403-.754-.844.025-.441.403-.779.844-.754l.061.004c.184-.806.352-1.619.43-2.449.03303-.353-.185-.633-.461-.653-.183-.013-.35.117-.478.352-.59 1.077-1.059 2.054-2.246 4.441-.233.471-.407.968-.516 1.479l.008.144v2.80096zm-1.6-2.80097v4.04297c0 .264-.214.478-.478.478h-.067c-.357 0-.699-.142-.952-.394-.252-.253-.394-.595-.394-.952V9.54543c0-.35699.142-.69899.394-.95199.253-.252.595-.394.952-.394h.067c.264 0 .478.21399.478.47799z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Класс</span></span></div></div></li></ul></div></div></div></div><div class=\"feed-w\"><div data-feed-id=\"030200003faa25561db1000064fb8dc9b9b1\" class=\"feed js-video-scope __header-redesign h-mod\" data-module=\"LogSeen\" data-seen-params=\"{"type":"FEED","data":{"feedLocation":"GROUP","gId":"111031578376625","feedId":"030200003faa25561db1000064fb8dc9b9b1","isFriendsOnly":false},"options":{"seenTimeout":150,"hoverTimeout":200,"partial":0.5,"force":true,"onScrollSeen":true,"onScrollSeenTimeout":10000,"disableOnScrollSeenTimeout":false,"onScrollPartial":0.5,"skipVisible":true,"disableNullHeight":false,"logAtStart":false,"logBeforeUnload":false,"logVisibilityTabChange":false}}\" data-l=\"fP,2,fF,0d01b400020102ffffff0000ffff000000000000000000800000ffff07000201b402998e2c00000000,fI,030200003faa25561db1000064fb8dc9b9b1,fO,0100010100000000193b88b100010200003faa25561db1,fD,\"><div class=\"feed-header\"><div data-l=\"groupId,70000003390897,groupVisitType,FEED,t,e1\" class=\"feed-avatar\"><a class=\"feed-avatar-link\" aria-label=\"70000003390897\" href=\"/group/70000003390897\"><img class=\"feed-avatar-img\" src=\"https://vki4.okcdn.ru/i?r=BYCB6ChSgrN_ue8jwWXbvkrgFaOzHAwzgLlvgqcE-8yGjH8n8cHxD7sod6p80oJbEg_9NwzMeZ262thiwFhEDinoj5oxSt1zANcTDJxIAvSbCquDQ8WUoqAMoJEKm0VN_pIFVa0b5FEIkGb6Flqnn3q6Uo2eqF3yJ1SSiXwPBVljqkY\" alt=\"70000003390897\" width=\"32\" height=\"32\"></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817024\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div><div class=\"feed-info\"><div data-l=\"groupVisitType,FEED,groupId,70000003390897,t,e1\" class=\"feed-info-title\"><span class=\"shortcut-wrap\"><a class=\"group-link o\" data-l=\"t,gL\" href=\"/group/70000003390897\"><h3 class=\"feed_h_heading __inline ellip\">АМИРО АВТО Аренда автомобилей под выкуп</h3></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817025\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></span></div><div class=\"feed-info-subtitle\"><div class=\"feed-info-date feed-info-subtitle_i\"><time>18 июл 2023</time></div></div></div><div class=\"feed-actions-w\"></div></div><div data-l=\"topicId,157050365458609,groupId,70000003390897\" class=\"feed_cnt\"><div id=\"hook_Block_inplcrm_WIDE_FEED_DGTa912e0d490fa88c309f6b55e_157050365458609\"></div><div data-l=\"t,.c\" class=\"feed_b\"><div class=\"media-status\"><div class=\"media-status_cnt\"><div class=\"media-block media-text __full __without-margin\" data-l=\"gA,TEXT,mB,text,t,text\"><div class=\"media-text_cnt\"><div class=\"media-text_cnt_tx emoji-tx textWrap __inline-ellipsis\" data-tid=\"157050365458609\" data-l=\"ti,157050365458609,t,linkInt\" id=\"\" link-class=\"media-text_lnk\"><h2 class=\"media-text_heading-v2\"><a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157050365458609', 'GROUP_THEME', 'Reshare_openContent_text', '', 'null', '0');\" aria-label=\"Открыть топик\" href=\"/group/70000003390897/topic/157050365458609\" class=\"media-text_heading-lnk-v2\">Правительство Японии с августа месяца планирует запретить экспорт в России легковых автомобилей с объемом двигателя более 1,9 литра, включая гибриды и электромобили.</a></h2> ...<a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157050365458609', 'GROUP_THEME', 'Reshare_openContent_text', '', 'null', '0');\" aria-label=\"Открыть топик\" href=\"/group/70000003390897/topic/157050365458609\" class=\"media-text_a\"></a></div></div></div><div class=\"media-block entity-link-v2\"><div style=\"background-image:url(https://vki4.okcdn.ru/i?r=BYCh-DX4cV6Ak-IOiGnzh78-kc4fj3xvekJJTY7f2ZdqE80QHi8FeHNiBKbFDxYnfuCW-CAcPy_gly2QXPkNu1abBsdEgGbPrnxyOHYxLEgebFs9qkbIUNf0p46XsVSLWHiZAFDhXCsETVEM564YCoLsujxMHvewJVofDMpZOh3RV4TbxQx0IDetlr8SLD2gEuMovteQnJgjUgdUSKI5HCLRPw)\" class=\"entity-link-v2_cover\"></div><div class=\"entity-link-v2_f\"><div class=\"entity-link-v2_ava-w\"><div class=\"entity-link-v2_ava\"><img class=\"entity-link-v2_ava_img\" src=\"https://vki4.okcdn.ru/i?r=BYCBXYJ65aFleOOw8a23IBiyZZU80q9w-u0oogq-lxuklpVcy-JTpOju1x219zCo7wvcKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXbI7nX9py1Bz4NJEYlLG_9I\" alt=\"АМИРО АВТО Аренда автомобилей под выкуп\" width=\"64\" height=\"64\"></div></div><div class=\"entity-link-v2_cnt\"><div class=\"entity-link-v2_h\">АМИРО АВТО Аренда автомобилей под выкуп</div><div class=\"entity-link-v2_tx\">Приморье, Хабаровский Край!\nМы предлагаем любое авто в рассрочку без переплат. На срок рассрочки авто у Вас в аренде. стоимость аренды от 300 руб/день. \nСрок аренды от 12 месяцев!\nПервоначальный взнос от 10% (от стоимости авто)\nЕженедельные платежи!\nОформление по 2м документам (паспорт и ВУ)</div><div class=\"entity-link-v2_users\"><div class=\"ucard-v_list\"><div class=\"ucard-v_list_i entity-link-v2_users-label\">15 участников</div></div></div></div><div class=\"entity-link-v2_ac\"><div id=\"hook_Block_7908817029\"><div id=\"hook_Block_7908817031\" class=\"hookBlock inlineBlock js-groupJoinButton\"><div id=\"hook_Form_f7908817031\"><form method=\"POST\" action=\"/dk?cmd=JoinGroupWidget&st.jgw.rgji=on&st.jgw.wid=7908817029&st.jgw.gid=70000003390897&st.jgw.jsb=off&st.jgw.rjr=on&st.jgw.jbti=groups.JoinGroupButtonSimple&st.jgw.mtgl=on&st.cmd=anonymGroup&st.groupId=70000003390897&st._aid=MediaTopicJoinGroup\"><button data-l=\"t,join\" class=\"button-pro __small __sec\">Вступить</button></form></div></div></div></div></div><a class=\"entity-link-v2_a\" title=\"АМИРО АВТО Аренда автомобилей под выкуп\" data-l=\"t,gL\" href=\"/group/70000003390897\"></a></div><div class=\"media_more\" data-l=\"t,more\"><a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157050365458609', 'GROUP_THEME', 'Reshare_openContent_more', '', 'null', '2');\" href=\"/group/70000003390897/topic/157050365458609\" class=\"media_more_a\"><span class=\"media_more_label\">Показать еще</span></a></div></div></div></div><div class=\"feed_f\"><div data-l=\"t,extendedReactionsFeedback\" class=\"feed_info __react __v-2\"><div id=\"hook_Block_7908817032\" class=\"feed_info_sm\"></div><div data-req=\"{"bid":"7908817032","renderWithoutSuperLike":true,"scMenuIgnoreHoverTime":200,"showTextLikers":false}\" class=\"h-mod invisible\" data-module=\"ReactIconsWithCounter\" data-likeref=\"GROUP_HEADER:157050365458609:0\"></div><span class=\"feed_info_sm invisible\"><div class=\"inlineBlock\"><a href=\"/group/70000003390897\" class=\"feed_info_sm_a\"><span data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Reshares_Count\" data-id1=\"157050365458609\" data-id2=\"0\" data-count=\"0\" data-type=\"2\" class=\"h-mod\" data-hide-zeroes=\"true\" data-parent-class=\"feed_info_sm\"></span></a><div data-nocache=\"1\" data-inplace=\"1\" id=\"7908817035-sc\" data-blockid=\"7908817033\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ResharedUsersBlock&st.b=7908817036&st.refId2=0&st.refId1=157050365458609&st.yo=off&st.type=2\"></div></div></span></div><ul class=\"widget-list\"><li data-widget-item-type=\"comment\" class=\"widget-list_i\"><div class=\"widget __null __redesign2023 h-mod\"><a data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-trigger-action=\"Group_Comment\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-l=\"t,.k\" role=\"button\" tabindex=\"0\" aria-label=\"Комментарии\" data-location=\"WideFeed_FeedItem_CommentWidget\" data-id=\"157050365458609\" data-type=\"1\" class=\"h-mod widget_cnt\"><svg class=\"svg-ic svg-ico_comment_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.92223 11.3994v2.4104c0 .6054.3609 1.1524.9174 1.3905.5564.2382 1.2013.1217 1.6393-.2962l2.1346-2.0367h1.5794c1.55807 0 3.05247-.619 4.15417-1.7207 1.1018-1.1018 1.7208-2.59609 1.7208-4.15429v-.553c0-1.5581-.619-3.0525-1.7208-4.1542-1.1017-1.1018-2.5961-1.7208-4.15417-1.7208h-2.3858c-1.5581 0-3.0525.619-4.1542 1.7208-1.1018 1.1017-1.7208 2.5961-1.7208 4.1542v.553c0 1.5582.619 3.05249 1.7208 4.15429l.2693.2527zm1.75 1.8556v-2.2711c0-.2758-.13-.5354-.3508-.7006-.1519-.1137-.2957-.2387-.4311-.37409a4.12498 4.12498 0 0 1-1.2082-2.9168v-.553c0-1.094.4346-2.1432 1.2082-2.9168a4.12498 4.12498 0 0 1 2.9168-1.2082h2.3858a4.12496 4.12496 0 0 1 2.91677 1.2082 4.12498 4.12498 0 0 1 1.2082 2.9168v.553c0 1.094-.4346 2.1432-1.2082 2.9168a4.125 4.125 0 0 1-2.91677 1.20819h-1.9299a.87514.87514 0 0 0-.604.242l-1.9868 1.8956z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Комментировать</span><span class=\"widget_delim\"></span><span class=\"widget_count js-count __empty\"></span></a></div></li><li data-widget-item-type=\"reshare\" class=\"widget-list_i\"><div data-compact=\"true\" data-flags=\"noCnt,inact,rdsn2023\" id=\"hook_Block_7908817037\"><div class=\"widget __compact __redesign2023 __inactive\"><button class=\"widget_cnt h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Reshare\" data-id1=\"157050365458609\" data-id2=\"0\" data-type=\"RESHARE\" data-l=\"t,re\" aria-label=\"Поделиться\"><svg class=\"svg-ic svg-ico_reshare_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.63587 4.68561C2.84017 5.73371.97767 8.5464.13297 11.0112c-.2689.7831.0159 1.6494.697 2.1201.6781.4687 1.5841.4314 2.2212-.0901.8882-.6762 1.9561-1.1773 3.5847-1.4461-.0001.0001-.0001 1.1837-.0001 1.1837 0 .7232.4214 1.3801 1.0788 1.6815.6573.3015 1.4301.1923 1.9782-.2795 1.69863-1.4623 4.27913-3.6839 5.62223-4.8402.4087-.3518.6435-.86459.643-1.40389a1.8504 1.8504 0 0 0-.6458-1.4026l-5.62233-4.8203c-.5485-.4703-1.3206-.5782-1.977-.2763-.6565.3018-1.0771.9582-1.0771 1.6808l.0001 1.5673zm1.0231 1.5009c.3943-.0821.6768-.42951.6768-.83211V3.11831c0-.0586.0341-.1118.0873-.1363a.15002.15002 0 0 1 .1603.0224l5.62223 4.8203c.0332.0285.0523.07.0524.1137a.1504.1504 0 0 1-.0521.1139L8.58357 12.8924a.14964.14964 0 0 1-.1603.0227.14996.14996 0 0 1-.0875-.1363v-2.1515c0-.2401-.1016-.469-.2796-.63009a.84973.84973 0 0 0-.6547-.2157c-2.6012.25919-4.1367.95729-5.4002 1.92269a.88816.88816 0 0 0-.0262.0209.1479.1479 0 0 1-.2343-.1619c.0001-.0002.0002-.0003.0002-.0005.7382-2.15389 2.4034-4.64439 5.918-5.37619z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_count js-count __empty\">0</span></button></div></div></li><li class=\"widget-list_i \" data-widget-item-type=\"like\"><div id=\"hook_Block_7908817038\" class=\"widget_w\"><div class=\"widget __no-count __redesign2023\"><span class=\"widget_cnt controls-list_lk js-klass js-klass-action h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Like\" data-like-reference-id=\"GROUP_HEADER:157050365458609:0\" data-id1=\"157050365458609\" data-type=\"GROUP_HEADER\" data-req=\"{"bid":"7908817038","type":"DEFAULT","dc":1,"isRedesign2023":1,"withLikersOnCount":1}\" data-owner=\"Y2w966_K9qvvKX4ajvmGqQ1DKCmUcXUByxzUPNeb-JxeFp0o0DlAsAuuCAx5a5FHfXVC0C0\" data-svg-icon=\"1\" data-is-redesign2023=\"1\" data-ordinary-view=\"1\" data-like-tx=\"Класс\" data-unlike-tx=\"Класс\" data-custom-reaction-tx=\"Класс\" role=\"button\" tabindex=\"0\" aria-label=\"Поставить класс\" data-custom-reaction-id=\"10\" data-like-icon=\"like\" data-custom-reaction-icon=\"null\"><svg class=\"svg-ic svg-ico_klass_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.14187 6.82344c-.281-.144-.599-.224-.936-.224h-.067c-.781 0-1.531.31-2.083.863-.553.552-.863 1.30199-.863 2.08299v2.30697c0 .781.31 1.53.863 2.083.552.552 1.302.863 2.083.863h.067c.757 0 1.419-.405 1.781-1.012.716.623 1.645 1.007 2.666 1.029h.002c1.69203.036 2.72503-.014 3.81003-.386 1.24-.426 2.044-1.377 2.494-2.613.399-1.096.511-2.42596.423-3.74296-.066-.983-.888-1.866-1.879-2.126-.632-.166-1.471-.32-2.351-.432.181-.807.34-1.621.418-2.451.129-1.362-.873-2.322-1.94003-2.399-.713-.051-1.494.262-1.996 1.18-.597 1.091-1.073 2.08-2.275 4.498-.001 0-.001 0-.001.001-.078.157-.15.317-.216.479zm1.142 4.65496c.351.996 1.29 1.713 2.404 1.737h.001c1.44503.031 2.33003.019 3.25703-.299.766-.264 1.231-.883 1.51-1.647.329-.904.402-2.00296.329-3.08896-.022-.336-.349-.596-.689-.685-.947-.249-2.401-.465-3.70003-.538-.441-.025-.779-.403-.754-.844.025-.441.403-.779.844-.754l.061.004c.184-.806.352-1.619.43-2.449.03303-.353-.185-.633-.461-.653-.183-.013-.35.117-.478.352-.59 1.077-1.059 2.054-2.246 4.441-.233.471-.407.968-.516 1.479l.008.144v2.80096zm-1.6-2.80097v4.04297c0 .264-.214.478-.478.478h-.067c-.357 0-.699-.142-.952-.394-.252-.253-.394-.595-.394-.952V9.54543c0-.35699.142-.69899.394-.95199.253-.252.595-.394.952-.394h.067c.264 0 .478.21399.478.47799z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Класс</span></span></div></div></li></ul></div></div></div></div><div class=\"feed-w\"><div data-feed-id=\"030200003faa25561db1000064f034abb9b1\" class=\"feed js-video-scope __header-redesign h-mod\" data-module=\"LogSeen\" data-seen-params=\"{"type":"FEED","data":{"feedLocation":"GROUP","gId":"110982838598065","feedId":"030200003faa25561db1000064f034abb9b1","isFriendsOnly":false},"options":{"seenTimeout":150,"hoverTimeout":200,"partial":0.5,"force":true,"onScrollSeen":true,"onScrollSeenTimeout":10000,"disableOnScrollSeenTimeout":false,"onScrollPartial":0.5,"skipVisible":true,"disableNullHeight":false,"logAtStart":false,"logBeforeUnload":false,"logVisibilityTabChange":false}}\" data-l=\"fP,3,fF,0d01b400020102ffffff0000ffff00000000000000010400800000ffff07000301b402998e2c00000000,fI,030200003faa25561db1000064f034abb9b1,fO,0100010100000000193b88b100010200003faa25561db1,fD,\"><div class=\"feed-header\"><div data-l=\"groupId,70000003390897,groupVisitType,FEED,t,e1\" class=\"feed-avatar\"><a class=\"feed-avatar-link\" aria-label=\"70000003390897\" href=\"/group/70000003390897\"><img class=\"feed-avatar-img\" src=\"https://vki4.okcdn.ru/i?r=BYCB6ChSgrN_ue8jwWXbvkrgFaOzHAwzgLlvgqcE-8yGjH8n8cHxD7sod6p80oJbEg_9NwzMeZ262thiwFhEDinoj5oxSt1zANcTDJxIAvSbCquDQ8WUoqAMoJEKm0VN_pIFVa0b5FEIkGb6Flqnn3q6Uo2eqF3yJ1SSiXwPBVljqkY\" alt=\"70000003390897\" width=\"32\" height=\"32\"></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817039\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div><div class=\"feed-info\"><div data-l=\"groupVisitType,FEED,groupId,70000003390897,t,e1\" class=\"feed-info-title\"><span class=\"shortcut-wrap\"><a class=\"group-link o\" data-l=\"t,gL\" href=\"/group/70000003390897\"><h3 class=\"feed_h_heading __inline ellip\">АМИРО АВТО Аренда автомобилей под выкуп</h3></a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817040\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=AltGroupControlMenu&id=70000003390897&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></span></div><div class=\"feed-info-subtitle\"><div class=\"feed-info-date feed-info-subtitle_i\"><time>17 июл 2023</time></div></div></div><div class=\"feed-actions-w\"></div></div><div data-l=\"topicId,157046521182385,groupId,70000003390897\" class=\"feed_cnt\"><div id=\"hook_Block_inplcrm_WIDE_FEED_DGTca22142034cf894909f6b55f_157046521182385\"></div><div data-l=\"t,.c\" class=\"feed_b\"><div class=\"media-status\"><div class=\"media-status_cnt\"><div class=\"media-block media-text __full __without-margin\" data-l=\"gA,TEXT,mB,text,t,text\"><div class=\"media-text_cnt\"><div class=\"media-text_cnt_tx emoji-tx textWrap __inline-ellipsis\" data-tid=\"157046521182385\" data-l=\"ti,157046521182385,t,linkInt\" id=\"\" link-class=\"media-text_lnk\"><h2 class=\"media-text_heading-v2\"><a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157046521182385', 'GROUP_THEME', 'Reshare_openContent_text', '', 'null', '0');\" aria-label=\"Открыть топик\" href=\"/group/70000003390897/topic/157046521182385\" class=\"media-text_heading-lnk-v2\">Добро пожаловать в мир автомобильной свободы!</a></h2> ...<a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157046521182385', 'GROUP_THEME', 'Reshare_openContent_text', '', 'null', '0');\" aria-label=\"Открыть топик\" href=\"/group/70000003390897/topic/157046521182385\" class=\"media-text_a\"></a></div></div></div><div class=\"media-block media-link__v2 __place-wide\" data-l=\"gA,TEXT,mB,link,ti,https://vk.com/amiroavto,t,linkExt\"><a target=\"_blank\" href=\"/dk?cmd=logExternal&st.cmd=logExternal&st.sig=Y2w966_K9quzi93PhbexqBerztFrnuWwu6lqvfOPKglcnnbqHVXbo3fQGZJMLHJmARbodVqmqMqiYni0&st.link=https%3A%2F%2Fvk.com%2Famiroavto&st.name=externalLinkRedirect&st.tid=157046521182385&st._aid=Reshare_openLink\" title=\"АМИРО_Авто\" class=\"media-link_a\"></a><div class=\"media-block media-photos\"><div class=\"collage_w\" style=\"padding-bottom:40.039062%;\"><div class=\"collage __responsive __single __size-full\"><div class=\"collage_inner\"><div style=\"width:100%;height:100%;\" class=\"collage_i\"><div class=\"collage_cnt\"><img class=\"collage_img\" src=\"https://vki4.okcdn.ru/i?r=BYCRtWzoLeXitPkQgXMkaMX4d5e-xJ2JSZyUL5ahGfebUlE_UCeWj1RxfwFhXDnITmYNP3j_rLgwAVysiH5ySXzQnfGxqjBcroDW6atrJ6w1NUAShE8sRSHlSyLBupk0YrEAq0aThqMbiqmDvr1nEu8NuZx8r49cxQkWXBL-Tjv4P6BW2wrLjp0lE6LsNHere5Kf\" alt=\"\"></div></div></div></div></div><div class=\"media-block_ovr\"></div></div><div class=\"media-link_cnt __compact\"><div class=\"media-link_cnt-inner\"><div class=\"media-link_c\"><div class=\"media-link_h\"><a target=\"_blank\" href=\"/dk?cmd=logExternal&st.cmd=logExternal&st.sig=Y2w966_K9quzi93PhbexqBerztFrnuWwu6lqvfOPKglcnnbqHVXbo3fQGZJMLHJmARbodVqmqMqiYni0&st.link=https%3A%2F%2Fvk.com%2Famiroavto&st.name=externalLinkRedirect&st.tid=157046521182385&st._aid=Reshare_openLink\" title=\"АМИРО_Авто\" class=\"media-link_h_a\">АМИРО_Авто</a></div><div class=\"media-link_tx\">Добро пожаловать в мир автомобильной свободы! 🚗💨 Мечтаете о собственном авто, но не готовы к большим затратам и сложностям? Банки не в друзьях? Доход не подтвержден? Приобрести автомобиль в рассрочку -Вот Ваше решение. 🔑 Индивидуальный по...</div><div class=\"media-link_lk\">VK</div></div></div></div></div><div class=\"media_more\" data-l=\"t,more\"><a id=\"nohook_\" onclick=\"return OK.showTopicInLayerOnClick(null, event, '157046521182385', 'GROUP_THEME', 'Reshare_openContent_more', '', 'null', '2');\" href=\"/group/70000003390897/topic/157046521182385\" class=\"media_more_a\"><span class=\"media_more_label\">Показать еще</span></a></div></div></div></div><div class=\"feed_f\"><div data-l=\"t,extendedReactionsFeedback\" class=\"feed_info __react __v-2\"><div id=\"hook_Block_7908817044\" class=\"feed_info_sm\"><div><span class=\"card-list-sm __l-inline\"><span class=\"card-list-sm_cnt\"><div class=\"card-list-sm_align\"><span data-l=\"t,fbreact\"><a aria-label=\"Класс!\" data-l=\"t,fbreact-0\" href=\"/group/70000003390897?cmd=PopLayerOver&st.layer.cmd=ReactedUsersLayerBlock&st.layer.refId1=157046521182385&st.layer.type=4\" id=\"7908817045_0\" class=\"card-list-sm_i react-widget-20 __like\"><div data-show=\"500\" data-nocache=\"1\" data-holder=\"7908817045_0\" data-hideOnClick=\"1\" data-ignoreHoverTime=\"200\" data-blockid=\"7908817046\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ReactedUsersShortcutMenuBlock&st.layer.cmd=ReactedUsersLayerBlock&st.layer.refId1=157046521182385&st.layer.type=4\"></div></a></span></div></span></span><a class=\"feed_info_sm __reactions h-mod\" aria-label=\"1 класс\" data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Likes\" data-go-back-after-login=\"true\" data-cnt=\"1\" href=\"\"><span aria-hidden=\"true\" data-msg=\"reactedWithCount\" class=\"feed_info_sm_a js-reactions\">1 класс</span><div data-show=\"500\" data-nocache=\"1\" data-hideOnClick=\"1\" data-ignoreHoverTime=\"200\" data-blockid=\"7908817047\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ReactedUsersShortcutMenuBlock&st.layer.cmd=ReactedUsersLayerBlock&st.layer.refId1=157046521182385&st.layer.type=4\"></div></a></div></div><div data-req=\"{"bid":"7908817044","renderWithoutSuperLike":true,"scMenuIgnoreHoverTime":200,"showTextLikers":false}\" class=\"h-mod invisible\" data-module=\"ReactIconsWithCounter\" data-likeref=\"GROUP_HEADER:157046521182385:0\"></div><span class=\"feed_info_sm\"><div class=\"inlineBlock\"><a href=\"/group/70000003390897\" class=\"feed_info_sm_a\"><span data-module=\"AuthLoginPopup\" data-trigger-action=\"Group_Reshares_Count\" data-id1=\"157046521182385\" data-id2=\"0\" data-count=\"2\" data-type=\"2\" class=\"h-mod\" data-hide-zeroes=\"true\" data-parent-class=\"feed_info_sm\">Поделились: 2</span></a><div data-nocache=\"1\" data-inplace=\"1\" id=\"7908817050-sc\" data-blockid=\"7908817048\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ResharedUsersBlock&st.b=7908817051&st.refId2=0&st.refId1=157046521182385&st.yo=off&st.type=2\"></div></div></span></div><ul class=\"widget-list\"><li data-widget-item-type=\"comment\" class=\"widget-list_i\"><div class=\"widget __null __redesign2023 h-mod\"><a data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-trigger-action=\"Group_Comment\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-l=\"t,.k\" role=\"button\" tabindex=\"0\" aria-label=\"Комментарии\" data-location=\"WideFeed_FeedItem_CommentWidget\" data-id=\"157046521182385\" data-type=\"1\" class=\"h-mod widget_cnt\"><svg class=\"svg-ic svg-ico_comment_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2.92223 11.3994v2.4104c0 .6054.3609 1.1524.9174 1.3905.5564.2382 1.2013.1217 1.6393-.2962l2.1346-2.0367h1.5794c1.55807 0 3.05247-.619 4.15417-1.7207 1.1018-1.1018 1.7208-2.59609 1.7208-4.15429v-.553c0-1.5581-.619-3.0525-1.7208-4.1542-1.1017-1.1018-2.5961-1.7208-4.15417-1.7208h-2.3858c-1.5581 0-3.0525.619-4.1542 1.7208-1.1018 1.1017-1.7208 2.5961-1.7208 4.1542v.553c0 1.5582.619 3.05249 1.7208 4.15429l.2693.2527zm1.75 1.8556v-2.2711c0-.2758-.13-.5354-.3508-.7006-.1519-.1137-.2957-.2387-.4311-.37409a4.12498 4.12498 0 0 1-1.2082-2.9168v-.553c0-1.094.4346-2.1432 1.2082-2.9168a4.12498 4.12498 0 0 1 2.9168-1.2082h2.3858a4.12496 4.12496 0 0 1 2.91677 1.2082 4.12498 4.12498 0 0 1 1.2082 2.9168v.553c0 1.094-.4346 2.1432-1.2082 2.9168a4.125 4.125 0 0 1-2.91677 1.20819h-1.9299a.87514.87514 0 0 0-.604.242l-1.9868 1.8956z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Комментировать</span><span class=\"widget_delim\"></span><span class=\"widget_count js-count __empty\"></span></a></div></li><li data-widget-item-type=\"reshare\" class=\"widget-list_i\"><div data-compact=\"true\" data-flags=\"noCnt,inact,rdsn2023\" id=\"hook_Block_7908817052\"><div class=\"widget __compact __redesign2023 __inactive\"><button class=\"widget_cnt h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Reshare\" data-id1=\"157046521182385\" data-id2=\"0\" data-type=\"RESHARE\" data-count=\"2\" data-l=\"t,re\" aria-label=\"Поделиться\"><svg class=\"svg-ic svg-ico_reshare_widget_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.63587 4.68561C2.84017 5.73371.97767 8.5464.13297 11.0112c-.2689.7831.0159 1.6494.697 2.1201.6781.4687 1.5841.4314 2.2212-.0901.8882-.6762 1.9561-1.1773 3.5847-1.4461-.0001.0001-.0001 1.1837-.0001 1.1837 0 .7232.4214 1.3801 1.0788 1.6815.6573.3015 1.4301.1923 1.9782-.2795 1.69863-1.4623 4.27913-3.6839 5.62223-4.8402.4087-.3518.6435-.86459.643-1.40389a1.8504 1.8504 0 0 0-.6458-1.4026l-5.62233-4.8203c-.5485-.4703-1.3206-.5782-1.977-.2763-.6565.3018-1.0771.9582-1.0771 1.6808l.0001 1.5673zm1.0231 1.5009c.3943-.0821.6768-.42951.6768-.83211V3.11831c0-.0586.0341-.1118.0873-.1363a.15002.15002 0 0 1 .1603.0224l5.62223 4.8203c.0332.0285.0523.07.0524.1137a.1504.1504 0 0 1-.0521.1139L8.58357 12.8924a.14964.14964 0 0 1-.1603.0227.14996.14996 0 0 1-.0875-.1363v-2.1515c0-.2401-.1016-.469-.2796-.63009a.84973.84973 0 0 0-.6547-.2157c-2.6012.25919-4.1367.95729-5.4002 1.92269a.88816.88816 0 0 0-.0262.0209.1479.1479 0 0 1-.2343-.1619c.0001-.0002.0002-.0003.0002-.0005.7382-2.15389 2.4034-4.64439 5.918-5.37619z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_count js-count\">2</span></button></div></div></li><li class=\"widget-list_i \" data-widget-item-type=\"like\"><div id=\"hook_Block_7908817053\" class=\"widget_w\"><div class=\"widget __no-count __redesign2023\"><span class=\"widget_cnt controls-list_lk js-klass js-klass-action h-mod\" data-module=\"AuthLoginPopup\" data-go-back-after-login=\"true\" data-save-search-attrs=\"true\" data-state-params=\"{"stateId":"anonymGroup","st-prm_groupId":"70000003390897"}\" data-trigger-action=\"Group_Like\" data-like-reference-id=\"GROUP_HEADER:157046521182385:0\" data-id1=\"157046521182385\" data-type=\"GROUP_HEADER\" data-req=\"{"bid":"7908817053","type":"DEFAULT","dc":1,"isRedesign2023":1,"withLikersOnCount":1}\" data-owner=\"Y2w966_K9qvLwBSGYwsHXPYQ_w5wezN-yLM3zlgHzA--e-nNflGJxHJxehr0ElE58cF4O5g\" data-count=\"1\" data-svg-icon=\"1\" data-is-redesign2023=\"1\" data-ordinary-view=\"1\" data-like-tx=\"Класс\" data-unlike-tx=\"Класс\" data-custom-reaction-tx=\"Класс\" role=\"button\" tabindex=\"0\" aria-label=\"Поставить класс\" data-custom-reaction-id=\"10\" data-like-icon=\"like\" data-custom-reaction-icon=\"null\"><svg class=\"svg-ic svg-ico_klass_16 widget_ico\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.14187 6.82344c-.281-.144-.599-.224-.936-.224h-.067c-.781 0-1.531.31-2.083.863-.553.552-.863 1.30199-.863 2.08299v2.30697c0 .781.31 1.53.863 2.083.552.552 1.302.863 2.083.863h.067c.757 0 1.419-.405 1.781-1.012.716.623 1.645 1.007 2.666 1.029h.002c1.69203.036 2.72503-.014 3.81003-.386 1.24-.426 2.044-1.377 2.494-2.613.399-1.096.511-2.42596.423-3.74296-.066-.983-.888-1.866-1.879-2.126-.632-.166-1.471-.32-2.351-.432.181-.807.34-1.621.418-2.451.129-1.362-.873-2.322-1.94003-2.399-.713-.051-1.494.262-1.996 1.18-.597 1.091-1.073 2.08-2.275 4.498-.001 0-.001 0-.001.001-.078.157-.15.317-.216.479zm1.142 4.65496c.351.996 1.29 1.713 2.404 1.737h.001c1.44503.031 2.33003.019 3.25703-.299.766-.264 1.231-.883 1.51-1.647.329-.904.402-2.00296.329-3.08896-.022-.336-.349-.596-.689-.685-.947-.249-2.401-.465-3.70003-.538-.441-.025-.779-.403-.754-.844.025-.441.403-.779.844-.754l.061.004c.184-.806.352-1.619.43-2.449.03303-.353-.185-.633-.461-.653-.183-.013-.35.117-.478.352-.59 1.077-1.059 2.054-2.246 4.441-.233.471-.407.968-.516 1.479l.008.144v2.80096zm-1.6-2.80097v4.04297c0 .264-.214.478-.478.478h-.067c-.357 0-.699-.142-.952-.394-.252-.253-.394-.595-.394-.952V9.54543c0-.35699.142-.69899.394-.95199.253-.252.595-.394.952-.394h.067c.264 0 .478.21399.478.47799z\" class=\"svg-fill\"/>\n</svg><span class=\"widget_tx\">Класс</span></span></div></div></li></ul></div></div></div></div><span class=\"invisible\" st.markerB=\"0600040000010000000000000000000000000000000000000a030100000189613a709e\"></span></div><div class=\"loader-controls loader-controls-bottom\"><div class=\"link-show-more_loading\"><span class=\"fetching-hor\"><span class=\"fetching-hor_i\"></span>загрузка</span></div><a id=\"nohook_7908817054\" class=\"js-show-more link-show-more\" data-show-more=\"link-show-more\" href=\"#\">Показать ещё</a></div></div></div></div></div><span class=\"invisible\" st.markerB=\"0600040000010000000000000000000000000000000000000a030100000189613a709e\"></span></div><div class=\"invisible\"><div class=\"groups-search\"><div class=\"search-wrapper __medium \"><div class=\"it_w search-input\"><label><span class=\"invis-el\">Поиск по темам в группе</span><input type=\"text\" name=\"query\" value=\"\" id=\"search\" class=\"it search-input_it h-mod\" placeholder=\"Поиск по темам в группе\" data-adverts-back=\"true\" maxlength=\"250\" data-cancel-requests=\"true\" data-searchtimeout=\"700\" data-module=\"SearchInput\" data-url=\"/group/70000003390897?cmd=AltGroupSearchWrapper\" role=\"search\"><div class=\"search-input_control search-input_process\"><i class=\"search-input_ic ic18 ic18_anim-procces\"></i></div><span class=\"search-input_control search-input_search-ic\"><i class=\"search-input_ic ic ic_search\"></i></span><a class=\"search-input_control search-input_close\" aria-label=\"Отменить\"><i id=\"ingroup_cancelId\" class=\"search-input_ic ic curPointer ic_close-g\" role=\"img\"></i></a></label></div></div></div><div id=\"hook_Block_AltGroupSearchWrapper\" class=\"hookBlock\"><div class=\"tags __topics\"><div class=\"mb-x\">Напишите, что Вы ищете, и мы постараемся это найти!</div></div></div></div></div><div id=\"hook_Block_ClosedGroupTeaserBlock\" class=\"hookBlock\"></div><div id=\"hook_Block_DisabledGroupTeaserBlock\" class=\"hookBlock\"></div><div id=\"hook_Block_AgeRestrictedGroupTeaserBlock\" class=\"hookBlock\"></div></main></div></div></div><div id=\"mainContentLeftColumn\" data-l=\"outlandercontent,left\"><div id=\"hook_Block_LeftColumn\" class=\"hookBlock\"><div id=\"leftColumn\"><div aria-level=\"3\" role=\"heading\" class=\"invis-el\">Левая колонка</div><div id=\"hook_Block_LeftColumnTopCard\" class=\"hookBlock\"><div><div class=\"lcTc show-on-hover __l\"><div id=\"hook_Block_LeftColumnTopCardAltGroup\" class=\"hookBlock\"><div class=\"portlet group-info-portlet\"><div class=\"portlet_h __flex\"><h3 class=\"portlet_h_name_t\">О бизнесе</h3></div><div data-short-class-threshold=\"15\" data-short-class=\"__anonym-preview\" data-close-link=\"null\" class=\"h-mod group-info\" data-module=\"GroupInfoPanel\" data-toggle-map-event=\"toggleHappeningMap\"><div class=\"group-info_cnt js-cnt __anonym-preview\"><div class=\"group-info_block\"><div class=\"group-info_skills mb-3x\"><div class=\"ucard-v __h __middle __xxxxs\"><div class=\"section __top\"><div class=\"photo\"><svg class=\"svg-ic svg-ico_cars_master_48 svg-ic24\" viewBox=\"0 0 48 48\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.44 16.3a1.3 1.3 0 0 0-1.3-1.3H3.8c-1 0-1.8.8-1.8 1.8v.4c0 1 .8 1.8 1.8 1.8h4.34a1.3 1.3 0 0 0 1.3-1.3v-1.4zM45.97 16.8c0-1-.8-1.8-1.8-1.8h-4.2a1.3 1.3 0 0 0-1.3 1.3v1.4a1.3 1.3 0 0 0 1.3 1.3h4.2c1 0 1.8-.8 1.8-1.8v-.4zM44 28.2c0-.66-.54-1.2-1.2-1.2h-7.6c-.66 0-1.2.54-1.2 1.2v11.3a2.5 2.5 0 0 0 2.5 2.5h5a2.5 2.5 0 0 0 2.5-2.5V28.2zM14 28.2c0-.66-.54-1.2-1.2-1.2H5.2c-.66 0-1.2.54-1.2 1.2v11.3A2.5 2.5 0 0 0 6.5 42h5a2.5 2.5 0 0 0 2.5-2.5V28.2z\" fill=\"#2F3E4F\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6.74 38h35.3V26.7H6.74V38z\" fill=\"#2F3E4F\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M44.22 21.5l-40.57.1 3.59-3.57h33.5l3.48 3.47z\" fill=\"#98ACC0\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M45.08 23.72a3 3 0 0 0-3-3.13H5.88a3 3 0 0 0-3 3.13l.32 7.4a3 3 0 0 0 3 2.87h35.56a3 3 0 0 0 3-2.87l.32-7.4zM38.65 9.97a3.94 3.94 0 0 0-3.83-2.99H12.86a3.94 3.94 0 0 0-3.84 3.07l-2.06 8.98H40.9l-2.26-9.06z\" fill=\"#98ACC0\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M38.57 18H9.3l1.69-7.15a2.44 2.44 0 0 1 2.37-1.88h20.98c1.1 0 2.08.75 2.36 1.82L38.57 18z\" fill=\"#C2E7F7\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M33.86 24.5c0-.83-.67-1.5-1.5-1.5H15.5c-.82 0-1.5.67-1.5 1.5v3c0 .83.68 1.5 1.5 1.5h16.86c.83 0 1.5-.67 1.5-1.5v-3z\" fill=\"#2F3E4F\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 24.5c0-.83-.67-1.5-1.5-1.5h-4c-.83 0-1.5.67-1.5 1.5v1.14c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5V24.5zM43 24.5c0-.83-.67-1.5-1.5-1.5h-4c-.83 0-1.5.67-1.5 1.5v1.14c0 .83.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5V24.5z\" fill=\"#fff\"/>\n\n</svg></div></div><div class=\"caption textWrap\"><div class=\"bold\">Автомобили</div></div></div></div></div><div class=\"group-info_block textWrap\">Предлагаем авто в аренду с последующим выкупом.\nПриморье и Хабаровский край!</div><hr class=\"group-info_hr\"><div class=\"group-info_block\"><ul class=\"group-info_lst\"><li aria-label=\"Телефон:\" class=\"group-info_row __phone\"><svg class=\"svg-ic svg-ico_phone_16 group-info_row_ic\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9179 14.9903c.28-.13.772-.38 1.216-.61.439-.22.768-.62.909-1.09.141-.48.081-.99-.166-1.41-.301-.53-.675-1.18-.968-1.68-.48-.83997-1.532-1.14997-2.387-.69997l-.515.26c-.08295.04-.18595.02-.24495-.05-.331-.42-.773-1.03-1.154-1.69-.379-.66-.67-1.33-.863-1.82-.032-.09.001-.19.08-.24l.479-.31c.81-.52 1.069-1.58.587-2.41l-.978-1.69c-.248-.43-.662-.74-1.145-.86-.482-.11-.99-.02-1.404.25-.45.3-.943.62-1.124.74-.832.58-2.62 3.08.553 8.57997 1.805 3.13 3.584 4.34 4.859 4.76 1.05895.34 1.86295.17 2.26595-.03zm-.704-1.43c-.191.09-.568.1-1.068-.07-1.06195-.34-2.46495-1.42-3.96695-4.02997-1.285-2.22-1.666-3.83-1.61-4.94.042-.85.328-1.35.584-1.52.174-.12.648-.43 1.086-.72h.006c.046-.03.102-.04.156-.03.053.01.099.05.127.1l.978 1.69c.053.09.025.21-.065.27l-.479.3c-.716.46-1.013 1.36-.714 2.15.002.01.003.01.005.01.216.55.543 1.31.969 2.05.424.74.915 1.40997 1.283 1.87997h.003c.533.67 1.465.88 2.22795.49.169-.09.349-.18.522-.27.095-.05.212-.02.265.08l.968 1.67c.028.05.034.11.019.16-.016.05-.053.1-.102.12h-.001c-.436.23-.919.47-1.193.61z\" class=\"svg-fill\"/>\n</svg><div class=\"group-info_lst_i __value\">89147023636</div></li><li aria-label=\"Адрес:\" class=\"group-info_row __address\"><svg class=\"svg-ic svg-ico_location_16 group-info_row_ic\" viewBox=\"0 0 16 16\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.40804 14.9873c.001 0 .002-.001.002-.002.84696-.759 2.14496-1.98 3.24496-3.251 1.424-1.648 1.894-3.184 1.894-4.411 0-3.612-2.927-6.544-6.53096-6.544-3.603 0-6.53 2.932-6.53 6.544 0 1.229.395 2.813 1.851 4.396 1.172 1.273 2.438 2.485 3.254 3.243l.002.002c.792.729 2.009.74 2.813.023zm-1.064-1.194c-.19.169-.477.166-.665-.006-.793-.737-2.024-1.914-3.162-3.151-1.102-1.197-1.429-2.384-1.429-3.313 0-2.728 2.209-4.944 4.93-4.944 2.72196 0 4.93096 2.216 4.93096 4.944 0 .942-.411 2.099-1.505 3.364-1.05 1.215-2.28996 2.38-3.09996 3.106zm-.311-9.133c-1.484 0-2.688 1.205-2.688 2.689s1.204 2.689 2.688 2.689c1.484 0 2.68896-1.205 2.68896-2.689s-1.20496-2.689-2.68896-2.689zm0 1.6c.601 0 1.089.488 1.089 1.089s-.488 1.089-1.089 1.089-1.088-.488-1.088-1.089.487-1.089 1.088-1.089z\" class=\"svg-fill\"/>\n</svg><div class=\"group-info_lst_i __value\">Авраменко 2, Владивосток</div></li></ul></div></div></div></div></div></div></div></div><div id=\"hook_Block_RightColumnAboutAltGroup\" class=\"hookBlock\"></div><div id=\"hook_Block_RightColumnAltGroupMain\" class=\"hookBlock\"><div id=\"hook_Block_AltGroupMainMembersRB\" class=\"hookBlock\"><div class=\"portlet \"><div class=\"portlet_h __flex\"><h3 class=\"portlet_h_name_t\">Участники<span class=\"portlet_h_count\">15</span></h3><div class=\"portlet_h_inf\"><a class=\"portlet_h_ac al\" href=\"/group/70000003390897/members\">Все участники</a></div></div><div class=\"ugrid __s group-members-rb\"><div class=\"ugrid_cnt\"><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Виталий Черепанов\" href=\"/profile/22447936165?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"22447936165\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCBvriRFDRoG0gOhZtsO2yer8-mvUuN1tnknCeER91-xHgzDG3bfQUmSqL9yLTShVFIMmoaHI0EpduaWdaA_D4F8gI1ovCJJgYJCNUZSrceGZwz6eSs54QZMxUfPENmjXnzy7WUirEAi4z4cnZObIwRx3B8AM2xvEMqf-VaTfah4qU 1x, https://vki4.okcdn.ru/i?r=BYCBm8FwdAmpu6wT9ZDfSOsr-br85tYbk_WQ1ZEuSgREAB6QziklA7GN5GJLPaZ3bVeLKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXdORC8VFEd4Y8xBYjXI_0C0 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCBvriRFDRoG0gOhZtsO2yer8-mvUuN1tnknCeER91-xHgzDG3bfQUmSqL9yLTShVFIMmoaHI0EpduaWdaA_D4F8gI1ovCJJgYJCNUZSrceGZwz6eSs54QZMxUfPENmjXnzy7WUirEAi4z4cnZObIwRx3B8AM2xvEMqf-VaTfah4qU\" alt=\"Виталий Черепанов\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817055\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=22447936165&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Виталий Черепанов\" href=\"/profile/22447936165?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Виталий</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817056\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=22447936165&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Николай CW\" href=\"/nikolay.basov?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"89083424763\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwo-yBnMIcEaRDajzX8YswbgIb9bCtDijKcjaD0vYG_2CMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIoox9TR13PY7wXYtZ4LRaGnwQaxENFshulG3FPMQNEz_RDNYsPy-YXFNqTqrW-JFt9FKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwo-yBnMIcEaRDajzX8YswbgIb9bCtDijKcjaD0vYG_2CMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"Николай CW\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817057\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=89083424763&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Николай CW\" href=\"/nikolay.basov?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Николай</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817058\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=89083424763&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Денис Мазур\" href=\"/profile/125039659987?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"125039659987\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtwQukd4GyM0piHIQ5srB368Y1BRaWk_IZ04TcJu1Xx_MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIoSTkh-Ia9dL3Dx9o54nYTA-db2NnDNOtOUAKoZ3ErovKKQHJW5c1u_ZyWnsHcDGFdFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtwQukd4GyM0piHIQ5srB368Y1BRaWk_IZ04TcJu1Xx_MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"Денис Мазур\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817059\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=125039659987&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Денис Мазур\" href=\"/profile/125039659987?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Денис</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817060\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=125039659987&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Александр Трофименко\" href=\"/profile/353859477479?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"353859477479\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCBvriRFDRoG0gOhZtsO2yer1T1SnsO3Lf-5e_0XIMktFwcEJCw6AnbQrwhlPssSwfzMmoaHI0EpduaWdaA_D4F8gI1ovCJJgYJCNUZSrceGZwz6eSs54QZMxUfPENmjXnzy7WUirEAi4z4cnZObIwRx3B8AM2xvEMqf-VaTfah4qU 1x, https://vki4.okcdn.ru/i?r=BYCBm8FwdAmpu6wT9ZDfSOsr-TS1tc799X0OEp449h96PGLQvgjqpLFAkm4ohGWODpRYKkZ240nbpEK_hr3P4flRDfxPohlgRVYDqDE03m8Aj8ykxtkbK2oaS1xhuLS66-eW_S_cfZO0PqybnwCp5zqaXdORC8VFEd4Y8xBYjXI_0C0 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCBvriRFDRoG0gOhZtsO2yer1T1SnsO3Lf-5e_0XIMktFwcEJCw6AnbQrwhlPssSwfzMmoaHI0EpduaWdaA_D4F8gI1ovCJJgYJCNUZSrceGZwz6eSs54QZMxUfPENmjXnzy7WUirEAi4z4cnZObIwRx3B8AM2xvEMqf-VaTfah4qU\" alt=\"Александр Трофименко\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817061\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=353859477479&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Александр Трофименко\" href=\"/profile/353859477479?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Александр</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817062\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=353859477479&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"виталя столяров\" href=\"/vitalya.stolyarov?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"482296007873\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtIWuPU-6l9zwk8zXcU3pAchsyRZ8EZ3aLDm-mbI9zNpMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIonpG86gehmuiLrvGcBTfy28VtJp7s3X-nYE5FS_ySIW-coyQ8uYetBkXqEsgtd5ldFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtIWuPU-6l9zwk8zXcU3pAchsyRZ8EZ3aLDm-mbI9zNpMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"виталя столяров\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817063\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=482296007873&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"виталя столяров\" href=\"/vitalya.stolyarov?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">виталя</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817064\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=482296007873&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"∫łฤтσฤ ★ ★★★★\" href=\"/krohopupsdobroeshka?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"489262360521\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwkHUxPLWZR3e4ZYDrnM0SWs-xD0tzUXsJLlFXQFdMuv6MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIvWn9sWFyjRXf6jGRA1YzTqJAIEVJshOqitx4i1OKcBBpQbdGM_jarmms4JC27zeL9FKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwkHUxPLWZR3e4ZYDrnM0SWs-xD0tzUXsJLlFXQFdMuv6MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"∫łฤтσฤ ★ ★★★★\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817065\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=489262360521&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"∫łฤтσฤ ★ ★★★★\" href=\"/krohopupsdobroeshka?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">∫łฤтσฤ ★</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817066\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=489262360521&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Булат Колембаев\" href=\"/profile/526404010945?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"526404010945\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwo4BMRytcc0jWgSwTRDxBUzjDuisWK8HrTLDfCeMPeJ7MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTImL417SnroHtd91Pq7sIzLFNQNao44WACeQi9dR0Mb2jqlcyDgenWJmJ_0P4J3ZBOtFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwo4BMRytcc0jWgSwTRDxBUzjDuisWK8HrTLDfCeMPeJ7MKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"Булат Колембаев\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817067\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=526404010945&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Булат Колембаев\" href=\"/profile/526404010945?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Булат</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817068\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=526404010945&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Прасковья Милованова (Сенина)\" href=\"/profile/528760367788?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"528760367788\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwoSc4xkvH9bxEuD-8nuvFzOHec50YYIBCWxvaKwDjZQuMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIsNl21ryPaQX9ufTjnbmNjNRpKhb8FyoT1plTKSupWdheReHzxCjQMZCnyGAvGHom9FKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwoSc4xkvH9bxEuD-8nuvFzOHec50YYIBCWxvaKwDjZQuMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"Прасковья Милованова (Сенина)\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817069\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=528760367788&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Прасковья Милованова (Сенина)\" href=\"/profile/528760367788?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Прасковья</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817070\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=528760367788&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"Валера Рытиков\" href=\"/profile/539464205052?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"539464205052\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwlGkPes-WkUEp2ys3FEnQTETT3_56fVbKfXPLx3BnhEvMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIpuIgkZnLneQXQjjH2dnl4irvdm-gLQflrydtjqi9zJy58b_6dnFw_ePNO0vD29eNtFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwlGkPes-WkUEp2ys3FEnQTETT3_56fVbKfXPLx3BnhEvMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"Валера Рытиков\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817071\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=539464205052&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"Валера Рытиков\" href=\"/profile/539464205052?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">Валера</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817072\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=539464205052&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"килдог🇷🇺 ™\" href=\"/profile/562066199783?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"562066199783\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtJAh01Ez0hKC8WAZreij9Zqa9ZvPGCz5YN-u7G3a2OKMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIiw4L2w_03Q46dNp5irThQpFhFaJ4bAvaACP60SZuxpTPuUsSAZN584k4SUksk68wNFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwtJAh01Ez0hKC8WAZreij9Zqa9ZvPGCz5YN-u7G3a2OKMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM\" alt=\"килдог🇷🇺 ™\" width=\"64\" height=\"64\"></div></a></div><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817073\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=562066199783&st.cmd=anonymGroup&st.groupId=70000003390897\"></div><div class=\"caption center\" class=\"caption\"><div class=\"ellip-i\"><a class=\"o\" aria-label=\"килдог🇷🇺 ™\" href=\"/profile/562066199783?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\">килдог🇷🇺</a><div data-nocache=\"1\" data-position=\"auto\" data-hideOnScroll=\"1\" data-blockid=\"7908817074\" class=\"h-mod sc-menu_w \" data-module=\"ShortcutMenu\" data-url=\"/dk?cmd=ShortcutMenu&t=UserMenu&id=562066199783&st.cmd=anonymGroup&st.groupId=70000003390897\"></div></div></div></div></li><li class=\"ugrid_i\"><div class=\"ucard-v __xs __rounded\"><div class=\"section\"><a aria-label=\"номеровский денис\" href=\"/profile/582754525188?st.layer.cmd=PopLayerClose&st._forceSetHistory=true&st._aid=GroupMain_RightColumn_GroupMemberNonFriend\"><div class=\"photo\"><span class=\"\" data-id=\"582754525188\"></span><img class=\"photo_img\" srcset=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwsk0tf5_6o4g1u35NmGFK_ZoTUBTmSI917rVQCn6iYXZMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwjPtBM 1x, https://vki4.okcdn.ru/i?r=BYCBAUVsvQAbht3jTpal2HLTIt2YhnOiI5euPtP0U_LMBOaJjyHjwYmM1hPoShsjEnloDh7VEnIJpp2gQFJ6slydqtFKiInppjAXFN8Vqz-DHq26v6guPyuiudqrm49AgEV2jpfZ0MeYPUv5R0Xzmuh5iigYG74j6kgVZqNDBik8AkU 2x\" src=\"https://vki4.okcdn.ru/i?r=BYCB_K04TWlFSXr_Y4zfdJNLwsk0tf5_6o4g1u35NmGFK_ZoTUBTmSI917rVQCn6iYXZMKEay8f4Xdre1dOzaxhcw8gLJBl0buowuuG4CFhTz2FFgJpRulT8GM2suKH1TA-NqyrXUJVfOWU8keDtvA6M8Zn7soAn0wkfnnxcbwj','no'),
(249,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),
(256,'acf_first_activated_version','6.3.2','yes'),
(257,'acf_site_health','{\"event_first_activated\":1719488481,\"last_updated\":1719488924,\"event_first_created_post_type\":1719488797,\"event_first_created_field_group\":1719488924}','no'),
(258,'acf_version','6.3.4','yes'),
(259,'apgf_donation','s:59:\"a:2:{s:6:\"option\";s:2:\"no\";s:9:\"timestamp\";s:8:\"20240727\";}\";','yes'),
(260,'frontend_admin_hide_wp_dashboard','1','yes'),
(261,'frontend_admin_hide_by','a:1:{i:0;s:4:\"user\";}','yes'),
(262,'frontend_admin_save_submissions','0','yes'),
(265,'_site_transient_timeout_popular_importers_5c6ba9dbaa26693c11e9f6dadcfacb0e','1719663096','no'),
(266,'_site_transient_popular_importers_5c6ba9dbaa26693c11e9f6dadcfacb0e','a:2:{s:9:\"importers\";a:7:{s:7:\"blogger\";a:4:{s:4:\"name\";s:7:\"Blogger\";s:11:\"description\";s:54:\"Import posts, comments, and users from a Blogger blog.\";s:11:\"plugin-slug\";s:16:\"blogger-importer\";s:11:\"importer-id\";s:7:\"blogger\";}s:9:\"wpcat2tag\";a:4:{s:4:\"name\";s:29:\"Categories and Tags Converter\";s:11:\"description\";s:71:\"Convert existing categories to tags or tags to categories, selectively.\";s:11:\"plugin-slug\";s:18:\"wpcat2tag-importer\";s:11:\"importer-id\";s:10:\"wp-cat2tag\";}s:11:\"livejournal\";a:4:{s:4:\"name\";s:11:\"LiveJournal\";s:11:\"description\";s:46:\"Import posts from LiveJournal using their API.\";s:11:\"plugin-slug\";s:20:\"livejournal-importer\";s:11:\"importer-id\";s:11:\"livejournal\";}s:11:\"movabletype\";a:4:{s:4:\"name\";s:24:\"Movable Type and TypePad\";s:11:\"description\";s:62:\"Import posts and comments from a Movable Type or TypePad blog.\";s:11:\"plugin-slug\";s:20:\"movabletype-importer\";s:11:\"importer-id\";s:2:\"mt\";}s:3:\"rss\";a:4:{s:4:\"name\";s:3:\"RSS\";s:11:\"description\";s:30:\"Import posts from an RSS feed.\";s:11:\"plugin-slug\";s:12:\"rss-importer\";s:11:\"importer-id\";s:3:\"rss\";}s:6:\"tumblr\";a:4:{s:4:\"name\";s:6:\"Tumblr\";s:11:\"description\";s:53:\"Import posts & media from Tumblr using their API.\";s:11:\"plugin-slug\";s:15:\"tumblr-importer\";s:11:\"importer-id\";s:6:\"tumblr\";}s:9:\"wordpress\";a:4:{s:4:\"name\";s:9:\"WordPress\";s:11:\"description\";s:96:\"Import posts, pages, comments, custom fields, categories, and tags from a WordPress export file.\";s:11:\"plugin-slug\";s:18:\"wordpress-importer\";s:11:\"importer-id\";s:9:\"wordpress\";}}s:10:\"translated\";b:0;}','no'),
(268,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/ru_RU/wordpress-6.5.5.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-6.5.5.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1719523922;s:15:\"version_checked\";s:5:\"6.5.5\";s:12:\"translations\";a:0:{}}','no'),
(270,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719523923;s:7:\"checked\";a:1:{s:13:\"generatepress\";s:5:\"3.4.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:13:\"generatepress\";a:6:{s:5:\"theme\";s:13:\"generatepress\";s:11:\"new_version\";s:5:\"3.4.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/generatepress/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/generatepress.3.4.0.zip\";s:8:\"requires\";s:3:\"5.2\";s:12:\"requires_php\";s:3:\"7.4\";}}s:12:\"translations\";a:0:{}}','no'),
(271,'category_children','a:0:{}','yes'),
(272,'recovery_mode_email_last_sent','1720343076','yes'),
(273,'_transient_timeout_feed_71a7765c3d553e44aaa308159b5a2ba6','1719534379','no'),
(274,'_transient_feed_71a7765c3d553e44aaa308159b5a2ba6','a:3:{s:3:\"url\";s:22:\"https://wordpress.org/\";s:8:\"feed_url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"build\";s:14:\"20211220193300\";}','no'),
(275,'_transient_timeout_feed_mod_71a7765c3d553e44aaa308159b5a2ba6','1719534379','no'),
(276,'_transient_feed_mod_71a7765c3d553e44aaa308159b5a2ba6','1719491179','no'),
(277,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1719534379','no'),
(278,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jun 2024 21:25:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.7-alpha-58584\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:81:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress 6.6 RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2024/06/wordpress-6-6-rc1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jun 2024 16:23:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:18:\"release candidates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17429\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"The first release candidate (RC1) for WordPress 6.6 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, please evaluate RC1 on a test server or a local environment. Reaching this phase of […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11222:\"\n<p>The first release candidate (RC1) for WordPress 6.6 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, please evaluate RC1 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC1 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table><figcaption class=\"wp-element-caption\">Please test WordPress 6.6 RC1 in one or more of these four ways.</figcaption></figure>\n\n\n\n<p>The current target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Two notes about changes in the RC period</h2>\n\n\n\n<p><strong>Hard string freeze:</strong> From now until July 16, there is a <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> in place—no strings may change, and no new strings may be committed. That’s to give the Polyglots team time to translate WordPress 6.6 into as many languages as possible before final release.</p>\n\n\n\n<p><strong>Two-committer signoff:</strong> Commits in the RC period also require two Core committers to sign off on every merge. Since release candidates are supposed to be ready to go, only major fixes and blessed tasks should merge at this late date.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.6 RC1?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 40 bug fixes for the Editor and more than <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F27%2F2024..03%2F05%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">40 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.6?since=2024-06-18&until=2024-06-24\">GitHub commits for 6.6</a> since June 18</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F18%2F24..06%2F24%2F2024&milestone=6.6&max=1000&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since June 18</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/\">WordPress 6.6 CSS Specificity</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/\">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/24/section-styles/\">Section Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-6/\">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people who collaborate on and contribute to to its development. The resources below outline a wide variety of ways you can help the world’s most popular open source web platform, whether or not you have any technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to making sure WordPress is speedy and stable. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17392\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you’re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\" data-type=\"post\" data-id=\"17289\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 16), the <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">monetary reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks or patterns, your products play an integral role in extending the functionality and value of WordPress for all users. </p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.6 beta releases. With RC1, you’ll want to finish your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.6.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo> <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo> <bdo lang=\"ru\" dir=\"ltr\">Русский</bdo>? <bdo lang=\"ja\" dir=\"ltr\">日本</bdo>? <bdo lang=\"hin\" dir=\"ltr\">हिन्दी</bdo>? <bdo lang=\"bn\" dir=\"ltr\">বাংলা</bdo>? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>We’re here already?<br>RC1 means three weeks left.<br>Have some fun—come test!</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> for collaborating on this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 6.5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2024/06/wordpress-6-5-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2024 19:10:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17426\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:377:\"WordPress 6.5.5 is now available! This release features three security fixes. Because this is a security release, it is recommended that you update your sites immediately. This minor release also includes 3 bug fixes in Core. You can download WordPress 6.5.5 from WordPress.org, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5127:\"\n<h2 class=\"wp-block-heading\">WordPress 6.5.5 is now available!</h2>\n\n\n\n<p>This release features three security fixes. Because this is a security release, <strong>it is recommended that you update your sites immediately. </strong>This minor release also includes <a href=\"https://core.trac.wordpress.org/query?component=!Build%2FTest+Tools&milestone=6.5.5&col=id&col=summary&col=owner&col=type&col=status&col=priority&col=component&order=priority\">3 bug fixes</a> in Core.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.5.5.zip\">download WordPress 6.5.5 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.5.5 is a short-cycle release. The next major release will be version 6.6 which is scheduled for July 16, 2024.</p>\n\n\n\n<p>For more information on WordPress 6.5.5, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-5-5/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for <a href=\"https://hackerone.com/wordpress?type=team\">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A cross-site scripting (XSS) vulnerability affecting the HTML API reported by Dennis Snell of the WordPress Core Team, along with Alex Concha and Grzegorz (Greg) Ziółkowski of the WordPress security team.</li>\n\n\n\n<li>A cross-site scripting (XSS) vulnerability affecting the Template Part block reported independently by Rafie Muhammad of Patchstack and during a third party security audit.</li>\n\n\n\n<li>A path traversal issue affecting sites hosted on Windows reported independently by Rafie M & Edouard L of Patchstack, David Fifield, <a href=\"https://hackerone.com/x89\">x89</a>, <a href=\"https://hackerone.com/apple502j\">apple502j</a>, and <a href=\"https://hackerone.com/mishre\">mishre</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.5 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/grantmkin\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar\">Rajin Sharwar</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> Slack channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Already testing WordPress 6.6? The fourth beta is now available (<a href=\"https://wordpress.org/wordpress-6.6-beta4.zip\">zip</a>) and it contains these security fixes. For more on 6.6, see the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\">beta 3 announcement post</a>. Learn more about <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">testing WordPress 6.6 here</a>.</em></p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a> for reviewing.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WP Briefing: Episode 82: WCEU Hallway Track\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2024/06/episode-82-wceu-hallway-track/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17409\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/06/WPB082.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10086:\"\n<p>Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/6-6/\">WordPress 6.6 RC1 (and upcoming schedule)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/05/31/wordpress-project-contributor-handbook-v2/\">WordPress Project Contributor Handbook v2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2024/06/12/the-sustainability-teams-handbook-for-events-is-here/\">The Sustainability Team’s Handbook for Events is here!</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2024/volunteering-at-wordcamp-us-2024/\">Volunteering at WordCamp US 2024</a> </li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> My friends, another WordCamp Europe is in the books. We had the second-highest number of tickets sold in the history of our event series, with the first being WordCamp Europe in Berlin. But even with that number of tickets sold, that number of people gathering together to talk about WordPress and related things, there were still a lot of people who didn’t get to join us.</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> For some, that came with experiencing FOMO, but some of you embraced the JOMO of it all. Either way, at this point, there are a good collection of wrap-ups and round-ups going around, so I’m here to tell you a bit about what was buzzing in the hallway track. </p>\n\n\n\n<p>Firstly, everyone was so excited to see old friends and make new ones. Everywhere I turned, I saw WordPressers in clusters catching up, most included new to the crew faces. So we know that we were using the Pac-Man rule that we love so much. But even while they were catching up on the last two, three, four years, they were also talking to each other about how to get more folks to things like this. </p>\n\n\n\n<p>Since we all generally agree that your first time meeting other WordPressers can be a truly pivotal moment in your WordPress journey, it was a delight to hear so much brainstorming focused on that. From mentorship to community introduction and the future of our events, the question of how to keep our ecosystem healthy and thriving was a big topic. Does any one of us have all the answers to this? No, but fortunately, we’ve got a global set of thinkers working on this global question. So, together, I’m sure we can come up with some good guesses to try out.</p>\n\n\n\n<p>[00:02:21] <strong>Josepha:</strong> Secondly, I saw a ton of talks and discussions about career development, not only about how to learn more but also how to be a champion for open source in your company, how to advocate for contribution as a best business practice. And what other communities can teach us about how they commit to their user’s continuing education, for lack of a friendlier term.</p>\n\n\n\n<p>And boy, do I love a good conversation about how to make working in open source easier, make it more meaningful, and more impactful. I’m in favor of anything that helps to dignify our profession. The front-facing, easy-to-use experience of WordPress, in particular, has been misunderstood to mean that we are a simple piece of software for simple tasks. And that is the way with our mission really. If we succeed at democratizing publishing or learning or commerce for that matter, we are taking the arcane and making it mundane. But simple to use doesn’t mean simple to create. And I want all of our future employers and clients to see that.</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> And then the final thing that I saw lighting up the hallway track was the idea of bringing life and excitement back to the web. WordPress has been fighting against closed systems for a long time, but as Matt alluded to in his keynote, merely having an open web is still not quite as fun as having an active and dynamic one. And we saw that both in general desire to bring fun back to being online, but also in the fresh variety of demos and workshops that we saw in the fun that was brought to the event. There were new and shocking implementations of Playground, I must say. Which, as far as I can tell, will basically be able to run everything one day.</p>\n\n\n\n<p>[00:04:03] <strong>Josepha:</strong> But at WordCamp Europe, it ran; it powered our second massive hybrid translation event, where we translated something like 50,000 strings. We also had an amazing speed-building duel with an accepted future challenge between Jessica Lyschik and Matt Mullenweg. And not for nothing; the way we designed; the way the event area was put together included ways to stop and just have fun.</p>\n\n\n\n<p>There was a little grassy area with yard games and smaller pods of chairs for those quick hallway catch-ups that you just don’t get anywhere else. And for me, it was simply lovely to see everyone embracing the fun that was there, but also hearing about how much they wanted to help the web embrace the fun that could be.</p>\n\n\n\n<p>[00:04:48] (Music interlude) </p>\n\n\n\n<p>[00:04:55] <strong>Josepha:</strong> Thanks for listening to my hallway track recap. Hopefully, it caused JOMO, not FOMO. And now, let’s turn our attention to the small list of big things.</p>\n\n\n\n<p>[00:05:05] <strong>Josepha:</strong> First thing on my list is WordPress 6.6 update. So we are reaching the release candidate phase tomorrow. WordPress 6.6 RC1 will be released, so download and join the community helping us to get this release out the door. It is scheduled for July 16th. If you have plugins or themes or any sort of business that uses WordPress, now is the time to get in and test it on a test site. I don’t recommend putting it in production at any point, but come and test it. Help us break it so that we can make sure that it doesn’t break for other people, for the, you know, 43% of the web that uses it when we get it out the door on the 16th. </p>\n\n\n\n<p>The second thing on the list is that we have a WordPress Project Contributor Handbook V2 out there. It aims to be the quintessential resource for everyone in our community. And it will provide a bird’s eye view of where to find key information and different aspects of our community. How it all kind of connects together. And, just like a release, we really need some feedback from you. There is the repo on GitHub where you can go and kind of make inline comments, join the discussion about it. It can be a go-to resource if we look at it together and make sure that it has as much information as clearly stated as you wished you had when you were learning your way around WordPress for the first time. </p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The third thing on the list is actually another handbook. So, the Sustainability Team has put together a handbook specifically for events. It’s their first version, and over the past few months, members of that team have been sharing their ideas and experiences on how WordPress community events can be held more sustainably. All this input created a first draft, which eventually became this first version. And so we’ll put a link in the show notes, wander over there, take a look at it, see what some best practices for sustainable events are in the WordPress ecosystem. </p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And then the final thing on my list is about WordCamp US. I realize this is a podcast about WordCamp Europe right now. And so it’s odd to think that I’m moving right along into WordCamp US. However, there is a deadline coming up. July 1st is the last day to sign up to be a volunteer at this event. It’s taking place this year in Portland, Oregon, on the west side of the US. And it should be a really fun time. It’s middle of September. Come on out there. Learn about WordPress. Learn about contribution. Maybe get some voodoo donuts. You know, the important things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:06] (Music outro) </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:75:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2024 16:37:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17392\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"WordPress 6.6 Beta 3 is here! Please download and test it. This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do. Instead, test Beta 3 on a local site or a testing environment […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7996:\"\n<p><br>WordPress 6.6 Beta 3 is here! Please download and test it.</p>\n\n\n\n<p id=\"block-79834dd4-c99a-477a-b722-091806a32976\"><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p id=\"block-aa4b335e-b1a2-4904-a68c-c3e73e574386\">Instead, test Beta 3 on a local site or a testing environment in any of these four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-beta3</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table><figcaption class=\"wp-element-caption\">Four ways to test WordPress Beta 3.</figcaption></figure>\n\n\n\n<p id=\"block-7e6a92e6-dba7-4f69-9226-f4dcab4a0b91\">The target release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next four weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-aebce12b-08f8-40a7-9fe6-5a08f75d2254\">If you find an issue</h2>\n\n\n\n<p id=\"block-b9e58289-f6cb-4bdd-85a1-eb8d9a704ae4\">If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The bug bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">financial reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles between Beta 1, which landed June 4, and the final Release Candidate (RC), which will happen July 9. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The work continues</h2>\n\n\n\n<p><strong>Catch up with what’s new in 6.6:</strong> <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">check out the Beta 1 announcement for the highlights.</a></p>\n\n\n\n<p>Beta 3 packs in more than 50 updates to the Editor since the Beta 2 release, including 39 <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F11%2F2024..06%2F16%2[…]id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress core</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/trunk?since=2024-06-08&until=2024-06-16\" data-type=\"link\" data-id=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-14&until=2024-02-20\">GitHub commits for 6.6</a> since June 11</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?changetime=06%2F11%2F2024..06%2F16%2F2024&resolution=fixed&milestone=6.6&max=1000&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=milestone\">Closed Trac tickets</a> since June 11</li>\n</ul>\n\n\n\n<p>The beta cycle is all about fixing the bugs you find in testing. </p>\n\n\n\n<p><strong>Do you build themes?</strong> Feedback from testing has already prompted a change in the way you offer style variations to your users.</p>\n\n\n\n<p>In Beta 1, if you made preset style variations for your theme, it automatically generated a full set of color-only and type-only options your users could mix and match across the different variations.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/62469/commits/83f62ca81ff89b9d395863f6e9b7e82cec76d1b3\">In Beta 3, your theme no longer generates those options automatically—you do.</a> So you can present a simpler set of choices, curated to guide users’ efforts to more pleasing results. <a href=\"https://github.com/WordPress/gutenberg/issues/62285\" target=\"_blank\" rel=\"noreferrer noopener\">For more insight into the rationale, see this discussion.</a></p>\n\n\n\n<p>Thanks again for this all-important contribution to WordPress!</p>\n\n\n\n<p class=\"has-text-align-right is-style-default\"><em>Props to <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a></em>, @<em>atachibana</em>,<em> and <a href=\'https://profiles.wordpress.org/mobarak/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mobarak</a> for collaboration and review.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p>Beta ends at 3<br>One more week, then comes RC<br>When we freeze the strings!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17392\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Highlights from WordCamp Europe 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jun 2024 21:29:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17374\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"From June 13-15, 2024, WordPress enthusiasts from across the globe gathered in Torino to explore and celebrate the world’s most popular web platform at WordCamp Europe 2024. A dedicated team of 250 volunteers, led by WordCamp veterans Wendie Huis in ‘t Veld, Juan Hernando, and Takis Bouyouris, organized and produced the event.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13904:\"\n<p><em>2,584 attendees participated in the 12th annual WordPress event in Europe, held at the </em><a href=\"https://europe.wordcamp.org/2024/venue/\"><em>Lingotto Conference and Exhibition Centre</em></a><em> in Torino, Italy.</em></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17376\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?w=1080&ssl=1 1080w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">The <a href=\"https://www.museocinema.it/en/museum-and-ma-prolo-foundation/mole-antonelliana\">Mole Antonelliana</a> in Torino, illuminated to celebrate WordCamp Europe 2024</figcaption></figure>\n\n\n\n<p>From June 13-15, 2024, WordPress enthusiasts from across the globe gathered in Torino to explore and celebrate the world’s most popular web platform. A dedicated team of 250 volunteers, led by WordCamp veterans Wendie Huis in ‘t Veld, Juan Hernando, and Takis Bouyouris, organized and produced the event.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Impact in Action on Contributor Day</h2>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/contributor-day/\">Contributor Day</a> brought together 726 contributors working across 25 teams to support the WordPress project. Their accomplishments included translating 79,059 “strings” for the WordPress user interface across 29 languages, updating documentation for the forthcoming 6.6 release, onboarding new contributors for the support forums and testing teams, and identifying ways to improve plugin security.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work.jpeg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17377\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work-scaled.jpeg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work-scaled.jpeg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work-scaled.jpeg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work-scaled.jpeg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work-scaled.jpeg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Contributors gathering during WCEU 2024 Contributor Day</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sustainable open source is the future</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=1024%2C576&ssl=1\" alt=\"\" class=\"wp-image-17378\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=1024%2C576&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=300%2C169&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=768%2C432&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=1536%2C864&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?w=1920&ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Keynote presenters, Joost de Valk and Juliette Reinders Folmer</figcaption></figure>\n\n\n\n<p>Joost de Valk and Juliette Reinders Folmer delivered the event’s opening keynote address on <a href=\"https://europe.wordcamp.org/2024/session/sustainable-open-source-is-the-future/\">sustaining open source software projects</a>. Their keynote covered funding open source, contributing beyond code, and convincing buyers in commercial enterprises that open source is a viable alternative to proprietary platforms.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Two days of engaging sessions</h2>\n\n\n\n<p>Friday and Saturday saw 60 presentations and workshops held across <a href=\"https://europe.wordcamp.org/2024/schedule/\">three tracks</a>. Topics included WordPress development, accessibility, design, business, community, artificial intelligence, and cybersecurity.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17381\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Speed Build Session</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"783\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?resize=1024%2C783&ssl=1\" alt=\"\" class=\"wp-image-17382\" style=\"width:285px;height:auto\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?resize=1024%2C783&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?resize=300%2C229&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?resize=768%2C587&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?w=1404&ssl=1 1404w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Connect Series</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>A youth workshop gave younger attendees hands-on opportunities to build WordPress websites, explore new tech, and learn about internet safety. Meanwhile, a wellness-themed track included yoga lessons and walking tours of Torino, encouraging attendees to step away from their screens and explore the beauty of this year’s host city.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mid-year project update</h2>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg shared a <a href=\"https://youtu.be/ELW4Jdvujbc\">mid-year project update on WordPress</a> and concluded by fielding questions from the audience on various topics, from Gutenberg Phases to the WordPress Playground, and acknowledging a request to escalate a bug fix.</p>\n\n\n\n<p>Matt’s presentation highlighted the success of the <a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\">contributor mentorship program</a> and WCEU Contributor Day, demoed Translate Live, and shared an update on the <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a> initiative. </p>\n\n\n\n<p>Matt also covered the latest innovations with <a href=\"https://wordpress.org/playground/\">WordPress Playground</a>, highlighted <a href=\"https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/\">performance gains</a>, and previewed features anticipated in future releases, like rollbacks for auto-updates and zoomed-out view.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/matt.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17383\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/matt-scaled.jpg?resize=1024%2C683&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/matt-scaled.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/matt-scaled.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/matt-scaled.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/06/matt-scaled.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">WordPress Cofounder Matt Mullenweg</figcaption></figure>\n\n\n\n<p>Acknowledging an exciting new trend in the WordPress community, Mullenweg discussed “speed build challenges,” where onlookers watch WordPress experts build websites in real-time, showcasing tips, shortcuts, and best practices. One such event took place during a WCEU session, and in the Q&A portion of Matt’s presentation, he was invited to participate in one–an invitation he accepted!</p>\n\n\n\n<p>Matt reflected on WordPress reaching its 21st anniversary since he and Mike Little launched the first version in 2003. He <a href=\"https://ma.tt/2024/05/wp21/\">shared 11 things</a> to ensure that WordPress remains sustainable for decades to come:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Simple things should be easy and intuitive, and complex things possible.</li>\n\n\n\n<li>Blogs and dynamic sites are better.</li>\n\n\n\n<li>Documentation should be wiki-easy to edit.</li>\n\n\n\n<li>Forums should be front and center.</li>\n\n\n\n<li>Plugins and themes with community infrastructure.</li>\n\n\n\n<li>Great theme previews and diverse aesthetics.</li>\n\n\n\n<li>We can’t over-index for guidelines and requirements.</li>\n\n\n\n<li>Feedback loops are so important.</li>\n\n\n\n<li>Core should be opinionated and quirky.</li>\n\n\n\n<li>If you make WordPress, use WordPress.</li>\n\n\n\n<li>Stay close to our end-users</li>\n</ol>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/ELW4Jdvujbc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div><figcaption class=\"wp-element-caption\"><a href=\"https://youtu.be/ELW4Jdvujbc\">Watch Matt’s project update</a> on the WordPress YouTube channel</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing remarks</h2>\n\n\n\n<p>In their closing remarks, the event organizers expressed gratitude for the endorsements of the <a href=\"https://europe.wordcamp.org/2024/wordcamp-europe-receives-patronage-from-the-european-parliament/\">European Parliament</a>, the city of Torino, and Turismo Torino, the regional tourism board. The volunteer team was celebrated for their hard work in producing the event. </p>\n\n\n\n<p>Closing out a robust three days of programming, the organizing team announced that <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe 2025</a> would be held in Basel, Switzerland, from June 5 to 7, 2025. The announcement was met with hearty applause and plans to meet in a year’s time.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-17384\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=1024%2C682&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=300%2C200&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=768%2C512&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=1536%2C1024&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=2048%2C1365&ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\">Attendees gather for a photo at WCEU in Torino</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stay connected</strong></h2>\n\n\n\n<p><a href=\"https://events.wordpress.org/\">WordPress events</a> enable technologists, open source enthusiasts, and community members around the globe to meet, share ideas, and collaborate to drive WordPress and the open web forward.</p>\n\n\n\n<p>Mark your calendars for <a href=\"https://us.wordcamp.org/2024/\">WordCamp US</a> (Portland, Oregon, United States), <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> (Tokyo), and next year’s <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> in Manila!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>This post is a collaboration between the contributors who produce content for <a href=\"https://wordpress.org/news\">wordpress.org/news</a> and the WordCamp Europe Communications team.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:78:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.6 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2024 16:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17355\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"WordPress 6.6 Beta 2 is here! Please download and test it. This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do. Instead, test Beta 2 on a local site or a testing environment […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7673:\"\n<p><br>WordPress 6.6 Beta 2 is here! Please download and test it.</p>\n\n\n\n<p id=\"block-79834dd4-c99a-477a-b722-091806a32976\"><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p id=\"block-aa4b335e-b1a2-4904-a68c-c3e73e574386\">Instead, test Beta 2 on a local site or a testing environment in any of these four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-beta2</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 2 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table><figcaption class=\"wp-element-caption\">Three ways to test WordPress Beta 2.</figcaption></figure>\n\n\n\n<p id=\"block-7e6a92e6-dba7-4f69-9226-f4dcab4a0b91\">The target release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next five weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-aebce12b-08f8-40a7-9fe6-5a08f75d2254\">If you find an issue</h2>\n\n\n\n<p id=\"block-b9e58289-f6cb-4bdd-85a1-eb8d9a704ae4\">If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The bug bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">financial reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles between Beta 1, which landed June 4, and the final Release Candidate (RC) that will happen July 9. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The work continues</h2>\n\n\n\n<p><strong>Catch up with what’s new in 6.6:</strong> <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\" data-type=\"post\" data-id=\"17289\">check out the Beta 1 announcement for the highlights.</a></p>\n\n\n\n<p>Beta 2 packs in more than 50 updates to the Editor since the Beta 1 release, including 40+ <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F14%2F2024..02%2F19%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress core</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/trunk?since=2024-06-04&until=2024-06-07&before=c7f51bdbe10bec0c0ab7f987a3f01caaa717c1db+70\" data-type=\"link\" data-id=\"https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-14&until=2024-02-20\">GitHub commits for 6.6</a> since June 4</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?changetime=06%2F04%2F2024..06%2F11%2F2024&resolution=fixed&milestone=6.6&max=1000&col=id&col=summary&col=type&col=milestone&col=owner&col=status&col=priority&order=priority\">Closed Trac tickets</a> since June 4</li>\n</ul>\n\n\n\n<p>The beta cycle is all about fixing the bugs you find in testing. Thanks again for this vitally important contribution to WordPress! </p>\n\n\n\n<p class=\"has-text-align-right is-style-default\"><em>Props to <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/davidb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidb</a>, <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/juanmaguitar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanmaguitar</a> for collaboration and review.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 2 haiku</h2>\n\n\n\n<p>Testing is vital:<br>It makes everything better.<br>Let’s find all the bugs!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WP Briefing: Episode 81: It’s your first WordCamp? Welcome!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2024/06/episode-81-its-your-first-wordcamp-welcome/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17352\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"Get ready to dive into the vibrant world of WordCamps with this special episode of the WordPress Briefing, hosted by Josepha Haden Chomphosy! This episode is designed for first-time attendees; we’ll explore what to expect, from Contributor Day activities to mastering the art of socializing and networking. Whether you’re aiming to contribute to the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2024/06/WPB081.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19398:\"\n<p>Get ready to dive into the vibrant world of WordCamps with this special episode of the WordPress Briefing, hosted by Josepha Haden Chomphosy! This episode is designed for first-time attendees; we’ll explore what to expect, from Contributor Day activities to mastering the art of socializing and networking. Whether you’re aiming to contribute to the WordPress community or simply looking to make new connections, this episode will help you navigate your first WordCamp with confidence and excitement. Join us for a fun and informative guide to ensure you’re prepared and energized for all the activities these dynamic events have to offer.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://asia.wordcamp.org/\">WordCamp Asia</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/\">WordCamp US</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/upcoming-events/filtered/type/wordcamp/\">Upcoming Smaller WordCamps</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a><br><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.surveymonkey.com/r/9T3ZFSB\" target=\"_blank\" rel=\"noreferrer noopener\">Gender Equality in WordPress Businesses Survey</a></li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2025/dates-and-venue-revealed/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Asia 2025: Dates and Venue Revealed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/contribute/\" target=\"_blank\" rel=\"noreferrer noopener\">Try the Contributor Wizard Questionnaire</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2024/05/23/five-for-the-future-program-updates-may-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">Five for the Future Program Updates: May 2024</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17352\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro Music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> A pivotal moment in my WordPress journey was when someone invited me to a WordCamp. I was sort of aware of WordPress, but certainly not aware of the community or the ways of open source. And when I look back, there were a few things I wish I had known going in. I am, of course, an unapologetic extrovert and therefore unstoppable at events, but if you are headed to your first WordCamp and are feeling a little nervous or confused, then pop in some earbuds because the next 10 minutes are for you.</p>\n\n\n\n<p>[00:01:11] <strong>Josepha:</strong> We’re going to first take a look at some basic tactical things about WordCamps, and then I’m going to tell you a few, like, human things about being a human going to events. If you’re a dog going to these events, I think that your prep is different, but also that is not my area of expertise. So the first thing, some tactical stuff about going to WordCamps. All of this happens before you even get in the front door. And so this is stuff that you can do in the comfort of your own home, on your own time, using your own computer. If you’ve got questions, you’ve got a search engine nearby to take some quick searches. Make sure you know what you’re talking about.</p>\n\n\n\n<p>But first things first, the shape of a WordCamp. All WordCamps have at least one day of talks, one social event, and sponsors to connect to. Some also have extra events that you need to sign up for, like Contributor Days, workshops, things like that. But we’ll start with the main event, right? We’re going to start with the day of talks and things.</p>\n\n\n\n<p>[00:02:09] <strong>Josepha:</strong> So when we’re looking at the main event of a WordCamp, what you should do is you should head to the WordCamp’s website and check out the schedule. I suggest that you plan for two, maybe three things that you might want to learn and look around at the schedule to see if there are any presenters or presentations that look like they fit those things that you think you might want to learn. Because if it’s not working for you, if it’s not teaching you something, then you don’t necessarily need to be in that one. Even if you’re not sure about a session a talk that you’re planning to go to, I recommend that you stop by, and then if you find out that it’s not for you, you can leave again. That’s fine. But I do encourage you to go to at least one thing that feels a little bit outside of your comfort zone. Even if you feel lost right now. It at least gives you an idea of what to search for once you do get to that point. I would never have known the things to search for early on in my learning of WordPress without going to at least one or two sessions that were just way over my head. </p>\n\n\n\n<p>[00:03:14] <strong>Josepha:</strong> Second thing is don’t forget to check when lunch is available. And if you have dietary restrictions, let them know ahead of time. I realize this sounds silly, and I don’t know about you, but I can’t focus when I’m hungry. But also, it’s really a great, low-stakes networking time, and I think one of the overlooked networking times as well. I mean, everyone’s gotta eat, right? And it’s easier to strike up a conversation over a meal than just out of thin air or, you know, in the middle of a presentation when you’re supposed to be listening to a talk. So yeah, check out when lunch is happening! And yeah, make a friend or two, sit down at a table, and ask somebody what they’re doing with WordPress and how long they’ve been doing it.</p>\n\n\n\n<p>And the third thing that I would recommend that you do when you’re looking at kind of the main event for a WordCamp is to schedule in time to wander around and meet the event sponsors. They are all experts in some WordPress problem or other, so probably they have a solution to a problem that you have got. But they’re also how we keep our prices super low, so even if you have no problems or you think you have no problems. Still, check them out. They’re also staffed with wonderful people that are building really cool stuff with WordPress and so you might just get some inspiration out there. </p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Now for the side events.</p>\n\n\n\n<p>So the side events, we’re going to kind of start close to the main event and work our way out. So you’ve got generally three types of side events if you don’t count the networking things, which, in this case, I’m not. But just know that almost every WordCamp has some networking event, either an after-party or, like, a happy hour, a social that happens before the event.</p>\n\n\n\n<p>You’ll get emails about those if you have signed up for updates on the website. Also, you can look on the website directly. Just check out the schedule. Always go to those. The networking is the best at a WordCamp. But the side events—we’re talking about specific types. Like I said, we’re going to start close and work our way out.</p>\n\n\n\n<p>[00:05:11] <strong>Josepha:</strong> So, workshops. These are just what they sound like. They’re classroom-style opportunities to practice the things you’ve learned at meetup events or on learn.WordPress.org, depending on how you found your way to this WordCamp. They mostly happen during the WordCamp itself. in a separate track, and there are like stacks of workshops in that track in that series of sessions. But a lot of them do require preregistration simply so that the trainer has an idea of how many people to expect. Again, if you get in the workshop and it’s way over your head, you feel like you absolutely cannot get it done, you’re always welcome to leave and check out some other area. But, in general, the workshops that we have WordCamps are pretty solid.</p>\n\n\n\n<p>So a little bit further removed from that are our Youth and Teen Days. So this is more of an event series that is specifically designed for teens or kids who are trying to learn more about WordPress and other related business and entrepreneurial topics. It’s kind of a catch all but also has a lot of WordPress content in it. They have age limits, of course, and require separate registration for safety and planning purposes both. And those, in general, are either half-day during the WordCamp itself or a full-day during that WordCamp. </p>\n\n\n\n<p>[00:06:32] <strong>Josepha:</strong> Which brings us then to the big one, the major side event. This is a full-day side event called Contributor Day. If your WordCamp has a Contributor Day, it will happen either the day before or the day after the WordCamp itself. It is an entire day where attendees come together to learn how to contribute to the future of the WordPress open source project. Now, if you are listening to this as part of, like, you’re getting ready to go to a WordCamp, and you don’t know what I meant by open source or open source project or WordPress open source project, that’s fine.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> You’re going to learn all about it at the Contributor Day if you go, but the TLDR is that this software that you are about to choose to build your website on is built by thousands of people across the planet who are looking for the best solutions to problems that they have in their businesses that probably you will encounter or have encountered before. There’s no new problems under the sun, and open source methodologies kind of use the collective wisdom of everybody who has ever worked with a WordPress project or site and ran into a problem that they had to solve on their own, like this open source project, this community of people just make sure that that wisdom is collected and standardized and made available for all of eternity.</p>\n\n\n\n<p>That’s all you need to know. Low key. I’ve made Contributor Days sound so calming. However, that is a whole day thing. It happens before or after the WordCamp. It has separate registration so that organizers of your WordCamp can plan for how many folks need to be there to teach new and returning contributors, what to do. If I’m going to be honest, if you’re going to get overwhelmed at any WordPress event, it’s going to be one of these, but they are well worth the effort.</p>\n\n\n\n<p>[00:08:30] <strong>Josepha:</strong> Even if you just make a single contribution and never return, which I hope is not the case for you. I hope you do return. Even if you make a single contribution and never return, there’s something really grounding about seeing how much expertise and time, and care goes into this software that is, against all odds, completely free. So that’s all the tactical stuff, or a lot of it anyway.</p>\n\n\n\n<p>It at least gives you a sense for what you’re getting yourself into for your first-ever wonderful WordPress weekend. But I promised you some human stuff too. So here is my considerably shorter list of stuff to bring as a human being going to a WordCamp. There’s an optional one. I’ll start you off with an optional one. Come with an idea of what you think you want to learn. You don’t have to come with that if you don’t want to. Some of us don’t know what we don’t know yet, and that’s fine too. But if you have a sense for what you think you need to learn, you’ll have an easier time figuring out how to spend your time while you’re here.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> So, the non-optional things. Bring some way to exchange information. It can be QR codes, business cards, or pen and paper. It doesn’t really matter as long as it’s something that works for you to be sharing information with people that you meet. Because you never know when you’re going to meet your business soulmate, but the odds that you’re going to do it at a WordCamp are pretty dang high.</p>\n\n\n\n<p>The second thing to bring is bring what you need to be comfortable. Bring your water bottle, a change of shoes if you need it, spare battery for your phone, your glasses. This day is going to be long enough without worrying about small inconveniences. So bring what you need to make yourself comfortable. </p>\n\n\n\n<p>[00:10:09] <strong>Josepha:</strong> And finally bring your bravery. You will not know by looking at someone whether they’ve been doing WordPress stuff for two years or two weeks. But you can know that at some point, they were in the first two days of trying to figure this all out. One of the most endearing things about this community is the zeal they bring to solving a problem. So if you get lost or stuck, just ask the person next to you. We all remember what it was like to know nothing, and we are rooting for you to succeed. And that’s it. That’s your whole list. That’s everything you need to know to be the most prepared first-time attendee to a WordCamp ever. If that all sounded more overwhelming than just showing up, don’t worry.</p>\n\n\n\n<p>You can also just show up. That’s what I did. And even though I knew next to nothing, those WordCampers made me feel welcome and included and kept me coming back to learn more.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> Ah, WordCamps. Gosh, I love those things. So glad that we’re all getting back together for them. </p>\n\n\n\n<p>[00:11:10] (Music interlude) </p>\n\n\n\n<p>[00:11:18] <strong>Josepha:</strong> That brings us now, my friends, to our small list of big things. If you’re a first-time WordPresser, if you’ve never been to a WordCamp, and you don’t know what any of these things are, don’t worry; you can still go take a look at them, or you can wait until later when you’re less overwhelmed.</p>\n\n\n\n<p>Either way, but this is our small list of big things for middle of the year 2024. First thing on my list, the gender equality in WordPress businesses survey is still open. It aims to gain critical insight into the gender composition of leadership teams, the experiences of women and gender-diverse leaders and employees, and also take a look at the challenges and barriers to their career success. I care deeply about making sure that we have a way for folks who are traditionally and historically underrepresented in technology have a way to get into our space. Obviously, women and nonbinary folks are an area that I feel particularly called to help build those on-ramps for, but I have a great concern for that across the entire ecosystem and any intersection that we run into as we get more and more users into our space. </p>\n\n\n\n<p>[00:12:30] <strong>Josepha:</strong> If you are a woman, if you work with women, if you work in WordPress, if you work in a WordPress business, go take that survey, and let’s see what we find out about what it’s like to work in this space, as somebody that we normally don’t see. </p>\n\n\n\n<p>The second thing on our list is that WordCamp Asia 2025 dates and venue have been revealed. So WordCamp Asia 2023 and 2024 were both major successes, and we are excited to share that the dates and venue for next year will be February 20th, 21st, 22nd in 2025 in Manila, and you’ll be able to go over to that website, take a look at it, we’ll have a link in the show notes as always and maybe start planning your your next big Asian adventure.</p>\n\n\n\n<p>[00:13:13] <strong>Josepha:</strong> The third thing on my list is this new contributor wizard questionnaire. So, there are more than 20 teams to contribute to in the WordPress project. They all show up at those Contributor Days that I talked about. But there are more than 20 of them. They work on different parts of the WordPress project every day. And our passionate community offers contribution opportunities for everyone. I know, we know, that finding the right team is the key to a meaningful contributor experience. So, our interactive questionnaire is here to help you determine where to start. It is sometimes difficult to know whether you can contribute to a software if you are a designer, if you are a writer, if you are in marketing.</p>\n\n\n\n<p>And it turns out that you can contribute to WordPress with a bunch of skills that you otherwise would not have realized. So, we’ll have a link to the questionnaire in the show notes again. Also, it’s probably going to pop up on WordCamp sites, Contributor Day sites, anything that helps you all understand where you might find a little bit of success as a contributor is a good place for it to be. Take the questionnaire, see where you land, the WordPress sorting hat. </p>\n\n\n\n<p>[00:14:18] <strong>Josepha:</strong> And item number four. So we’ve made some updates, not we’ve made some updates, we have some updates from the Five for the Future program. So the Five for the Future program has a long history in the WordPress project. There are a couple of different episodes in this podcast where you can learn more about it.</p>\n\n\n\n<p>But, to bolster transparency and openness, we have an update on the current state of WordPress contributions as of the end of May 2024. In the past few months, we’ve made a lot of efforts to improve the program and contributor experience in WordPress. We’ve also done a little bit of work to kind of clean up the pledges that are in there for, people or companies or teams that have found that they couldn’t continue their contributions over time. That is fine too. But we’ll have a link to that update in the show notes as well.</p>\n\n\n\n<p>[00:15:09] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomposy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:15:36] (Music outro) </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.5.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 15:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17340\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"WordPress 6.5.4 is now available!This minor release features 5 bug fixes in Core. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. WordPress 6.5.4 is a short-cycle release. The next major release will be version 6.6 planned for July 2024. If you have sites that support […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4663:\"\n<p><strong>WordPress 6.5.4 is now available!</strong><br>This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.5.4&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority\">5 bug fixes in Core</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2024/05/30/wordpress-6-5-4-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.5.4 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-6/\">version 6.6</a> planned for July 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.5.4.zip\">download WordPress 6.5.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-5-4\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, and <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.4 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"//profiles.wordpress.org/jorbin"\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adrianduffell\">adrianduffell</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/lopo\">Enrico Battocchi</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kevinwhoffman\">Kevin Hoffman</a>, <a href=\"https://profiles.wordpress.org/louiswol94\">Louis Wolmarans</a>, <a href=\"https://profiles.wordpress.org/hmbashar\">Md Abul Bashar</a>, <a href=\"https://profiles.wordpress.org/illuminea\">Miriam Schwab</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pooja1210\">Pooja N Muchandikar</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/smub\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C06U06K50Q5\">#6-6-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to @<a href=\"https://profiles.wordpress.org/afragen/\">afragen</a>, @<a href=\"https://profiles.wordpress.org/hellofromtonya/\">hellofromtonya</a> , and </em><a href=\"https://profiles.wordpress.org/angelasjin/\">@<em>angelasjin</em></a><em> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:75:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.6 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2024 17:44:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17289\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"WordPress 6.6 Beta 1 is here! Please download and test it. This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do. Instead, install Beta 1 on local sites and testing environments in any […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16244:\"\n<p>WordPress 6.6 Beta 1 is here! Please download and test it.</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p>Instead, install Beta 1 on local sites and testing environments in any of these four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.6-beta1</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\" data-type=\"link\" data-id=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next six weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing? </h2>\n\n\n\n<p><strong>Features in this Beta release may be changed or removed between now and the final release.</strong> Early attention from testers like you is critical to finding and reporting potential bugs, usability issues, or compatibility problems to make sure developers can address them before the final release. You don’t need any contribution experience, and this is a fantastic way to begin your WordPress contributor story!</p>\n\n\n\n<h2 class=\"wp-block-heading\">If you find an issue</h2>\n\n\n\n<p>If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Want to know more about testing in general, and how to get started? Follow the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p>Like every version since 5.0 in 2018, WordPress 6.6 will integrate a host of new features from the last several releases of the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.5 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2024/02/28/whats-new-in-gutenberg-17-8-28-february/\">17.8</a>, <a href=\"https://make.wordpress.org/core/2024/03/13/whats-new-in-gutenberg-17-9-13-march/\">17.9</a>, <a href=\"https://make.wordpress.org/core/2024/03/27/whats-new-in-gutenberg-18-0-27-march/\">18.0</a>, <a href=\"https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/\">18.1</a>, <a href=\"https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/\">18.2</a>, <a href=\"https://make.wordpress.org/core/2024/05/08/whats-new-in-gutenberg-18-3-8-may/\">18.3</a>, and <a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/\">18.4</a>. The final version will also include Gutenberg 18.5; the Beta 2 post will link to that.</p>\n\n\n\n<p class=\"is-style-default\">WordPress 6.6 Beta 1 contains 97 enhancements and 101 fixes for the editor, in a total of about 206 <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.6&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">tickets for WordPress 6.6 Core</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The vulnerability bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">monetary reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles during the period between Beta 1 on June 4 and the final Release Candidate (RC) that will happen June 25. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s coming to WordPress 6.6?</h2>\n\n\n\n<p>This year’s second major release is about polish and finesse. Features that landed in the last few releases have new flexibility and smoother flows—and a few new tricks. And of course there are a few brand-new features.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Data Views updates</h3>\n\n\n\n<p>Part of the groundwork for phase 3, Data Views get new and improved experience of working with information in the Site Editor. A new layout consolidates patterns and template parts, gets you to general management views in fewer clicks, and packs in a wide range of refinements.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Overrides in synced patterns</h3>\n\n\n\n<p>What if you could keep a synced pattern‘s <em>look and feel</em> everywhere it appears—keeping it on brand—but have different <em>content</em> everywhere it appears?</p>\n\n\n\n<p>For instance, maybe you‘re building a pattern for recipes. Ideally, you want to keep the overall design of the recipe card consistent on every post that will have a recipe. But the recipe itself—the ingredients, the steps, special notes on technique—will be different every time.</p>\n\n\n\n<p>And perhaps, in the future, other people might need to change the design of the recipe pattern. It would be nice to know they can do that, and that the content in existing recipes will stay right where it is.</p>\n\n\n\n<p>In version 6.6, you can make all that happen, and overrides in synced patterns are the way you do it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">See all the blocks</h3>\n\n\n\n<p>Up to now, when you had a block selected and then opened the block Inserter, you only saw the blocks you were allowed to add to your selected block. Where were all the others?</p>\n\n\n\n<p>In 6.6, when you have a block selected, you get two lists. First, there’s the list of blocks you can insert at your selected block. Then you get a list with all the other blocks. So you can get an idea of what you can use in your selected block, and what other blocks you could use in another area. In fact, if you select a block from that second list, WordPress 6.6 will add it below your block, to use in whatever you build next.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A new publish flow</h3>\n\n\n\n<p>Version 6.6 brings the post and site editors closer together than ever. So whether you’re writing for a post in the post editor or a page in the Site Editor, your experience will be about the same.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style variations</h3>\n\n\n\n<p>If a block theme comes with style variations, 6.6 vastly expands your design options right out of the box, without installing or configuring a single thing. Because in 6.6, your theme pulls the color palettes and typography style sets out of its installed variations to let you mix and match for a whole world of expanded creative expression.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Section styles </h3>\n\n\n\n<p>Do you build themes? Now you can define style options for separate sections of multiple blocks, including inner blocks.</p>\n\n\n\n<p>Then your users can apply those block style variations to entire groups of blocks, effectively creating branded sections they can curate across a site.</p>\n\n\n\n<h4 class=\"wp-block-heading\">A note about CSS specificity</h4>\n\n\n\n<p>To make it easier for your variations to override the global styles CSS, those styles now come wrapped in `:root`. That limits their specificity. <a href=\"https://github.com/WordPress/gutenberg/discussions/61810\">For details, read the full discussion on GitHub.</a></p>\n\n\n\n<h3 class=\"wp-block-heading\">A native Grid layout</h3>\n\n\n\n<p>Grid is a new variation for the Group block that lets you arrange the blocks inside it as a grid. If you’ve been using a plugin for this, now you can make your grids natively.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Better pattern management in Classic themes</h3>\n\n\n\n<p>You heard right: You can do everything with patterns in Classic themes that you can in a block theme. You can see all the patterns available to you in a single view and insert a pattern on the fly. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Negative. Margins.</h3>\n\n\n\n<p>They’re here: negative margin values, so you can make objects overlap in your design. As a guardrail, you can only set a negative margin by typing an actual negative number, not by using the slider. That’s to keep people from adding negative values they didn’t intend.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Rollback auto-updates</h3>\n\n\n\n<p>Now you can have the convenience of setting all your plugins to auto-update and the inner peace you get from knowing that if anything goes wrong, 6.6 will do a rollback. Automatically.</p>\n\n\n\n<p><strong><em>This post <strong><em>reflects the latest changes</em></strong> as of June 4, 2024.</em></strong> </p>\n\n\n\n<p><strong>Again, the features in this first beta may change, based on what testers like you find.</strong></p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Just for you: a Beta 1 haiku</h3>\n\n\n\n<p>Negative margins<br>Embellish all the new ways<br>To design and build </p>\n\n\n\n<p class=\"has-text-align-left is-style-default\"><em>Thanks very much to <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/fabiankaegy/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>fabiankaegy</a>, <a href=\'https://profiles.wordpress.org/colorful-tones/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>colorful-tones</a>, </em><a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a>,<em> <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/desrosj/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>desrosj</a>, <a href=\'https://profiles.wordpress.org/atachibana/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>atachibana</a>, <a href=\'https://profiles.wordpress.org/ehtis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ehtis</a>, <a href=\'https://profiles.wordpress.org/adamsilverstein/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adamsilverstein</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a> for reviewing and collaborating on this post!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordCamp Europe 2024: Mid-Year Update and Q&A with Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2024/05/wordcamp-europe-2024-mid-year-update-and-qa-with-matt-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 May 2024 16:45:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17286\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"WordCamp Europe 2024 kicks off on June 13, gathering WordPressers from across the globe to Torino, Italy. Find out more about the conference and how to live stream project Cofounder Matt Mullenweg\'s mid-year update. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2144:\"\n<p>WordCamp Europe 2024 kicks off on June 13, gathering WordPressers from across the globe to Torino, Italy. </p>\n\n\n\n<p>The highly anticipated conference has a packed schedule starting with <a href=\"https://europe.wordcamp.org/2024/contributor-day/\">Contributor Day</a> and will feature a notable roster of speakers. Other highlights will include <a href=\"https://europe.wordcamp.org/2024/workshops/\">engaging workshops</a> covering a variety of disciplines (including one for youth and teens) and <a href=\"https://europe.wordcamp.org/2024/wordcamp-connect/\">WordCamp Connect</a>, a dedicated space for attendees to meet and network with additional community-led sessions.</p>\n\n\n\n<p>The conference will conclude with an exciting mid-year project update from WordPress Cofounder Matt Mullenweg, including a live Q&A session. You can watch Matt’s presentation on June 15, 2024, streaming live on the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a> starting at 4:30 p.m. Central European Summer Time (2:30 p.m. UTC).</p>\n\n\n\n<p><strong>What:</strong> <a href=\"https://europe.wordcamp.org/2024/session/wordpress-project-summer-update/\" data-type=\"link\" data-id=\"https://europe.wordcamp.org/2024/session/wordpress-project-summer-update/\">WordPress Project Summer Update</a> + Q&A Session with Matt Mullenweg<br><strong>When: </strong>June 15, 2024 at 2:30 p.m. UTC (Start of live stream)<br><strong>Where: </strong><a href=\"https://europe.wordcamp.org/2024/venue/\">Lingotto Conference and Exhibition Centre<strong><br></strong></a><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>If you’re unable to attend WordCamp Europe 2024 in person, you’re welcome to <a href=\"mailto:ask-matt@wordcamp.org\">email your questions</a> instead. Given the number of questions expected both in-person and online, only some of the submitted questions may be answered live. </p>\n\n\n\n<p>Whether you’re touching down in Torino or streaming from elsewhere, see you very soon!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"17286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 27 Jun 2024 12:26:18 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 26 Jun 2024 21:25:52 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(279,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1719534379','no'),
(280,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1719491179','no'),
(306,'filter_media_author','1','yes'),
(309,'_site_transient_timeout_wp_remote_block_patterns_d69b3c68bac14a908198e469bd5599d1','1719522083','no');
INSERT INTO `wp_options` VALUES
(310,'_site_transient_wp_remote_block_patterns_d69b3c68bac14a908198e469bd5599d1','a:91:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:515126;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1699:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-1 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Exploring life’s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">начать работу</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:22:\"Hero (Тема дня)\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2436:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">начать работу</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:310635;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:65:\"Обложка плаката слева, абзац справа\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4111:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right wp-container-content-1 wp-duotone-rgb137750-rgb210210210-1\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-vertical is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Уорделл</p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">серый</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Показ (-ов)</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">КАЧЕЛИ</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\">\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Уорделл Грей родился в Оклахома-Сити и был младшим из четырех детей. Его ранние детские годы прошли в Оклахоме, прежде чем он переехал с семьей в Детройт в 1929 году. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">В начале 1935 года Грей начал посещать Северо-восточную среднюю школу, а затем перешел в среднюю техническую школу Касса, выпускниками которой были Дональд Берд, Лаки Томпсон и Эл МакКиббон. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--3134b7eac1131aa75f80bf051236876c\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Слушай сейчас</a></div>\n</div>\n\n\n\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:6734:\"<!-- wp:cover {\"customOverlayColor\":\"#36220c\",\"contentPosition\":\"top center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-center\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#36220c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"3vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"stretch\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:cover {\"url\":\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\",\"id\":334,\"dimRatio\":50,\"minHeight\":75,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top right\",\"isDark\":false,\"style\":{\"layout\":{\"selfStretch\":\"fill\"},\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}},\"color\":{\"duotone\":[\"rgb(137, 75, 0)\",\"rgb(210, 210, 210)\"]}}} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-right\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:75vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2023/04/654642d52f20d6367.57324872.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:140px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">Уорделл</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"130px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-6px\"},\"color\":{\"text\":\"#e5683a\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e5683a;font-size:130px;font-style:normal;font-weight:800;letter-spacing:-6px;line-height:0.8;text-transform:uppercase\">серый</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Введите заголовок…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#d09c9c\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#d09c9c;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">Показ (-ов)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Введите заголовок…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.8\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:0.8;text-transform:uppercase\">Bebop &</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Введите заголовок…\",\"style\":{\"typography\":{\"fontSize\":\"90px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#e59937;font-size:90px;font-style:normal;font-weight:800;letter-spacing:0px;line-height:1;text-transform:uppercase\">КАЧЕЛИ</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"420px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"bottom\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">Уорделл Грей родился в Оклахома-Сити и был младшим из четырех детей. Его ранние детские годы прошли в Оклахоме, прежде чем он переехал с семьей в Детройт в 1929 году. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1.7\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"color\":{\"text\":\"#e59937\"}}} -->\n<p class=\"has-text-color\" style=\"color:#e59937;font-size:18px;font-style:normal;font-weight:400;letter-spacing:0px;line-height:1.7\">В начале 1935 года Грей начал посещать Северо-восточную среднюю школу, а затем перешел в среднюю техническую школу Касса, выпускниками которой были Дональд Берд, Лаки Томпсон и Эл МакКиббон. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#e59937\"},\"border\":{\"radius\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"32px\",\"bottom\":\"16px\",\"left\":\"32px\"}},\"typography\":{\"fontSize\":\"16px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:700;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color wp-element-button\" style=\"border-radius:0px;color:#e59937;padding-top:16px;padding-right:32px;padding-bottom:16px;padding-left:32px\">Слушай сейчас</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"7.5vw\"} -->\n<div style=\"height:7.5vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:357743;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:100:\"Выровненное по центру изображение с двухцветным фоном\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1347:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-3 is-layout-constrained wp-container-core-group-is-layout-6 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-2\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">И так далее</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:40:\"Градиент, Двухцветный\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2146:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">И так далее</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:382421;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:98:\"Полноцветный темный баннер с заголовком слева вверху\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1089:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-4 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:34:\"джаз, На всю ширину\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:357752;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:107:\"Полноцветная обложка с повторяющимся градиентным текстом\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1767:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-3\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:112:\"Во всю ширину, фоновое изображение, Градиент, Верхний регистр\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3159:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">ДЖАНГО</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:309400;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:138:\"Широкоформатный, вертикально выровненный заголовок справа, описание слева\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2339:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-6 is-layout-flow wp-container-core-group-is-layout-9 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-5\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let ’em Roll» — альбом американского органиста Биг Джона Паттона, записанный в 1965 году и выпущенный на лейбле Blue Note.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">КУПИТЬ СЕЙЧАС</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-7 is-layout-flow wp-container-core-group-is-layout-10 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Пусть<br>‘EM<br>катится</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Большой<br>Джон<br>Паттон</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:134:\"вертикально, жирный, джаз, магазин, магазин, заголовок, Hero (Тема дня), товар\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3865:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll\" - альбом американского органиста Биг Джона Паттона, записанный в 1965 году и выпущенный на лейбле Blue Note.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">КУПИТЬ СЕЙЧАС</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Пусть<br>\'EM<br>катится</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Большой<br>Джон<br>Паттон</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:357756;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:125:\"Полноформатный заголовок со ссылками и градиентным смещенным фоном\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2066:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-8 is-layout-flow wp-container-core-group-is-layout-12 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-18068f03c49e94d6f1b77f6d792a176d\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>МОНАХ</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-9 is-layout-flow wp-container-core-group-is-layout-14 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-13 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-6f8b7fa92c0f63065428361fcb120e81\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Новая коллекция</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-4b8805a09b9094f9386eac723fa708bd\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Узнать больше <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:88:\"смещение, Градиент, джаз, заголовок, Особенность\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3229:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>МОНАХ</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Новая коллекция</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Узнать больше → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:357763;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:85:\"Заголовок, абзац, кнопка с двумя изображениями\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2815:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-10 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-16 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Время для приключений</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Исследуйте нашу сеть тропинок, ведущих через разнообразные лесные массивы, и понаблюдайте за разнообразием флоры, называющей эту территорию своим домом. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Регистрация</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-12 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-11 wp-duotone-rgb000-rgb21788120-4\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-13 wp-duotone-rgb000-rgb21788120-5\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4284:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Время для приключений</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Исследуйте нашу сеть тропинок, ведущих через разнообразные лесные массивы, и понаблюдайте за разнообразием флоры, называющей эту территорию своим домом. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Регистрация</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:309114;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:87:\"Смелый рекламный баннер с геометрическим фоном\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1791:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-6\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-20 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Наслаждайтесь</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% скидка</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">КУПИТЬ СЕЙЧАС</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:91:\"магазин, магазин, Купон, джаз, фоновое изображение\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2866:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Наслаждайтесь</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% скидка</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">КУПИТЬ СЕЙЧАС</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:380905;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:129:\"Смещение полужирного текста абзаца с различной степенью прозрачности\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1708:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-21 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Отправляйтесь</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>В ПОХОД</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">приключение и исследование красоты лучшей природы…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">В</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3114:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Отправляйтесь</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>В ПОХОД</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">приключение и исследование красоты лучшей природы…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">В</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:360284;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:83:\"Офсетный текст в духе бруталистского дизайна\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1461:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-22 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Прогулка</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">В</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Парк</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2643:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Прогулка</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">В</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Парк</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:357767;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:105:\"Полноэкранное изображение с областью содержимого справа\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2291:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-15\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-16 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">блуждающая прогулка по лесу</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Исследуйте нашу сеть тропинок, ведущих через разнообразные лесные массивы, и понаблюдайте за разнообразием флоры, называющей эту территорию своим домом. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-6 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Регистрация</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3448:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">блуждающая прогулка по лесу</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Исследуйте нашу сеть тропинок, ведущих через разнообразные лесные массивы, и понаблюдайте за разнообразием флоры, называющей эту территорию своим домом. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Регистрация</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:357771;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:104:\"Изображение обложки с жирным заголовком и кнопкой, слева\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1706:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-7\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-25 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Отправляйтесь в поход и побродите по лесу</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--2e6bb8adfec56ff5c3677cb3c8faf9e0\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Исследуйте</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2492:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Отправляйтесь в поход и побродите по лесу</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Исследуйте</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:357775;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:92:\"Изображение обложки с жирным заголовком и кнопкой\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1702:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-8\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-26 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Отправляйтесь в поход и исследуйте красоту леса.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--ab5819882f69b722732c41a74877348e\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Исследуйте</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2486:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Отправляйтесь в поход и исследуйте красоту леса.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Исследуйте</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:356536;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:79:\"Полноэкранная галерея изображений обложек\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:955:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-27 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:79:\"Галерея , изображения, Столбцы, фон, Обложка\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:357890;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:98:\"Записи во всю ширину с заголовками в верхнем регистре\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:68:\"звезд, Записи, Зациклить, БЛОГ, индекс\";s:16:\"wpop_description\";s:145:\"Паттерн полноразмерных записей с крупными заголовками и стартовыми акцентами.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:357894;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:74:\"Заголовки записей на всю ширину с датами\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:70:\"Записи, запрос, Зациклить, БЛОГ, индекс\";s:16:\"wpop_description\";s:137:\"Паттерн полноформатных записей с крупными заголовками и числовыми датами.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:363203;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:102:\"Заголовок внутри полноразмерного фонового изображения\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4827:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-33 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-9\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-9-content\">\n <ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:220:\"Простой заголовок с логотипом, названием сайта, навигацией и полноразмерным фоновым изображением с тёмным перекрытием.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:363207;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Простой заголовок на темном фоне\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3980:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-38 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-37 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-10\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-10-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:151:\"Простой заголовок с логотипом, названием сайта, ссылками навигации и тёмным фоном.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:363211;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:74:\"Текстовый заголовок с кратким описанием\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3643:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-41 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-40 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-11\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-11-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:136:\"Заголовок с названием сайта, кратким описанием и навигационными ссылками.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:380988;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:70:\"Простой заголовок с кратким описанием\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4268:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-45 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-44 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-42 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-12\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-12-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:184:\"Заголовок с логотипом сайта, заголовком и кратким описанием слева и навигационными ссылками справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:231678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:78:\"Полноширинный заголовок с изображением hero\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4801:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-48 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-47 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-46 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-13\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-13-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:133:\"Заголовок на белом фоне, за которым следует hero изображение во всю ширину.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:380992;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:65:\"Полное название сайта и кнопка меню\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3378:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-50 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-14\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-14-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Заголовок с названием сайта и кнопкой меню гамбургера.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:380998;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:58:\"Заголовок по центру с логотипом\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3726:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-52 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-51 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-15\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-15-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:162:\"Выровненный по центру заголовок с логотипом, названием сайта и навигационными ссылками.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:363215;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:80:\"Полноразмерный заголовок с крупным шрифтом\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3506:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-53 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-16\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-16-content\">\n <ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:188:\"Заголовок с большим названием сайта и навигационными ссылками, выполненными таким же крупным шрифтом.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:363219;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Простой заголовок\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3782:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-56 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-54 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-17\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-17-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:111:\"Простой заголовок с логотипом, названием сайта и навигацией.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:381004;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:102:\"Подвал с выравниванием по центру со ссылками на соцсети\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4262:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-58 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-57 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Сайт работает на <a href=\"https://wordpress.org\">WordPress.com</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:161:\"Подвал по центру с предложением «Гордо работает на WordPress» и ссылками на социальные сети.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/paragraph,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1511:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Сайт работает на <a href=\"https://wordpress.org\">WordPress.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:358160;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:123:\"Подвал со строкой поиска, названием сайта и строкой благодарностей\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3150:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-66 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-63 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-17 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-59 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Поиск</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\" ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-18\" >Search</label><div class=\"wp-block-search__inside-wrapper \" style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-18\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\" style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n <path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n </svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-62 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-61 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Соцсети</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-65 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:161:\"Подвал с полем поиска и названием сайта слева и небольшой строкой благодарности справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3291:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Поиск</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Соцсети</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:28;O:8:\"stdClass\":7:{s:2:\"id\";i:360460;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:92:\"Подвал с названием сайта и строкой благодарностей\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:915:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-69 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-68 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:115:\"Подвал с названием сайта слева и строкой благодарности справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1120:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:29;O:8:\"stdClass\":7:{s:2:\"id\";i:360464;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:90:\"Подвал с меню навигации и строкой благодарностей\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3682:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-72 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-71 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-19\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-19-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:106:\"Подвал с навигацией слева и строкой благодарности справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1199:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:30;O:8:\"stdClass\":7:{s:2:\"id\";i:358164;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:101:\"Подвал на всю ширину с фоновым цветом и тремя столбцами\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3122:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-6bd4614fc6e348dbffd9bb739cba8d76 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-75 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">РАСПОЛОЖЕНИЕ</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Страницы</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Подписаться на нас</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-73 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-74 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:129:\"Подвал, состоящий только из текста, с фоновым цветом и тремя столбцами.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3302:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">РАСПОЛОЖЕНИЕ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Страницы</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Подписаться на нас</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:31;O:8:\"stdClass\":7:{s:2:\"id\";i:381016;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:102:\"Подвал с выравниванием по центру со ссылками на соцсети\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4198:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-76 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Сайт работает на <a href=\"https://wordpress.org\">WordPress.com</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:179:\"Подвал с заголовком сайта по центру, кратким описанием, ссылками соцсети и строкой благодарности.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1548:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Сайт работает на <a href=\"https://wordpress.org\">WordPress.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:32;O:8:\"stdClass\":7:{s:2:\"id\";i:360470;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:134:\"Полноширинный подвал с навигацией, благодарностями и социальными сетями\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4678:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-78 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-18\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-19 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-77 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-20 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-3 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:164:\"Футер с названием сайта слева, благодарностями посередине и социальными ссылками справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1894:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> С гордостью работает на <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:33;O:8:\"stdClass\":7:{s:2:\"id\";i:358168;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:69:\"Подвал с выравниванием по левому краю\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3000:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-85 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-21 is-vertical is-layout-flex wp-container-core-group-is-layout-80 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Гордо работает на платформе <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-84 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-81 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Страницы</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-83 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Соцсети</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-82 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:112:\"Подвал, выровненный по левому краю, со строкой благодарности.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2991:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Гордо работает на платформе <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Страницы</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Соцсети</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:34;O:8:\"stdClass\":7:{s:2:\"id\";i:4377;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:74:\"Три колонки со смещенными изображениями\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1496:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Крупный план, абстрактный вид геометрической архитектуры.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Крупным планом вид окна белого здания под углом.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Крупный план угла белого геометрического здания с острыми и скругленными углами.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:75:\"Три колонки со смещенными изображениями.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1898:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Крупный план, абстрактный вид геометрической архитектуры.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Крупным планом вид окна белого здания под углом.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Крупный план угла белого геометрического здания с острыми и скругленными углами.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:35;O:8:\"stdClass\":7:{s:2:\"id\";i:4378;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Три колонки текста\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1510:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Виртуальный тур <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Примите участие в виртуальной экскурсии по музею. Идеально подходит для школ и мероприятий.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Текущие шоу <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Будьте в курсе и смотрите наши текущие выставки здесь.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Полезная информация <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Узнайте о времени работы, ценах на билеты и скидках.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:35:\"Три колонки текста.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1736:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Виртуальный тур ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Примите участие в виртуальной экскурсии по музею. Идеально подходит для школ и мероприятий.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Текущие шоу ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Будьте в курсе и смотрите наши текущие выставки здесь.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Полезная информация ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Узнайте о времени работы, ценах на билеты и скидках.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:36;O:8:\"stdClass\":7:{s:2:\"id\";i:4379;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:69:\"Три колонки с изображениями и текстом\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4348:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-86 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ЭКОСИСТЕМА</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Положительное развитие.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-87 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Природа</em> в общепринятом смысле — это неизменные человеком сущности: космос, воздух, река, лист. <em>Искусство</em> относится к смешению его воли с теми же вещами, как в доме, канале, статуе, картине. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Но все его действия, вместе взятые, настолько незначительны: немного сколов, выпечки, заплат и стирки, что в таком грандиозном впечатлении, какое производит мир на человеческий разум, они не меняют результата.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"Солнце садится сквозь густой лес деревьев.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Ветровые турбины, стоящие на травянистой равнине, против голубого неба.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"Солнце светит над гребнем, спускающимся к берегу. Вдалеке по дороге едет машина.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Несомненно, у нас нет вопросов, на которые невозможно ответить. Мы должны доверять совершенству творения настолько, чтобы верить в то, что какое бы любопытство ни пробудил в наших умах порядок вещей, порядок вещей может удовлетворить. Состояние каждого человека — это иероглифическое решение тех вопросов, которые он задавал.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:142:\"Три столбца с изображениями и текстом с интервалом по вертикали для смещения.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5888:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ЭКОСИСТЕМА</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Положительное развитие.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Природа</em> в общепринятом смысле - это неизменные человеком сущности: космос, воздух, река, лист. <em>Искусство</em> относится к смешению его воли с теми же вещами, как в доме, канале, статуе, картине. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Но все его действия, вместе взятые, настолько незначительны: немного сколов, выпечки, заплат и стирки, что в таком грандиозном впечатлении, какое производит мир на человеческий разум, они не меняют результата.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"Солнце садится сквозь густой лес деревьев.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Ветровые турбины, стоящие на травянистой равнине, против голубого неба.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"Солнце светит над гребнем, спускающимся к берегу. Вдалеке по дороге едет машина.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Несомненно, у нас нет вопросов, на которые невозможно ответить. Мы должны доверять совершенству творения настолько, чтобы верить в то, что какое бы любопытство ни пробудил в наших умах порядок вещей, порядок вещей может удовлетворить. Состояние каждого человека - это иероглифическое решение тех вопросов, которые он задавал.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:37;O:8:\"stdClass\":7:{s:2:\"id\";i:4380;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:79:\"Два столбца текста со смещенным заголовком\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2843:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Океанское вдохновение</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Обмотав головы вуалью, женщины вышли на палубу. Теперь они неуклонно двигались вниз по реке, минуя темные силуэты кораблей на якоре, и Лондон представлял собой рой огней с нависшим над ним бледно-желтым куполом. Это были огни больших театров, огни длинных улиц, огни, указывающие на огромные площади домашнего уюта, огни, которые висели высоко в воздухе.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Никакая тьма никогда не осядет на этих светильниках, поскольку никакая тьма не села на них сотни лет. Казалось ужасным, что город вечно пылает на одном и том же месте; ужасен, по крайней мере, для людей, отправляющихся в путешествие по морю и созерцающих его как ограниченный холм, вечно выжженный, вечно покрытый шрамами. С палубы корабля город казался как трусливая фигура, сидячий скряга.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Два столбца текста со смещенным заголовком.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3398:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Океанское вдохновение</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Обмотав головы вуалью, женщины вышли на палубу. Теперь они неуклонно двигались вниз по реке, минуя темные силуэты кораблей на якоре, и Лондон представлял собой рой огней с нависшим над ним бледно-желтым куполом. Это были огни больших театров, огни длинных улиц, огни, указывающие на огромные площади домашнего уюта, огни, которые висели высоко в воздухе.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Никакая тьма никогда не осядет на этих светильниках, поскольку никакая тьма не села на них сотни лет. Казалось ужасным, что город вечно пылает на одном и том же месте; ужасен, по крайней мере, для людей, отправляющихся в путешествие по морю и созерцающих его как ограниченный холм, вечно выжженный, вечно покрытый шрамами. С палубы корабля город казался как трусливая фигура, сидячий скряга.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:38;O:8:\"stdClass\":7:{s:2:\"id\";i:4381;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:77:\"Медиа и текст в полноразмерном контейнере\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1817:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Крупный план засохшей потрескавшейся земли.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>В чем проблема?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Сегодня деревья важнее, чем когда-либо прежде. Сообщается, что из деревьев изготовлено более 10 000 изделий. Посредством химии из скромной поленницы получаются химические вещества, пластмассы и ткани, о которых невозможно было даже представить, когда топор впервые срубил техасское дерево.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">узнать больше</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:130:\"Медиа и текстовый блок с изображением слева и текстом и кнопкой справа.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2354:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Крупный план засохшей потрескавшейся земли.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>В чем проблема?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Сегодня деревья важнее, чем когда-либо прежде. Сообщается, что из деревьев изготовлено более 10 000 изделий. Посредством химии из скромной поленницы получаются химические вещества, пластмассы и ткани, о которых невозможно было даже представить, когда топор впервые срубил техасское дерево.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">узнать больше</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:39;O:8:\"stdClass\":7:{s:2:\"id\";i:4382;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:65:\"Медиа и текст с изображением справа\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:864:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Берег синего моря</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Элеонора Харрис (Американка, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"Зелено-коричневый сельский пейзаж, ведущий в ярко-синий океан и слегка облачное небо, выполненный масляными красками.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:112:\"Медиа и текстовый блок с изображением справа и текстом слева.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1300:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Берег синего моря</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Элеонора Харрис (Американка, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"Зелено-коричневый сельский пейзаж, ведущий в ярко-синий океан и слегка облачное небо, выполненный масляными красками.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:40;O:8:\"stdClass\":7:{s:2:\"id\";i:4383;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:63:\"Медиа и текст с изображением слева\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:735:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Крупный план, абстрактный вид архитектуры.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Открытые пространства</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Посмотрите тематическое исследование <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:112:\"Медиа и текстовый блок с изображением слева и текстом справа.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:968:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Крупный план, абстрактный вид архитектуры.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Открытые пространства</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Посмотрите тематическое исследование ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:41;O:8:\"stdClass\":7:{s:2:\"id\";i:4384;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:69:\"Большой заголовок с текстом и кнопкой\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1724:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>За рубежом:</em></strong><br><strong><em>1500–1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">Выставка о различных представлениях океана во времени, между шестнадцатым и двадцатым веками. Проходит в нашей открытой комнате на <em>этаже 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--3991b09961e6eeeb28325e50d4085ebb\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">ПОСЕТИТЬ</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:124:\"Большой заголовок с фоновым изображением, текстом и кнопкой сверху.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2158:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>За рубежом:</em></strong><br><strong><em>1500–1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">Выставка о различных представлениях океана во времени, между шестнадцатым и двадцатым веками. Проходит в нашей открытой комнате на <em>этаже 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">ПОСЕТИТЬ</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:42;O:8:\"stdClass\":7:{s:2:\"id\";i:4385;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:103:\"Большой заголовок с выравниванием текста по левому краю\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1639:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Лес.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Даже ребенок знает, насколько ценен лес. Свежий, захватывающий дух запах деревьев. Эхо птиц, летящих над этим плотным массивом. Стабильный климат, устойчивая разнообразная жизнь и источник культуры. Тем не менее, леса и другие экосистемы висят на волоске и могут превратиться в пахотные земли, пастбища и плантации.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:73:\"Изображение на обложке с цитатой сверху\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1955:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Лес.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Даже ребенок знает, насколько ценен лес. Свежий, захватывающий дух запах деревьев. Эхо птиц, летящих над этим плотным массивом. Стабильный климат, устойчивая разнообразная жизнь и источник культуры. Тем не менее, леса и другие экосистемы висят на волоске и могут превратиться в пахотные земли, пастбища и плантации.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:43;O:8:\"stdClass\":7:{s:2:\"id\";i:4387;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:18:\"заголовок\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:720:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Мы — студия в Берлине с международной практикой в области архитектуры, городского планирования и дизайна интерьеров. Мы верим в обмен знаниями и продвижение диалога для увеличения творческого потенциала сотрудничества.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:45:\"большой текст, ЗАГОЛОВОК\";s:16:\"wpop_description\";s:29:\"Текст заголовка\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:815:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Мы - студия в Берлине с международной практикой в области архитектуры, городского планирования и дизайна интерьеров. Мы верим в обмен знаниями и продвижение диалога для увеличения творческого потенциала сотрудничества.</h2>\n<!-- /wp:heading -->\";}i:44;O:8:\"stdClass\":7:{s:2:\"id\";i:4391;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:12:\"цитата\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:849:\"\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"Боковой профиль женщины в коричневой водолазке и белой сумке. Она смотрит с закрытыми глазами.\" width=\"150\" height=\"150\" /></figure>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large is-layout-flow wp-block-quote-is-layout-flow\">\n<p>«Участие заставляет меня чувствовать, что я полезен планете».</p>\n<cite>— Анна Вонг, <em>Волонтер</em></cite></blockquote>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/quote\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:51:\"core/image,core/paragraph,core/quote,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:12:\"testimonials\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1230:\"<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\n\n<!-- wp:image {\"align\":\"center\",\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-rounded\"><img src=\"https://s.w.org/images/core/5.8/portrait.jpg\" alt=\"Боковой профиль женщины в коричневой водолазке и белой сумке. Она смотрит с закрытыми глазами.\" width=\"150\" height=\"150\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><!-- wp:paragraph -->\n<p>«Участие заставляет меня чувствовать, что я полезен планете».</p>\n<!-- /wp:paragraph --><cite>- Анна Вонг, <em>Волонтер</em></cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-default\" />\n<!-- /wp:separator -->\";}i:45;O:8:\"stdClass\":7:{s:2:\"id\";i:4394;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Две колонки текста и заголовка\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2299:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>Путешествие началось и началось счастливо с мягкого голубого неба и спокойного моря.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">Они последовали за ней на палубу. Весь дым и дома исчезли, и корабль оказался в открытом море, очень свежем и чистом, хотя и бледном в раннем свете. Они оставили Лондон сидеть в грязи. На горизонте сужалась очень тонкая линия тени, едва достаточная для того, чтобы выдержать бремя Парижа, которое, тем не менее, лежало на нем. Они были свободны от дорог, от человечества, и все они были взволнованы своей свободой.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">Корабль неуклонно продвигался сквозь небольшие волны, которые ударили по ней, а затем шипели, как бурлящая вода, оставляя с обеих сторон небольшую границу из пузырьков и пены. Бесцветное октябрьское небо над головой было тонко затянуто облаками, словно шлейфом от костра, а воздух был чудесно соленым и живым. На самом деле было слишком холодно, чтобы стоять на месте. Миссис Эмброуз взяла мужа за руку, и когда они двинулись прочь, по тому, как ее щека повернулась к его щеке, было видно, что у нее есть что сказать личное.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:94:\"Два столбца текста с длинным заголовком перед ними.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2476:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>Путешествие началось и началось счастливо с мягкого голубого неба и спокойного моря.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">Они последовали за ней на палубу. Весь дым и дома исчезли, и корабль оказался в открытом море, очень свежем и чистом, хотя и бледном в раннем свете. Они оставили Лондон сидеть в грязи. На горизонте сужалась очень тонкая линия тени, едва достаточная для того, чтобы выдержать бремя Парижа, которое, тем не менее, лежало на нем. Они были свободны от дорог, от человечества, и все они были взволнованы своей свободой.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">Корабль неуклонно продвигался сквозь небольшие волны, которые ударили по ней, а затем шипели, как бурлящая вода, оставляя с обеих сторон небольшую границу из пузырьков и пены. Бесцветное октябрьское небо над головой было тонко затянуто облаками, словно шлейфом от костра, а воздух был чудесно соленым и живым. На самом деле было слишком холодно, чтобы стоять на месте. Миссис Эмброуз взяла мужа за руку, и когда они двинулись прочь, по тому, как ее щека повернулась к его щеке, было видно, что у нее есть что сказать личное.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:46;O:8:\"stdClass\":7:{s:2:\"id\";i:4395;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Два изображения в ряд\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:652:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-20 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"Вид с воздуха на волны, разбивающиеся о берег.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"Аэрофотоснимок поля. Дорога проходит через правый верхний угол.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:101:\"Галерея изображений с двумя изображениями для примера.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:785:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"Вид с воздуха на волны, разбивающиеся о берег.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"Аэрофотоснимок поля. Дорога проходит через правый верхний угол.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}i:47;O:8:\"stdClass\":7:{s:2:\"id\";i:514958;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Intro area with heading and image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1687:\"\n<div class=\"wp-block-group alignfull is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0\">\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-content-justification-left is-layout-constrained wp-container-core-column-is-layout-28 wp-block-column-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<p>Exploring life’s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n</div>\n\n\n\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:4:\"hero\";s:16:\"wpop_description\";s:93:\"Two columns of text, left with a heading and right with a paragraph, with a wide image below.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.5\";s:25:\"wpop_contains_block_types\";s:111:\"core/button,core/buttons,core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"about\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2422:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Contents\"},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"450px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Uncover a realm of opportunities.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Exploring life\'s complex tapestry, options reveal routes to the exceptional, requiring innovation, inquisitiveness, and bravery for a deeply satisfying voyage.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2023/07/44364b18862589f06.53436652.jpg\" alt=\"\" style=\"aspect-ratio:16/9;object-fit:cover\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:48;O:8:\"stdClass\":7:{s:2:\"id\";i:309935;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Centered image with two-tone background color\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1338:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-22 is-layout-constrained wp-container-core-group-is-layout-92 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-style-default wp-duotone-000000-ffffff-21\"><img decoding=\"async\" src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:18:\"Gradient, Two-Tone\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:57:\"core/cover,core/group,core/heading,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2134:\"<!-- wp:cover {\"minHeight\":66,\"minHeightUnit\":\"vh\",\"customGradient\":\"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"600px\",\"wideSize\":\"1200px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"color\":{\"duotone\":[\"#000000\",\"#ffffff\"]}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"50px\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"32px\",\"lineHeight\":\"1\"},\"spacing\":{\"padding\":{\"left\":\"32px\"}}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-white-color has-text-color\" style=\"padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase\">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:49;O:8:\"stdClass\":7:{s:2:\"id\";i:309925;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:43:\"Fullwidth Dark Banner with Heading Top Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1091:\"\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-23 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-93 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:16:\"Jazz, Fulllwidth\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1697:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\",\"id\":333,\"dimRatio\":90,\"customOverlayColor\":\"#141414\",\"focalPoint\":{\"x\":0.5,\"y\":0},\"minHeight\":50,\"minHeightUnit\":\"vh\",\"contentPosition\":\"top left\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull has-custom-content-position is-position-top-left\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#141414\"></span><img class=\"wp-block-cover__image-background wp-image-333\" alt=\"\" src=\"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg\" style=\"object-position:50% 0%\" data-object-fit=\"cover\" data-object-position=\"50% 0%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"fontStyle\":\"italic\",\"fontWeight\":\"900\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\",\"textTransform\":\"none\"},\"color\":{\"text\":\"#d8a557\"}},\"fontFamily\":\"source-serif-pro\"} -->\n<p class=\"has-text-align-left has-text-color has-source-serif-pro-font-family\" style=\"color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none\">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:50;O:8:\"stdClass\":7:{s:2:\"id\";i:309230;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:44:\"Fullwidth cover with repeating gradient text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1745:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-22\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-94 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:48:\"Fullwidth, Background Image, Gradient, Uppercase\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3135:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\",\"id\":334,\"dimRatio\":60,\"customOverlayColor\":\"#c2b7a4\",\"focalPoint\":{\"x\":0.5,\"y\":0.05},\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#36345d\",\"#abaaaa\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\" style=\"background-color:#c2b7a4\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg\" style=\"object-position:50% 5%\" data-object-fit=\"cover\" data-object-position=\"50% 5%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#c8c4d3\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#ac94b2\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#71689c\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"},\"color\":{\"text\":\"#444178\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:51;O:8:\"stdClass\":7:{s:2:\"id\";i:309224;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:72:\"Fullwidth, vertically aligned headline on right with description on left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2193:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-97 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-25 is-layout-flow wp-container-core-group-is-layout-95 wp-block-group-is-layout-flow\">\n<p class=\"wp-container-content-24\" style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let ’em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-26 is-layout-flow wp-container-core-group-is-layout-96 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>‘EM<br>Roll</p>\n\n\n\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:60:\"vertically, bold, jazz, shop, store, headline, hero, product\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:61:\"core/button,core/buttons,core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3726:\"<!-- wp:cover {\"customOverlayColor\":\"#e68b14\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"5vw\",\"right\":\"5vw\",\"bottom\":\"5vw\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e68b14\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"320px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"330px\"},\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.4\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"}}} -->\n<p style=\"font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none\">Let \'em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"spacing\":{\"padding\":{\"top\":\"14px\",\"bottom\":\"14px\",\"left\":\"36px\",\"right\":\"36px\"}},\"border\":{\"radius\":\"0px\",\"top\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"right\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"bottom\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"},\"left\":{\"radius\":\"0px\",\"width\":\"0px\",\"style\":\"none\"}}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Let<br>\'EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.8\",\"letterSpacing\":\"-4px\"}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-right has-white-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase\">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:52;O:8:\"stdClass\":7:{s:2:\"id\";i:309236;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:60:\"Fullwidth headline with links and gradient offset background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2036:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-101 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-27 is-layout-flow wp-container-core-group-is-layout-98 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color wp-elements-45f800048fc9de7cd05017eb73b2d5ab\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group wp-container-content-28 is-layout-flow wp-container-core-group-is-layout-100 wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-99 wp-block-group-is-layout-flex\">\n<p class=\"has-white-color has-text-color has-link-color wp-elements-fcaed05d2b63cfab14801929208209cc\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-9052d836cb5172aae9b2f2bc27ee61c0\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:41:\"Offset, Gradient, Jazz, Headline, Feature\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:48:\"core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3195:\"<!-- wp:cover {\"customGradient\":\"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"5vw\",\"bottom\":\"48px\",\"left\":\"5vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient\" style=\"background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"172px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.7\",\"letterSpacing\":\"-10px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-text-align-left has-white-color has-text-color has-link-color\" style=\"font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase\"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"400px\"},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textDecoration\":\"none\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}},\"textColor\":\"white\"} -->\n<p class=\"has-white-color has-text-color has-link-color\" style=\"font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase\">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"260px\"} -->\n<div style=\"height:260px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";}i:53;O:8:\"stdClass\":7:{s:2:\"id\";i:308937;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Heading, Paragraph, Button with Two Images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2639:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-105 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group alignwide wp-container-content-29 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-102 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-13 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-104 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-31 is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-30 wp-duotone-rgb000-rgb21788120-23\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large wp-container-content-32 wp-duotone-rgb000-rgb21788120-24\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:4102:\"<!-- wp:cover {\"customOverlayColor\":\"#eb4c77\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"6vw\",\"right\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#eb4c77\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"none\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"0.9\"}},\"textColor\":\"contrast\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none\">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"8vw\"} -->\n<div style=\"height:8vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"},\"color\":{\"duotone\":[\"rgb(0, 0, 0)\",\"rgb(217, 88, 120)\"]}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:54;O:8:\"stdClass\":7:{s:2:\"id\";i:308949;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:42:\"Bold sale banner with geometric background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1747:\"\n<div class=\"wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-25\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-container-core-group-is-layout-106 wp-block-group-is-layout-flow\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-14 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"store, shop, coupon, jazz, background image\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:73:\"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:14:\"call-to-action\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2819:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\",\"id\":334,\"dimRatio\":90,\"customOverlayColor\":\"#2c3066\",\"minHeight\":50,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(44, 48, 102)\",\"#ffb23d\"]}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-90 has-background-dim\" style=\"background-color:#2c3066\"></span><img class=\"wp-block-cover__image-background wp-image-334\" alt=\"\" src=\"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"160px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffb23d\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ffb23d\",\"text\":\"#2c3066\"},\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"20px\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} -->\n<div class=\"wp-block-button has-custom-font-size\" style=\"font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:55;O:8:\"stdClass\":7:{s:2:\"id\";i:308924;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Offset bold paragraph text with varying opacity\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1653:\"\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-107 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature’s best…</p>\n\n\n\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3052:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-cover alignfull has-white-color has-text-color\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"700px\",\"contentSize\":\"700px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"120px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffff61\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffff73\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"72px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#ffffffad\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">adventure and explore the beauty of nature\'s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#ffffffd1\"}}} -->\n<p class=\"has-text-align-right has-text-color\" style=\"color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"162px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\",\"letterSpacing\":\"-2px\"},\"color\":{\"text\":\"#fffffff5\"}}} -->\n<p class=\"has-text-align-left has-text-color\" style=\"color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase\">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:56;O:8:\"stdClass\":7:{s:2:\"id\";i:308916;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Offset text with a brutalist design vibe\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1450:\"\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-108 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n\n\n\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n\n\n\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:36:\"core/cover,core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2631:\"<!-- wp:cover {\"customOverlayColor\":\"#ffb43c\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-cover alignfull is-light has-black-color has-text-color\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffb43c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"1200px\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\"><mark style=\"color:#a65a00\" class=\"has-inline-color\">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-right has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"148px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"0.9\",\"letterSpacing\":\"-2px\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase\">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"140px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"200\",\"letterSpacing\":\"0px\",\"lineHeight\":\"0.9\"},\"color\":{\"text\":\"#a65a00\"}}} -->\n<p class=\"has-text-align-center has-text-color\" style=\"color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase\">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:57;O:8:\"stdClass\":7:{s:2:\"id\";i:308901;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Fullscreen image with right content area\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2107:\"\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-110 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-container-content-34\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n\n\n\n<div class=\"wp-block-group alignwide wp-container-content-35 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-109 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-15 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:97:\"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3261:\"<!-- wp:cover {\"customOverlayColor\":\"#376a23\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"},\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#376a23\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"600px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"80px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"lineHeight\":\"1.0\"}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-black-color has-text-color\" style=\"font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase\">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\"}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color\" style=\"font-size:18px;font-style:italic;font-weight:600\">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"60px\"} -->\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"black\",\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"18px\",\"fontStyle\":\"italic\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"},\"border\":{\"radius\":\"0px\"}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-fill\" style=\"font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button\" style=\"border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:58;O:8:\"stdClass\":7:{s:2:\"id\";i:308871;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:46:\"Cover Image with Bold Heading and Button, Left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1660:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-094850-f9644e-26\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-111 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-16 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--33684b1db9bd0e4048903b4693f01346\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2443:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"#094850\",\"#f9644e\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"75%\",\"justifyContent\":\"left\",\"wideSize\":\"75%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:59;O:8:\"stdClass\":7:{s:2:\"id\";i:308868;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:40:\"Cover Image with Bold Heading and Button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1668:\"\n<div class=\"wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-27\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-112 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-17 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-outline is-style-outline--5cf4b1ca5dae7cb964f5ad420ac7bd76\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:71:\"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2449:\"<!-- wp:cover {\"url\":\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\",\"id\":335,\"dimRatio\":30,\"minHeight\":66,\"minHeightUnit\":\"vh\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"48px\",\"right\":\"48px\",\"bottom\":\"48px\",\"left\":\"48px\"},\"margin\":{\"top\":\"0\"}},\"color\":{\"duotone\":[\"rgb(42, 47, 103)\",\"rgb(214, 194, 42)\"]}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-335\" alt=\"\" src=\"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"48px\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80%\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":\"100px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"letterSpacing\":\"0px\",\"lineHeight\":\"1\"}},\"textColor\":\"white\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-white-color has-text-color\" style=\"font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase\">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"72px\"} -->\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"white\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"right\":\"48px\",\"bottom\":\"24px\",\"left\":\"48px\"}},\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0px\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button has-custom-font-size is-style-outline\" style=\"font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase\"><a class=\"wp-block-button__link has-white-color has-text-color wp-element-button\" style=\"padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px\">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->\";}i:60;O:8:\"stdClass\":7:{s:2:\"id\";i:303828;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:30:\"Fullscreen cover image gallery\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:956:\"\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-113 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img decoding=\"async\" src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:43:\"gallery, images, columns, background, cover\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:32:\"core/cover,core/group,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:1259:\"<!-- wp:cover {\"overlayColor\":\"black\",\"minHeight\":66,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4vw\",\"right\":\"4vw\",\"bottom\":\"4vw\",\"left\":\"4vw\"}}}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4vw\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><a href=\"https://thato.test/?page_id=28\"><img src=\"https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg\" alt=\"\" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";}i:61;O:8:\"stdClass\":7:{s:2:\"id\";i:277265;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth posts with uppercase titles\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:498:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:30:\"star, posts, loop, blog, index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and start accents.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:182:\"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3502:\"<!-- wp:query {\"queryId\":31,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:post-template {\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"1px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"right\":\"16px\",\"bottom\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"M j, Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {\"term\":\"category\",\"prefix\":\"✴︎ \",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"textTransform\":\"uppercase\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"16px\",\"bottom\":\"var:preset|spacing|70\",\"right\":\"16px\",\"left\":\"16px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"lineHeight\":\"1.1\",\"textTransform\":\"uppercase\",\"fontSize\":\"5.2rem\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"right\":\"16px\",\"left\":\"16px\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<!-- wp:query-pagination-previous {\"label\":\"Previous\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:query-pagination-next {\"label\":\"Next\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\"}},\"fontSize\":\"small\"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:62;O:8:\"stdClass\":7:{s:2:\"id\";i:277127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Fullwidth posts titles with dates\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:637:\"\n<div class=\"wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:31:\"Posts, Query, Loop, Blog, Index\";s:16:\"wpop_description\";s:62:\"A fullwidth posts pattern with large titles and numeral dates.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:10:\"core/query\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:151:\"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:5:\"query\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:3583:\"<!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false},\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:post-template {\"align\":\"full\",\"style\":{\"typography\":{\"textTransform\":\"none\"}}} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"bottom\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"border\":{\"bottom\":{\"color\":\"var:preset|color|contrast\",\"width\":\"4px\"}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group\" style=\"border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0\"><!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"m.j\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /-->\n\n<!-- wp:post-date {\"textAlign\":\"left\",\"format\":\"Y\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"letterSpacing\":\"1px\",\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"layout\":{\"selfStretch\":\"fit\"},\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"4.6rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\"}}},\"textColor\":\"contrast\"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n\n<!-- wp:query-pagination-next {\"style\":{\"typography\":{\"fontSize\":\"2rem\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"1px\"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->\";}i:63;O:8:\"stdClass\":7:{s:2:\"id\";i:229116;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Fullwidth header with hero image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4805:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-120 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-119 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-118 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n</div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-13 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-28\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-28-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Header on a white background followed by a full-width hero image.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2566:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":0,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":40,\"minHeightUnit\":\"vw\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;min-height:40vw\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"50px\"} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:64;O:8:\"stdClass\":7:{s:2:\"id\";i:229092;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Header inside full-width background image\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4831:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-123 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size is-style-default wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-text-color has-white-color has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n<nav class=\"has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-14 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-29\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-29-content\">\n <ul class=\"wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:100:\"Simple header with logo, site title, navigation and a full-width background image with dark overlay.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:80:\"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"header\";}s:13:\"keyword_slugs\";a:1:{i:0;s:4:\"core\";}s:15:\"pattern_content\";s:2554:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:cover {\"url\":\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\",\"id\":61,\"dimRatio\":50,\"overlayColor\":\"black\",\"focalPoint\":{\"x\":0.5,\"y\":0.5},\"minHeight\":50,\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-black-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-61\" alt=\"\" src=\"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a\" style=\"object-position:50% 50%\" data-object-fit=\"cover\" data-object-position=\"50% 50%\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"textColor\":\"base\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide has-base-color has-text-color has-link-color\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"white\",\"fontSize\":\"medium\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"textColor\":\"white\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"33vw\"} -->\n<div style=\"height:33vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";}i:65;O:8:\"stdClass\":7:{s:2:\"id\";i:229097;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Simple header with dark background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3983:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-128 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-127 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-15 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-30\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-30-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:76:\"Simple header with logo, site title, navigation links and a dark background.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1497:\"<!-- wp:group {\"metadata\":{\"categories\":[\"header\",\"wireframe\"],\"patternName\":\"core/simple-header-with-dark-background\",\"name\":\"Simple header with dark background\"},\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:66;O:8:\"stdClass\":7:{s:2:\"id\";i:229101;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Text-only header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3646:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-131 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-130 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-16 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-31\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-31-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:53:\"Header with site title, tagline and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:60:\"core/group,core/navigation,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:966:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:67;O:8:\"stdClass\":7:{s:2:\"id\";i:229105;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Simple header with tagline\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4273:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-135 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-134 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-133 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-132 wp-block-group-is-layout-flex\"><h1 class=\"has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"wp-block-site-tagline has-small-font-size\">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class=\"has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-17 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-32\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-32-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:92:\"Header with site logo, title and tagline on the left and with navigation links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1389:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /-->\n\n<!-- wp:site-tagline {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:68;O:8:\"stdClass\":7:{s:2:\"id\";i:229111;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:36:\"Fullwidth site title and menu button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3380:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-136 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-18 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open always-shown\" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container hidden-by-default \" style=\"\" id=\"modal-33\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-33-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Header with site title and a hamburger menu button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:794:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title /-->\n\n<!-- wp:navigation {\"overlayMenu\":\"always\",\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group -->\";}i:69;O:8:\"stdClass\":7:{s:2:\"id\";i:229080;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:25:\"Centered header with logo\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3729:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-138 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-137 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-text-color has-contrast-color has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-19 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-34\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-34-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-center wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:65:\"Center aligned header with logo, site title and navigation links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:926:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:70;O:8:\"stdClass\":7:{s:2:\"id\";i:229084;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Fullwidth header with large font size\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3508:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-139 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><h1 class=\"wp-block-site-title has-large-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<nav class=\"has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-20 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-35\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-35-content\">\n <ul class=\"wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size\"><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-large-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:80:\"Header with a large site title and navigation links in the same large font size.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:42:\"core/group,core/navigation,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:811:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color has-link-color\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:site-title {\"fontSize\":\"large\"} /-->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"},\"fontSize\":\"large\"} /--></div>\n<!-- /wp:group -->\";}i:71;O:8:\"stdClass\":7:{s:2:\"id\";i:229088;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Simple header\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3786:\"\n<div class=\"wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-142 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-141 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-container-core-group-is-layout-140 wp-block-group-is-layout-flex\"><div class=\"is-default-size wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n<h1 class=\"has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n<nav class=\"is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-21 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-36\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-36-content\">\n <ul class=\"wp-block-navigation__container is-responsive items-justified-right wp-block-navigation\"><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\" wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:51:\"Simple header with logo, site title and navigation.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/header\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:57:\"core/group,core/navigation,core/site-logo,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"header\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1021:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:72;O:8:\"stdClass\":7:{s:2:\"id\";i:229123;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4248:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-144 wp-block-group-is-layout-flex\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-143 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-4 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:82:\"Centered footer with the sentence \"Proudly powered by WordPress\" and social links.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:25:\"core/group,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1495:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"30vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:73;O:8:\"stdClass\":7:{s:2:\"id\";i:229127;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Footer with search, site title, and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3120:\"\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-152 wp-block-group-is-layout-constrained\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-149 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group wp-container-content-36 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-145 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n\n\n<form role=\"search\" method=\"get\" action=\"https://wordpress.org/patterns/\" class=\"wp-block-search__button-outside wp-block-search__icon-button wp-block-search\" ><label class=\"wp-block-search__label screen-reader-text\" for=\"wp-block-search__input-37\" >Search</label><div class=\"wp-block-search__inside-wrapper \" style=\"width: 100%\"><input class=\"wp-block-search__input\" id=\"wp-block-search__input-37\" placeholder=\"\" value=\"\" type=\"search\" name=\"s\" required style=\"border-width: 1px\"/><button aria-label=\"Search\" class=\"wp-block-search__button has-icon wp-element-button\" type=\"submit\" style=\"border-width: 1px\"><svg class=\"search-icon\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\">\n <path d=\"M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z\"></path>\n </svg></button></div></form></div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-148 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-147 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n\n\n\n<div class=\"wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-146 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-151 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:88:\"Footer with search field and site title on the left, and small credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:65:\"core/group,core/paragraph,core/search,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3254:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\"}},\"color\":{\"background\":\"#00000008\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|60\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"style\":{\"border\":{\"width\":\"1px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":[]},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"typography\":{\"textTransform\":\"uppercase\",\"fontSize\":\"0.9rem\",\"letterSpacing\":\"1px\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} -->\n<p class=\"has-text-align-left\" style=\"font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"48px\"} -->\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:74;O:8:\"stdClass\":7:{s:2:\"id\";i:229131;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with site title and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:892:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-155 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-154 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with site title on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/paragraph,core/site-title\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1095:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:75;O:8:\"stdClass\":7:{s:2:\"id\";i:229135;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Footer with navigation and credit line\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3659:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-158 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-157 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-layout-flex wp-block-group-is-layout-flex\"><nav class=\"has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-22 wp-block-navigation-is-layout-flex\" aria-label=\"\" \n data-wp-interactive=\"core/navigation\" data-wp-context=\'{\"overlayOpenedBy\":{\"click\":false,\"hover\":false,\"focus\":false},\"type\":\"overlay\",\"roleAttribute\":\"\",\"ariaLabel\":\"\\u041c\\u0435\\u043d\\u044e\"}\'><button aria-haspopup=\"dialog\" aria-label=\"Открыть меню\" class=\"wp-block-navigation__responsive-container-open \" \n data-wp-on-async--click=\"actions.openMenuOnClick\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n ><svg width=\"24\" height=\"24\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\" focusable=\"false\"><rect x=\"4\" y=\"7.5\" width=\"16\" height=\"1.5\" /><rect x=\"4\" y=\"15\" width=\"16\" height=\"1.5\" /></svg></button>\n <div class=\"wp-block-navigation__responsive-container \" style=\"\" id=\"modal-38\" \n data-wp-class--has-modal-open=\"state.isMenuOpen\"\n data-wp-class--is-menu-open=\"state.isMenuOpen\"\n data-wp-watch=\"callbacks.initMenu\"\n data-wp-on--keydown=\"actions.handleMenuKeydown\"\n data-wp-on-async--focusout=\"actions.handleMenuFocusout\"\n tabindex=\"-1\"\n >\n <div class=\"wp-block-navigation__responsive-close\" tabindex=\"-1\">\n <div class=\"wp-block-navigation__responsive-dialog\" \n data-wp-bind--aria-modal=\"state.ariaModal\"\n data-wp-bind--aria-label=\"state.ariaLabel\"\n data-wp-bind--role=\"state.roleAttribute\"\n >\n <button aria-label=\"Закрыть меню\" class=\"wp-block-navigation__responsive-container-close\" \n data-wp-on-async--click=\"actions.closeMenuOnClick\"\n ><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z\"></path></svg></button>\n <div class=\"wp-block-navigation__responsive-container-content\" \n data-wp-watch=\"callbacks.focusFirstElement\"\n id=\"modal-38-content\">\n <ul class=\"wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul>\n </div>\n </div>\n </div>\n </div></nav></div>\n\n\n\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:64:\"Footer with navigation on the left and credit line on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/navigation,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1174:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"left\"},\"fontSize\":\"small\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:76;O:8:\"stdClass\":7:{s:2:\"id\";i:229139;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:56:\"Fullwidth footer with background color and three columns\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3049:\"\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-161 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Location</p>\n\n\n\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-23 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Follow us</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-159 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-160 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:57:\"Text-only footer with background color and three columns.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:78:\"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:3225:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|white\"}}},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"40vh\"}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"has-background-color\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:columns {\"align\":\"wide\",\"fontSize\":\"small\"} -->\n<div class=\"wp-block-columns alignwide has-small-font-size\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:77;O:8:\"stdClass\":7:{s:2:\"id\";i:229143;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:33:\"Centered footer with social links\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4183:\"\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-162 wp-block-group-is-layout-flex\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><div style=\"margin-bottom:6px;\" class=\"is-default-size aligncenter wp-block-site-logo\"><span class=\"custom-logo-link\"><img decoding=\"async\" src=\"https://s.w.org/images/wmark.png\" class=\"custom-logo\" alt=\"Логотип сайта\"></span></div>\n\n\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-5 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-facebook wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Facebook</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-wordpress wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">WordPress</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:71:\"Footer with centered site title, tagline, social links and credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.2\";s:25:\"wpop_contains_block_types\";s:75:\"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1532:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|50\",\"top\":\"var:preset|spacing|60\"},\"blockGap\":\"var:preset|spacing|40\",\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}},\"dimensions\":{\"minHeight\":\"40vh\"}},\"textColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-contrast-color has-text-color\" style=\"min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:site-logo {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"6px\"}}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\">Proudly powered by <a href=\"https://wordpress.org\">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"12px\",\"left\":\"12px\"}}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"wordpress\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:78;O:8:\"stdClass\":7:{s:2:\"id\";i:229147;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Fullwidth footer with navigation, credit, and social\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4655:\"\n<div class=\"wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-164 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-small-font-size wp-container-content-37\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n\n<div class=\"wp-block-group wp-container-content-38 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-163 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-39 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-6 wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-twitter wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-instagram wp-block-social-link\"><a href=\"https://#\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li></ul>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:87:\"Footer with site title on the left, credit in the middle and social links on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:76:\"core/group,core/paragraph,core/site-title,core/social-link,core/social-links\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1869:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background-color\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"nowrap\"},\"fontSize\":\"small\"} -->\n<div class=\"wp-block-group alignfull has-small-font-size\"><!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\"> Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"12px\"}},\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"25%\"}},\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:79;O:8:\"stdClass\":7:{s:2:\"id\";i:229151;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:19:\"Left-aligned footer\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2954:\"\n<div class=\"wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-171 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group wp-container-content-40 is-vertical is-layout-flex wp-container-core-group-is-layout-166 wp-block-group-is-layout-flex\"><h1 class=\"wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-170 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-167 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Pages</p>\n\n\n<nav class=\"has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-24 wp-block-navigation-is-layout-flex\" aria-label=\"\"><ul class=\"wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size\"><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Home</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">About</span></a></li><li class=\"has-small-font-size wp-block-navigation-item wp-block-navigation-link\"><a class=\"wp-block-navigation-item__content\" href=\"#\"><span class=\"wp-block-navigation-item__label\">Contact</span></a></li></ul></nav>\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-169 wp-block-group-is-layout-flex\">\n<p class=\"has-text-align-left\">Social</p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-168 wp-block-group-is-layout-flex\">\n<p><a href=\"#\">Facebook</a></p>\n\n\n\n<p><a href=\"#\">Instagram</a></p>\n\n\n\n<p><a href=\"#\">Twitter</a></p>\n</div>\n\n\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:44:\"Left-aligned footer with just a credit line.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:25:\"core/template-part/footer\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:69:\"core/group,core/navigation,core/paragraph,core/site-title,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"footer\";i:1;s:9:\"wireframe\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2939:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"fontSize\":\"medium\"} /-->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">2020 Lomita Blvd, <br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">Proudly powered by <a rel=\"nofollow\" href=\"https://wordpress.org\">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|50\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"right\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"flexWrap\":\"nowrap\"},\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"fontSize\":\"small\"} /-->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><a href=\"#\">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:80;O:8:\"stdClass\":7:{s:2:\"id\";i:201;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:32:\"Three columns with offset images\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1352:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\">\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<figure class=\"wp-block-image size-large is-style-default\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n\n\n\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:33:\"Three columns with offset images.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:47:\"core/column,core/columns,core/image,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"gallery\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1753:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-01.jpg\" alt=\"Close-up, abstract view of geometric architecture.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":500} -->\n<div style=\"height:500px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":150} -->\n<div style=\"height:150px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/architecture-02.jpg\" alt=\"Close-up, angled view of a window on a white building.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s.w.org/images/core/5.8/architecture-03.jpg\" alt=\"Close-up of the corner of a white, geometric building with both sharp points and round corners.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":285} -->\n<div style=\"height:285px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:81;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3582:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-172 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-173 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:82;O:8:\"stdClass\":7:{s:2:\"id\";i:197;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:39:\"Two columns of text with offset heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2284:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f2f0e9\">\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:43:\"Two columns of text with an offset heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:77:\"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2837:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f2f0e9\"}}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f2f0e9\"><!-- wp:spacer {\"height\":70} -->\n<div style=\"height:70px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:30px;line-height:1.1\"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:separator {\"customColor\":\"#000000\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-color has-extra-small-font-size\" style=\"color:#000000\">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":40} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:83;O:8:\"stdClass\":7:{s:2:\"id\";i:196;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:41:\"Media and text in a full height container\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1484:\"\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What’s the problem?</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Media and text block with image to the left and text and button to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:79:\"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2015:\"<!-- wp:cover {\"customOverlayColor\":\"#ffffff\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#ffffff\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:media-text {\"mediaLink\":\"https://s.w.org/images/core/5.8/soil.jpg\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"imageFill\":true} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill\" style=\"grid-template-columns:56% auto\"><figure class=\"wp-block-media-text__media\" style=\"background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%\"><img src=\"https://s.w.org/images/core/5.8/soil.jpg\" alt=\"Close-up of dried, cracked earth.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"32px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000;font-size:32px\"><strong>What\'s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"17px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->\";}i:84;O:8:\"stdClass\":7:{s:2:\"id\";i:195;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:38:\"Media and text with image on the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:719:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris (American, 1901-1942)</p>\n</div><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the right and text to the left.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1155:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaLink\":\"#\",\"mediaType\":\"image\",\"mediaWidth\":56,\"verticalAlignment\":\"center\",\"className\":\"is-style-default\"} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:auto 56%\"><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#000000\"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"17px\"},\"color\":{\"text\":\"#636363\"}}} -->\n<p class=\"has-text-color\" style=\"color:#636363;font-size:17px;line-height:1.1\">Eleanor Harris (American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/art-02.jpg\" alt=\"A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints.\" /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:85;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:86;O:8:\"stdClass\":7:{s:2:\"id\";i:186;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with text and a button\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1620:\"\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--209d5ba650efdd750f2103fb695c9a1a\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:62:\"Large header with background image and text and button on top.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:88:\"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:6:\"banner\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:2053:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/art-01.jpg\",\"hasParallax\":true,\"dimRatio\":40,\"customOverlayColor\":\"#000000\",\"minHeight\":100,\"minHeightUnit\":\"vh\",\"contentPosition\":\"center center\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"min-height:100vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-40 has-background-dim\" style=\"background-color:#000000\"></span><div role=\"img\" class=\"wp-block-cover__image-background has-parallax\" style=\"background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)\"></div><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.2\"}},\"className\":\"alignwide has-white-color has-text-color\"} -->\n<h2 class=\"wp-block-heading alignwide has-white-color has-text-color\" style=\"font-size:48px;line-height:1.2\"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff\">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}},\"className\":\"is-style-outline\"} -->\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:87;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:88;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}i:89;O:8:\"stdClass\":7:{s:2:\"id\";i:29;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:29:\"Two columns of text and title\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1540:\"\n<h2 class=\"wp-block-heading\" style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband’s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:47:\"Two columns of text preceded by a long heading.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"columns\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1711:\"<!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":38,\"lineHeight\":\"1.4\"}}} -->\n<h2 style=\"font-size:38px;line-height:1.4\"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":18}}} -->\n<p style=\"font-size:18px\">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband\'s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:90;O:8:\"stdClass\":7:{s:2:\"id\";i:19;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:23:\"Two images side by side\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:571:\"\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-39 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n</figure>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:41:\"An image gallery with two example images.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:23:\"core/gallery,core/image\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:1:{i:0;s:7:\"gallery\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:704:\"<!-- wp:gallery {\"linkTo\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-01.jpg\" alt=\"An aerial view of waves crashing against a shore.\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/nature-above-02.jpg\" alt=\"An aerial view of a field. A road runs through the upper right corner.\" /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\";}}','no'),
(311,'_site_transient_timeout_wp_remote_block_patterns_f7f245b1bc47d3a93f59d02a8bafbbe4','1719522084','no'),
(312,'_site_transient_wp_remote_block_patterns_f7f245b1bc47d3a93f59d02a8bafbbe4','a:28:{i:0;O:8:\"stdClass\":7:{s:2:\"id\";i:358364;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Ссылка в биографии\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6763:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Смотрите мои последние видео</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Купить мерч</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Поддержите меня на Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Получите билеты на мое шоу</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2754:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Смотрите мои последние видео</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Купить мерч</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Поддержите меня на Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Получите билеты на мое шоу</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:1;O:8:\"stdClass\":7:{s:2:\"id\";i:4327;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:47:\"Простой призыв к действию\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1043:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>Свяжитесь с нами</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Запланировать визит</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Связаться с нами</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:153:\"Контейнер с белым фоном. Внутри находится центрированный абзац, заголовок и кнопка.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1565:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>Свяжитесь с нами</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Запланировать визит</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Связаться с нами</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:2;O:8:\"stdClass\":7:{s:2:\"id\";i:4335;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:55:\"Таблица с ценами в три столбца\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4415:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-9300b270a9ebecc793ec6dce980099bd is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Индивидуальный</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Обогатите наше растущее сообщество.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Общие скидки на вход и членство для одного взрослого</li>\n\n\n\n<li>Один бесплатный билет на каждую специальную выставку</li>\n\n\n\n<li>Два одноразовых гостевых пропуска в год</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 в год</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-d8d66945105a3caa1b11b273880a2736 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Cемья</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Поддержите специальные выставки.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Общий входной билет и скидки для двух взрослых</li>\n\n\n\n<li>Четыре бесплатных билета на одну специальную выставку</li>\n\n\n\n<li>Четыре одноразовых гостевых пропуска в год</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 в год</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-8cf7658fd5444c8b2dd35db63baf1b4d is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Спонсор</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Поднимите поддержку до следующего уровня.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>Общий входной билет и скидки для двух взрослых</li>\n\n\n\n<li>Пять бесплатных билетов на одну специальную выставку</li>\n\n\n\n<li>Шесть одноразовых гостевых пропусков в год</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 в год</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:407:\"Три столбца одинаковой ширины настроены как таблица цен. Левый имеет желтый фон, средний имеет светло-фиолетовый фон, правый имеет голубой фон. Каждый столбец содержит заголовок, подзаголовок, разделитель, список и кнопку.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6691:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Индивидуальный</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Обогатите наше растущее сообщество.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Общие скидки на вход и членство для одного взрослого</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Один бесплатный билет на каждую специальную выставку</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Два одноразовых гостевых пропуска в год</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 в год</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Cемья</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Поддержите специальные выставки.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Общий входной билет и скидки для двух взрослых</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Четыре бесплатных билета на одну специальную выставку</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Четыре одноразовых гостевых пропуска в год</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 в год</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Спонсор</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Поднимите поддержку до следующего уровня.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>Общий входной билет и скидки для двух взрослых</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Пять бесплатных билетов на одну специальную выставку</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Шесть одноразовых гостевых пропусков в год</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 в год</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:3;O:8:\"stdClass\":7:{s:2:\"id\";i:4336;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:52:\"Изображение и цитата на фоне\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2380:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Даже в самых горьких фруктах есть сладость.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">— Терри О’Нил</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Наилучшие плоды приносят медленнорастущие деревья.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">— Мольер</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:347:\"Два медиа и текстовых блока. Верхний имеет бледно-зеленый фон. Текст находится слева и содержит цитату, а изображение - справа. В следующем блоке внизу есть изображение слева и цитата справа.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2491:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Даже в самых горьких фруктах есть сладость.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">- Терри О\'Нил</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Наилучшие плоды приносят медленнорастущие деревья.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">- Мольер</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:4;O:8:\"stdClass\":7:{s:2:\"id\";i:4346;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:14:\"событие\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1766:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-af8bc0778f90f4cc3acdbdd08e722e7c\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-deafa2e792ce0085825ccf49acda28cb is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Вечеринка <br>Открытия</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1639:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Вечеринка <br>Открытия</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:5;O:8:\"stdClass\":7:{s:2:\"id\";i:4349;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:49:\"Анонс и детали мероприятия\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1959:\"\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color wp-elements-361d585a1c26ce6d417edcead0f0920c is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#d2cdc7\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">ЭЛЕН ДЮМА<br><em>ФРАГМЕНТЫ</em></h2>\n\n\n\n<h3 class=\"alignwide wp-block-heading\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 — 9/9/2021<br>ЮЖНАЯ ЛОНДОНСКАЯ ХУДОЖЕСТВЕННАЯ ГАЛЕРЕЯ</h3>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:25%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:75%\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:25px\">ПОДРОБНЕЕ НА: WP.ORG · +44 21 1234 5678</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">БИЛЕТЫ</a></p>\n</div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2699:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#d2cdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<div class=\"wp-block-group alignfull has-black-color has-text-color has-background has-link-color\" style=\"background-color:#d2cdc7\"><!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h2 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">ЭЛЕН ДЮМА<br><em>ФРАГМЕНТЫ</em></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"46px\",\"lineHeight\":\"1.1\",\"fontWeight\":\"400\"}}} -->\n<h3 class=\"alignwide\" style=\"font-size:46px;font-weight:400;line-height:1.1\">20/4 - 9/9/2021<br>ЮЖНАЯ ЛОНДОНСКАЯ ХУДОЖЕСТВЕННАЯ ГАЛЕРЕЯ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:image {\"id\":3173,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://mywptesting.site/wp-content/uploads/2021/06/Histoire_naturelle_..._-fragments-_-_Upper_cover_C108eee15-1.jpg\" alt=\"\" class=\"wp-image-3173\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p style=\"font-size:25px\">ПОДРОБНЕЕ НА: WP.ORG · +44 21 1234 5678</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"align\":\"right\",\"style\":{\"typography\":{\"fontSize\":\"25px\"}}} -->\n<p class=\"has-text-align-right\" style=\"font-size:25px\">INSTAGRAM · <a href=\"#\">БИЛЕТЫ</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:6;O:8:\"stdClass\":7:{s:2:\"id\";i:4353;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:77:\"Изображение на сплошном цвете с описанием\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2096:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Самолет</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Медная проволока, деревянная основа. Я создал это произведение в конце 2008 года. В этой работе я стремился передать как промышленную тяжесть самолета, так и то, что вы чувствуете себя как на облаке, находясь в нем.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:78:\"Изображение на сплошном цвете с описанием.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2009:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Самолет</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Медная проволока, деревянная основа. Я создал это произведение в конце 2008 года. В этой работе я стремился передать как промышленную тяжесть самолета, так и то, что вы чувствуете себя как на облаке, находясь в нем.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:7;O:8:\"stdClass\":7:{s:2:\"id\";i:4360;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:65:\"Смещенные изображения с описаниями\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3194:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-2 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-1\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Прекрасные фотомеханические репродукции Cherry Blossom (1887-1897) Огавы Кадзумасы. Оригинал из Рейксмузеума. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>Белые ирисы</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Казумаса Огава</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-3 is-vertical is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Вишня в цвету</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Казумаса Огава</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Прекрасные фотомеханические репродукции Cherry Blossom (1887-1897) Огавы Кадзумасы. Оригинал из Рейксмузеума. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:113:\"Два смещенных столбца с изображениями и заголовками в каждом.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:3117:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Прекрасные фотомеханические репродукции Cherry Blossom (1887-1897) Огавы Кадзумасы. Оригинал из Рейксмузеума. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Белые ирисы</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Казумаса Огава</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Вишня в цвету</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Казумаса Огава</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Прекрасные фотомеханические репродукции Cherry Blossom (1887-1897) Огавы Кадзумасы. Оригинал из Рейксмузеума. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:8;O:8:\"stdClass\":7:{s:2:\"id\";i:4361;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:71:\"Изображение с описанием внизу и справа\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1772:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Винтажная иллюстрация купидона\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Полет Купидона</strong><br>Жикле, 48 x 48 дюймов, архивная бумага.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:72:\"Изображение с описанием внизу и справа.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1304:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Винтажная иллюстрация купидона\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Полет Купидона</strong><br>Жикле, 48 x 48 дюймов, архивная бумага.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:9;O:8:\"stdClass\":7:{s:2:\"id\";i:4368;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Подробности события\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1795:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Изображение женщины, которую лебеди несут по воздуху.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Место:</strong><br>ул. Лизюкова 1, Воронеж</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Время:</strong><br>24 октября 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Приобрести билеты</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Подробности мероприятия.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1731:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Изображение женщины, которую лебеди несут по воздуху.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Место:</strong><br>ул. Лизюкова 1, Воронеж</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Время:</strong><br>24 октября 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Приобрести билеты</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:10;O:8:\"stdClass\":7:{s:2:\"id\";i:4378;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Три колонки текста\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1511:\"\n<div class=\"wp-block-columns alignfull has-text-color has-background is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex\" style=\"background-color:#ffffff;color:#000000\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Виртуальный тур <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Примите участие в виртуальной экскурсии по музею. Идеально подходит для школ и мероприятий.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Текущие шоу <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Будьте в курсе и смотрите наши текущие выставки здесь.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h3 class=\"wp-block-heading\" style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Полезная информация <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></strong></h3>\n\n\n\n<p>Узнайте о времени работы, ценах на билеты и скидках.</p>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:35:\"Три колонки текста.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:52:\"core/column,core/columns,core/heading,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1736:\"<!-- wp:columns {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-columns alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"http://wordpress.org\">Виртуальный тур ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Примите участие в виртуальной экскурсии по музею. Идеально подходит для школ и мероприятий.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Текущие шоу ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Будьте в курсе и смотрите наши текущие выставки здесь.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontSize\":\"24px\",\"lineHeight\":\"1.3\"}}} -->\n<h3 style=\"font-size:24px;line-height:1.3\"><strong><a href=\"https://wordpress.org\">Полезная информация ↗</a></strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Узнайте о времени работы, ценах на билеты и скидках.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:11;O:8:\"stdClass\":7:{s:2:\"id\";i:4379;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:69:\"Три колонки с изображениями и текстом\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:4350:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ЭКОСИСТЕМА</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Положительное развитие.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-11 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Природа</em> в общепринятом смысле — это неизменные человеком сущности: космос, воздух, река, лист. <em>Искусство</em> относится к смешению его воли с теми же вещами, как в доме, канале, статуе, картине. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Но все его действия, вместе взятые, настолько незначительны: немного сколов, выпечки, заплат и стирки, что в таком грандиозном впечатлении, какое производит мир на человеческий разум, они не меняют результата.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"Солнце садится сквозь густой лес деревьев.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Ветровые турбины, стоящие на травянистой равнине, против голубого неба.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"Солнце светит над гребнем, спускающимся к берегу. Вдалеке по дороге едет машина.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Несомненно, у нас нет вопросов, на которые невозможно ответить. Мы должны доверять совершенству творения настолько, чтобы верить в то, что какое бы любопытство ни пробудил в наших умах порядок вещей, порядок вещей может удовлетворить. Состояние каждого человека — это иероглифическое решение тех вопросов, которые он задавал.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:142:\"Три столбца с изображениями и текстом с интервалом по вертикали для смещения.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5888:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ЭКОСИСТЕМА</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Положительное развитие.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Природа</em> в общепринятом смысле - это неизменные человеком сущности: космос, воздух, река, лист. <em>Искусство</em> относится к смешению его воли с теми же вещами, как в доме, канале, статуе, картине. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Но все его действия, вместе взятые, настолько незначительны: немного сколов, выпечки, заплат и стирки, что в таком грандиозном впечатлении, какое производит мир на человеческий разум, они не меняют результата.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"Солнце садится сквозь густой лес деревьев.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Ветровые турбины, стоящие на травянистой равнине, против голубого неба.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"Солнце светит над гребнем, спускающимся к берегу. Вдалеке по дороге едет машина.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Несомненно, у нас нет вопросов, на которые невозможно ответить. Мы должны доверять совершенству творения настолько, чтобы верить в то, что какое бы любопытство ни пробудил в наших умах порядок вещей, порядок вещей может удовлетворить. Состояние каждого человека - это иероглифическое решение тех вопросов, которые он задавал.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:12;O:8:\"stdClass\":7:{s:2:\"id\";i:4383;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:63:\"Медиа и текст с изображением слева\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:735:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Крупный план, абстрактный вид архитектуры.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Открытые пространства</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Посмотрите тематическое исследование <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:112:\"Медиа и текстовый блок с изображением слева и текстом справа.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:968:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Крупный план, абстрактный вид архитектуры.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Открытые пространства</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">Посмотрите тематическое исследование ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:13;O:8:\"stdClass\":7:{s:2:\"id\";i:4385;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:103:\"Большой заголовок с выравниванием текста по левому краю\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1639:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Лес.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Даже ребенок знает, насколько ценен лес. Свежий, захватывающий дух запах деревьев. Эхо птиц, летящих над этим плотным массивом. Стабильный климат, устойчивая разнообразная жизнь и источник культуры. Тем не менее, леса и другие экосистемы висят на волоске и могут превратиться в пахотные земли, пастбища и плантации.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:73:\"Изображение на обложке с цитатой сверху\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:0:\"\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1955:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Лес.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Даже ребенок знает, насколько ценен лес. Свежий, захватывающий дух запах деревьев. Эхо птиц, летящих над этим плотным массивом. Стабильный климат, устойчивая разнообразная жизнь и источник культуры. Тем не менее, леса и другие экосистемы висят на волоске и могут превратиться в пахотные земли, пастбища и плантации.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:14;O:8:\"stdClass\":7:{s:2:\"id\";i:4387;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:18:\"заголовок\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:720:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Мы — студия в Берлине с международной практикой в области архитектуры, городского планирования и дизайна интерьеров. Мы верим в обмен знаниями и продвижение диалога для увеличения творческого потенциала сотрудничества.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:45:\"большой текст, ЗАГОЛОВОК\";s:16:\"wpop_description\";s:29:\"Текст заголовка\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"ru_RU\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:815:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">Мы - студия в Берлине с международной практикой в области архитектуры, городского планирования и дизайна интерьеров. Мы верим в обмен знаниями и продвижение диалога для увеличения творческого потенциала сотрудничества.</h2>\n<!-- /wp:heading -->\";}i:15;O:8:\"stdClass\":7:{s:2:\"id\";i:207567;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:11:\"Link in Bio\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:6674:\"\n<div class=\"wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><h1 style=\"font-style:normal;font-weight:700;\" class=\"has-text-align-center wp-block-site-title has-medium-font-size\"><a href=\"https://wordpress.org/patterns\" target=\"_self\" rel=\"home\">Паттерны</a></h1>\n\n<p class=\"has-text-align-center wp-block-site-tagline\">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-7 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n\n\n\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Instagram</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bandcamp</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li style=\"color: #000000; background-color: #ffffff; \" class=\"wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link\"><a href=\"https://wordpress.org/patterns/\" class=\"wp-block-social-link-anchor\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" aria-hidden=\"true\" focusable=\"false\"><path d=\"M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitch</span></a></li></ul>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:3:\"6.1\";s:25:\"wpop_contains_block_types\";s:116:\"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2665:\"<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|80\",\"right\":\"0\",\"bottom\":\"var:preset|spacing|80\",\"left\":\"0\"}}},\"backgroundColor\":\"white\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group has-white-background-color has-background\" style=\"padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0\"><!-- wp:site-title {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} /-->\n\n<!-- wp:site-tagline {\"textAlign\":\"center\"} /-->\n\n<!-- wp:spacer {\"height\":\"20px\"} -->\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link wp-element-button\">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {\"iconColor\":\"black\",\"iconColorValue\":\"#000000\",\"iconBackgroundColor\":\"white\",\"iconBackgroundColorValue\":\"#ffffff\",\"size\":\"has-normal-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color\" style=\"padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)\"><!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"bandcamp\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://wordpress.org/patterns/\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->\";}i:16;O:8:\"stdClass\":7:{s:2:\"id\";i:732;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:21:\"Simple call to action\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:984:\"\n<div class=\"wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#ffffff;color:#000000\">\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class=\"has-text-align-center wp-block-heading\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-8 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n</div>\n\n\n\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:89:\"A container with a white background. Inside is a centered paragraph, heading, and button.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:7:\"buttons\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1506:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"text\":\"#000000\",\"background\":\"#ffffff\"}}} -->\n<div class=\"wp-block-group alignfull has-text-color has-background\" style=\"background-color:#ffffff;color:#000000\"><!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\".9\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\" style=\"line-height:.9\"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontSize\":59,\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"has-text-align-center\" id=\"schedule-a-visit\" style=\"font-size:59px;line-height:1.15\"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50,\"style\":{\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"50px\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-text-color has-background\" style=\"border-radius:50px;background-color:#000000;color:#ffffff\">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":64} -->\n<div style=\"height:64px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";}i:17;O:8:\"stdClass\":7:{s:2:\"id\";i:678;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:26:\"Three column pricing table\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3852:\"\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-14 wp-block-columns-is-layout-flex\" style=\"margin-bottom:0\">\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-10 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n\n\n\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<ul class=\"has-normal-font-size wp-block-list\">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class=\"wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-11 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:272:\"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:117:\"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:6125:\"<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"margin-bottom:0\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#ffe97d\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"single\"} -->\n<h2 class=\"wp-block-heading\" id=\"single\" style=\"font-size:40px\"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"style\":{\"color\":{\"background\":\"#000000\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-css-opacity has-background is-style-wide\" style=\"background-color:#000000;color:#000000\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#d1d1e1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"family\"} -->\n<h2 class=\"wp-block-heading\" id=\"family\" style=\"font-size:40px\"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.5\"}},\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\" style=\"line-height:1.5\"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}},\"className\":\"is-style-fill\"} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#c0ebf1\",\"text\":\"#000000\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#000000\"}}},\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-column has-text-color has-background has-link-color\" style=\"color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"40px\"}},\"anchor\":\"patron\"} -->\n<h2 class=\"wp-block-heading\" id=\"patron\" style=\"font-size:40px\"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"fontSize\":\"normal\"} -->\n<p class=\"has-normal-font-size\"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n<!-- /wp:separator -->\n\n<!-- wp:list {\"fontSize\":\"normal\"} -->\n<ul class=\"has-normal-font-size\"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-buttons alignfull\"><!-- wp:button {\"textColor\":\"white\",\"width\":100,\"style\":{\"color\":{\"background\":\"#000000\"},\"border\":{\"radius\":0}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button\" style=\"background-color:#000000\">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:18;O:8:\"stdClass\":7:{s:2:\"id\";i:669;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Image and quote on a background\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:2281:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Terry a O’Neal</p>\n</div>\n</div></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class=\"has-extra-small-font-size\">– Molière</p>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:221:\"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:41:\"core/group,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2404:\"<!-- wp:media-text {\"mediaPosition\":\"right\",\"mediaId\":5263,\"mediaLink\":\"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#f1f5c7\"}}} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#f1f5c7\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png\" alt=\"\" class=\"wp-image-5263 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Terry a O\'Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":673,\"mediaLink\":\"https://wordpress.org/patterns/pear-half/\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\",\"style\":{\"color\":{\"background\":\"#fffdea\"}}} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background\" style=\"background-color:#fffdea\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png\" alt=\"\" class=\"wp-image-673 size-full\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}}}} -->\n<div class=\"wp-block-group\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.2\",\"fontSize\":\"36px\"}}} -->\n<p style=\"font-size:36px;line-height:1.2\"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"extra-small\"} -->\n<p class=\"has-extra-small-font-size\">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:19;O:8:\"stdClass\":7:{s:2:\"id\";i:591;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:5:\"Event\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1744:\"\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\">\n<div class=\"wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\">\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">→</span></a></strong></p>\n</div>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:0:\"\";s:19:\"wpop_viewport_width\";i:800;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:54:\"core/group,core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1617:\"<!-- wp:media-text {\"align\":\"full\",\"mediaPosition\":\"right\",\"mediaId\":590,\"mediaLink\":\"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/\",\"mediaType\":\"image\",\"mediaWidth\":60,\"verticalAlignment\":\"top\",\"style\":{\"color\":{\"background\":\"#121c1c\",\"text\":\"#fffdc7\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color\" style=\"color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%\"><div class=\"wp-block-media-text__content\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"2em\",\"right\":\"2em\",\"bottom\":\"2em\",\"left\":\"2em\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}}}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em\"><!-- wp:heading {\"style\":{\"typography\":{\"fontWeight\":\"700\",\"fontSize\":\"48px\",\"lineHeight\":\"1.15\"}}} -->\n<h2 class=\"wp-block-heading\" style=\"font-size:48px;font-weight:700;line-height:1.15\">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fffdc7\"}}},\"color\":{\"text\":\"#fffdc7\"}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#fffdc7\"><strong><a href=\"#\">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-590 size-full\" /></figure></div>\n<!-- /wp:media-text -->\";}i:20;O:8:\"stdClass\":7:{s:2:\"id\";i:573;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Image on solid color with description\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1915:\"\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;\"><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"300\" src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" srcset=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w\" sizes=\"(max-width: 263px) 100vw, 263px\" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-15 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:320px\">\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n\n\n\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:38:\"Image on solid color with description.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:61:\"core/column,core/columns,core/cover,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:6:\"images\";i:2;s:4:\"text\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1826:\"<!-- wp:columns {\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:cover {\"customOverlayColor\":\"#f6f6f6\",\"minHeight\":600} -->\n<div class=\"wp-block-cover has-background-dim\" style=\"background-color:#f6f6f6;min-height:600px\"><div class=\"wp-block-cover__inner-container\"><!-- wp:image {\"align\":\"center\",\"id\":571,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img src=\"https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg\" alt=\"\" class=\"wp-image-571\" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"1em\",\"right\":\"1em\",\"bottom\":\"1em\",\"left\":\"1em\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"320px\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:320px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"1.6\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\" style=\"line-height:1.6\">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:21;O:8:\"stdClass\":7:{s:2:\"id\";i:526;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:31:\"Offset images with descriptions\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3011:\"\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-17 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-5 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-20 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<figure class=\"wp-block-image size-large wp-container-content-4\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" srcset=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w\" sizes=\"(max-width: 793px) 100vw, 793px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex\">\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group wp-container-content-6 is-vertical is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex\">\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img loading=\"lazy\" decoding=\"async\" width=\"707\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" srcset=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w\" sizes=\"(max-width: 707px) 100vw, 707px\" /></figure>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:58:\"Two offset columns with images and titles within each one.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:73:\"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:3:{i:0;s:8:\"featured\";i:1;s:7:\"gallery\";i:2;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:2930:\"<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:image {\"id\":525,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"50%\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg\" alt=\"Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-525\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:group {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"480px\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"80px\"} -->\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":524,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<figure class=\"wp-block-image size-large\" style=\"font-size:14px\"><img src=\"https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg\" alt=\"Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. \" class=\"wp-image-524\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:22;O:8:\"stdClass\":7:{s:2:\"id\";i:521;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:45:\"Image with description below and to the right\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1711:\"\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-18 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" srcset=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"></div>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:46:\"Image with description below and to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:50:\"core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:6:\"images\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1241:\"<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":522,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg\" alt=\"Vintage Cupid Illustration\" class=\"wp-image-522\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\";}i:23;O:8:\"stdClass\":7:{s:2:\"id\";i:502;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:13:\"Event details\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1707:\"\n<figure class=\"wp-block-image alignwide size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1227\" src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" srcset=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" /></figure>\n\n\n\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-20 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:14:\"Event details.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:14:\"call-to-action\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:1:{i:0;s:8:\"featured\";}s:15:\"pattern_content\";s:1642:\"<!-- wp:image {\"align\":\"wide\",\"id\":501,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg\" alt=\"Image of a woman being carried through the air by swans.\" class=\"wp-image-501\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"2\"}}} -->\n<p style=\"line-height:2\"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"style\":{\"color\":{\"background\":\"#262626\",\"text\":\"#efefef\"}}} -->\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#efefef;background-color:#262626\">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:24;O:8:\"stdClass\":7:{s:2:\"id\";i:199;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:34:\"Three columns with images and text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:3580:\"\n<div class=\"wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\">\n<div class=\"wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-23 wp-block-group-is-layout-flex\" style=\"padding-right:0;padding-left:0\">\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n</div>\n\n\n\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-24 wp-block-group-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.38%\">\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.62%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-22 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:69%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33%\">\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man’s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:77:\"Three columns with images and text, with vertical spacing for an offset look.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:86:\"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:5:{i:0;s:7:\"columns\";i:1;s:8:\"featured\";i:2;s:7:\"gallery\";i:3;s:6:\"images\";i:4;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:5124:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"color\":{\"background\":\"#f5eac1\"},\"spacing\":{\"padding\":{\"top\":\"6vw\",\"bottom\":\"6vw\",\"left\":\"6vw\",\"right\":\"6vw\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull has-background\" style=\"background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:heading {\"level\":6,\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"16px\"}},\"anchor\":\"ecosystem\"} -->\n<h6 class=\"wp-block-heading has-text-color\" id=\"ecosystem\" style=\"color:#000000;font-size:16px\">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"lineHeight\":\"0.9\",\"fontSize\":\"6vw\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"textTransform\":\"none\",\"textDecoration\":\"none\",\"letterSpacing\":\"0px\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none\">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"1vw\"} -->\n<div style=\"height:1vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"3vw\",\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"3vw\",\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"33.38%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.38%\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf. <em>Art</em> is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-01.jpg\" alt=\"The sun setting through a dense forest.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.62%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.62%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-02.jpg\" alt=\"Wind turbines standing on a grassy plain, against a blue sky.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"3vw\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"69%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:69%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s.w.org/images/core/5.8/outside-03.jpg\" alt=\"The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road.\" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33%\"><!-- wp:spacer {\"height\":\"2vw\"} -->\n<div style=\"height:2vw\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#000000\"},\"typography\":{\"fontSize\":\"17px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:17px\">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man\'s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";}i:25;O:8:\"stdClass\":7:{s:2:\"id\";i:192;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:37:\"Media and text with image on the left\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:611:\"\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n\n\n\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study <span aria-hidden=\"true\" class=\"wp-exclude-emoji\">↗</span></a></p>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:66:\"Media and text block with image to the left and text to the right.\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:43:\"core/heading,core/media-text,core/paragraph\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:844:\"<!-- wp:media-text {\"align\":\"full\",\"mediaType\":\"image\",\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center\"><figure class=\"wp-block-media-text__media\"><img src=\"https://s.w.org/images/core/5.8/architecture-04.jpg\" alt=\"Close-up, abstract view of architecture.\" /></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"color\":{\"text\":\"#000000\"}}} -->\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#000000\"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"extra-small\"} -->\n<p class=\"has-text-align-center has-extra-small-font-size\"><a href=\"#\">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:26;O:8:\"stdClass\":7:{s:2:\"id\";i:185;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:35:\"Large header with left-aligned text\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:1382:\"\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px;aspect-ratio:unset;aspect-ratio:unset;\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img decoding=\"async\" class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-23 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\n</div></div>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:0:\"\";s:16:\"wpop_description\";s:29:\"Cover image with quote on top\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:0:{}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:75:\"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:6:\"banner\";i:1;s:8:\"featured\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:1698:\"<!-- wp:cover {\"url\":\"https://s.w.org/images/core/5.8/forest.jpg\",\"dimRatio\":60,\"minHeight\":800,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:800px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-60 has-background-dim\"></span><img class=\"wp-block-cover__image-background\" alt=\"\" src=\"https://s.w.org/images/core/5.8/forest.jpg\" data-object-fit=\"cover\" /><div class=\"wp-block-cover__inner-container\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"fontSize\":\"64px\"}}} -->\n<h2 class=\"wp-block-heading alignwide has-text-color\" style=\"color:#ffe074;font-size:64px\">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"330px\"} -->\n<div style=\"height:330px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe074\"},\"typography\":{\"lineHeight\":\"1.3\",\"fontSize\":\"12px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe074;font-size:12px;line-height:1.3\"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->\";}i:27;O:8:\"stdClass\":7:{s:2:\"id\";i:184;s:5:\"title\";O:8:\"stdClass\":1:{s:8:\"rendered\";s:7:\"Heading\";}s:7:\"content\";O:8:\"stdClass\":2:{s:8:\"rendered\";s:526:\"\n<h2 class=\"alignwide wp-block-heading\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We’re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n\";s:9:\"protected\";b:0;}s:4:\"meta\";O:8:\"stdClass\":8:{s:13:\"wpop_keywords\";s:17:\"large text, title\";s:16:\"wpop_description\";s:12:\"Heading text\";s:19:\"wpop_viewport_width\";i:1200;s:16:\"wpop_block_types\";a:1:{i:0;s:12:\"core/heading\";}s:11:\"wpop_locale\";s:5:\"en_US\";s:15:\"wpop_wp_version\";s:0:\"\";s:25:\"wpop_contains_block_types\";s:12:\"core/heading\";s:9:\"footnotes\";s:0:\"\";}s:14:\"category_slugs\";a:2:{i:0;s:8:\"featured\";i:1;s:4:\"text\";}s:13:\"keyword_slugs\";a:2:{i:0;s:4:\"core\";i:1;s:8:\"featured\";}s:15:\"pattern_content\";s:621:\"<!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"fontSize\":\"48px\",\"lineHeight\":\"1.1\"}}} -->\n<h2 class=\"alignwide\" id=\"we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration\" style=\"font-size:48px;line-height:1.1\">We\'re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->\";}}','no'),
(315,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1719534420','no'),
(316,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:6381;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4832;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2784;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2682;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2073;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1952;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1915;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1715;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1581;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1573;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1546;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1514;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1513;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1504;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1407;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1314;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1294;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1170;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1167;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1162;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:1113;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:1031;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:1015;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:988;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:954;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:918;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:909;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:895;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:889;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:888;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:887;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:886;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:884;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:806;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:803;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:798;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:796;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:778;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:770;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:749;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:745;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:739;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:730;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:705;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:692;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:692;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:671;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:663;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:648;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:633;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:631;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:623;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:614;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:612;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:602;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:602;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:601;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:600;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:595;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:586;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:583;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:580;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:579;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:576;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:574;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:558;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:555;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:545;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:541;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:538;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:533;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:533;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:528;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:517;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:516;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:515;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:514;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:507;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:492;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:479;}s:8:\"payments\";a:3:{s:4:\"name\";s:8:\"payments\";s:4:\"slug\";s:8:\"payments\";s:5:\"count\";i:459;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:457;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:453;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:449;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:447;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:446;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:443;}s:7:\"gateway\";a:3:{s:4:\"name\";s:7:\"gateway\";s:4:\"slug\";s:7:\"gateway\";s:5:\"count\";i:440;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:432;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:430;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:429;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:428;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:426;}s:8:\"checkout\";a:3:{s:4:\"name\";s:8:\"checkout\";s:4:\"slug\";s:8:\"checkout\";s:5:\"count\";i:418;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:415;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:413;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:412;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:407;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:396;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:388;}}','no'),
(317,'_site_transient_timeout_available_translations','1719534514','no'),
(318,'_site_transient_available_translations','a:131:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:5:\"6.0.8\";s:7:\"updated\";s:19:\"2022-09-29 20:43:49\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.0.8/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:3:\"arg\";a:8:{s:8:\"language\";s:3:\"arg\";s:7:\"version\";s:8:\"6.2-beta\";s:7:\"updated\";s:19:\"2022-09-22 16:46:56\";s:12:\"english_name\";s:9:\"Aragonese\";s:11:\"native_name\";s:9:\"Aragonés\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"an\";i:2;s:3:\"arg\";i:3;s:3:\"arg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continar\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-13 12:49:38\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"متابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.24\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.24/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-04-17 04:58:23\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-01-19 08:58:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.5/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.25\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.25/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 14:44:55\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:11:07\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:28:\"চালিয়ে যান\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2023-02-22 20:45:53\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.5/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-25 16:00:17\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-04-24 08:56:53\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-05 16:32:52\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-28 12:45:26\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-03-26 13:44:37\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/6.5.5/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-17 14:48:34\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-03-26 13:47:17\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-03 13:12:29\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-13 14:21:47\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.5.5/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2022-07-16 12:13:09\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.5/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 10:58:15\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-10 06:30:17\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-06 03:31:15\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-19 15:19:26\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-06 03:31:51\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-02 19:22:48\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-21 20:18:18\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:14:53\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-27 01:40:49\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-08 03:22:25\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-24 17:40:38\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-10-16 16:00:04\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-11-08 20:42:04\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2023-04-21 13:32:10\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.5/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.9\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.9/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.9\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.9/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:6:\"5.4.15\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.4.15/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.20\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.20/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-21 15:08:30\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-06 09:50:37\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-06-02 15:48:46\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:15:28\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-04-24 18:38:28\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-05 14:33:45\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-06 13:13:32\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-26 14:52:21\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-01 23:56:53\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.24\";s:7:\"updated\";s:19:\"2023-04-30 13:56:46\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.24/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"fy\";a:8:{s:8:\"language\";s:2:\"fy\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2022-12-25 12:53:23\";s:12:\"english_name\";s:7:\"Frisian\";s:11:\"native_name\";s:5:\"Frysk\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.2.5/fy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fy\";i:2;s:3:\"fry\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Trochgean\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-19 23:22:01\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-01 06:52:39\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ચાલુ રાખો\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.32\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.32/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2024-05-04 18:39:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.5/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-02-25 08:05:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 08:23:07\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2023-02-22 17:37:32\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.5/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-09 11:52:45\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-22 14:20:40\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.25\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.25/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-27 14:41:33\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 12:23:28\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.25\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.25/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-11 06:47:05\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2023-07-05 11:40:39\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.2.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.25\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.25/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.20\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.20/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:5:\"6.1.6\";s:7:\"updated\";s:19:\"2022-10-20 17:15:28\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.1.6/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-25 07:08:02\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:13:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.5.5/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"بهردهوام به\";}}s:3:\"kir\";a:8:{s:8:\"language\";s:3:\"kir\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-09 12:35:56\";s:12:\"english_name\";s:6:\"Kyrgyz\";s:11:\"native_name\";s:16:\"Кыргызча\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.5.5/kir.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ky\";i:2;s:3:\"kir\";i:3;s:3:\"kir\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Улантуу\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 13:11:03\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:21:01\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"6.0.8\";s:7:\"updated\";s:19:\"2022-10-01 09:23:52\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.0.8/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 20:34:23\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:06\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:22:32\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"5.5.14\";s:7:\"updated\";s:19:\"2022-03-11 13:52:22\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.5.14/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.37\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.37/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-05 23:24:37\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:23:54\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-27 14:21:08\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/6.5.5/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-27 12:15:38\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-26 14:34:21\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.24\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.24/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:15:\"Panjabi (India)\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-21 13:57:21\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.33\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.33/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-28 12:52:40\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-04-29 14:17:50\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/6.5.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-13 10:10:53\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2023-08-21 12:15:00\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.4.5/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-24 18:46:08\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-29 19:01:12\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:6:\"5.4.15\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/5.4.15/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-26 06:13:09\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:5:\"6.4.2\";s:7:\"updated\";s:19:\"2023-11-12 10:29:16\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/6.4.2/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-02-14 12:47:33\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-03 08:22:16\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:29:20\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-11 14:03:20\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-20 17:29:45\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.37\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.37/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.9\";s:7:\"updated\";s:19:\"2022-06-08 04:30:30\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.9/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.24\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.24/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-18 15:04:07\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-01 01:02:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"6.4.5\";s:7:\"updated\";s:19:\"2024-03-06 18:52:07\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.4.5/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:6:\"5.4.15\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.15/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-04-21 03:44:55\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/6.5.5/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-06-03 15:01:22\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"6.5.5\";s:7:\"updated\";s:19:\"2024-05-19 09:07:33\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.5.5/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"6.2.5\";s:7:\"updated\";s:19:\"2022-07-15 15:25:03\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/6.2.5/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),
(323,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1719524197;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:41:\"navz-photo-gallery/navz-photo-gallery.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/navz-photo-gallery\";s:4:\"slug\";s:18:\"navz-photo-gallery\";s:6:\"plugin\";s:41:\"navz-photo-gallery/navz-photo-gallery.php\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/navz-photo-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/navz-photo-gallery.3.0.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/navz-photo-gallery/assets/icon-128x128.png?rev=2607741\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/navz-photo-gallery/assets/banner-772x250.png?rev=2607741\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{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:\"6.3.3\";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.6.3.3.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3096880\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3096880\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3096880\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3096880\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:42:\"acf-frontend-form-element/acf-frontend.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/acf-frontend-form-element\";s:4:\"slug\";s:25:\"acf-frontend-form-element\";s:6:\"plugin\";s:42:\"acf-frontend-form-element/acf-frontend.php\";s:11:\"new_version\";s:7:\"3.21.11\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/acf-frontend-form-element/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/acf-frontend-form-element.3.21.11.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/acf-frontend-form-element/assets/icon-128x128.png?rev=2305398\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/acf-frontend-form-element/assets/banner-1544x500.png?rev=3073132\";s:2:\"1x\";s:80:\"https://ps.w.org/acf-frontend-form-element/assets/banner-772x250.png?rev=3073379\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:25:\"generateblocks/plugin.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/generateblocks\";s:4:\"slug\";s:14:\"generateblocks\";s:6:\"plugin\";s:25:\"generateblocks/plugin.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/generateblocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/generateblocks.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/generateblocks/assets/icon-256x256.png?rev=2336822\";s:2:\"1x\";s:67:\"https://ps.w.org/generateblocks/assets/icon-128x128.png?rev=2336822\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/generateblocks/assets/banner-1544x500.png?rev=2336822\";s:2:\"1x\";s:69:\"https://ps.w.org/generateblocks/assets/banner-772x250.png?rev=2336822\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:31:\"infinite-scroll-block/index.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/infinite-scroll-block\";s:4:\"slug\";s:21:\"infinite-scroll-block\";s:6:\"plugin\";s:31:\"infinite-scroll-block/index.php\";s:11:\"new_version\";s:5:\"1.1.0\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/infinite-scroll-block/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/infinite-scroll-block.1.1.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/infinite-scroll-block/assets/icon-256x256.jpg?rev=3058708\";s:2:\"1x\";s:74:\"https://ps.w.org/infinite-scroll-block/assets/icon-128x128.jpg?rev=3058708\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/infinite-scroll-block/assets/banner-772x250.jpg?rev=3058708\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";b:0;}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.8.2\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";}}s:7:\"checked\";a:7:{s:41:\"navz-photo-gallery/navz-photo-gallery.php\";s:3:\"3.0\";s:30:\"advanced-custom-fields/acf.php\";s:5:\"6.3.3\";s:29:\"da-image-set/da-image-set.php\";s:5:\"1.0.0\";s:42:\"acf-frontend-form-element/acf-frontend.php\";s:7:\"3.21.11\";s:25:\"generateblocks/plugin.php\";s:5:\"1.9.1\";s:31:\"infinite-scroll-block/index.php\";s:5:\"1.1.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.2\";}}','no'),
(324,'_site_transient_timeout_theme_roots','1719525723','no'),
(325,'_site_transient_theme_roots','a:2:{s:13:\"generatepress\";s:7:\"/themes\";s:19:\"generatepress_child\";s:7:\"/themes\";}','no'),
(326,'_site_transient_timeout_community-events-2ba50000a39e8279a2ea8cba4ba5c54c','1719567360','no'),
(327,'_site_transient_community-events-2ba50000a39e8279a2ea8cba4ba5c54c','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"46.166.86.0\";}s:6:\"events\";a:0:{}}','no'),
(328,'_transient_timeout_feed_92227bfe1354c9fe21266d111aae5ed4','1719567361','no'),
(329,'_transient_feed_92227bfe1354c9fe21266d111aae5ed4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 14:39:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"ru-RU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.7-alpha-58585\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Блог | WordPress.org Русский\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://ru.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Предупреждение о мошенниках\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://ru.wordpress.org/news/2023/12/scam-alert-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Dec 2023 14:27:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2647\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:802:\"В последнее время администраторы сайтов WordPress стали заметно чаще получать письма якобы от WordPress.org или WordPress.com. Примерный текст такого письма: Уважаемый владелец сайтаМы хотим обратить ваше внимание на некоторые важные изменения в наших правилах и предписаниях, которые влияют на работу вашего веб-сайта WordPress.Для обеспечения безопасности и качества обслуживания необходимо принять новые правила. Если вы с ними не согласны […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4902:\"\n<p>В последнее время администраторы сайтов WordPress стали заметно чаще получать письма якобы от WordPress.org или WordPress.com. Примерный текст такого письма:</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-pullquote has-text-align-left has-small-font-size\"><blockquote><p>Уважаемый владелец сайта<br>Мы хотим обратить ваше внимание на некоторые важные <strong>изменения в наших правилах</strong> и предписаниях, которые влияют на работу вашего веб-сайта WordPress.<br>Для обеспечения безопасности и качества обслуживания необходимо принять новые правила. Если вы с ними не согласны и не предпримете необходимых действий, <strong>ваш веб-сайт будет отключен</strong>.<br><br>КНОПКА ДЛЯ ПЕРЕХОДА<br>Пожалуйста, ознакомьтесь с изменениями и примите решение до <strong>12.05.2023</strong>. Мы ценим ваше сотрудничество и готовы помочь вам с любыми вопросами или озабоченностями.<br>Спасибо вам за ваше понимание и оперативные действия!<br><br>Automattic, Inc. — 60 29th St. #343, Сан-Франциско, Калифорния 94110</p></blockquote></figure>\n\n\n\n<p>Обращаем ваше внимание, WordPress Foundation, Automattic Inc, Команда безопасности WordPress <strong>не рассылают писем</strong> владельцам сайтов, не просят переходить по ссылкам для принятия каких-либо условий, не просят установить никаких плагинов или совершать иные действия не связанные со штатным обновлением вашего сайта (Консоль-Обновления).</p>\n\n\n\n<p>Если вы подписаны на какие-либо рассылки WordPress, убедитесь что исходящий адрес не был подделан:</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"450\" src=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png\" alt=\"\" class=\"wp-image-2650\" srcset=\"https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg.png 1024w, https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg-300x132.png 300w, https://ru.wordpress.org/files/2023/12/email-details-signed-by-wordpressdotorg-768x338.png 768w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n</div></div>\n\n\n\n<p>вы можете сделать это просмотрев служебные заголовки сообщения email.</p>\n\n\n\n<p>Официальными доменами являются .wordpress.org и .wordpress.net , а также домены третьего уровня, например ru.wordpress.org (обратите внимание что .wordpress.org является концом доменной части адреса (перед слешем <strong>/</strong>) и перед wordpress.org имеется точка, а не какой-то иной символ, например тире).</p>\n\n\n\n<p>Также обращайте внимания на письма исходящие якобы от вашего хостинга, вашего регистратора домена и прочее, в случае сомнений обращайтесь в службу поддержки хостинга, регистратора и.т.д. зайдя в личный кабинет в соответствующем месте. Не переходите по ссылкам из писем и не совершайте сомнительных действий о которых вас просят возможные мошенники.</p>\n\n\n\n<p>Официальное сообщение от команды безопасности WordPress (на английском): <a href=\"https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/\" target=\"_blank\" rel=\"noreferrer noopener\">https://wordpress.org/news/2023/12/alert-wordpress-security-team-impersonation-scams/</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2647\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Ежегодный опрос пользователей и участников разработки WordPress 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://ru.wordpress.org/news/2023/09/2023-wordpress-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Sep 2023 15:38:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2631\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:827:\"Пользователи, создатели сайтов, создатели расширений и участники разработки предоставляют ценные отзывы посредством ежегодного опроса. В прошлом, 2022 году, исследование получило комплексное обновление, впервые за шесть лет. Общее количество вопросов было сокращено до 29 ( ранее около 100), большинство социально-экономических вопросов были удалены, а также введена шкала Лайкерта. Эти обновления были призваны повысить процент заполнения опроса, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12466:\"\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"768\" height=\"342\" src=\"https://ru.wordpress.org/files/2019/11/image-12-1.png\" alt=\"\" class=\"wp-image-2145 size-full\" srcset=\"https://ru.wordpress.org/files/2019/11/image-12-1.png 768w, https://ru.wordpress.org/files/2019/11/image-12-1-300x134.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure><div class=\"wp-block-media-text__content\">\n<p>Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос за этот год</a></div>\n</div>\n</div></div>\n\n\n\n<p>Пользователи, создатели сайтов, создатели расширений и участники разработки предоставляют ценные отзывы посредством ежегодного опроса. В прошлом, 2022 году, исследование получило комплексное обновление, впервые за шесть лет. Общее количество вопросов было сокращено до 29 ( ранее около 100), большинство социально-экономических вопросов были удалены, а также введена шкала Лайкерта. Эти обновления были призваны повысить процент заполнения опроса, обеспечить более эффективный и структурированный анализ этих данных и позволить опросу лучше всего оценить темы, которые наиболее важны для сообщества WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Итоги предыдущего опроса за 2022 год</h2>\n\n\n\n<p>В опросе 2022 года процент завершения увеличился на 26%, однако количество заполнений сократилось на 56% до примерно 3400, включая около 800 участников разработки. В этом году опрос стартует ранее чем в прошлом, что, надеемся, позволит увеличить его количество участников.</p>\n\n\n\n<p>Ключевые моменты:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Опрос показывает более широкое использование блоков и нового редактора сайта (по сравнению с классическим редактором), что не должно вызывать удивления, поскольку тема по умолчанию теперь является темой на блоках</li>\n\n\n\n<li>22% респондентов использовали WordPress всего год или меньше. Те, кто участвует в опросе, также становятся немного старше: меньше ответов от тех, кто моложе 40 лет, чем в предыдущие годы.</li>\n\n\n\n<li>Каждый пятый респондент узнал о WordPress от коллеги и примерно такой же процент благодаря поисковой системе.</li>\n\n\n\n<li>В 2022 году пользователи WordPress продолжали изучать WordPress (68%), обучали других WP (48%) и создавали сайты для других (55%).</li>\n\n\n\n<li>Пользователи WordPress выбирают платформу, потому что она с открытым исходным кодом (62%), гибкая (47%), с низким уровнем риска (45%), экономичная (45%) и имеет положительную репутацию (41%).</li>\n\n\n\n<li>57% участников опроса получали новости и обучение непосредственно на WordPress.org. Хотя это основной источник, другие сайты остаются очень важными: поисковые системы (46%), YouTube (40%), другие сообщества WordPress (35%) и социальные сети (30%).</li>\n\n\n\n<li>Подавляющее большинство респондентов не используют регулярно другие платформы CMS, а 21% респондентов не используют ни один из 20 наиболее популярных плагинов WordPress.</li>\n\n\n\n<li>Респонденты продолжают утверждать, что «WordPress не хуже других платформ CMS или даже лучше», с этим согласны 68%. Элементы, которые респонденты считают лучшими аспектами WordPress, включают «простоту использования», «гибкость» и/или «варианты плагинов» — примерно по 30% каждый. Говоря о наиболее разочаровывающих элементах WordPress, каждый пятый ответил: «Ничего», а примерно 30% упомянули трудности с редактированием сайта / Гутенберг.</li>\n\n\n\n<li>Общий опыт участников остается положительным. 64% поделились положительным опытом, а 24% оценили свой опыт как «нейтральный». Авторы также чувствуют себя желанными гостями с таким же процентом (64% согласны и 24% нейтральны).</li>\n</ul>\n\n\n\n<p>Более подробно ознакомиться с результатами можно скачав <a href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\" data-type=\"link\" data-id=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">этот файл PDF</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Опрос этого года</strong></h2>\n\n\n\n<p>Чтобы ваш опыт работы с WordPress был представлен в результатах опроса 2023 года, примите участие в опросе прямо сейчас</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос</a></div>\n</div>\n\n\n\n<p>Вы также можете пройти опрос на других языках, воспользовавшись ссылкой выше и переключившись на другой язык, благодаря усилиям полиглотов WordPress. Опрос будет открыт в течение пяти недель. Результаты будут опубликованы в блоге WordPress News в начале декабря. </p>\n\n\n\n<p>В этом году, как и в прошлом, в опрос были внесены некоторые улучшения в структуру и набор вопросов. Также тестируется новая платформа, предлагающая обновленный интерфейс, расширенную многоязычную поддержку, расширенные инструменты анализа и визуализации результатов и многое другое. Новая платформа также имеет встроенные средства контроля доступа и конфиденциальности, что гарантирует, что опрос будет отвечать разнообразным потребностям сообщества WordPress.</p>\n\n\n\n<p>Пожалуйста, <strong>помогите распространить информацию об опросе</strong>, поделившись им в своей сети, через Slack или через записи в социальных сетях. Чем больше людей заполнят опрос и поделятся своим опытом работы с WordPress, тем большую пользу принесет проект.</p>\n\n\n\n<p><em>Безопасность и конфиденциальность данных имеют первостепенное значение для проекта WordPress и сообщества. Учитывая это, все данные будут анонимизированы: никакие адреса электронной почты или IP-адреса не будут связаны с опубликованными результатами. Чтобы узнать больше о политике конфиденциальности WordPress.org, ознакомьтесь с <a href=\"https://ru.wordpress.org/about/privacy/\" target=\"_blank\" rel=\"noreferrer noopener\">политикой конфиденциальности.</a></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Благодарности</h2>\n\n\n\n<p>Спасибо <a href=\"https://www.hostinger.com/\">Hostinger</a>, <a href=\"https://cloud.jetpack.com/\">Jetpack</a>, и <a href=\"http://wordpress.com\">WordPress.com</a> за помощь в продвижении опроса среди своих клиентов.</p>\n\n\n\n<p>Благодарим следующих участников сообщества WordPress за помощь в проекте ежегодного опроса, включая создание вопросов, стратегию, составление опроса и перевод:<br><a href=\"https://profiles.wordpress.org/adamsilverstein/\">adamsilverstein</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">adurasjb</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">alvarogóis</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbénard</a>, <a href=\"https://profiles.wordpress.org/hassantafreshi/\">hassantafreshi</a>, <a href=\"https://profiles.wordpress.org/juliagasparyan/\">juliagasparyan</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">kittmedia</a>, <a href=\"https://profiles.wordpress.org/manudavidos/\">manudavidos</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">nilovelez</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, и <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner</a>.</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background has-text-align-center wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey\" style=\"background-color:#0072b9\" target=\"_blank\" rel=\"noreferrer noopener\">Пройти опрос</a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2631\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress отмечает 20 лет! Результаты опроса 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://ru.wordpress.org/news/2023/05/20th-anniversary-and-2022-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 May 2023 15:47:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2579\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:621:\"27 мая WordPress отмечает свое 20-летие. По всему миру проходит множество праздников и вечеринок, надеюсь, с тортом, потому что все мы знаем, что вечеринка без торта — это просто встреча. Но если вы еще не присоединились к празднованию, у вас еще есть время, чтобы получить свой сувенир на юбилей WordPress, поделиться вашим любимым воспоминанием о […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10216:\"\n<h2 class=\"wp-block-heading\">27 мая WordPress отмечает свое 20-летие.</h2>\n\n\n\n<p>По всему миру проходит множество праздников и вечеринок, надеюсь, с тортом, потому что все мы знаем, что вечеринка без торта — это просто встреча.</p>\n\n\n\n<p>Но если вы еще не присоединились к празднованию, у вас еще есть время, чтобы получить свой сувенир на юбилей WordPress, поделиться вашим любимым воспоминанием о WordCamp, устроить целую вечеринку, если хотите, или поделиться видео для публикации на <a href=\"https://wp20.wordpress.net\">wp20.wordpress.net</a>. </p>\n\n\n\n<p>За двадцать лет WordPress прошел долгий путь от форка Cafe Log и на настоящее время обслуживает 82 миллиона веб-сайтов (43% всех сайтов сети по данным W3Techs) и имеет экономический вес экосистемы в размере 597 миллиардов долларов. Но команда WordPress не останавливается на этом и не может просто сказать «хорошая работа, а теперь просто посмотрим, что будет дальше». </p>\n\n\n\n<p>У WordPress большие планы на будущее, многие из которых основаны на совершенствовании нового редактора блоков в WordPress, который направлен на снижение входных барьеров для людей на любом этапе их обучения. <br><br>Присоединиться к празднованию юбилея WordPress онлайн или найти встречу или мероприятие поблизости можно на сайте <a href=\"https://wp20.wordpress.net\">wp20.wordpress.net</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Результаты ежегодного сообщества WordPress за 2022 год</h2>\n\n\n\n<p>Каждый год члены сообщества WordPress предоставляют ценные отзывы в рамках ежегодного опроса. На 2022 год опрос получил комплексное обновление, первое за шесть лет. Общее количество вопросов было сокращено с почти 100 до 29, в основном удалены социально-экономические вопросы и введена шкала Лайкерта. Эти обновления были предназначены для увеличения скорости заполнения опроса, обеспечения более эффективного и структурированного анализа этих данных и позиционирования опроса для наилучшего определения тем, которые наиболее важны для сообщества WordPress.</p>\n\n\n\n<p>Цель состоит в том, чтобы информация, полученная в ходе опроса, помогла информировать об инициативах и направлениях работы WordPress в ближайшем будущем, наряду с другими сигналами, такими как обсуждения в сообществе, блоги <a href=\"https://make.wordpress.org\">Making WordPress</a> и мероприятия.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Основные моменты</h3>\n\n\n\n<p>В выпуске опроса 2022 года процент завершения увеличился на 26%, однако количество представленных материалов уменьшилось на 56% до примерно 3400, включая около 800 участников. Для опроса 2023 года реклама будет увеличена, что, мы надеемся, компенсирует снижение числа заявок. Доля анкет заполненных на русском языке составила 7% (237 участников). Мы очень надеемся увидеть больше в опросе за 2023 год!</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Опрос показывает более широкое использование блоков и нового редактора сайта (по сравнению с классическим редактором), что не должно вызывать удивления, поскольку тема по умолчанию теперь основана на блоках.</li>\n\n\n\n<li>22% респондентов используют WordPress только год или меньше. Те, кто отвечает на опрос, также становятся немного старше: меньше ответов от лиц моложе 40 лет, чем в предыдущие годы.</li>\n\n\n\n<li>1 из 5 респондентов узнал о WordPress от коллеги и примерно такой же процент от использования поисковой системы.</li>\n\n\n\n<li>В 2022 году пользователи WordPress продолжали изучать WordPress (68%), обучали других работе с WP (48%) и создавали сайты для других (55%).</li>\n\n\n\n<li>Пользователи выбирают платформу CMS, потому что она с открытым исходным кодом (62%), гибкая (47%), с низким уровнем риска (45%), рентабельна (45%) и имеет положительную репутацию (41%).</li>\n</ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>57% участников опроса получали новости и обучающие материалы непосредственно с WordPress.org. Хотя это основной источник, другие сайты остаются очень важными: поисковые системы (46%), YouTube (40%), другие сообщества WordPress (35%) и социальные сети (30%).</li>\n\n\n\n<li>Подавляющее большинство респондентов не используют другие платформы CMS, а 21% респондентов не используют ни один из 20 лучших плагинов WordPress.</li>\n\n\n\n<li>Респонденты продолжают заявлять, что «WordPress не хуже или даже лучше других платформ CMS», с чем согласны 68%. Элементы, которые респонденты считают лучшими аспектами WordPress, включают «простоту использования», «гибкость» и/или «варианты плагинов», всего около 30% каждого. На вопрос о наиболее разочаровывающих элементах WordPress 1 из 5 ответил «ничего», а примерно 30% сослались на трудности с редактированием сайта или редактором блоков.</li>\n\n\n\n<li>Общий опыт участников остается положительным, 64% поделились своим положительным опытом, а 24% оценили свой опыт как «нейтральный». </li>\n</ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Участники сообщества также чувствуют себя желанными как и ранее (64% согласны и 24% нейтральны).</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Планы на 2023</h3>\n\n\n\n<p>В следующей итерации опроса планируется улучшить языковые возможности, а также продолжить уточнение вопросов вариантов ответов. Важно помнить, что заполнение опроса требует времени, поэтому мы хотим убедиться, что членам сообщества задаются вопросы, которые больше всего помогают WordPress.</p>\n\n\n\n<p>Предварительный план состоит в том, чтобы запустить опрос 2023 года уже в августе. Это создаст возможность собрать больше результатов и, что наиболее важно, их учета в планировании ключевых инициатив и направлений деятельности на 2024 год. Отзывы сообщества жизненно важны для успеха и направления проекта. </p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-charcoal-0-color has-pale-cyan-blue-background-color has-text-color has-background wp-element-button\" href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\">Скачать PDF-файл с результатами опроса</a></div>\n</div>\n\n\n\n<p></p>\n\n\n\n<p><em>Для подготовки публикации использованы материалы:</em></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/05/episode-55-happy-anniversary-wordpress/\">Episode 55: Happy Anniversary, WordPress!</a><br><a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">2022 Annual Survey Results & Next Steps</a><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Люди WordPress: Хаува Абашия\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://ru.wordpress.org/news/2023/03/people-of-wordpress-hauwa-abashiya/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 04 Mar 2023 12:56:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2569\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:650:\"В этой статье мы рассказываем о Хауве Абашия, менеджере проектов в Нигерии и Великобритании, чье стремление помогать людям и ее профессиональные навыки нашли применение и признание в глобальном сообществе WordPress. Иногда нам везет найти в жизни дело, к которому мы не только готовы присоединиться, но и отстаивать. Чтобы бы это ни было, оно может помочь […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:29662:\"\n<p>В этой статье мы рассказываем о Хауве Абашия, менеджере проектов в Нигерии и Великобритании, чье стремление помогать людям и ее профессиональные навыки нашли применение и признание в глобальном сообществе WordPress.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/feature-img-for-hauwa-powp.jpg\" alt=\"Портретная фотография Хаувы \" width=\"680\" height=\"420\" title=\"Портретная фотография Хаувы \" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Иногда нам везет найти в жизни дело, к которому мы не только готовы присоединиться, но и отстаивать. Чтобы бы это ни было, оно может помочь нам выйти за рамки повседневной рутины и переосмыслить то, что мы знаем. Именно это случилось с Хаувой, она почувствовала, что нашла свое место и смогла по новому посмотреть на свою жизнь и планы. </p>\n\n\n\n<p>Для нее поворотной точкой стало открытие WordPress, проекта с открытым исходным кодом.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Обучение разработке и WordPress</h2>\n\n\n\n<p>В 2017 году Хаува, уже опытный и успешный менеджер проектов, осознала, что не испытывает от работы того же восторга, как раньше, и ей откровенно скучно. «Я знала, что мне по-прежнему нравится работать с проектами и заниматься их управлением, но мне нужно было что-то менять», — вспоминает она.</p>\n\n\n\n<p>Тогда Хаува записалась на курсы веб-разработки, где освоила HTML, CSS и немного JavaScript. Одной из возможностей курса было изучение WordPress, и она выбрала его. Преподаватель курса посоветовал ей посетить конференцию WordCamp.</p>\n\n\n\n<p>Хаува посчитала, что необходимо иметь базовые знания о CMS (системе управления контентом сайта) до того, как приедет на мероприятие, и углубилась в самостоятельное изучение WordPress. Первый WordCamp, который она посетила, проходил в приморском городе Брайтон на южном побережье Англии. Там она встретила людей, которые стали ее друзьями и наставниками на долгие годы.</p>\n\n\n\n<p>«Меня вдохновили встречи с людьми из сообщества WordPress. Моя жизнь и мое желание поддерживать сообщества изменились к лучшему благодаря людям, которых я встретила, и я продолжаю благодарна судьбе за знакомство с ними».</p>\n\n\n\n<h2 class=\"wp-block-heading\">Глобальное сообщество WordPress: от Германии до Нигерии</h2>\n\n\n\n<p>Открыв для себя сообщество WordPress в Великобритании, Хаува заинтересовалась его реальными масштабами, и услышав, что WordCamp Europe — флагманское мероприятие, собирающее тысячи людей со всего мира, захотела принять участие в его организации и использовать свои навыки управления проектами. Она подала заявку и стала волонтером в трехдневной конференции, которая в 2019 году проходила в столице Германии, Берлине. На этом мероприятии Хаува познакомилась не только с участниками со всего мира, но и открыла для себя активное сообщество WordPress в своей родной Нигерии. После она обнаружила как легко поддерживать связь с друзьями со всего мира через мессенджеры. </p>\n\n\n\n<p>Вдохновившись людьми, которые использовали WordPress для улучшения жизни людей в Нигерии и других частях Африки, Хаува начала изучать, как WordPress и его глобальное сообщество могут помочь улучшить взаимопонимание между культурами и континентами.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-and-her-mom.jpg\" alt=\"Хаува и ее мать Розалинд на одном из мероприятий в Нигерии.\" title=\"Хаува и ее мать Розалинд на одном из мероприятий в Нигерии\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Отец Хаувы, доктор Ауду Квасау Абашия, и ее мать Розалинд Зулай Абашия — известны своей благотворительной деятельностью, в частности оказанием поддержки людям в Кадуне, на севере Нигерии, и Абудже в центре страны. Хаува поясняет: «Моя мама происходит из семьи, которая делится своими навыками для оказания практической помощи. От друзей, с которыми я познакомилась в WordPress, я узнала, что есть части общества, которые придерживаются такой же этики. Я могла бы стать частью этого, внести свою лепту в развитие Нигерии в будущем».</p>\n\n\n\n<p>Ее родители основали благотворительный фонд, цель которого — помощь вдовам, сиротам и детям получить доступ к образованию, от финансов до музыки. Он связывает тех, кто нуждается в помощи, и тех, кто может оказать поддержку.</p>\n\n\n\n<p>Хаува говорит: «Обучение людей практическим навыкам, которые можно использовать для получения дохода или которыми можно поделиться с семьей и другими людьми в своем районе, очень важно. Подобные проекты помогают развивать и поддерживать общину. Такие навыки, как шитье и кулинария — это не просто возможность одеться и поставить еду на стол, но и обретение независимости и гордости. Они являются примером того, как микроэкономика может развиваться и вдохновлять людей на мечты, воплощающиеся в жизнь. В ходе своей работы и учебы я убедилась, что технологии, используемые сознательно и с пониманием решаемых задач, способны изменить жизнь общин к лучшему. Такие проекты, как WordPress, могут стать частью этой движущей силы благодаря переводу на родной язык и самому программному обеспечению, позволяющему делиться идеями».</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2022.jpg\" alt=\"Хаува в Нигерии\" title=\"Хаува в Нигерии\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Имея опыт управления проектами и работы в сфере информационных технологий, Хаува все больше интересуется тем, как можно использовать свои навыки не только для сплочения сообщества, но и для практического долгосрочного вклада в местную инфраструктуру и внедрения быстро меняющихся технологий.</p>\n\n\n\n<p>Она говорит: «Я бы хотела, чтобы некоторые люди, которым помог фонд, основанный моими родителями, могли поделиться своими идеями и достижениями и вдохновлять других. Одним из путей может стать программное обеспечение с открытым исходным кодом, доступное для использования и которое может работать на мобильных телефонах».</p>\n\n\n\n<p>«Побыв представителем <a href=\"https://make.wordpress.org/training/\">Training Team</a> (команды обучения), я на собственном опыте убедилась, насколько важно, чтобы пользователи не являющиеся технарями могли использовать программное обеспечение для обмена своими идеями без необходимости становиться разработчиками. Мы все можем помочь людям быть услышанными, и если мы работаем в сфере технологий, мы играем определенную роль в создании и продвижении доступности инструментов для этого».</p>\n\n\n\n<p>В списке желаний Хаувы помочь африканским странам получить доступ к программному обеспечению и технологиям на их местных языках. Она говорит: «Это часть самобытности, уважения и признания различных культур, а не ожидание того, что все будет переведено с английского дословно. Это дает возможность пожилым людям пользоваться программным обеспечением или опубликованным контентом».</p>\n\n\n\n<p>Хаува выучила хауса (язык, на котором говорят в нескольких африканских странах) и английский одновременно у себя дома в Нигерии. Она, как и ее родители, получила образование в разных местах, училась и работала в разных странах. В 16 лет Хаува занялась информатикой как развлечением, не догадываясь, что в будущем это станет важной частью ее трудовой жизни. </p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-in-2015.jpg\" alt=\"Хаува в кафе в 2015 году\" title=\"Хаува в кафе в 2015 году\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Она собиралась поступить в университет, чтобы изучать финансы и социологию. Когда она пошла прощаться с классом по информатике, учитель спросил, что она собирается делать. Услышав о ее планах, учитель сказал: «Ты не хочешь заниматься этим, ты хочешь заниматься чем-то в области IT». Этот разговор стал поворотным моментом для Хаувы. Она продолжила изучать вычислительные и информационные системы и объектно-ориентированные информационные системы для получения степени магистра в Великобритании.</p>\n\n\n\n<p>На втором курсе университета она также работала с технологиями вводом данных и в смежных областях, поскольку была полна решимости узнать как можно больше о различных направлениях. После окончания магистратуры она выбрала работу, которая позволяла ей работать с системами, их поддержкой, управлением проектами, цепочками поставок и закупками. Она является сторонником изучения как можно большего количества смежных дисциплин, чтобы получить широкий набор инструментов для реального понимания того, что нужно клиентам и как помочь им достичь подходящих и своевременных решений. Эти навыки оказались полезными и в последующие годы, что позволило ей найти время для поддержки конференций WordCamp, митапов и Training Team. Она говорит: «Участники проектов с открытым исходным кодом являются представителями самых разных профессиональных и культурных слоев. Участие в проекте — это отличный способ делиться своими навыками и сохранять их актуальным и быть открытым для новых возможностей обучения».</p>\n\n\n\n<p>Хаува сохранила любовь к управлению проектами и образованию, она получила квалификации в этой области, включая Prince 2 и PMP. Она остается верна идее непрерывного обучения в своей сегодняшней работе с Agile и другими методологиями и находит взаимосвязь между работой и своим стремлением к просвещению.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/hauwa-at-wc-london-2019-2.jpg\" alt=\"Хаува у стойки регистрации на WordCamp London 2019\" title=\"Хаува у стойки регистрации на WordCamp London 2019\" /></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Стремясь поддержать и местное сообщество в Великобритании, Хаува присоединилась к London WordPress Meetup, а в 2019 году стала организатором WordCamp London, где она использовала свой опыт в области управления проектами. Во время этих мероприятий она провела множество бесед, призывая других развивать свои навыки в области ИТ и делясь собственным опытом.</p>\n\n\n\n<p>Этот интерес к повышению уровня квалификации других людей естественным образом привел ее к дальнейшему участию в работе команд <a href=\"https://make.wordpress.org/\">Make WordPress</a>. Вдохновленная идеей поделиться своими навыками другим участником проекта, она присоединилась к <a href=\"https://make.wordpress.org/training/\">Training Team</a> на Contributor Day во время WordCamp. Эта команда трудится над созданием онлайн платформы — <a href=\"https://learn.wordpress.org/\">Learn</a>, позволяющей людям осваивать программное обеспечение и поддерживать свои знания актуальными, а также научиться развивать сообщество в своем регионе. Хаува считает, что доступность — ключевой фактор, поэтому она посвятила много времени проработке документации для лучшего понимания. Она считает, что это необходимо для того, чтобы действительно предоставить людям доступную информацию и определить, где требуется дополнительная работа. Ее вера в это только укрепилась, когда она присоединилась к <a href=\"https://make.wordpress.org/accessibility/\">Accessibility Team</a> (команде по обеспечению доступности) релиза WordPress 5.6, и она внесла свой вклад в документацию и образовательные материалы.</p>\n\n\n\n<p>Хаува посвятила много часов поддержке Training Team в течение нескольких лет, будучи убежденной в том, что правильные ресурсы могут действительно помочь сообществам во всем мире использовать программное обеспечение с открытым исходным кодом. Она также подчеркивает важность того, чтобы материалы должны быть удобными для пользователей и легко переводиться, поскольку проект WordPress имеет глобальный масштаб.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Вклад в программное обеспечение с открытым исходным кодом заряжает энергией</h2>\n\n\n\n<p>Благодаря сочетанию волонтерской деятельности в Великобритании и Нигерии, а также поддержке участников по всему миру, Хаува заново открыла в себе стремление помогать людям — планировать и достигать своих целей. Она смогла поделиться своим 15-летним опытом управления проектами в своей волонтерской деятельности и призывает других рассмотреть эту профессию в качестве карьеры.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/02/Hauwa-WC-Europe-2019.jpg\" alt=\"Хаува на WordCamp Europe 2019\" title=\"Хаува на WordCamp Europe 2019\" /></figure></div>\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>«Занимаясь волонтерством, вы работаете рядом с людьми. Управление проектами связано с людьми. Это помощь людям в достижении целей. То же самое можно сделать и через волонтерство, и вы можете многому научиться, встречаясь с людьми из разных мест». </p>\n\n\n\n<p>«Одним из моих стимулов является использование технологий для решения проблем. Для меня, как руководителя проектов, большая честь помогать людям и организациям определять и достигать цели. Это позволяет им обрести ценность. Это одна из причин, по которой меня потянуло к поиску технологических сообществ и участию в них. Если это то, что движет вами, читающими о моем опыте, то у вас есть широкие возможности поделиться своими навыками. Найдите то, что подходит именно вам, там, где вы сейчас находитесь». </p>\n\n\n\n<p>Хаува призывает всех, кто работает в сфере технологий, углубить свое понимание управления проектами и работы с различными командами. «Навыки управления проектами очень важны, в каком бы проекте вы ни работали. Из-за долгих рабочих часов на протяжении многих лет я чувствовала, что потеряла связь с людьми. Я застряла в, казалось, повторяющемся цикле. Благодаря людям, которых я встретила в сообществе WordPress, и использованию моих профессиональных навыков, я вспомнила о своих собственных ценностях и о том, как в качестве менеджера проектов я могу помочь другим достичь новых высот или сделать что-то ценное и существенное, чем другие могут использовать». </p>\n\n\n\n<p>В 2022 году Хаува вернулась к работе на полную ставку в национальных и международных проектах впечатляющих своими масштабами и время ее волонтерской работы в рамках глобальных инициатив по развитию сообществ сократилось, но она продолжает вносить свой вклад в WordPress, сосредоточившись на продвижении образовательных проектов и культурной стороне сообщества.</p>\n\n\n\n<p>«Я буду продолжать интересоваться тем, как проекты с открытым исходом, такие как WordPress, работая вместе с другими решениями, может помочь некоммерческим организациям в их развитии. По мне, если существуют технологические решения, то мы все можем сыграть определенную роль в их развитии и изменении ситуации».</p>\n\n\n\n<p>«То, как мы помогаем сообществам, не обязательно должно оставаться неизменным на протяжении всего времени. Важно постоянно смотреть на то, что необходимо, и на то, какую пользу это может принести».</p>\n\n\n\n<p>«Найдите то, что хотела ли бы воплотить для своего родного соообщества, и, возможно, существуют технологии, которые могут воплотить его. Я рада, что начала свое путешествие».</p>\n\n\n\n<h2 class=\"wp-block-heading\">Поделитесь историями</h2>\n\n\n\n<p>Познакомьтесь с другими историями в серии «Люди WordPress», помогите поделиться или с другими и присоединяйтесь к нам, чтобы найти новое применение собственным знаниям и талантам, найти друзей и внести вклад в развитие проекта в глобальном масштабе. Тут находят единомышленников и филологи, и самые отъявленные технари. Make WordPress сейчас насчитывает 21 команду, и вы всегда можете присоединиться к русскоязычному комьюнити в Telegram.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Авторы и редакторы</h2>\n\n\n\n<p>Спасибо Хауве Абашия (<a href=\"https://profiles.wordpress.org/azhiyadev/\">@azhiyadev</a>) за ее #ContributorStory.</p>\n\n\n\n<p>Спасибо Абе Такор (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>) за интервью и запись, а также Мехер Бала (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Хлое Брингманн <a href=\"https://profiles.wordpress.org/cbringmann/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Мари Баум (<a href=\"https://profiles.wordpress.org/marybaum/\">@marybaum</a>), Налини Такор (<a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">@nalininonstopnewsuk</a>) and Майе Лончар (<a href=\"https://profiles.wordpress.org/majaloncar/\">@majaloncar</a>) за редактуру и работу с фотографиями.</p>\n\n\n\n<p>Серия Люди WordPress благодарит Джозефу Хейден (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>) и Тофера ДеРозиа (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) за поддержку проекта.</p>\n\n\n\n<p>Перевод на русский: Ольга Глеклер (<a href=\"https://profiles.wordpress.org/oglekler/\">@oglekler</a>)</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"180\" height=\"135\" src=\"https://ru.wordpress.org/files/2021/03/heropress-logo.png\" alt=\"\" class=\"wp-image-2268\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p>Эта статья основана на первоначальной публикации HeroPress.com, инициативе, ориентированной на людей в сообществе WordPress, созданной Тофером ДеРозиа <a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>.</p>\n</div>\n</div>\n\n\n\n<p>Читайте эту и другие истории серии «<a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress</a>» (на английском) или «<a href=\"https://ru.wordpress.org/news/category/people-of-wordpress/\">Люди WordPress</a>» (на русском).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2569\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Сообщество WordPress Russia в Telegram\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://ru.wordpress.org/news/2023/02/%d1%81%d0%be%d0%be%d0%b1%d1%89%d0%b5%d1%81%d1%82%d0%b2%d0%be-wordpress-russia-%d0%b2-telegram/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Feb 2023 12:57:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2558\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"В связи с закрытием пространства WordPress Russia в Slack с 21 марта 2023 года, были открыты каналы сообщества в Telegram.Добро пожаловать: https://t.me/ru_wp_org На каналах можно как общаться по поводу WordPress и сообщества, по развитию проекта WordPress (внесению своего вклада в проект), так и просто пообщаться (#random). Обратите внимание!Все темы, связанные с поддержкой WordPress следует по-прежнему […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2580:\"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu.png\" alt=\"\" class=\"wp-image-2563 size-full\" srcset=\"https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu.png 300w, https://ru.wordpress.org/files/2023/02/wapuushkin-wapuu-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></figure><div class=\"wp-block-media-text__content\">\n<p>В связи с <a rel=\"noreferrer noopener\" href=\"https://slack.com/blog/news/access-restricted-russia-embargoed-regions-ukraine\" target=\"_blank\">закрытием пространства</a> WordPress Russia в Slack с 21 марта 2023 года, были открыты каналы сообщества в Telegram.<br>Добро пожаловать: <a rel=\"noreferrer noopener\" href=\"https://t.me/ru_wp_org\" target=\"_blank\">https://t.me/ru_wp_org</a></p>\n</div></div>\n</div></div>\n\n\n\n<p>На каналах можно как общаться по поводу WordPress и сообщества, по развитию проекта WordPress (<a href=\"https://make.wordpress.org/\">внесению своего вклада в проект</a>), так и просто пообщаться (#random).</p>\n\n\n\n<p>Обратите внимание!<br>Все темы, связанные с поддержкой WordPress следует по-прежнему создавать на форуме, сообщество в Telegram (как и ранее в Slack) существует<br>прежде всего для общения на темы, связанные с внесением своего вклада в развитие WordPress любым из доступных способов: разработка ядра, дизайн, переводы, ответы на форумах, документация, публикация плагинов и тем в каталоге, организация мероприятий, улучшение самого портала <a href=\"http://WordPress.org\">WordPress.org</a>, тестирование, маркетинг, CLI и т.д.</p>\n\n\n\n<p>Для переводов WordPress, плагинов, тем и прочих связаных проектов существует канал <a href=\"https://t.me/wp_translate\">https://t.me/wp_translate</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2558\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"Ежегодный опрос пользователей и участников разработки WordPress 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://ru.wordpress.org/news/2022/12/2022-wordpress-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2022 16:13:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:14:\"Новости\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2547\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении State of the Word, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress. Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6251:\"\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\">\n<p style=\"font-size:18px\">Каждый год сообщество WordPress проводит ежегодный опрос для пользователей и участников сообщества. </p>\n</div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"342\" src=\"https://ru.wordpress.org/files/2019/11/image-12-1.png\" alt=\"\" class=\"wp-image-2145 size-full\" srcset=\"https://ru.wordpress.org/files/2019/11/image-12-1.png 768w, https://ru.wordpress.org/files/2019/11/image-12-1-300x134.png 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" /></figure></div>\n\n\n\n<p>Ключевые выводы и тенденции, выявляемые в результате этого опроса, часто отражаются в ежегодном обращении <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">State of the Word</a>, публикуются в общедоступных блогах проекта и могут влиять на направление и стратегию проекта WordPress.</p>\n\n\n\n<p>Проще говоря: этот опрос помогает тем, кто создает WordPress, больше узнать о том, как и кем используется программное обеспечение. Опрос также помогает руководителям проектов с открытым исходным кодом WordPress больше узнать об опыте наших участников.</p>\n\n\n\n<p>В этом году опрос был переработан и стал заметно короче, поэтому ответы на него займут у вас не так много времени.</p>\n\n\n\n<p>В этом году мы предлагаем пройти вам этот опрос:</p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--47151882126d1c6b50b7efadda2fc855\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/ru-2022\" target=\"_blank\" rel=\"noreferrer noopener\">На русском</a></div>\n\n\n\n<div class=\"wp-block-button is-style-outline is-style-outline--547c3da3e0a2bc7300d2e4772a33c124\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wordpressdotorg.survey.fm/en-2022\" target=\"_blank\" rel=\"noreferrer noopener\">In English</a></div>\n</div>\n\n\n\n<p>Как и в прошлом году, предлагаются и другие языки: <a href=\"https://wordpressdotorg.survey.fm/fr-2022\">французский</a>, <a href=\"https://wordpressdotorg.survey.fm/de-2022\">немецкий</a>, <a href=\"https://wordpressdotorg.survey.fm/it-2022\">итальянский</a>, <a href=\"https://wordpressdotorg.survey.fm/jp-2022\">японский</a>, и <a href=\"https://wordpressdotorg.survey.fm/es-2022\">испанский</a>. Это шесть наиболее часто используемых языков, помимо английского, основываясь на количестве загрузок программного обеспечения WordPress. Возможно, в 2023 году будут добавлены и другие.</p>\n\n\n\n<p>Сбор данных осуществляется в полном соответствии с <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/about/privacy/\" target=\"_blank\">политикой конфиденциальности WordPress.org</a>: все данные будут анонимизированы и не будут ассоциироваться с IP-адресами и адресами e-mail.</p>\n\n\n\n<p>Опрос открыт до конца 2022 года, его результаты будут опубликованы позже в блоге WordPress.org. </p>\n\n\n\n<p>Помогите распространить информацию об опросе, поделившись им в социальных сетях или иным способом. Чем больше людей пройдут опрос и поделятся своим опытом работы с WordPress, тем больше пользы получит проект в будущем.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Благодарность</h2>\n\n\n\n<p>За помощь в создании, оформлении и переводе на национальные языки опроса, спасибо следующим участникам: <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/_dorsvenabili/\">_dorsvenabili</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">angelasjin</a>, <a href=\"https://profiles.wordpress.org/arkangel/\">arkangel</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">audrasjb</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fernandot/\">fernandot</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbenard</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">jdy68</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">jpantani</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">laurlittle</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nielslange/\">nielslange</a>, <a href=\"https://profiles.wordpress.org/peiraisotta/\">peiraisotta</a>, <a href=\"https://profiles.wordpress.org/piermario/\">piermario</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">santanainniss</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2547\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Прекращение поддержки старых версий WordPress 3.7-4.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://ru.wordpress.org/news/2022/11/dropping-security-updates-for-wordpress-versions-3-7-through-4-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Nov 2022 09:17:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:25:\"Общие вопросы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"Релизы\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2544\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:826:\"Команда безопасности WordPress прекратит предоставлять обновления для версий WordPress 3.7–4.0, начиная с 1 декабря 2022 года. Официально WordPress предоставляет поддержку только последней версии программного обеспечения. Команда безопасности исторически практикует предоставление исправлений безопасности в качестве любезности для сайтов с более старыми версиями в ожидании, что сайты будут автоматически обновлены. До сих пор эти исправления включали все […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"Yui\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2294:\"\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/security/\" target=\"_blank\">Команда безопасности</a> WordPress прекратит предоставлять обновления для версий WordPress 3.7–4.0, начиная с 1 декабря 2022 года.</p>\n\n\n\n<p>Официально WordPress предоставляет поддержку только последней версии программного обеспечения. Команда безопасности исторически практикует предоставление исправлений безопасности в качестве любезности для сайтов с более старыми версиями в ожидании, что сайты будут автоматически обновлены.</p>\n\n\n\n<p>До сих пор эти исправления включали все версии WordPress, поддерживающие автоматические обновления. Версии WordPress 3.7 – 4.0 достигли <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/about/stats/\" target=\"_blank\">уровней использования менее 1%</a> от общего числа установок, где польза от предоставления этих обновлений перевешивается затраченными усилиями.</p>\n\n\n\n<p>Сегодня, 30 ноября 2022, выйдут последние обновления для веток 3.7, 3.8, 3.9 и 4.0, в них единственным изменением станет анонсирование прекращения поддержки безопасности и предложение перейти на более свежую версию WordPress.</p>\n\n\n\n<p>Если у вас возникнут проблемы при переходе к новой версии WordPress, вы можете обратиться на <a rel=\"noreferrer noopener\" href=\"https://ru.wordpress.org/support/\" target=\"_blank\">форумы поддержки</a>. Не забывайте о резервном копировании перед внесением изменений на свой сайт.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2544\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Люди WordPress: Михаил Кобзарёв\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://ru.wordpress.org/news/2022/08/people-of-wordpress-mikhail-kobzarev/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Aug 2022 09:05:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2526\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру.  Сегодня мы беседуем с Михаилом Кобзарёвым, автором плагинов и техноблогером, чье имя и никнейм на слуху у всех, кто интересуется новостями WordPress. — Более 13 лет ты совмещаешь веб-разработку с личным блогом, а последние 5 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:34536:\"\n<p>Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру. </p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1024x683.jpg\" alt=\"\" class=\"wp-image-2531\" srcset=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-2-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Сегодня мы беседуем с <a href=\"https://profiles.wordpress.org/mihdan/\">Михаилом Кобзарёвым</a>, автором плагинов и техноблогером, чье имя и никнейм на слуху у всех, кто интересуется новостями WordPress.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Более 13 лет ты совмещаешь веб-разработку с личным блогом, а последние 5 лет еще и </em></strong><a href=\"https://wp-digest.com/\"><strong><em>WordPress Digest</em></strong></a><strong><em> ведешь. Как удается все совмещать и не разбрасываться, что тебя вдохновляет и чему научился за это время? </em></strong></p>\n\n\n\n<p>Начнем с того, что мой общий стаж в разработке почти 19 лет, за которые я перепробовал все методики управления своим временем и проектами. Плюс после переезда из мегаполиса в деревню я стал работать удаленно задолго до того, как это стало мейнстримом. По этим причинам я выработал для себя определенный график труда и отдыха.</p>\n\n\n\n<p>Во-первых, никакой работы по выходным, праздникам и в отпуске — мозги нужно постоянно разгружать, иначе очень просто выгореть, когда ведешь несколько проектов одновременно и держишь огромные массивы данных в голове, постоянно что-то просчитываешь, прикидываешь, прорабатываешь разные варианты.</p>\n\n\n\n<p>Во-вторых, на протяжении дня обязательны перерывы, во время которых никаких гаджетов и телевизоров быть не должно — глазам тоже нужен отдых. В это время лучше выйти на улицу, пройтись, поглядеть вдаль и помечтать о будущем ) Тут может помочь любой pomodoro таймер.</p>\n\n\n\n<p>В третьих, необходимо соблюдать режим дня (который у меня последнее время немного сбился). Исторически сложилось, что мой рабочий день вот уже много лет начинается в 11 и заканчивается в 19 часов по московскому времени. В Москве это самые удобные часы, чтобы добраться до работы и безболезненно уехать домой, а утром всегда есть время на семью: походы по магазинам или поездка в поликлинику с ребенком.</p>\n\n\n\n<p>Свой блог я начал вести еще когда учился в университете на радиотехника в Туле, он задумывался именно как дневник/записная книжка для себя и одногруппников, где я делился своими открытиями в чудесном мире разработки на РНР, верстки под IE6, Netscape 4 и Opera 6.</p>\n\n\n\n<p>Я очень много поглощаю информации из интернета за день (в основном через RSS как старый добрый олдфаг), особо интересные заметки кладу в закладки для чтения позже. И есть огромное желание делиться этими знаниями с людьми (я помню то время, когда не было интернета и всю информацию мы получали из книг, журналов и энциклопедий), поэтому с появлением Твиттера я стал постить много контента туда, так как под содержимое моего блога.</p>\n\n\n\n<p>Со временем русскоязычный Твиттер стал превращаться в помойку и одновременно с этим появился Телеграм, в котором я был одним из первых бета-тестеров. Мы стали переводить рабочие чаты туда, создавать каналы для своих, так появились сначала закрытые, а потом уже и открытые публично чаты и каналы: WordPress Digest (сюда мы постим новости по WordPress), WordPress Jobs (работа вокруг WordPress), Elementor (чат по конструктору страниц Elementor) и многие другие. Основные можно поглядеть у меня <a href=\"https://www.kobzarev.com/wordpress/wordpress-resources/\">в блоге</a>.</p>\n\n\n\n<p>Вдохновляет меня на все эти подвиги моя семья и мои родители, я им искренне благодарен за знания, которые они в меня вложили в детстве и научили самостоятельности, благодаря которой я много лет занимаюсь самообразованием и стараюсь помогать другим. А вот опыт больших компаний (Apple, Microsoft, Tesla) меня не вдохновляет, так как они всего лишь попали в нужное место в нужное время. Каждый должен наступить на свои грабли, ведь человек не учится на чужих ошибках.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Почему WordPress? Всегда ли сложный проект значит «интересный» для тебя как разработчика?</em></strong></p>\n\n\n\n<p>За эти 19 лет я набрался огромного опыта почти во всех сферах необъятного веба: фронтенд, бэкенд, seo и даже дизайн, перепробовал кучу языков программирования, прошел десятки курсов и прочитал сотни книг, поработал в нескольких крупных компаниях и мелких веб-студий и могу сказать однозначно: WordPress — сила.</p>\n\n\n\n<p>К WordPress я пришел не сразу. Это был долгий тернистый путь. Все начиналось с написания своей CMS в компании Ingate (которая была блочная как текущий Gutenberg и использовала ныне непопулярный XML/XSLT).</p>\n\n\n\n<p>Потом была своя CMS в студии Imagos на чистом РНР4 без фреймворков, которую можно до сих пор встретить на некоторых сайтах.</p>\n\n\n\n<p>А после переезда из Тулы в Москву я попал в информационное агентство, где мы делали сайты для МИД, дипломатов, РАН, поднимали свои информационные, новостные порталы, здесь мне пригодился опыт написания своих CMS под нужды заказчиков и мы с коллегами запилили не просто новую CMS, а целую платформу, на которой сейчас крутится около 12к сайтов для сельских газет, они им достались совершенно бесплатно.</p>\n\n\n\n<p>И тут случился кризис в стране и нам пришлось всем временно уйти на удаленку, так как ЗП платить нам перестали, а на дорогу и покушать в Москве нужно было много денег, плюс съемная квартира и маленький ребенок.</p>\n\n\n\n<p>В это время, чтобы прокормить семью, пришлось работать с разными CMS (Joomla, Drupal, ModX) и фреймворками (Zend, Symfony, Laravel, Yii).</p>\n\n\n\n<p>Компания не смогла быстро выйти из этого кризиса и мы с бывшими коллегами покинули занимаемые должности и запустили несколько стартапов разной направленности, которые мы сделали на популярном тогда Битрикс.</p>\n\n\n\n<p>Работая с Битрикс, я испытал много боли и унижения. В итоге мы уперлись в потолок его кастомизации и решили попробовать WordPress, у меня был небольшой опыт работы с ним в то время. Максимум, что я тогда сделал — развернул свой блог на нем и перенес туда все свои заметки за много лет. Так начался мой путь в WordPress.</p>\n\n\n\n<p>Следующие несколько лет с каждым днем проектов на WordPress мне попадалось все больше и больше, как простых так и сложных, копился опыт и я начал писать свои <a href=\"https://profiles.wordpress.org/mihdan/#content-plugins\">бесплатные плагины под WordPress</a>, которые я по сей день дополняю и поддерживаю, новый функционал добавляется за счет донов и отдается бесплатно.</p>\n\n\n\n<p>И вот уже 10 лет я делаю сайты на WordPress, разрабатываю бэкенд для мобильных приложений на WordPress REST API или использую «безголовый» (headless) WordPress для сайтов на React/Vue.</p>\n\n\n\n<p>Это не всегда интересные проекты, но всегда достаточно сложные, высоконагруженные и объемные с большим количеством кастомного кода на бэкенде. Я стараюсь не брать (но в качестве исключения иногда беру) совсем простые проекты и не заниматься доработками чужих, предпочитаю стартапы — там всегда можно найти для себя что-то интересное и ограничивает тебя лишь полет фантазии ))</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты родом из маленького села в Магаданской области и сейчас предпочитаешь сельскую местность мегаполисам. Давно ли ты работаешь удаленно, легко ли это и почему выбрал жизнь вне города?</em></strong></p>\n\n\n\n<p>Родился я в поселке Сеймчан («Солнечная долина» по-эвенски) Магаданской области, после окончания школы поступил в ТулГУ в городе Тула на радиотехника и мечтал ремонтировать телевизоры и видеомагнитофоны, но судьба распорядилась иначе и я открыл для себя бесплатный кабинет интернета в Политехе, который меня заворожил, а после того как я случайно нажал CTRL+U на странице <a href=\"http://ya.ru\">ya.ru</a> и увидел разноцветные строки кода — «поплыл» и не могу остановиться до сих пор.</p>\n\n\n\n<p>Несколько лет работал в Туле, потом в Москве, потом по стечению обстоятельств попал в деревню под Тулой и мне тут так стало просто и кайфово, что я больше не стал возвращаться в мегаполис. Тут чистый воздух, свое хозяйство, красота, спокойствие и нет городской суеты и пробок, в которых я проводил по 2-4 часа в сутки, живя в большом городе. И так уже 7 лет я удаленщик, не путайте с фрилансом (работаю официально, фултайм).</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1024x683.jpg\" alt=\"Фотографии Михаила Кобзарева на отдыхе с сыном\" class=\"wp-image-2529\" srcset=\"https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/Mikhail-Kobzarev-1-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a><figcaption class=\"wp-element-caption\">Михаил на отдыхе с сыном</figcaption></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Но есть и свои минусы: за продуктами, в больницу, стоматологию, кинотеатр приходится ездить в город, но это не является проблемой, когда у тебя есть автомобиль и четкий распорядок дня, когда ты можешь час-два в день отлучиться по личным вопросам.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Сейчас в профессиональных чатах активно обсуждается тема трудоустройства и возникает ощущение, что работодатели и кандидаты не могут друг друга найти. Ты размещаешь в Дайджесте вакансии и общаешься и с теми, и с другими. Действительно ли существует проблема и что нужно делать, чтобы найти работу или нанять подходящего специалиста?</em></strong></p>\n\n\n\n<p>К сожалению, эта проблема сейчас как снежный ком. Образовалась она не так давно по понятным причинам, в основном из-за оттока специалистов за границу во всех сферах жизни и не только в IT.</p>\n\n\n\n<p>Мы с ребятами-волонтерами на нашем проекте <a href=\"https://wp-digest.com/vacancies/\">WordPress Jobs</a> стараемся помогать обеим сторонам, чтобы компании находили достойных специалистов, а соискатели — работу мечты.</p>\n\n\n\n<p>Сейчас не достаточно просто разместить резюме на сайте HH.ru. Многие компании ушли с рынка и сейчас практически некому заниматься обучением джунов (за исключением таких компаний как Сбер, Яндекс, Тинькофф), все хотят минимум мидлов, которых осталось тоже не так много, поэтому необходимо помимо резюме иметь открытый живой GitHub аккаунт, где рекрутеры смогут увидеть ваши скилы. Желательно крутиться в тематических чатах, куда HR-ы тоже часто заглядывают дабы схантить новых кандидатов. Не стоит забывать про личные блоги (с моего блога на меня приходит 30% заказов) и LinkedIn (правда придется заморочиться с VPN).</p>\n\n\n\n<p>А для компаний один совет — пишите про себя больше и исключительно правду, сейчас всю информацию очень легко проверить, а если работодателя уличат во лжи — доверия от соискателей ждать не стоит. У нас были случаи, когда мы отказывали в размещении вакансий, так как я стараюсь сам лично проверять каждое объявление, «пробивать» компании по открытым базам, общаться с ними лично. Это долго, но снижает процент мошенничества с обеих сторон.</p>\n\n\n\n<p>Мы как раз хотим вынести WordPress Jobs на отдельный домен, доработать его, сделать удобный поиск, интеграцию с биржами типа HH.ru и попытаться давать гарантии как это делают фриланс-биржи, добавить возможность менторинга, обучения, но нужно найти заинтересованных спонсоров и участников проекта, а с этим пока не густо.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Порталы по поиску работы рекомендуют делать отдельные резюме точно подходящие под названия вакансий и писать сопроводительное письмо индивидуально каждому работодателю, это весьма трудоемко и поиск работы может растянуться на месяца. Существует другой подход, аналогичный «воронке продаж» — откликнуться на 1000 вакансий и рассчитывать, что после прохождения 30 собеседований получишь 2-3 предложения о работе. Из-за этого HR специалисты тонут под грудами резюме и подходящие кандидаты, не указавшие в своем резюме все нужные ключевые слова теряются в этом потоке. Есть ли выход из сложившийся практики?</em></strong></p>\n\n\n\n<p>Оба подхода имеют место быть, в каждом из них есть свои плюсы и минусы.</p>\n\n\n\n<p>Первый подход со стороны соискателя позволяет более точечно подстраиваться под вакансии с определенным набором ключевых слов, но на создание такого количества резюме нужно очень много времени и велик шанс ошибиться лишь в одном месте, наплодив ошибку повсеместно, что может негативно сказаться на вас в дальнейшем. Рекрутерам и компаниям здесь проще в поиске соискателя, но не всем нравится копаться в груде одинаковых резюме, где отличается пара абзацев или список скиллов. С их точки зрения это похоже на переспам и плюсов вам особо не добавит. Это больше моё личное мнение и доверять ему на 100% не нужно.</p>\n\n\n\n<p>Второй подход я считаю более надежным и проверенным годами, сам им часто пользуюсь. Соискателю достаточно создать резюме на любой площадке или в своём блоге или на GitHub и откликнуться хоть на 100500 вакансий и вы с уверенностью в 99% получите пару-тройку офферов. HR, конечно, закопаются в огромном количестве откликов, но такая у них работа.</p>\n\n\n\n<p>Тут самое главное найти золотую середину в обоих подходах и составить детализированное резюме. Постараться указать развернуто должность, на которую вы претендуете, все свои hard и soft skills, опыт работы в хронологическом порядке, занимаемую должность, выполняемые обязанности и ваши достижения в каждой из компаний, где вы когда-либо работали.</p>\n\n\n\n<p>Высшее образование в текущих реалиях не является обязательным условием приема на работу, но указать его желательно. Многие компании до сих пор требуют наличие диплома о высшем образовании для отчетности, не более того. </p>\n\n\n\n<p>Обязательно укажите контакты, по которым с вами можно связаться в реальном времени. Если есть какие-то рекомендательные или сопроводительные письма — тоже добавьте их к вашему резюме.</p>\n\n\n\n<p>Не стоит указывать ничего лишнего.</p>\n\n\n\n<p>Если вы устраиваетесь не в русскоязычную компанию, то сделайте копию вашего резюме на английском языке.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Для WordPress существует огромное количество плагинов и тем, создать сайт можно в считанные минуты, и многие разработчики специализируются на «сборке» сайтов и у них даже не возникает необходимости «заглядывать под капот». В результате работодатели не знают с каким стеком технологий разработчик им нужен, а кандидаты претендуют на работу, которая им не подходит. Можно ли кардинально изменить ситуацию?</em></strong></p>\n\n\n\n<p>Работодатель по факту и не должен это знать, это больше задача HR или тех людей с техническими навыками, кто у вас будет проводить в итоге собеседования. К сожалению, уровень знаний HR сейчас тоже оставляет желать лучшего, и очень часто годные специалисты не проходят их отсев, но тут только самим проводить интервью.</p>\n\n\n\n<p>Ну и стоит справедливо заметить, что существует огромное количество проектов, где технические навыки для соискателя вообще не нужны. Нет необходимости знать PHP, JavaScript, HTML, SQL, чтобы поставить пачку плагинов, потыкать пару кнопок в админке и запустить сайт для проверки какой-то гипотезы или прощупывания ниши. Мы таких специалистов в своём сообществе называем «Модератор админки».</p>\n\n\n\n<p>А есть очень сложные, запутанные проекты с кучей логики, микросервисов и высокой нагрузкой, где без технических знаний ты и дня не продержишься.</p>\n\n\n\n<p>Поэтому вакансии должен создавать не руководитель и не менеджер проекта, а технически подкованный специалист, ваш будущий коллега, который на пальцах может расписать в резюме, что же вас ждет на будущей работе.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Опытные разработчики часто находятся в латентном поиске, то есть сидят и ждут, когда работодатель придет и предложит. Это работает? Что делать работодателю, которому нужен специалист на сложный высоконагруженный проект? Есть ли они вообще такие?</em></strong></p>\n\n\n\n<p>Я сам постоянно нахожусь в латентном поиске и жду «работу мечты», где мне будет интересно и за это будут соответствующе платить. Это работает, работало и будет работать. И таких специалистов в режиме ожидания достаточно много, обычно они собираются в сообществах в социальных сетях и прекрасно знают друг друга.</p>\n\n\n\n<p>Поэтому, если вам нужно найти реально хорошего профессионала на высоконагруженный проект, то нет ничего лучше, чем «сарафанное радио». Гуру обычно уже где-то работают, но если знакомый коллега предложит что-то более интересное, то, скорее всего, у работодателя появится шанс схантить к себе этого человека. Тут главное внимательно посмотреть соцсети, блоги и GitHub аккаунт, чтобы не попасть на простого «разговорника», которые встречаются в любом сообществе. На словах они гуру, а по факту не далеки от джунов.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что ты посоветуешь тем, кто хочет начать свою карьеру как WordPress-разработчик? Многие курсы предлагают трудоустройство после обучения. Насколько это реально?</em></strong></p>\n\n\n\n<p>Посоветую только одно — не бояться. WordPress не страшный и не монструозный как его обычно описывают поклонники классического ООП и любители фреймворков типа Symfony и Laravel. У него есть EAV (Entity Attribute Value) вместо ORM и EDA (Event Driven Architecture) вместо MVC. Именно из-за этих отличий у многих разработчиков возникает нелюбовь к WordPress — они не понимают архитектуру и не допускают мысли, что почерпнутые в книгах по ООП подходы не являются единственно правильными. Никто не запрещает использовать ООП, PSR.</p>\n\n\n\n<p>WordPress уже давно не простенькая CMS для создания бложиков. У нее под капотом более <a href=\"https://codex.wordpress.org/WordPress_APIs\">десятка различных API для разработчика</a>, весь код покрыт юнит-тестами, соответствует стандартам WPCS (WordPress Coding Standards для PHP_CodeSniffer), простой интерфейс для создания CRUD постепенно внедряется так любимое многими разработчиками ООП. На этом движке можно построить проект любой сложности, главное делать это с головой (MVC, headless, CMF).</p>\n\n\n\n<p>Не просто так же WordPress <a href=\"https://w3techs.com/technologies/overview/content_management\">уже занял 43%</a> всемирного рынка сайтов в вебе.</p>\n\n\n\n<p>Единственное чего пока лично мне не хватает — это удобного интерфейса для работы с кастомными таблицами и поддержки composer для пакетов. Но мы справляемся при помощи WP_List_Table (базовый класс для создания таблиц со списком чего угодно в WordPress. Таблицы поддерживают технологию AJAX. На базе этого класса выводится все виды таблиц в админ-панели WordPress).</p>\n\n\n\n<p>Трудоустройство после курсов вполне реально и многие компании именно так и поступают — сами себе выращивают специалистов и пытаются их как-то заинтересовать и замотивировать, чтобы готовые к употреблению разработчики не разбежались (подбирают интересные проекты, благодарят финансово).</p>\n\n\n\n<p>Если вы думаете, что на WordPress нельзя заработать более 60.000 рублей в месяц, то вы ошибаетесь, рынок труда просто огромен, количество проектов еще больше и ценником в 300.000 рублей в месяц уже никого не удивишь.</p>\n\n\n\n<p>Читайте книги, гуглите Яндексом и почаще посещайте <a href=\"https://wp-kama.ru/\">ВП-Каму</a>. Подписывайтесь на <a href=\"https://t.me/+RArNVwv2tJi2CNFk\">WordPress Digest</a>.</p>\n\n\n\n<p>Дерзайте! Всё будет WordPress!</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Вопросы и работа с изображениями: <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/oglekler/\" target=\"_blank\">Глеклер Ольга</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Большой московский митап #20 — онлайн-трансляция 25 августа 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://ru.wordpress.org/news/2022/08/moscow-meetup-20-online-broadcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Aug 2022 07:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2508\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:752:\"25 августа 2022 в 19:00 стартует онлайн-трансляция Большого московского митапа # 20 и всех, кто не сможет присутствовать лично, приглашаем присоединиться к просмотру на YouTube. Программа митапа Денис Янчевский расскажет про разработку нативных Gutenberg-блоков,  Николай Миронов — про то, как легко и просто создавать Gutenberg-блоки практически без программирования,  Анатолий Куликов — как разработать чат-бота. Это […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6580:\"\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20-1024x576.jpg\" alt=\"\" class=\"wp-image-2515\" srcset=\"https://ru.wordpress.org/files/2022/08/moscow-meetup-20-1024x576.jpg 1024w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20-300x169.jpg 300w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20-768x432.jpg 768w, https://ru.wordpress.org/files/2022/08/moscow-meetup-20.jpg 1200w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>25 августа 2022 в 19:00</strong> стартует онлайн-трансляция Большого московского митапа # 20 и всех, кто не сможет присутствовать лично, приглашаем присоединиться к просмотру на <a href=\"https://www.youtube.com/watch?v=zwOXG6f4ego\">YouTube</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Программа митапа</h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https://profiles.wordpress.org/denisco/\">Денис Янчевский</a> расскажет про разработку нативных Gutenberg-блоков, </li><li><a href=\"https://profiles.wordpress.org/solidcreature/\">Николай Миронов</a> — про то, как легко и просто создавать Gutenberg-блоки практически без программирования, </li><li><a href=\"https://profiles.wordpress.org/anatolykulikov/\">Анатолий Куликов</a> — как разработать чат-бота.</li></ul>\n\n\n\n<p>Это далеко не все актуальные WordPress темы, и если вы хотите предложить свою тему или выступить на следующем митапе в Москве, смело обращайтесь к <a href=\"https://t.me/solidcreature\">Николаю Миронову</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Почему стоит присоединиться к онлайн-трансляции</h2>\n\n\n\n<p><em>Вы сможете:</em></p>\n\n\n\n<ul class=\"wp-block-list\"><li>Задать свои вопросы в чат на YouTube по теме выступлений, а также на любые другие связанные с WordPress темы, </li><li>Помочь другим участникам своими ответами,</li><li>Пообщаться с единомышленниками и хорошо провести время.</li></ul>\n\n\n\n<p>Запасайтесь едой и напитками <img src=\"https://s.w.org/images/core/emoji/15.0.3/72x72/1f609.png\" alt=\"😉\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\">Почему стоит прийти лично</h2>\n\n\n\n<p>WordPress митап — это дружественная атмосфера, открытое общение и обмен опытом между разработчиками, дизайнерами, интернет-маркетологами, копирайтерами, тестировщиками, SEO-специалистами, владельцами сайтов, блоггерами и многими другими. Самое интересное начинается с момента появления на горизонте пиццы — не стесняйтесь общаться, задавать вопросы, есть и слушать чужие беседы.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1024x683.jpg\" alt=\"Коллаж из фотографий с московских митапов, на которых участники беседуют\" class=\"wp-image-2510\" srcset=\"https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/WordPress-Meetup-Moscow-2048x1366.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>А еще митап — это отличная возможность внести свой вклад в развитие сообщества и попробовать себя в новом качестве.</p>\n\n\n\n<p>На мероприятие <strong>требуется фотограф-волонтер</strong> — хорошая возможность получить удовольствие от процесса, потренироваться и поэкспериментировать.</p>\n\n\n\n<p>А также мы <strong>ищем модератора онлайн-трансляции</strong> — следить за сигналом и задавать вопросы спикерам из YouTube-чата. </p>\n\n\n\n<p>Если вы готовы помочь — обращайтесь к <a href=\"https://t.me/solidcreature\">Николаю Миронову</a>, а для всех остальных участников — <a href=\"https://www.meetup.com/ru-RU/wordpress-moscow/events/287181506/\">регистрация все еще открыта</a>.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Отложите свои планы на вечер четверга, приходите или присоединяйтесь к трансляции — держите руку на пульсе WordPress новостей и оставайтесь на связи с сообществом в какой бы точке мира вы не находились!</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Ссылка на онлайн-трансляцию: <a href=\"https://www.youtube.com/watch?v=zwOXG6f4ego\">https://www.youtube.com/watch?v=zwOXG6f4ego</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2508\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Люди WordPress: Николай Миронов\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://ru.wordpress.org/news/2022/08/people-of-wordpress-nikolay-mironov/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Aug 2022 19:41:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Люди WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"people-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ru.wordpress.org/?p=2500\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:792:\"Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру. В преддверии Большого московского митапа #20 мы беседуем с его организатором Николаем Мироновым — разработчиком, спикером, стримером, автором курсов и обучающих видео. — Ты постоянно пробуешь что-то новое и совмещаешь разработку на WordPress с другими […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18028:\"\n<p>Мы продолжаем серию интервью с участниками русского сообщества WordPress, объединяющем русскоговорящих разработчиков, переводчиков, пользователей и владельцев сайтов по всему миру.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1024x683.jpg\" alt=\"\" class=\"wp-image-2505\" srcset=\"https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1024x683.jpg 1024w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-300x200.jpg 300w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-768x512.jpg 768w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-1536x1024.jpg 1536w, https://ru.wordpress.org/files/2022/08/people-of-wordpress-Nikolay-Mironov-2-2048x1365.jpg 2048w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></a></figure>\n\n\n\n<p>В преддверии Большого московского митапа #20 мы беседуем с его организатором <a href=\"https://profiles.wordpress.org/solidcreature/\">Николаем Мироновым</a> — разработчиком, спикером, стримером, автором курсов и обучающих видео.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты постоянно пробуешь что-то новое и совмещаешь разработку на WordPress с другими личными проектами и активным участием в жизни сообщества уже более десяти лет. Как это все сочетается, откуда идеи, энергия? Над чем сейчас работаешь и что в планах?</em></strong></p>\n\n\n\n<p>Тут две принципиальных составляющих. Первое, я кайфую от процесса, неважно записываю ли ролики, организую ли митап или программирую — все это топливо, которое позволяет мне двигаться дальше. Второе — те вещи, которые приносят деньги, позволяют и содержать семью и поддерживать баланс между работой и творчеством.</p>\n\n\n\n<p>Основное направление деятельности за последние полгода — это развитие видеостудии. Несмотря на то, что youtube-каналу WordPrеss Moscow уже несколько лет, профессиональная запись видео — совершенно новая для меня область. Пока прокачиваю техническую составляющую. Надеюсь это заметно по качеству роликов, которые выходят на канале.</p>\n\n\n\n<p>Из планов до конца года — развивать youtube-канал, социальные сети, искать спонсоров, предлагать новые форматы встреч: картинг, боулинг, пейнтбол, игра в мафию, чередуя их с классическими митапами.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Пока глобальное сообщество только планирует возобновление физических митапов, мы же их уже во всю проводим. В чем идея предстоящего митапа и есть ли планы на следующие?</em></strong></p>\n\n\n\n<p>Да, пандемия сильно подкосила живые встречи, к концу 19-го года мы вышли на стабильные 50+ участников. А первые живые встречи в этом году собирали по 10-15 человек, желающих выступить было мало и приходилось экспериментировать с форматами. Например, были игры в настолки, или в одну из встреч мы сели небольшим кружочком и проговорили о WordPress 2,5 часа. Просто накидывая темы, задавая вопросы, рассказывая кейсах и делясь опытом. Глобальной идеи у предстоящего митапа нет, но есть амбиции. Надеюсь, 20-й митап станет серьезным шагом в развитии WordPress-сообщества в Москве.<br><br></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/4LICB-mES3k?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=ru-RU&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div><figcaption class=\"wp-element-caption\">Приглашение на большой московский митап WordPress-разработчиков №20</figcaption></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Ты стоял у истоков организации WordPress митапов в Москве и этот митап должен иметь номер #65. Почему нумерация сбилась и что еще изменилось за это время?</em></strong></p>\n\n\n\n<p>Ну не совсем так, в 13-м году я впервые попал на митап, который устраивал Константин Ковшенин. Это был взрыв мозга: интересные люди, классные темы, возможность задать вопросы или рассказать что-нибудь самому. Костя заряжал своей энергетикой и мотивировал. Я посещал каждый митап, и где-то на 4 встрече выступил с докладом про сайты-портфолио. Доклад получился классным и Костя пригласил выступить на WordCamp Russia 2013, первом WordCamp’е в России. Так прошло 6 лет, выступал с докладами на митапах и был спикером на каждом WordCamp’е в Москве. Так сказать, активный участник сообщества, но в организации почти не участвовал. Летом 2017 года прошел последний митап и наступило затишье.</p>\n\n\n\n<p>Эстафету продолжил <a href=\"https://ru.wordpress.org/news/2022/07/people-of-wordpress-denis-yanchevskiy/\">Денис Янчевский</a>, он организовал официальную группу WordPress Krasnogorsk, а через несколько встреч, митапы перебрались в Москву и на meetup.com появился <a href=\"https://www.meetup.com/ru-RU/wordpress-moscow/\">WordPress Moscow</a>. Так как WordPress Moscow получилось производной от WordPress Krasnogorsk, а не предыдущих 45 митапов, то и нумерацию мы начали с 1. Где-то на третьей встрече я предложил свою помощь и стал участвовать в организации митапов. На тот момент у меня не было глобальных целей, мне нравилось тусовка и хотелось внести свой вклад в подготовку мероприятий. До начала пандемии мы делили организаторские обязанности 50/50. Во время пандемии было вынужденное затишье с редкими онлайн-встречами, ну и в «новом сезоне» я уже организую митапы самостоятельно.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что дает участие в митапах для слушателей, спикеров и волонтеров? Как получить максимум пользы от посещения</em></strong>?</p>\n\n\n\n<p>Каждый может найти в митапах полезное для себя. Для новичков это возможность задать вопросы, получить помощь, на живых примерах увидеть направления и пути развития. Для опытных разработчиков — найти единомышленников, партнеров, подрядчиков или новые заказы. Для спикеров — возможность «материализовать» свои знания и умения, проверить их актуальность, получить статус эксперта, заработать «социальные очки», плюс митап — хорошая площадка для тренировки ораторских навыков, здесь лояльная аудитория и нет завышенных требований как на больших конференциях.</p>\n\n\n\n<p>Организация большого мероприятия затратный процесс, требующий много сил, внимания, времени. Это ответственность. Но когда все получается, когда участники уходят заряженные, когда каждый получил пользу — приходит умиротворение, чувство наполненности, понимание, что ты на своем месте и делаешь свое дело. Для волонтеров это возможность разделить эти чувства, быть причастными к большому событию.</p>\n\n\n\n<p>Чтобы получит пользу от митапа для начала нужно решить а для чего ты туда идешь. Хочешь найти подрядчиков или новый проект — распечатай визитки, чтобы проще налаживать коммуникацию. Заинтересовала конкретная тема доклада — узнай побольше о спикере, подготовь вопросы, конспектируй во время выступления. Есть затык в проекте, нужна помощь или совет, перерывы между докладами — лучшее время. Обычно участники делятся на небольшие группы и что-то обсуждают, ищи схожую тему, задавай вопросы, будь коммуникабелен. В идеале, приди с ноутбуком, сделай так, чтобы суть проблемы можно было быстро увидеть, получить доступ к коду и настройкам сайта. Так шанс получить помощь оперативно намного выше.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что делать тем, кто хочет выступить и какие темы актуальны для митапов?</em></strong></p>\n\n\n\n<p>Двери для спикеров всегда открыты. Для начала разговора напишите мне в <a href=\"https://t.me/solidcreature\">телеграм</a>. У меня ровно один критерий к докладам — тема должна быть интересна аудитории сообщества.</p>\n\n\n\n<p>Если человек выступает в первый раз, то предварительно проводим тестовый онлайн-прогон доклада. Это помогает исправить мелкие ошибки, правильно расставить акценты, потренировать подачу материала.</p>\n\n\n\n<p>Очень часто люди недооценивают свои знания и опыт. Тысячу раз я слышал «ну что я буду рассказывать, это и так все знают». Зачастую достаточно 2-3 интересных кейса или нестандартная предметная область, чтобы подготовить хороший доклад.</p>\n\n\n\n<p>Иногда люди активно сопротивляются и не хотят выступать на публике. Так для 19-го митапа мне пришлось включить всю свою харизму, и силу убеждения, чтобы у митапа появились докладчики. <br><br></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"612\" height=\"345\" src=\"https://www.youtube.com/embed/8zgPyP2Zwzc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=ru-RU&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"></iframe>\n</div></figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Интересна ли спонсорам поддержка митапов и что сообщество WordPress может им предложить?</em></strong></p>\n\n\n\n<p>У нас вполне понятная и состоявшаяся аудитория, это молодые люди 25-35 лет, с опытом разработки от 3-х лет и более. Наиболее интересными мы можем оказаться хостинг-компаниям, онлайн-школам, компаниям, которым нужны опытные wordpress-разработчики. Помимо живых мероприятий, где количество участников ограничено, у меня в планах активная прокачка youtube-канала и социальных сетей.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Можем ли мы рассчитывать на проведение WordCamp в ближайшем будущем? И чем принципиально отличается конференция он митапа?</em></strong></p>\n\n\n\n<p>У меня уже была попытка стать организатором WordCamp’а в 2020-м году, но выбранная дата 30-го мая оказалась неудачной — мы попали на самый пик ковидных ограничений в Москве.</p>\n\n\n\n<p>Конференция это намного больший масштаб, больший уровень ответственности и совсем другие временные затраты. Да, планы на WordCamp 2020 были грандиозными, но сейчас юношеский задор пропал и в ближайшие полгода–год ничего подобного не планирую.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong><em>— Что делать тем, кто не может посещать митапы, как оставаться в курсе новостей и поддерживать связь с сообществом?</em></strong></p>\n\n\n\n<p>В этот раз попробуем организовать онлайн-трансляцию, посмотрим на сколько это получится технически. А чтобы не пропустить ссылку на трансляцию — советую вступить в <a href=\"https://vk.com/wordpressmoscow\">нашу группу VK</a> и <a href=\"https://t.me/wpmeetup\">ламповый телеграм-чат</a>. Ну и подписаться на <a href=\"https://www.youtube.com/c/WordPressMoscow\">youtube-канал</a>, конечно же.</p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Вопросы и работа с изображениями: <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/oglekler/\" target=\"_blank\">Глеклер Ольга</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"2500\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:35:\"https://ru.wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"13096041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 27 Jun 2024 21:36:00 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 01 Apr 2024 22:03:56 GMT\";s:4:\"link\";s:61:\"<https://ru.wordpress.org/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(330,'_transient_timeout_feed_mod_92227bfe1354c9fe21266d111aae5ed4','1719567361','no'),
(331,'_transient_feed_mod_92227bfe1354c9fe21266d111aae5ed4','1719524161','no'),
(332,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1719567362','no');
INSERT INTO `wp_options` VALUES
(333,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: A Special Host Event and Our Sponsorship at WordCamp Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84284\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/a-special-host-event-and-our-sponsorship-at-wordcamp-europe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"A quick recap of WordCamp Europe 2024 plus a look at two highlights, a party with hosts Marcel and Mike and how sponsorship played out for Do the Woo.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Jun 2024 08:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Gravatar: .Link Your Gravatar Profile With A Free Custom Domain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://blog.gravatar.com/2024/06/26/link-your-gravatar-profile-with-a-free-custom-domain/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5304:\"<p>Every Gravatar account comes with a free customizable profile page — the original link-in-bio and your home on the web. </p>\n\n\n\n<p>A few months ago, we rolled out the ability to <a href=\"https://blog.gravatar.com/2024/03/28/new-gravatar-profile-features-make-it-yours/\">customize your profile URL</a>. Based on the positive feedback and overwhelming interest, we decided to take it a step further by partnering with .link to roll out custom domains.</p>\n\n\n\n<p>The best part: act now, and your personalized .link domain is on us (as in free!) for the first year. </p>\n\n\n\n<h2 class=\"wp-block-heading\">How it works</h2>\n\n\n\n<p>All users have the ability to set a custom “slug” for their profile URLs, which means you can send people to something that looks like this:</p>\n\n\n\n<p><em>gravatar.com/yourusername</em></p>\n\n\n\n<p>While that’s a great start, many users, brands, and businesses like using their own domain. That means that the link you share on your profiles, email signatures, business cards, etc. will look more like this:</p>\n\n\n\n<p><em>yourusername.link</em></p>\n\n\n\n<p><strong>Why you should be excited:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It puts your brand or identity first</li>\n\n\n\n<li>It’s easy to remember</li>\n\n\n\n<li>Custom domains are more trustworthy and receive almost 30% higher click-through rates than generic links.</li>\n\n\n\n<li>Using a custom domain levels up your professionalism and credibility.</li>\n\n\n\n<li>You can use it to connect your presence <a href=\"https://wordpress.com/blog/2023/03/14/a-social-experience-with-your-domain/\">across the web</a>.</li>\n</ul>\n\n\n\n<p><strong>Step 1</strong>: Start by logging in to your profile on <a href=\"http://gravatar.com/profile\">Gravatar.com</a></p>\n\n\n\n<p><strong>Step 2:</strong> You will land on your profile dashboard. At the very top left corner of the screen, you will see an area with your current URL and a headline that says ”Your profile URL is” with <a href=\"http://gravatar.com/yourusername\">gravatar.com/yourusername</a>. Just to the right, you will see two text links. Click on the one that says “Change”.</p>\n\n\n\n<img tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/cleanshot-2024-06-26-at-10.25.09402x.png\" alt=\"\" class=\"wp-image-1535\" />\n\n\n\n<p><strong>Step 3: </strong>You should automatically see the .link domain that matches your current username, go ahead and click on the ‘Claim domain’ link.</p>\n\n\n\n<p><strong>Step 4: </strong>You will be taken to a checkout screen for your domain, but the price will be $0 for the first year of registration. Proceed with the checkout process and we’ll handle the rest. You can search for other available .link domains to use, too.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Then What?</strong></h3>\n\n\n\n<p>Once you’ve secured your custom .link domain, the magic really begins. Here’s how you can maximize the benefits and make the most out of your new digital identity:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Integrate Across Platforms:</strong> Update your profiles on social media, professional networks, and other online platforms to include your new .link domain. This ensures a consistent and professional online presence.</li>\n\n\n\n<li><strong>Enhance Your Email Signature:</strong> Replace your current profile link with your new custom .link domain in your email signature. This looks more professional and makes it easier for contacts to remember and visit your profile.</li>\n\n\n\n<li><strong>Business Cards and Marketing Materials:</strong> Include your .link domain on your business cards, brochures, and other marketing materials. This small change can significantly enhance the credibility and professionalism of your brand.</li>\n\n\n\n<li><strong>Track Engagement:</strong> Use URL tracking tools to monitor the performance of your new domain. This will help you understand where your traffic is coming from and how people engage with your profile.</li>\n</ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Join the Movement</strong></h3>\n\n\n\n<p>Don’t miss out on this opportunity to enhance your online identity and stand out in the digital space. By hosting your Gravatar profile on a custom .link domain, you’re not just adopting a new URL; you’re embracing a new era of digital identity.</p>\n\n\n\n<p>With more services like Bluesky offering domains as usernames, this space will continue to grow.</p>\n\n\n\n<p>Additional domain extensions (like .com, .me, .blog, and more) will become available for a fee in the future.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why .link?</h2>\n\n\n\n<p>The <a href=\"https://nova.link/why-link/\">.link domain</a> is more than just an address on the web. It’s a declaration of connectivity, a badge of identity in the digital realm, and a key to unlocking a world where your online presence is seen and felt. By reserving your unique .link domain, you’re taking full control of your connected identity on the web while building a more memorable and trustworthy brand.</p>\n\n\n\n<p>Feel free to share your experiences and feedback with us. We’re excited to see how you’ll leverage your new .link domain to elevate your digital footprint. </p>\n\n\n\n<p><a href=\"http://gravatar.com/profiles\">Claim your free .link domain now!</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jun 2024 15:27:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: #125 – Davinder Singh Kainth on Content Creation and Business Strategy in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=156506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/podcast/125-davinder-singh-kainth-on-content-creation-and-business-strategy-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43090:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how to build trust and foster relationships within the WordPress community.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and then you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Davinder Singh Kainth.</p>\n\n\n\n<p>Davinder is a WordPress creative, an entrepreneur, and a sharer of knowledge. He’s been in the online ecosystem for over 20 years, and his journey from blogging to design, development and entrepreneurship is anchored in the WordPress world. He writes about WordPress every week at thewpweekly.com newsletter, and also has a sideline in website creation, coaching and consulting.</p>\n\n\n\n<p>Today we get into a discussion that extends beyond traditional agency work. We talk about the opportunities available in plugin and theme development, SEO, hosting, and more.</p>\n\n\n\n<p>Davinder offers his advice on trying to figure out the nuances of the WordPress ecosystem to promote your credibility and ensure longevity. We chat about the importance of having diversified revenue streams, the intricacies of targeting WordPress users with SaaS products, and the vital role that referrals play in agency success.</p>\n\n\n\n<p>Davinder also discusses the need for adaptability persistence and carving out one’s unique path in the WordPress world.</p>\n\n\n\n<p>We also touch upon the community spirit found at WordCamp events, and the significant impact of that engaging with the WordPress community can have on professional opportunities.</p>\n\n\n\n<p>If you’re interested in practical advice on how the WordPress community can work with you, this episode is for you.</p>\n\n\n\n<p>If you’d like to find out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Davinder Singh Kainth.</p>\n\n\n\n<p>I am joined on the podcast today by Davinder Singh Kanith How are you doing Davinder?</p>\n\n\n\n<p>[00:03:06] <strong>Davinder Singh Kainth:</strong> Hi, I am doing good. Thanks for inviting me.</p>\n\n\n\n<p>[00:03:08] <strong>Nathan Wrigley:</strong> You are very welcome. I was lucky enough to bump into Davinda, not that long ago in WordCamp Asia. It was very nice to meet you in person. I think it’s fair to say that we’ve had quite a lot of exchanges over the years. I think probably you and I got to know each other in the Beaver Builder community, I would imagine that’s where it all began for me and you.</p>\n\n\n\n<p>[00:03:27] <strong>Davinder Singh Kainth:</strong> Absolutely. Beaver Builder, the awesome page builder that has spread the awesomeness in different fields, be it podcasting, or maybe newsletter.</p>\n\n\n\n<p>[00:03:34] <strong>Nathan Wrigley:</strong> We’ve definitely had our moments, and I’m very thankful for Davinder talking to us today. And we’re going to talk about the WordPress community, and much more than that. How to be a good custodian in WordPress. How to sell your products into WordPress successfully. Loads of different things. But before we do that, Davinder, in case there’s anybody listening to this who hasn’t heard of you before, do you just want to give us your bio, tell us who you are, where you’re from, what it is you do.</p>\n\n\n\n<p>[00:03:58] <strong>Davinder Singh Kainth:</strong> Okay, I am from India, place called Chandigarh. Which is like six hour drive from the capital New Delhi, North India. I’ve been into WordPress ever since WordPress existed. Started as a blogger, then went into usual design, development agency world. And now, plus the agency, I do mostly content creation, email marketing funnels, that’s like my interest area, so all things WordPress as the foundation.</p>\n\n\n\n<p>[00:04:21] <strong>Nathan Wrigley:</strong> Do you still run a business building client websites, things like that? Or is it more the kind of content creation, the newsletters that you make for the community?</p>\n\n\n\n<p>[00:04:32] <strong>Davinder Singh Kainth:</strong> You know, for the last two or three years, I did not have any new client, because I didn’t need one. Because the old clients kept me busy, and I love them because at this stage of my professional career, I only want people who don’t eat my brain.</p>\n\n\n\n<p>[00:04:46] <strong>Nathan Wrigley:</strong> You’ve got various different endeavors. Maybe the one that most people have heard of is The WP Weekly. Anything that we mention in today’s podcast, where Davinder might have connection, I will make sure that goes into the show notes. But that’s certainly worth signing up for. If you want a weekly dose of WordPress news, that’s highly recommended. What day does it drop?</p>\n\n\n\n<p>[00:05:05] <strong>Davinder Singh Kainth:</strong> Monday morning, India time.</p>\n\n\n\n<p>[00:05:07] <strong>Nathan Wrigley:</strong> Okay, so we’re going to get into the WordPress community, and how to sell yourself into that community, and how to be a good custodian. You suggested this topic, so I’m just going to throw it over to you and ask you, what was your intention here? What was it that you wanted to get across?</p>\n\n\n\n<p>[00:05:20] <strong>Davinder Singh Kainth:</strong> Knowing WordPress is good, a lot of people know how to install WordPress and, you know, spin up a new website. But knowing the business of WordPress is very critical, if you want to stay in this ecosystem for a long time, financially, creatively and have the overall satisfaction. Now, I understand not everyone is made for working as an employee, and not everyone is made, or has the jobs, or interest of being an entrepreneur.</p>\n\n\n\n<p>So, I think a lot of people join WordPress for the sake of, it’s a free open source platform, but they soon realise it’s not free. There’s a big money making hierarchy, where you spend money, and you make money, but you only discover it way down the line. And all this is coming from running WP Weekly, and getting new people approaching me and saying, oh, I’ve made this product, can you share it, because I’m literally lost in how to promote it, right? And how to get eyeballs to it.</p>\n\n\n\n<p>Because creating is just a small part of the overall picture. People don’t realise that once they create it, and no one actually visits your website, or even interacts with your product.</p>\n\n\n\n<p>So I think the journey should start from exploring various things in the WordPress world, and finding your sweet spot. Because, again, if you see everyone’s journey, like majority of people, even you included Nathan, like we all start with an agency, right? Sort of like fancy agency name. We look for clients and figure out how to service them. And guess what? Majority of us actually then jump from agency to something different, something that interests us, like you went to podcasting.</p>\n\n\n\n<p>Now, obviously when you were running your agency, you would’ve never imagined like you would do a podcast like WP Builds. It all came out of your passion for talking to people. And I’m sure when you started WP Builds, you had a hundred percent idea that it’s not going to make you any money from it.</p>\n\n\n\n<p>So that’s how it begins, right? You basically funnel your whole knowledge of running an agency into something you are more passionate about. And suddenly those light bulbs in your path lights up, and it financially becomes viable. Plus you get the creative satisfaction.</p>\n\n\n\n<p>So I always tell to people like, yes, go into the ecosystem, explore things, but find a channel, find a thing that interests you, rather than copying someone.</p>\n\n\n\n<p>It’s okay to take inspiration, like Nathan is doing good with WP Builds, I’ll start a new podcast called WPBuilding.com. Just take an inspiration. But, again, it’s not just the podcast, it’s a personality of a person, how you deliver it, how people interact with you. So find your sweet spot, and then focus on it. That’s my main foundational advice to anyone who comes to me. And I know it is a very vague thing, but that’s how it is. I’m sure even you also did your whole journey until now in the WordPress space like that.</p>\n\n\n\n<p>[00:08:07] <strong>Nathan Wrigley:</strong> I think what’s really interesting is that the WordPress ecosystem is so much bigger than it would appear. And I would imagine that there’s actually very few people out there who truly have an understanding of all of the different pieces that make up whatever WordPress is. You know, the multi billions, possibly even trillions, I don’t know, that the WordPress ecosystem per year will generate, across the planet.</p>\n\n\n\n<p>But you’re right. When I began, my intuition was that it was a piece of software used to create websites, and so I followed the playbook of, I must have a business which will make websites, and that was fine. So, you know, I started to follow people on YouTube, and look at that. And then after exploring the WordPress community, and in my case, it was exploring Facebook groups, which were popping up all over the place at that time. I discovered that there were people out there who were like me, but there were a load of other people who were not like me.</p>\n\n\n\n<p>And so in my case, as you said, I began a podcast. You’ve obviously hived off into content creation in different ways. So that’s really fascinating. It’s big enough to not just think that the agency route is the only way to succeed. There’s probably thousands of different paths that you take, whether that’s being a plugin developer, a theme developer, an SEO person, into hosting in some way, content creation. Honestly, the list could go on. I could keep talking for ages, and I’ve talked to many of these people in the past.</p>\n\n\n\n<p>But the size of the ecosystem is big enough to support all of that. But unless you start to explore and peel back the curtain a little bit, and try to figure out what this community looks like, you’ll never see it, right? You won’t know that that exists, and you’ll think agency, that’s what we do, that’s all WordPress is.</p>\n\n\n\n<p>[00:09:53] <strong>Davinder Singh Kainth:</strong> Even if, when you’re running an agency, if you recall, your best clients actually came from referrals from your friends, rather than looking at your fancy website, or your Google ads, or Facebook ads during those times.</p>\n\n\n\n<p>[00:10:05] <strong>Nathan Wrigley:</strong> Yeah, that’s true. There was still a connection to the real world back there.</p>\n\n\n\n<p>Also, I think that there’s something kind of unique about this community. I’ve talked about it many times before, and I can’t quite put my finger on what it is, but I think it’s connected to open source. I think there is something about a person who is willing to spend time in an open source community, that is a little bit different than somebody, not somebody, it’s more the thing, the open source thing than the person. But the nature of those communities are different.</p>\n\n\n\n<p>As an example, if I show up to a WordPress event, so I recently met you at WordCamp Asia. It’s very open. You’ve got competitors openly talking to each other when the event has closed down for the evening. You know, you’ve got hosting companies all going out to have a drink and a meal together.</p>\n\n\n\n<p>I think in other communities, let’s say it was, I don’t know, a Cisco networking event. I think we’re going to have a different flavour. The camaraderie might be a bit more superficial, and you wouldn’t be encouraged maybe to go and have a meal with your competitors. So, do you think there’s anything in that? Do you think the community, the open source nature of it, promotes a different ethos, a different relationship?</p>\n\n\n\n<p>[00:11:16] <strong>Davinder Singh Kainth:</strong> Oh, a hundred percent, because WordPress is the only community where you will see competitors, not just sitting together, but sharing their challenges, sharing their wins, sharing their learnings, and sharing, hey, what am I going to do next?</p>\n\n\n\n<p>And even though they have exactly similar products, right? And that is the best part of WordPress. Obviously we have conflicts here and there, but they are very minimal compared to the overall picture.</p>\n\n\n\n<p>And WordCamp is an excellent example. Like, you see two hosting companies, you know, booths, sponsor booths, next to each other, and all the employees, all the founders, co-founders, they’re talking to each other like friends, right? And you may not be using that hosting, but you still would know the people behind it. Because, again, it is not about the end product or the service, it’s about the people. Because when you talk to people, you learn a lot. If you are a good listener, you can be a good creator down the line, that’s for sure. And WordCamps and other, you know, local WordCamp meetups, they give an excellent platform and opportunity to do that.</p>\n\n\n\n<p>[00:12:16] <strong>Nathan Wrigley:</strong> Yeah, there’s absolutely loads of WordPress events going on. It obviously took a bit of a hit after, well, during and after the pandemic, but we seem to be, in some parts of the world at least, getting out of that and getting back into the real world.</p>\n\n\n\n<p>So there’s our first point really, it’s about exploring the multitude of different things that are out there. Don’t assume that WordPress is just an agency software. It may begin that way for you, but attend things even if that’s online. Get yourself in the community. Explore a little bit, and you may discover that there’s a whole different thing that you are capable of doing. Not just capable, it might be that your superpower is something that you never imagined. And you stumble across it, and it’s fascinating that I’ve ended up doing podcasting. Like you said, that was never, ever, the intention, and yet here we are.</p>\n\n\n\n<p>But once you’ve got yourself into the community, another thing that you’ve written in our shared show notes is about the way that you may pitch yourself, or market yourself. And so I think a lot of people in the community, they’ll come in, and they’ll build something, and they’ll assume that the building of that thing might be the only thing that they need to do. So build a product, build a plugin, build a theme, build a whatever it is. Go to an event, and then just start talking about it, and assume that that’s going to be all that you need to do. But I feel you are saying there’s a little bit more, you need to be a little bit different, have a different approach.</p>\n\n\n\n<p>[00:13:37] <strong>Davinder Singh Kainth:</strong> Hundred percent, because before building a product, build yourself. When I say build yourself, it’s your visibility, your name, your expertise, the value you bring to the ecosystem. And how do you do that? It’s just start connecting with people in the WordPress ecosystem. And you can do it at various platforms, at various ways, at various times. Because once you start sharing what you know, this initialises the cycle of value exchange. And you can do it at a lot of places.</p>\n\n\n\n<p>Even if you don’t want to participate in a Facebook group, just go to official WordPress forums and start replying to questions. Some of them are really basic questions, and you can just reply it and you can build your visibility.</p>\n\n\n\n<p>Obviously there’s LinkedIn, there’s Twitter, and there’s other online events, like you had Page Builder Summit. It’s such an amazing way to get introduced to new people who are doing the same thing in the ecosystem.</p>\n\n\n\n<p>So start interacting, start communicating, because, again, there’s a school of thought. If I’m going to spend some time listening to a podcast, reading a blog post, or participating in a Facebook group, that’s like a waste of time. Why would I do that? I would just rather spend it on building my service or a product. But people forget, the time that you’re spending there interacting is basically you’re investing. You’re investing in building your portfolio in the whole ecosystem.</p>\n\n\n\n<p>Because again, if I run an agency and someone comes to me with a specific requirement, say, I want to build an app that talks to WordPress. Now, if I already know a person who’s been doing that, I will gladly refer that person to that specific person, because I trust that person, and know that that person has a specific expertise in that specific thing.</p>\n\n\n\n<p>Even in your case, if someone comes to you for, say, I want to build a website with Beaver Builder, you already know people who use Beaver Builder, or people who use Elementor, or any other specific page builder, right? Once you’re there in the ecosystem, you already know people doing what, what, what. So yeah, get into the ecosystem.</p>\n\n\n\n<p>Again, it is a slow process, but slow process gives you returns down the line. So don’t expect immediate returns. Even your example, like people build, I’ve seen this in WordCamp also, in recent WordCamps that I’ve attended. People will build a product or a service, and they will sponsor a WordCamp and sit there, right?</p>\n\n\n\n<p>Now, if you have initial money, yes, go for the sponsorship route. Because, again, this is also another way, another natural way of getting people introduced to yourself. Because once you have your booth on there, and you have people who are working for you, they start interacting with people who are visiting it. They are also fellow entrepreneurs or service. They might be your customer, but it’s just like introducing your brand, because once they know your brand, they won’t feel alien when some of their customers come and ask, hey, I saw this brand, is it good enough? And you will recall back, oh, I saw this brand, I talked to that person from that specific brand at the WordCamp, and yeah, why not? It’s legitimate, go for it.</p>\n\n\n\n<p>[00:16:23] <strong>Nathan Wrigley:</strong> I have an intuition that it’s easy for people who are not in the WordPress community, haven’t been for any length of time, I think it’s easy to misunderstand what will sell effectively into the WordPress ecosystem. What I mean by that, and I’m not going to mention any names, either when I talk positively or maybe negatively. But I’ve definitely come across individuals who have gone from no presence in the WordPress space, to being able to schmooze with everybody, because they’ve really put in that effort.</p>\n\n\n\n<p>And that effort that they’ve done, and schmooze is probably the wrong word because it has a fairly negative connotation, but they’ve come to the events, in some cases they may have sponsored the events, but they’ve been available, they’ve talked to people, they’ve made connections, they’ve joined groups, and they’ve collaborated with people. And the mere fact of doing that, and being a good custodian, means that now everybody knows them. If I want this kind of thing that they offer, I’m going to at least consider what they’ve got.</p>\n\n\n\n<p>Now, on the other hand, I’ve also come across situations where the opposite has happened. As you said, people have built things, come into the WordPress space, and sort of misjudged a little bit about how that would work, and very much hard sell, and what have you. Again, I have an intuition that that doesn’t work out for the best. And you may have your own personal experiences about that, where people have approached you, and wish to be marketed by you in your newsletter, or whatever it may be, and it just didn’t feel right somehow. So there’s a lesson to be learned.</p>\n\n\n\n<p>[00:17:56] <strong>Davinder Singh Kainth:</strong> Exactly. And this is very true for especially SaaS products, or SaaS services that are coming into WordPress ecosystem, targeting WordPress people. I had a interaction, just a normal interaction with someone who built a SaaS service, and they wanted to target WordPress users to come on board.</p>\n\n\n\n<p>And the interaction started with like, they were telling me all the features, the fancy features and all that stuff. I’m saying, yeah, that’s good. And then I asked the very basic question like, if I’m a WordPress user, how am I going to integrate your service on my website, right? Oh, we provide a piece of code, and you just slap it there and it’s done.</p>\n\n\n\n<p>And I said, WordPress people don’t work like that. You need to have an integration plugin. Oh, we never thought about it. And I said, no, that’s how WordPress ecosystem works. You’ve got to have an integration plugin, where a person installs a plugin and your site is connected to your service and it’s done.</p>\n\n\n\n<p>And those people then went away for six months, without anything, then they came back after six months, emailed me, we got the plugin ready, now what’s next? And I said, yeah, that’s the first step actually to, you know, you need to be prepared for your entry into the WordPress ecosystem. You can’t expect WordPress people, obviously they are developers and all that, but average WordPress person would prefer to install an integration plugin to connect to a service, rather than getting a piece of code, and then look where to paste it, right? I won’t name that service, but they’ve been doing pretty good in the ecosystem now.</p>\n\n\n\n<p>[00:19:20] <strong>Nathan Wrigley:</strong> I wonder how difficult it is nowadays to sell into the WordPress space. Because I imagine that if you had a fully functional plugin a decade ago, let’s say, I don’t know, 12, 13 years ago, the space was far less crowded. And you probably have been around for a while, so everybody knows you. You’ve become the incumbent, and what have you. You probably don’t need to do that work of being a part of the community, and showing up to events because you’ve already done it, and everybody knows who you are, and you are the incumbent.</p>\n\n\n\n<p>But I do wonder how fiercely competitive it must be in the WordPress space. Let’s just pick an example. Let’s say that I came out with, oh I don’t know, just random thing, an SEO plugin. And we know that there’s a bunch of those already, and some of them enormously successful. But you’ve built the plugin, and it must be hard to then think, gosh, I spend all this time building the plugin. Do I really have to turn up to these things? Do I really have to go and sit through, I don’t know, watch through Slack channels, and turn up to podcast interviews, and go to events at different points in the world? Can’t I just sell it? Will somebody not just take it on and make it as success for me?</p>\n\n\n\n<p>And I think maybe a decade ago that might have been much more the case. But now I think that piece of the puzzle, if you want to be a real success in the WordPress space, I think given the competition, you have to do a bit of that.</p>\n\n\n\n<p>[00:20:38] <strong>Davinder Singh Kainth:</strong> Absolutely, because building a product is just 30%, rest 70% is marketing. And it’s not just marketing your product, it’s marketing yourself. You being a founder, co-founder, or a big team, doesn’t matter. Because if you look closely, be it a big product or a small product, most of the product has a face. Like we know, oh Yoast, I know this person from the Yoast. GoDaddy. I know this person from GoDaddy, right?</p>\n\n\n\n<p>Marketing is very difficult, but if you do it in a natural way. If you’re looking for immediate sales, and you are completely new to the ecosystem, and you don’t have any existing product that can bring repetition to your new product, then it would be difficult.</p>\n\n\n\n<p>But again, WordPress ecosystem is very welcoming for new people who are ready to mingle, and interact, and share their knowledge.</p>\n\n\n\n<p>There are a lot of examples, like you mentioned about SEO plugin. There’s so many forms plugin. Now, you see WS form. Where did it come up from? Like last few years, it’s everywhere, right? Why? Because the founder is proactive, and he’s proactive about sharing stuff, rather than promoting his plugin. Because once you know a person, you always dig out and see, what’s the end deal here, right? So, I know it sounds very easy. Go and interact in the community, but mind you, it works.</p>\n\n\n\n<p>[00:21:50] <strong>Nathan Wrigley:</strong> Yeah, okay. That’s interesting. Where is the community now though? Because I feel there’s maybe 10 different places that I could mention, where you might find an aspect of the community. I’ll just rattle a few off. So, WordCamps, WordPress meetups, Facebook groups, Slack channels. You know, if you’re looking into Trac, you might find something in there. If you’re into GitHub, you might find something there. There’s probably all sorts of people on Twitter that you can follow. I’m on seven and I’ll stop, because I could keep going. But you get the idea.</p>\n\n\n\n<p>Do you have any intuition these days, in the year 2024, June 2024? Where would you think a good proportion of that time should go? Is there a plan that you would advise people to follow, or is it just use what you’re already using, and the things that you’re already good with?</p>\n\n\n\n<p>[00:22:36] <strong>Davinder Singh Kainth:</strong> You know, in my initial years, Facebook group was the big thing. Like I was in so many Facebook group. And not just I learned and made connections in Facebook group, even my agency business got like 99.99% of referrals and clients from those Facebook groups. And those were amazing. I’m still part of few Facebook groups, and they are still amazing, and I love them.</p>\n\n\n\n<p>But again, I personally have stopped investing my time, or I should say bulk of my time interacting, because I’m already in various other systems now. Last one or two years, I’ve been enjoying Twitter and LinkedIn more, in connecting with new people. Because if you see, person you will find on LinkedIn would not be there on Facebook. That person may or may not be on Twitter. So the thing is, now there’s so much fragmentation of platforms, and there’s one person who would love to be on one platform, one person would love to be on another platform. So you need to be, just to cater to that needs.</p>\n\n\n\n<p>Like I have a Facebook page for the WP Weekly on Facebook, right? But there’s always someone who said, I can’t tag you on LinkedIn. What’s the idea? So I had to launch a page for WP Weekly on LinkedIn, even though it’s an extra work for me. But again, if you want to spread your impact, spread your whole ecosystem, then you have to be on different platforms. Again, this is a time consuming thing, but whether you want to look at it as a time consuming thing, or investment, that’s how the whole perspective of thing goes.</p>\n\n\n\n<p>So if you are starting new in 2024, Facebook groups is still one of the best place to start interacting. But again, you have to be little careful. It’s not like, oh hello, I’m this, this is my product, go buy it. That’s not how you introduce yourself in Facebook group. That still holds true even in 2024.</p>\n\n\n\n<p>Follow people on Twitter, which is X now. Twitter has been amazing in the last two or three years for me. Like I’ve learned so many things. I’ve interacted with a lot of people there. Yes, the issue is that it’s a real time, you know, learning and communication. You can’t dig into archives and all that.</p>\n\n\n\n<p>But yeah, the only thing that I’ve dropped off on my radar is Slack channels, various Slack. Because again, I personally found it too difficult because it’s a real time thing. People pings in, and you leave everything, and then attend it.</p>\n\n\n\n<p>I’m only in part of two Slack channel, one is the Make WordPress Slack official, if someone tags and all that. And the other one is like a private slack of just five people. Five WordPress people who share things other than WordPress, because you need that fun element also in your online life.</p>\n\n\n\n<p>[00:25:07] <strong>Nathan Wrigley:</strong> It’s kind of interesting, your path is quite similar to mine, in that I’ve ebbed and flowed. And things that I was really into for a period of time, I’ve become more disinterested in. Coincidentally, Facebook is one of them. But I’ve also found that I’m much more active in the Slack channels, than I ever was.</p>\n\n\n\n<p>And I forgot to mention that. That is, if you can cope with the UI of Slack, and the linear nature of everything in one thread, which is, it can be quite hard if you blink, or go away for a week and come back, can be a challenge to catch up.</p>\n\n\n\n<p>But essentially there’s no right answer. But what was kind of curious about what you said there was, there is an etiquette sometimes. There is a way of behaving, especially at the beginning. Where, if you show up to, let’s say one of the Facebook groups, and you join and you get accepted and all that, and you immediately start hitting that Facebook group with obvious sales and promotional content, it’s kind of interesting the reaction that you can have.</p>\n\n\n\n<p>Whereas if you posted that exact same post two years after you’ve been in that community, and you’ve been really helpful, and you’ve obviously been a good citizen, and you are kind of now owed by the group, if you like. That’s the wrong way of describing it, but you know what I mean. You’ve put so much in, that maybe it’s time to get something back. That sort of stuff seems to be a little bit different. So, you do have to learn the rules of the road for each of these communities.</p>\n\n\n\n<p>I feel like Twitter’s more broadcast. It’s more, hit a button and just say what you want to say, and if you wish to reply, so be it. But the Facebook groups and things like that, there is much more commentary, and things going on, so that’s interesting.</p>\n\n\n\n<p>[00:26:39] <strong>Davinder Singh Kainth:</strong> That’s why I tell people, make friends. If the owner of Facebook group is your friend, you can get away with a lot of things.</p>\n\n\n\n<p>[00:26:45] <strong>Nathan Wrigley:</strong> That’s interesting, yeah. So not everybody’s going to succeed, right? You may have a product to service, and you build it, and despite all of that, despite all of the efforts that you make, you show up to events, you participate, it just somehow never finds its way. That product was never destined to be a success, and it wasn’t.</p>\n\n\n\n<p>What do you say about this? Do you think that it’s okay in WordPress to pivot, if you’ve been doing something for a long time? Is there anything in that? Just keep trying. It’s a worthwhile community. So instead of saying, okay, that plugin didn’t work, I’m going to abandon WordPress, and I’m going to go and build something for Shopify, or just build a SaaS app. Do you think that WordPress is a place where you can have a number of goes, even if the first few are failures?</p>\n\n\n\n<p>[00:27:25] <strong>Davinder Singh Kainth:</strong> You know, if you dig the history of founders, or co-founders of very popular plugins in the current times, you will be surprised to know that plugin is, or was, not their first plugin. They had so many failures, so-called failures. I don’t call it as a failure, I call it as a learning step, learning process. Every failure, or everything that didn’t work is a learning, there’s a learning in there.</p>\n\n\n\n<p>If I have to give my example, besides running an agency, I ran a theme shop that worked for me, and that really did wonders. I used to sell custom Genesis themes. It worked really well. Obviously Genesis ecosystem has gone in 10 years now, so that is not a relevant project. But I’ve done so many, so many projects that did not work.</p>\n\n\n\n<p>But there’s a difference between me at that time and now. Like, earlier I used to cling to my projects. No, it’s going to work. I’m going to stick with it for three, four years.</p>\n\n\n\n<p>But now I have a strict timeline. If that thing does not work, or I’m not interested in that thing for one year, I’m going to put it in a snooze mode, and get onto something that I might be interested in doing something else, right? So if you launch 10 different things, don’t expect even two of them working, it would be mostly one or zero. That’s how real life works, even in WordPress ecosystem.</p>\n\n\n\n<p>So if you’re launching a plugin expecting, oh, I’m going to make triple, or four or five figures in one year, don’t even have the target. First step is launch a plugin for free, the free version. Because, again, if you see the WordPress ecosystem, the free model to the pro model, that’s the golden journey of even a customer, and even for you as an entrepreneur of a product. Obviously there are plugins which are pro only, and still work. But if you notice, those are mostly plugins that are like five or 10 years old, when the ecosystem was pretty much different.</p>\n\n\n\n<p>[00:29:17] <strong>Nathan Wrigley:</strong> So, one curious thing that came out of that was that, you’ve had things that were successful. You just described things where it was a failure, and so you move on because you can’t keep sustaining a failing idea, or a failing product forever. But also, you said that you’d had things which were successful, and you mentioned themes and Genesis.</p>\n\n\n\n<p>And if you’ve been in the WordPress space for any length of time, you’ll know that Genesis was all the rage. There was this theme called Genesis, and there were loads of things built on top of it. It almost became like a default for a significant amount of the community. And then, fast forward 5, 10 years, it had gone away. Other things had come along, usurped its place in the marketplace. We were talking about other themes and things.</p>\n\n\n\n<p>So that’s interesting as well. Your success might not always be a success, and you have to be open to that as well. You know, just because you once were doing gangbuster sales, doesn’t mean that you always will. So be prepared to let go of an idea which worked, but maybe isn’t working.</p>\n\n\n\n<p>[00:30:13] <strong>Davinder Singh Kainth:</strong> Yeah, move with the times. Because if you see the WordPress ecosystem, it changes every two, three years. The popular themes, the popular plugins, they all change within two, three years. That’s like mostly the shelf life. When I say change, it’s just them being in the popularity bracket, and then being removed from popularity bracket, and tagged as legacy, or the old school kind of products.</p>\n\n\n\n<p>So yeah, move with the times. Because, again, even if you see the page builder stuff, that’s like the most hotly contested topic, there’s a new page builder who are all the rage. People use it, but not everyone uses it. There are people who still use the old page builders, and it works for them. But there’s a section of audience who loves to jump on new products. But then there’s a section of old people like me, maybe you also, who stick to the old products.</p>\n\n\n\n<p>Because my school of thought is like, if the product that you’re using is working on foundational level, there’s no reason to change it immediately. Because if you change a product, it’s not just changing a product, it’s changing the whole learning process around it. And then, you know, if you’re serving client website, you’re rebuilding the whole thing. So be smart there. It’s good to follow the buzz in the ecosystem, but don’t get carried away with it.</p>\n\n\n\n<p>[00:31:21] <strong>Nathan Wrigley:</strong> I do think that’s really interesting because, I mean, obviously if you have a really successful product in the WordPress space, then it does make sense to just invest all of your time and efforts into that one thing, because clearly that’s working. And we know that there are companies out there who, for decades or more have focused on one thing, and it’s been really successful.</p>\n\n\n\n<p>But, interesting that in the back of your mind, is always the thought of, what’s the next thing? What could I be doing next, just in case? So you’ve, kind of got this insurance policy idea really that, you know, I’ve got a kernel of an idea, and it’s just sitting in the back there, and if I notice that this thing declines, then I’ll start to operate on that. And I think that’s a very sensible approach to take. So that’s interesting.</p>\n\n\n\n<p>[00:31:59] <strong>Davinder Singh Kainth:</strong> You know, having multiple streams of revenue in this time, or any time in the WordPress space, is very critical. Because, if you have two or three different places that is bringing or generating revenue for you, they will always fluctuate. But when you have multiple, they will all compensate with each other. And then you end up making the same amount of revenue.</p>\n\n\n\n<p>For example, a person working in a WordPress product company as an employee wants to launch a new plugin, or new product of their own. By default, hunch of a human nature is, I’m going to leave the job, and I’m start working on a product, and I’m going to sell it. That sounds very interesting. That sounds very, very attractive. But in real life, that can be a disaster for you.</p>\n\n\n\n<p>So the best idea is, yes, work on a product while you’re working on a job. Find a free time, and run it in parallel, and validate it, whether it’s going to work or not. Because you don’t want to come from a hundred to zero. Come from a hundred to 70, and then try to experiment things.</p>\n\n\n\n<p>[00:32:54] <strong>Nathan Wrigley:</strong> Yeah, that’s really nice advice. Fascinating conversation. So the WordPress community is big, broad, there’s lots of success. There’s probably a fair amount of failure as well. But I think the lasting message from here is keep trying, keep pivoting, be a good member of the community, explore the different ways that the community operates. Figure out what the rules of the road are, and hopefully you’ll have some success.</p>\n\n\n\n<p>Davinder, where do we connect with you? I mean, I know you mentioned the platform specifically. I think Twitter and LinkedIn are your favorites at the moment. But I know that you’ve got a newsletter. We mentioned it at the beginning. So, anywhere that you want to tell people to go to find you?</p>\n\n\n\n<p>[00:33:27] <strong>Davinder Singh Kainth:</strong> My username is, I, I as an iPhone, followed by Davinder, D-A-V-I-N-D-E-R. I’m iDavinder on every platform, LinkedIn, Twitter, Facebook. And also I have a website called iDavinder.com, which is a legacy, old, vintage looking website, which needs a makeover, you know? Own websites never get loved, but I plan to redo it someday. So yeah, iDavinder, I’m happy, say hi, happy to connect with, I love connecting with new people.</p>\n\n\n\n<p>[00:33:52] <strong>Nathan Wrigley:</strong> Perfect. So we will put all of that into the show notes, along with the links to the WP Weekly as well. And it just remains for me to say, Davinder Singh Kainth, thank you very much for chatting to me today. That was really interesting.</p>\n\n\n\n<p>[00:34:04] <strong>Davinder Singh Kainth:</strong> Thank you. Always nice talking to you, and yeah, thanks for inviting me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/idavinder\">Davinder Singh Kainth</a>.</p>\n\n\n\n<p>Davinder is a WordPress creative, an entrepreneur, and a sharer of knowledge. He’s been in the online ecosystem for over 20 years, and his journey from blogging to design, development, and entrepreneurship is anchored in the WordPress world. He writes about WordPress every week at The <a href=\"https://thewpweekly.com/\">wpweekly.com newsletter</a>, and also has a sideline in website creation, coaching, and consulting.</p>\n\n\n\n<p>Today we get into a discussion that extends beyond traditional agency work. We talk about the opportunities available in plugin and theme development, SEO, hosting and more. Davinder offers his advice on trying to figure out the nuances of the WordPress ecosystem to promote your credibility and ensure longevity.</p>\n\n\n\n<p>We chat about the importance of having diversified revenue streams, the intricacies of targeting WordPress users with SaaS products, and the vital role that referrals play in agency success. Davinder also discusses the need for adaptability, persistence, and carving out one’s unique path in the WordPress world.</p>\n\n\n\n<p>We also touch upon the community spirit found at WordCamp events, and the significant impact that engaging with the WordPress community can have on professional opportunities.</p>\n\n\n\n<p>If you’re interested in practical advice on how the WordPress community can work with you, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://thewpweekly.com/\">The WP Weekly</a></p>\n\n\n\n<p><a href=\"https://asia.wordcamp.org/2024/\">WordCamp Asia</a></p>\n\n\n\n<p>Davinder on <a href=\"https://x.com/idavinder\">Twitter</a>, <a href=\"https://www.linkedin.com/in/idavinder/\">LinkedIn</a>, <a href=\"https://www.facebook.com/idavinder/\">Facebook</a></p>\n\n\n\n<p><a href=\"https://idavinder.com/\">Davinder’s legacy website</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jun 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Do The Woo Community: Embracing Lifelong Learning with Bud Kraus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/embracing-lifelong-learning-with-bud-kraus/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Bud Kraus shares career insights, lifelong learning tips, and tech industry experiences giving advice to the next generation of WordPress builders.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jun 2024 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"HeroPress: Defeating silence and stigma with WordPress – Sconfiggere silenzio e stigma con WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=6907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"https://heropress.com/essays/defeating-silence-and-stigma-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=defeating-silence-and-stigma-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28751:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/06/062524-min.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The universal and accessible web is there, the WordPress community is proving it to me day by day.\" /><p><a href=\"https://heropress.com/feed/#italian\">Questo saggio è disponibile anche in italiano.</a></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-about-me\">ABOUT ME</h3>\n\n\n\n<p>I am Elena, Italian, and I have been working in digital products’ accessibility since the early 2000s.</p>\n\n\n\n<p>I’ve been blind since birth and no matter how many obstacles brought by such condition, my solid network of friends and family allowed me to develop interests and curiosity from the very beginning, including a preference for detective stories, which I could practice in the first small “investigation” of my existence: HIV and AIDS.</p>\n\n\n\n<p>It was the end of 1980s and despite still being a child, I felt that AIDS-related advertisements on TV were projected more to scare than to give explanations about a disease, so continuing to ask uneasy questions to family members and teachers, by the time I was 13 I had already realized that dividing people into “right” and “wrong”, made no sense because the virus could affect anyone.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>So I made a promise in front of a poster of Freddie Mercury, and no matter if I couldn’t see it: I vowed that I would make any effort to allow other teens like me to avoid fear and get correct information.</p>\n</blockquote>\n\n\n\n<p>And so I did, because in high school I wrote some articles concerning HIV in the school journal, then continued to keep awareness of scientific advances, within my means, even after I finished my studies.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-my-love-for-writing\">My love for writing</h3>\n\n\n\n<p>I always hated doing essays in school because they made me feel “scrutinized” and judged by my teachers; in fact, I always had very low grades in written expositions in which I was asked to talk about myself; it was different, however, if current events were discussed or, better yet, if I had to use my fantasy. </p>\n\n\n\n<p>In my teens I wrote a lot of stories and unfortunately I was unable to preserve the material, paper Braille does not last long and gets ruined, and so do floppy disks – early magnetic media for computers; then came CDs but transferring the material to those media did not allow me to edit files in them and I instead wanted my most important fictional character, the sentient HIV virus that speaks to humans, to grow with me so editing and rewriting were essential.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-advent-of-blogging\">The advent of blogging</h3>\n\n\n\n<p>Late 1990s. Mail, chat, forums, and newsgroups were already allowing me to be a world’s active participant more than I had ever done before: no barriers in discussing topics from the funniest to the most difficult, including politics, even without necessarily talking about my visual disability. A dream was coming true! </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>But how to open a personal space in which to expose myself without obeying rules written by others? </p>\n</blockquote>\n\n\n\n<p>I had learned how to build my first websites in HTML but maintaining all that code, and asking sighted people for help with graphics, had become an unsustainable commitment. Until I read about some platforms where people wrote a personal journal.</p>\n\n\n\n<p>From splinder to blogspot, then live journal, there were quite a few but none gave me full satisfaction because the web was beginning to suffer from what later came to be called sensory barriers, resulting in the nullification of the “universal web” utopia; they were more concerned with having a pretty, colorful interface rather than an easy-to-use platform. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-welcome-wordpress\">Welcome WordPress!</h3>\n\n\n\n<p>It was the year 2004 and I had learned about a system that allowed me to create my own blog, in my website it was only necessary to buy space, it was even possible to choose the custom interface. </p>\n\n\n\n<p>It was called WordPress and an Italian community composed of volunteers with passions equal to mine was beginning to develop.</p>\n\n\n\n<p>It was my chance, I would be able to discuss with a proper community and really collaborate to raise awareness and overcome accessibility obstacles; I got in touch with <a href=\"https://profiles.wordpress.org/wolly/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Paolo </a><a href=\"https://profiles.wordpress.org/wolly/\">Valenti known as Wolly</a>, the first to bring WordPress in Italy.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>An extraordinary person who died in 2022 because of cancer. He always struggled for life and so he did for WordPress so if I am where I am now, it’s thanks to him.</p>\n</blockquote>\n\n\n\n<p>Over time he’s always urged me to persevere, never completely abandon WordPress despite the obstacles I might have encountered; and there were many barriers then, because since 2004 when I started my first site about songs and audio editing, my relationship with WordPress has been quite conflicted because of a visual editor that was creating difficulties rather than helping me.</p>\n\n\n\n<p>Not to mention themes, where you had to work on code any time you had to modify a small detail.</p>\n\n\n\n<p>I accepted the compromise of building a site with questionable graphics, and I went on like this for a few years: having exhausted my interest in blogging about audio, I had started one in which I shared my experiences with the game of chess, use and abuse of technology, book reviews, joys and sorrows of my personal life including the possibility of starting again with HIV and AIDS activism because in the meantime my former boyfriend, less comfortable with technology than me, had expressed a desire to blog about his experiences as a person living with HIV.</p>\n\n\n\n<p>Too bad about the editor which still, in the years 2009-2018, was complicated for me and I had to write articles by hand with HTML view instead of GUI view, and if I found it uncomfortable let alone him who had no knowledge of web languages. </p>\n\n\n\n<p>The blog concerning HIV was a failure, but together we had recorded a video talking about our experience on an Italian YouTube channel where they talk about sex education.</p>\n\n\n\n<p>Instead, on the personal blog I was posting more and more infrequently some articles about my technological frustrations, including the one due to pay TV services that do not pay enough attention to the needs of people with disabilities. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-from-zero-to-the-atom\">From zero to the atom</h3>\n\n\n\n<p>In 2019 all hell broke loose: relationship ended after 10 years, other unpleasant events happened to me one after another, I was brain drained; until one day an email came from a person with HIV who wanted to contact me to talk about the video I made together with my ex, but looking for information about me he found the personal blog with the article concerning pay TV!</p>\n\n\n\n<p>From there a solid friendship was born and we call ourselves the electron and proton of the same atom, having different opposite points but a lot of common interests including a passion for making up fantasy stories! We were born. Elettrona and Gifter; just needed to decide where to publish and most importantly what.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-talking-virus-get-mine\">Talking virus? Get mine!</h3>\n\n\n\n<p>Alex “Gifter” and I had just seen See, a TV series where blindness was the norm while sight was considered an exception – a dystopian story where an epidemic had altered people’s genetics depriving them of sight. With the due exception of a man born sighted after centuries of human beings born blind….</p>\n\n\n\n<p>Inspired by that storyline, we set out to consider the idea of a setting where, opposite to reality, the ordinary condition was living with HIV while those who do not have the virus in their blood deserve to be ostracized by other humans after HIV itself has decided, in its own unquestionable judgment, to reject those who are too violent, rude, selfish or abusive to humans or animals according to virus’s own taste. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>This fantasy world is aimed at creating greater empathy toward people with HIV: if you, HIV-negative, are offended because a fictional HIV-positive character calls you “empty box,” let alone how a person living with the virus in the real world feels when they are called a “pest,” “toxic,”, “dirty” or other discriminatory terms.</p>\n</blockquote>\n\n\n\n<p>My greatest satisfaction was telling Alex about the talking virus as a subject I had been writing about since at least 1996, and he responded by giving me a big smile: “If you want to make a virus talk, let it be mine! But with what microphone?” </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-choice-name-and-setup\">The choice: name and setup</h3>\n\n\n\n<p>With Alex “Gifter” who knows nothing about the web except what he learned from me, it was difficult to choose how to make the site work and we switched from WordPress to Drupal, assuming that the latter would better meet our publishing needs. How wrong we were!</p>\n\n\n\n<p>After numerous adventures and backups, the decision was finally made: WordPress, because the editor was improving week by week. Gutenberg was going to be my future, and I didn’t know it yet.</p>\n\n\n\n<p>And for the name? The talking virus interacting with humans through music, brotherhood between characters carrying the same HIV strain? Plus Brothers was perfect. So that it would also fit in English.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-gutenberg-s-versatility\">Gutenberg’s versatility</h3>\n\n\n\n<p>Between 2020 and 2021, Gifter and I got busy writing stories and becoming familiar with the various ways to manage WordPress: the mobile app with its block editor, exchanging text documents whose formatting was always lost, until I learned about MarkDown syntax.</p>\n\n\n\n<p>It didn’t even seem real to me, Gutenberg supported it almost automatically! I could write very long documents on my tablet or smartphone even from the beach if I wanted to, then transfer them with a simple copy-paste to the website. </p>\n\n\n\n<p>Gifter and I could work together on the same document in plain text without losing formatting as was the case with proprietary formats, and Gutenberg would take care of that later!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-wordpress-what-s-missing\">WordPress: what’s missing</h3>\n\n\n\n<p>In years of experience with WordPress I became conscious about how its community tries to cover web accessibility requirements, both in frontend and backend. </p>\n\n\n\n<p>But unfortunately it’s not the same for themes and plugins. Third-party products developers, commercial and free, in many cases don’t own much expertise on accessibility so installing a component is often a risk; when dealing with a disability it’s frequent to have multiple plugins where a user with no disabilities can just rely on one. </p>\n\n\n\n<p>The result is a mixed and messy WordPress backend, made of accessible and inaccessible components that could even require help by a paid expert who makes the changes we are not able to perform on our own.</p>\n\n\n\n<p>This situation causes frustration for sure, and we have two choices to face it: one is complaining about it with our limited circle of friends, solving the problem on our own or giving up, the other is opening a dialogue with plugins or themes developers to make them aware of accessibility, doing our best to prevent others from living what we experienced. </p>\n\n\n\n<p>Needless to say that the second option is the best, as community matters and only spreading knowledge and skills can create a better world in the long term. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-the-woman-who-believes-in-me\">The woman who believes in me</h3>\n\n\n\n<p>When you get familiar with a product you want to share what you have learned, so I joined an Italian community called SOS WP turning to them to talk about WordPress and Gutenberg; that’s where I met her, Gloria.</p>\n\n\n\n<p>Web designer, WordPress trainer, Gloria Liuni became curious and interested in how I could use computers and smartphones without sight. She wanted to understand the concept of a “screen reader” program, how Braille and voice feedback behaved on WordPress, so she gave me the contact information for the first WordCamp I spoke at – the one in 2021.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I demonstrated Gutenberg editor’s usage with the keyboard only, and during that event I learned about the future of WordPress: Gutenberg could break even the last barrier I found to full site customization: themes.</p>\n</blockquote>\n\n\n\n<p>It took another two years (and one more WordCamp I spoke at, Verona 2023 this time I attended in person) and I finally took courage: that’s it, I’m abandoning the old theme with code and moving to the new Gutenberg based site editor!</p>\n\n\n\n<p>An experience that WordPress trainer Gloria and I are having together, because we realized how Gutenberg somehow has the same logic as the programs used by the blind, to interact with computers. I almost feel like I’m playing with toy bricks, then Gifter with his working eyes tells me if something has gone wrong and Gloria helps me put it right in case of need.</p>\n\n\n\n<p>All in all, the universal and accessible web is there, the WordPress community is proving it to me day by day, and I am glad to be an active part of it.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"italian\">Sconfiggere silenzio e stigma con WordPress</h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-chi-sono\">CHI SONO</h3>\n\n\n\n<p>Sono Elena, italiana, e lavoro nell’accessibilità dei prodotti digitali fin dai primi anni 2000.</p>\n\n\n\n<p>Dalla nascita sono priva della vista e per quanti ostacoli una simile condizione possa portare, la mia solida rete di amici e familiari mi ha consentito fin da subito di sviluppare interessi e curiosità compresa la passione per i polizieschi, che ho messo in pratica nella prima piccola “indagine” della mia esistenza: HIV e AIDS.</p>\n\n\n\n<p>Era fine anni 80 e malgrado fossi ancora una bambina sentivo che gli slogan mandati in tv fossero costruiti più per far paura che per dare spiegazioni su una malattia, così a forza di chiedere a familiari e insegnanti già a 13 anni avevo capito che dividere le persone tra “giuste” e “sbagliate” non aveva senso perché il virus poteva colpire chiunque.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Così feci una promessa davanti a un poster di Freddie Mercury, e pazienza se non potevo vederlo: giurai che avrei lavorato con ogni mezzo a disposizione affinché più ragazzi possibili avessero accesso alla corretta informazione su HIV e AIDS.</p>\n</blockquote>\n\n\n\n<p>E così è stato, perché al liceo tenevo una rubrica a tema sul giornale scolastico continuando ad aggiornarmi sui progressi scientifici, nel limite delle mie possibilità, anche dopo aver terminato gli studi.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-la-passione-per-la-scrittura\">La passione per la scrittura</h3>\n\n\n\n<p>Ho sempre odiato svolgere i temi a scuola perché mi facevano sentire “esaminata” e giudicata dai miei insegnanti, infatti avevo sempre voti molto bassi nelle esposizioni scritte in cui mi si invitava a parlare di me; diverso invece era se si discuteva di attualità o, meglio ancora, se dovevo inventare storie. </p>\n\n\n\n<p>In adolescenza ho scritto tantissimi racconti e purtroppo non sono riuscita a conservare il materiale, il Braille cartaceo a lungo andare si rovina e così anche i floppy disk – primi supporti magnetici per computer; poi sono arrivati i cd ma trasferire il materiale su quei supporti non ne consentiva la modifica e io invece desideravo che il mio personaggio di fantasia più importante, il virus HIV senziente che parla agli umani, crescesse con me quindi modifiche e riscrittura erano fondamentali.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-l-avvento-dei-blog\">L’avvento dei blog</h3>\n\n\n\n<p>Fine anni 90. Mail, chat, forum e newsgroup mi permettevano già di essere parte attiva del mondo come non lo ero mai stata prima: nessuna barriera nel discutere di temi dai più leggeri ai più impegnati, politica compresa, anche senza per forza parlare della mia disabilità visiva. Un sogno che si stava realizzando! Ma come fare ad aprire uno spazio personale in cui esporsi senza obbedire a regole scritte da altri? </p>\n\n\n\n<p>Avevo imparato a costruire i primi siti web in HTML ma mantenere tutto quel codice, e chiedere aiuto a persone vedenti per la grafica, era diventato un impegno insostenibile. Fino a quando ho letto di alcune piattaforme in cui la gente scriveva un diario personale.</p>\n\n\n\n<p>Da splinder a blogspot, poi live journal, ce ne erano parecchi ma nessuno mi dava piena soddisfazione perché il web cominciava a soffrire di quelle che poi sono state definite barriere percettive, con conseguente annullamento dell’utopia “web universale”; facevano più attenzione ad avere un’interfaccia carina e colorata, piuttosto di una piattaforma semplice da usare. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-benvenuto-wordpress\">Benvenuto WordPress!</h3>\n\n\n\n<p>Correva l’anno 2004 e avevo appreso di un sistema che mi consentiva di creare il mio blog, nel mio sito web era sufficiente solo comprare lo spazio, era addirittura possibile scegliere l’interfaccia personalizzata. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Si chiamava WordPress e stava iniziando a svilupparsi una comunità italiana composta di volontari con passioni uguali alle mie.</p>\n</blockquote>\n\n\n\n<p>Era la mia occasione, avrei potuto confrontarmi con gli addetti ai lavori e collaborare davvero per far conoscere e superare gli ostacoli di accessibilità; mi misi in contatto con Paolo Valenti conosciuto come Wolly, il primo a occuparsi di WordPress in Italia e che è morto nel 2022 per un cancro.</p>\n\n\n\n<p>Una persona straordinaria che ha sempre lottato per la vita e per WordPress quindi se ora sono dove sono, lo devo a lui.</p>\n\n\n\n<p>Nel tempo mi ha sempre invitato a insistere e non abbandonare mai del tutto WordPress malgrado gli ostacoli che avessi potuto incontrare; all’epoca erano tante le barriere, perché dal 2004 che iniziai il mio primo sito sulle canzoni e la manipolazione audio, il mio rapporto con WordPress è stato parecchio conflittuale a causa di un editor visuale che mi metteva in difficoltà anziché darmi soddisfazioni.</p>\n\n\n\n<p>Per non parlare dei temi, che per qualunque banale modifica bisognava mettere le mani sul codice PHP.</p>\n\n\n\n<p>Si sopravviveva con un sito dalla grafica discutibile, e sono andata avanti così per qualche anno: esaurito l’interesse per il blog sull’audio ne avevo aperto uno in cui raccontavo le mie esperienze col gioco degli scacchi, uso e abuso della tecnologia, recensioni di libri, gioie e dolori della mia vita personale inclusa la possibilità di ricominciare con l’attivismo su HIV e AIDS perché nel frattempo il mio ex fidanzato, meno a proprio agio con la tecnologia rispetto a me, aveva espresso il desiderio di condividere in un blog le sue esperienze di persona che vive con HIV.</p>\n\n\n\n<p>Peccato per l’editor che ancora, negli anni 2009-2018, mi era ostico e dovevo scrivere gli articoli a mano con la visualizzazione HTML anziché quella a interfaccia grafica, e se lo trovavo scomodo io figuriamoci lui che non aveva alcuna conoscenza di linguaggi per il web. Progetto HIV e blog sfumato, ma insieme avevamo registrato un video che parlava della nostra esperienza su un canale YouTube italiano dove si parla di educazione sessuale.</p>\n\n\n\n<p>Invece sul blog personale pubblicavo sempre più di rado alcuni articoli sulle mie frustrazioni tecnologiche, compresa quella dovuta ai servizi di tv a pagamento che non pongono sufficiente attenzione alle esigenze delle persone con disabilità. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-da-zero-all-atomo\">Da zero all’atomo</h3>\n\n\n\n<p>Nel 2019 è successo il finimondo: relazione finita dopo 10 anni, altri eventi spiacevoli uno di seguito all’altro, avevo il cervello svuotato; finché un giorno è arrivata la mail di una persona con HIV che voleva contattarmi per parlare del video fatto assieme al mio ex, ma cercando informazioni su di me ha trovato il blog personale con l’articolo sulle pay tv!</p>\n\n\n\n<p>Da qui è nata una solida amicizia e ci definiamo l’elettrone e il protone dello stesso atomo, avendo diversi punti opposti ma un sacco di interessi in comune tra cui la passione per inventare storie di fantasia! Siamo nati noi. Elettrona e Gifter; serviva solo decidere dove pubblicare e soprattutto cosa.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-virus-parlante-prendi-il-mio\">Virus parlante? Prendi il mio!</h3>\n\n\n\n<p>Io e Alex “Gifter” avevamo appena visto See, una serie tv in cui la consuetudine era la cecità mentre la vista era considerata un’eccezione – storia distopica dove un’epidemia aveva modificato la genetica delle persone privandole della vista. Con la dovuta eccezione di un uomo nato vedente dopo secoli di ciechi…</p>\n\n\n\n<p>Ispirati da quella trama ci siamo messi a valutare l’idea di un’ambientazione in cui, contrariamente alla realtà, la condizione ordinaria fosse vivere con l’HIV mentre chi non ha il virus nel sangue merita di essere emarginato da altri umani dopo che HIV stesso ha deciso, a proprio insindacabile giudizio, di rifiutare chi per i suoi gusti è troppo violento, maleducato, egoista o prevaricatore verso umani o animali. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Questo mondo di fantasia è finalizzato a creare una maggiore empatia verso le persone con HIV: se tu, HIV negativo, ti offendi perché un personaggio HIV positivo finto ti dice “scatola vuota”, figuriamoci come si sente una persona che nel mondo reale vive col virus, quando viene definita “untore”, “tossico” o altri termini discriminatori.</p>\n</blockquote>\n\n\n\n<p>La mia più grande soddisfazione è stata aver raccontato ad Alex del virus parlante come soggetto su cui scrivevo almeno dal 1996 e lui ha risposto facendomi un grande sorriso: “se vuoi far parlare un virus, lascia che sia il mio! Ma con quale microfono?” </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-la-scelta-nome-e-ambiente\">La scelta: nome e ambiente</h3>\n\n\n\n<p>Con Alex “Gifter” che nulla sa di web salvo ciò che ha imparato da me, era difficile scegliere come muoverci e siamo passati da WordPress a Drupal, credendo che quest’ultimo rispondesse meglio alle nostre esigenze editoriali. Quanto ci sbagliavamo!</p>\n\n\n\n<p>Dopo numerose avventure e backup, finalmente la decisione è stata presa: WordPress, perché l’editor stava migliorando di settimana in settimana. Gutenberg sarebbe stato il mio futuro e io non lo sapevo ancora.</p>\n\n\n\n<p>E per il nome? Virus parlante che interagisce con gli umani grazie alla musica, fratellanza tra personaggi positivi? Plus Brothers era perfetto. Così da farlo andar bene anche in inglese.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-versatilita-di-gutenberg\">Versatilità di Gutenberg</h3>\n\n\n\n<p>Tra il 2020 e 2021 io e Gifter ci siamo dati da fare a scrivere storie e prendere confidenza coi vari modi di gestire WordPress: l’app mobile col suo editor a blocchi, scambiarsi documenti di testo la cui formattazione veniva sempre perduta, fino a quando ho conosciuto la sintassi MarkDown.</p>\n\n\n\n<p>Neanche mi sembrava vero, Gutenberg la supportava in modo pressoché automatico! Potevo scrivere un testo molto lungo sul mio tablet o smartphone anche dalla spiaggia volendo, poi trasferirlo con un semplice copia-incolla sul sito web. </p>\n\n\n\n<p>Io e Gifter potevamo lavorare assieme sullo stesso documento in testo semplice senza perdere la formattazione come succedeva coi formati proprietari e, dopo, ci avrebbe pensato Gutenberg!</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-wordpress-cosa-manca\">WordPress: cosa manca</h3>\n\n\n\n<p>In anni di esperienza con WordPress mi sono resa conto di come la sua comunità cerchi di soddisfare i requisiti di accessibilità del web, sia nel frontend sia nel backend. </p>\n\n\n\n<p>Ma purtroppo non è lo stesso per i temi e i plugin. Chi sviluppa prodotti di terze parti, commerciali e gratuiti, il più delle volte non possiede molte competenze in materia di accessibilità, per cui l’installazione di un componente è spesso un rischio; quando si ha a che fare con una disabilità è frequente avere più plugin, laddove un utente senza disabilità può affidarsi solo a uno. </p>\n\n\n\n<p>Il risultato è un backend misto e disordinato, fatto di componenti accessibili e inaccessibili tanto da richiedere anche l’aiuto di esperti a pagamento per modificare ciò che non si è in grado di eseguire in autonomia.</p>\n\n\n\n<p>Questa situazione provoca sicuramente frustrazione e abbiamo due scelte per affrontarla: una è quella di lamentarci con la nostra ristretta cerchia di amici, risolvendo il problema da soli o rinunciando, l’altra è quella di aprire un dialogo con gli sviluppatori di plugin o temi per sensibilizzarli all’accessibilità, facendo del nostro meglio per evitare che altri vivano quello che abbiamo vissuto noi. </p>\n\n\n\n<p>Inutile dire che la seconda opzione è la migliore, perché la comunità è importante e solo la diffusione di conoscenze e competenze può creare un mondo migliore a lungo termine. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-la-donna-che-crede-in-me\">La donna che crede in me</h3>\n\n\n\n<p>Quando prendi confidenza con un prodotto hai voglia di condividere ciò che hai imparato, così mi sono iscritta a una comunità italiana chiamata <a href=\"https://www.sos-wp.it\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">SOS </a><a href=\"https://www.sos-wp.it\">WP </a>rivolgendomi a loro per confrontarmi su WordPress e Gutenberg; è qui che ho conosciuto lei, Gloria.</p>\n\n\n\n<p>Web designer, WordPress trainer, <a href=\"https://www.gloweb.it\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Gloria </a><a href=\"https://www.gloweb.it\">Liuni</a> si è incuriosita e interessata su come io potessi usare computer e smartphone senza la vista. Ha voluto comprendere il concetto di programma “lettore di schermo”, come Braille e feedback vocale si comportassero su WordPress, così mi ha fornito i contatti per il primo WordCamp in cui ho parlato – quello del 2021.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Ho dimostrato l’uso dell’editor Gutenberg con la sola tastiera, e in quell’occasione ho avuto modo di conoscere il futuro di WordPress: Gutenberg avrebbe azzerato anche l’ultima barriera che c’era per una personalizzazione completa del sito: i temi.</p>\n</blockquote>\n\n\n\n<p>Ci sono voluti altri due anni (e un altro mio WordCamp, Verona 2023 stavolta in presenza) e finalmente ho preso coraggio: adesso basta, abbandono il tema vecchio col codice per passare al nuovo editor Gutenberg!</p>\n\n\n\n<p>Un’esperienza che io e la WordPress trainer Gloria stiamo vivendo insieme, perché ci siamo accorte di come Gutenberg abbia in qualche modo la stessa logica dei programmi usati da chi non vede, per interagire col computer. Mi sembra quasi di lavorare coi mattoncini, poi Gifter con gli occhi funzionanti mi dice se qualcosa è andato storto e Gloria mi aiuta a mettere a posto.</p>\n\n\n\n<p>Tutto sommato il web universale e accessibile c’è, la comunità di WordPress me lo sta dimostrando giorno dopo giorno e io sono contenta di esserne parte attiva.</p>\n<p>The post <a href=\"https://heropress.com/essays/defeating-silence-and-stigma-with-wordpress/\">Defeating silence and stigma with WordPress – Sconfiggere silenzio e stigma con WordPress</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jun 2024 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Elena Brescacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"HeroPress: Voices Of WordCamp Europe: Karolína Vyskočilová\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=6920\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://heropress.com/voices-of-wordcamp-europe-karolina-vyskocilova/#utm_source=rss&utm_medium=rss&utm_campaign=voices-of-wordcamp-europe-karolina-vyskocilova\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2466:\"<img width=\"1024\" height=\"684\" src=\"https://heropress.com/wp-content/uploads/2024/06/53807858473_113f3d82ea_k-1024x684.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Topher and Karolina\" /><p>One of the great opportunities of being a Media Partner for WordCamps is the official interviews they help set up. This year I specifically wanted to interview attendees to get their unique perspectives, and I also wanted to interview people I didn’t know. This last one only kind of worked out.</p>\n\n\n\n<p>My first interview was with <a href=\"https://kybernaut.cz/en/\">Karolína Vyskočilová</a> from Prague – she is a WP dev and Czech WordCamp and meetup organizer. At WCEU, she was a backup speaker and volunteer.</p>\n\n\n\n\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6920_c13ce3-f3 alignnone wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-3-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column6920_baaa8f-71\"><div class=\"kt-inside-inner-col\">\n<a href=\"https://heropress.com/wp-content/uploads/2024/06/1000019584-scaled.jpg\" class=\"kb-advanced-image-link\"><img width=\"769\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/06/1000019584-769x1024.jpg\" alt=\"Karolina and friends posing for fun\" class=\"kb-img wp-image-6935\" /></a>\n</div></div>\n\n\n\n<div class=\"wp-block-kadence-column kadence-column6920_af6d28-42\"><div class=\"kt-inside-inner-col\">\n<a href=\"https://heropress.com/wp-content/uploads/2024/06/IMG_8348-scaled.jpg\" class=\"kb-advanced-image-link\"><img width=\"768\" height=\"1024\" src=\"https://heropress.com/wp-content/uploads/2024/06/IMG_8348-768x1024.jpg\" alt=\"Karolina pointing at her name on the contributor wall\" class=\"kb-img wp-image-6929\" /></a>\n</div></div>\n\n\n\n<div class=\"wp-block-kadence-column kadence-column6920_189944-16\"><div class=\"kt-inside-inner-col\">\n<a href=\"https://heropress.com/wp-content/uploads/2024/06/IMG_8321-scaled.jpg\" class=\"kb-advanced-image-link\"><img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/06/IMG_8321-1024x768.jpg\" alt=\"Karolina and a friend holding a Wapuu car.\" class=\"kb-img wp-image-6930\" /></a>\n</div></div>\n\n</div></div><p>The post <a href=\"https://heropress.com/voices-of-wordcamp-europe-karolina-vyskocilova/\">Voices Of WordCamp Europe: Karolína Vyskočilová</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jun 2024 22:29:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WordCamp Central: Announcing the Shortlisted Projects for Uganda Website Projects Competition 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://central.wordcamp.org/?p=6985776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://central.wordcamp.org/news/2024/06/announcing-the-shortlisted-projects-for-uganda-website-projects-competition-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7031:\"<p>We are thrilled to announce the shortlisted projects for the Uganda Website Projects Competition 2024, where creativity, innovation, and digital prowess take center stage, under the theme, “<em>Problem Solving With WordPress</em>“. Out of the 16 exceptional submissions received, 10 projects have been selected by our esteemed adjudicators through a rigorous vetting process.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">UPDATE: For those who submitted their projects for the <a href=\"https://twitter.com/hashtag/WebsiteCompetitionUG?src=hash&ref_src=twsrc%5Etfw\">#WebsiteCompetitionUG</a> and have been eagerly waiting, good news is that the vetting process has been completed this evening and the long awaited pitchday Shortlist will be published soon, thanks to our wonderful adjudicators… <a href=\"https://t.co/lJ0WQOtGrG\">pic.twitter.com/lJ0WQOtGrG</a></p>— Mukalele Rogers (@mrogers4christ) <a href=\"https://twitter.com/mrogers4christ/status/1805686577441784138?ref_src=twsrc%5Etfw\">June 25, 2024</a></blockquote>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Shortlisted Projects – <strong>Rising Stars Category:</strong></h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Provok</strong> – St. Mark’s College Namagoma<br /><em>Provok</em> is a dynamic platform aiming to democratize IT education globally, offering a variety of courses and hands-on learning experiences.</li>\n\n\n\n<li><strong>Big Green</strong> – St. Edward’s SS Bukuumi<br /><em>Big Green</em> is an environmental conservation and awareness website dedicated to educating global audiences on environmental protection and pollution control through informative articles and blogs.</li>\n\n\n\n<li><strong>STEGS Smart Study</strong> – St. Elizabeth Girls’ Secondary School<br /><em>STEGS Smart Study Project</em> provides academic resources such as eBooks, educational videos, and links to online courses, aimed at bridging the gap in access to traditional learning materials.</li>\n\n\n\n<li><strong>Skyray</strong> – Iganga Secondary School<br /><em>Skyray</em> offers educational resources and support for students, parents, and teachers to navigate Uganda’s new lower secondary curriculum effectively.</li>\n\n\n\n<li><strong>News Shelf</strong> – New Jerusalem Mixed Junior School<br /><em>News Shelf</em> features a kids’ news portal, an art gallery, and interactive quizzes, all created by students to enhance learning and engagement.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Shortlisted Projects – Explorers Category:</strong></h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Local Farmers’ Market Website</strong> – Kampala International University, KIU<br />The <em>Local Farmers’ Market Website</em> promotes local agriculture by connecting consumers with fresh produce and handmade goods through an online marketplace.</li>\n\n\n\n<li><strong>Afrinova Creations Website</strong> – Makerere University Kampala<br /><em>Afrinova Creations</em> showcases African culture through a curated collection of clothing, crafts, and foods, supporting African artisans and entrepreneurs.</li>\n\n\n\n<li><strong>Diving into WebDesign and WordPress in Luweero Diocese</strong> – CoU Anglican Luweero Diocese Education ICT<br />This project empowers ICT teachers within Luweero Diocese to teach web design and create active websites for schools using WordPress.</li>\n\n\n\n<li><strong>Innovative Tune and Watch Pitch Awareness Wave</strong> – Makerere University Jinja Campus<br /><em>Innovative Tune and Watch Pitch Awareness Wave</em> aims to provide entertaining media resources and informative community connections through an intuitive user interface.</li>\n\n\n\n<li><strong>Edutech Blog</strong> – Kyambogo University / EduTech Club<br />The <em>Edutech Blog</em> addresses the challenge of accessing educational technology awareness, offering valuable insights and resources through WordPress.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>For those who did not make it to the finals:</strong></h2>\n\n\n\n<p>To all participants whose projects did not advance to the finals, we extend our sincere appreciation for responding to our call for projects. Your have showcased remarkable commitment to leveraging WordPress for positive change. We encourage you to view this as a stepping stone in your journey of innovation. Register to attend via <a href=\"http://bit.ly/websitecompetitionug\">bit.ly/websitecompetitionug</a> and join us at the Uganda Website Projects Competition 2024 to learn from presentations, gain valuable insights, and network with fellow enthusiasts. Let this experience fuel your determination to excel, and we look forward to seeing your continued growth and success in future competitions. Be sure to try again at the Uganda Website Projects Competition 2025!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Event Overview:</strong></h2>\n\n\n\n<p>The <a href=\"https://events.wordpress.org/uganda/2024/competition/\">Uganda Website Projects Competition 2024</a> is a next gen WordCamp that challenges students to solve real-world problems using WordPress, fostering innovative thinking and essential skills in web development and design. Participants will present their projects to a panel of judges, honing their communication and presentation skills.</p>\n\n\n\n<p><strong>Date and Venue:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Date:</strong> Friday, July 5th, 2024</li>\n\n\n\n<li><strong>Venue:</strong> National ICT Innovation Hub, Uganda Institute of ICT (UICT), Nakawa, Kampala</li>\n</ul>\n\n\n\n<p>Join us as we celebrate the ingenuity and dedication of these young minds at the Awards Ceremony, where outstanding projects will be recognized and awarded prizes in each category. Tickets can be purchased online using PayPal or bank cards. Alternatively, you can reserve tickets via the Google form to pay in Ugandan Shillings using Mobile Money. Here are the <strong>ticket categories</strong>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Discounted Attendee Ticket:</strong> $5 or UGX 20,000. Includes access to all activities, attendee tag, swag, workshop resources, internet access, breakfast, and lunch coupons.</li>\n\n\n\n<li><strong>Actual Cost (Microsponsor) Ticket:</strong> $26 or UGX 100,000. Includes all benefits of the discounted ticket, plus a VIP treat, an event-branded T-shirt, and publicity.</li>\n\n\n\n<li><strong>Community Sponsorship Ticket:</strong> $130 or UGX 500,000. Helps to discount tickets for more students to learn, innovate, and collaborate with WordPress! Includes two attendee tickets, two event T-shirts, a dedicated sponsor table, and logo publicity.</li>\n</ul>\n\n\n\n<p><a href=\"https://events.wordpress.org/uganda/2024/competition/tickets/\" target=\"_blank\" rel=\"noreferrer noopener\">Get your ticket today!</a></p>\n\n\n\n<p><em>NB: 3 free tickets will be given to each of the shortlisted project representatives!</em> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jun 2024 21:12:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Mukalele Rogers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"WordPress.org blog: WordPress 6.6 RC1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17429\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/2024/06/wordpress-6-6-rc1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10779:\"<p>The first release candidate (RC1) for WordPress 6.6 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, please evaluate RC1 on a test server or a local environment.</p>\n\n\n\n<p>Reaching this phase of the release cycle is a worthy achievement. While release candidates are considered ready for release, testing is still vital to make sure everything in WordPress 6.6 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.6 RC1 in four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use the this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.6-RC1</code></td></tr><tr><th>WordPress Playground</th><td>Use the <a href=\"https://playground.wordpress.net/#%7B%20%22preferredVersions%22:%20%7B%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20%7D,%20%22features%22:%20%7B%20%22networking%22:%20true%20%7D,%20%22steps%22:%20[%20%7B%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22importFile%22,%20%22file%22:%20%7B%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20%7D,%20%22options%22:%20%7B%20%22activate%22:%20false%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D,%20%7B%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20%7B%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20%7D,%20%22progress%22:%20%7B%20%22weight%22:%202%20%7D%20%7D%20]%20%7D\">6.6 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table>Please test WordPress 6.6 RC1 in one or more of these four ways.\n\n\n\n<p>The current target for the WordPress 6.6 release is <strong>July 16, 2024</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Two notes about changes in the RC period</h2>\n\n\n\n<p><strong>Hard string freeze:</strong> From now until July 16, there is a <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> in place—no strings may change, and no new strings may be committed. That’s to give the Polyglots team time to translate WordPress 6.6 into as many languages as possible before final release.</p>\n\n\n\n<p><strong>Two-committer signoff:</strong> Commits in the RC period also require two Core committers to sign off on every merge. Since release candidates are supposed to be ready to go, only major fixes and blessed tasks should merge at this late date.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.6 RC1?</h2>\n\n\n\n<p>Thanks to your testing and many other contributors‘ up to now, this release includes more than 40 bug fixes for the Editor and more than <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F27%2F2024..03%2F05%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">40 tickets for WordPress Core</a>.</p>\n\n\n\n<p>Get a recap of WordPress 6.6’s highlighted features in the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.6?since=2024-06-18&until=2024-06-24\">GitHub commits for 6.6</a> since June 18</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F18%2F24..06%2F24%2F2024&milestone=6.6&max=1000&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">Closed Trac tickets</a> since June 18</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/\">WordPress 6.6 CSS Specificity</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/\">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/24/section-styles/\">Section Styles</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/25/wordpress-6-6-field-guide/\">The WordPress 6.6 Field Guide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/tag/dev-notes-6-6/\">All 6.6-related developer notes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people who collaborate on and contribute to to its development. The resources below outline a wide variety of ways you can help the world’s most popular open source web platform, whether or not you have any technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to making sure WordPress is speedy and stable. It’s also a vital way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">This detailed guide</a> will walk you through testing features in WordPress 6.6. If you’re new to testing, follow <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable writing a reproducible bug report, you can also report it on <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a>. Before you do either, you may want to check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release candidate of WordPress 6.6 (scheduled for July 16), the <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">monetary reward for reporting new, unreleased security vulnerabilities</a> doubles. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>If you build themes, plugins, blocks or patterns, your products play an integral role in extending the functionality and value of WordPress for all users. </p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.6 beta releases. With RC1, you’ll want to finish your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.6.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English? ¿Español? Français? Русский? 日本語? हिन्दी? বাংলা? You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Release the haiku</h2>\n\n\n\n<p>We’re here already?<br />RC1 means three weeks left.<br />Have some fun—come test!</p>\n\n\n\n<p><em>Props to <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a> for collaborating on this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jun 2024 16:23:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Do The Woo Community: In the Hosting Cloud with Jesse Friedman, Joshua Goode and Kevin Walker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/in-the-hosting-cloud-with-jesse-friedman-joshua-goode-and-kevin-walker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Listen in to learn how the partnership between WP Cloud and Bluehost transpired and what it brings to WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Jun 2024 09:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress.org blog: WordPress 6.5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17426\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2024/06/wordpress-6-5-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5089:\"<h2 class=\"wp-block-heading\">WordPress 6.5.5 is now available!</h2>\n\n\n\n<p>This release features three security fixes. Because this is a security release, <strong>it is recommended that you update your sites immediately. </strong>This minor release also includes <a href=\"https://core.trac.wordpress.org/query?component=!Build%2FTest+Tools&milestone=6.5.5&col=id&col=summary&col=owner&col=type&col=status&col=priority&col=component&order=priority\">3 bug fixes</a> in Core.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.5.5.zip\">download WordPress 6.5.5 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>WordPress 6.5.5 is a short-cycle release. The next major release will be version 6.6 which is scheduled for July 16, 2024.</p>\n\n\n\n<p>For more information on WordPress 6.5.5, please visit the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6-5-5/\">HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Security updates included in this release</h2>\n\n\n\n<p>The security team would like to thank the following people for <a href=\"https://hackerone.com/wordpress?type=team\">responsibly reporting vulnerabilities</a>, and allowing them to be fixed in this release:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A cross-site scripting (XSS) vulnerability affecting the HTML API reported by Dennis Snell of the WordPress Core Team, along with Alex Concha and Grzegorz (Greg) Ziółkowski of the WordPress security team.</li>\n\n\n\n<li>A cross-site scripting (XSS) vulnerability affecting the Template Part block reported independently by Rafie Muhammad of Patchstack and during a third party security audit.</li>\n\n\n\n<li>A path traversal issue affecting sites hosted on Windows reported independently by Rafie M & Edouard L of Patchstack, David Fifield, <a href=\"https://hackerone.com/x89\">x89</a>, <a href=\"https://hackerone.com/apple502j\">apple502j</a>, and <a href=\"https://hackerone.com/mishre\">mishre</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.5 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance and security fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">Dennis Snell</a>, <a href=\"https://profiles.wordpress.org/grantmkin\">Grant M. Kinney</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rajinsharwar\">Rajin Sharwar</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> Slack channel. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/tutorials/faq-for-new-contributors/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Already testing WordPress 6.6? The fourth beta is now available (<a href=\"https://wordpress.org/wordpress-6.6-beta4.zip\">zip</a>) and it contains these security fixes. For more on 6.6, see the <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\">beta 3 announcement post</a>. Learn more about <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">testing WordPress 6.6 here</a>.</em></p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a> for reviewing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2024 19:10:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.org blog: WP Briefing: Episode 82: WCEU Hallway Track\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17409\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2024/06/episode-82-wceu-hallway-track/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10092:\"<p>Big events create big moments, and WordCamp Europe 2024 was no exception. Join host Josepha Haden Chomphosy on this episode of the WordPress Briefing as she shares her top insights and favorite highlights from the event. Discover what the WordPress community focused on during this exciting three-day gathering.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/6-6/\">WordPress 6.6 RC1 (and upcoming schedule)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/project/2024/05/31/wordpress-project-contributor-handbook-v2/\">WordPress Project Contributor Handbook v2</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2024/06/12/the-sustainability-teams-handbook-for-events-is-here/\">The Sustainability Team’s Handbook for Events is here!</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/2024/volunteering-at-wordcamp-us-2024/\">Volunteering at WordCamp US 2024</a> </li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> My friends, another WordCamp Europe is in the books. We had the second-highest number of tickets sold in the history of our event series, with the first being WordCamp Europe in Berlin. But even with that number of tickets sold, that number of people gathering together to talk about WordPress and related things, there were still a lot of people who didn’t get to join us.</p>\n\n\n\n<p>[00:01:01] <strong>Josepha:</strong> For some, that came with experiencing FOMO, but some of you embraced the JOMO of it all. Either way, at this point, there are a good collection of wrap-ups and round-ups going around, so I’m here to tell you a bit about what was buzzing in the hallway track. </p>\n\n\n\n<p>Firstly, everyone was so excited to see old friends and make new ones. Everywhere I turned, I saw WordPressers in clusters catching up, most included new to the crew faces. So we know that we were using the Pac-Man rule that we love so much. But even while they were catching up on the last two, three, four years, they were also talking to each other about how to get more folks to things like this. </p>\n\n\n\n<p>Since we all generally agree that your first time meeting other WordPressers can be a truly pivotal moment in your WordPress journey, it was a delight to hear so much brainstorming focused on that. From mentorship to community introduction and the future of our events, the question of how to keep our ecosystem healthy and thriving was a big topic. Does any one of us have all the answers to this? No, but fortunately, we’ve got a global set of thinkers working on this global question. So, together, I’m sure we can come up with some good guesses to try out.</p>\n\n\n\n<p>[00:02:21] <strong>Josepha:</strong> Secondly, I saw a ton of talks and discussions about career development, not only about how to learn more but also how to be a champion for open source in your company, how to advocate for contribution as a best business practice. And what other communities can teach us about how they commit to their user’s continuing education, for lack of a friendlier term.</p>\n\n\n\n<p>And boy, do I love a good conversation about how to make working in open source easier, make it more meaningful, and more impactful. I’m in favor of anything that helps to dignify our profession. The front-facing, easy-to-use experience of WordPress, in particular, has been misunderstood to mean that we are a simple piece of software for simple tasks. And that is the way with our mission really. If we succeed at democratizing publishing or learning or commerce for that matter, we are taking the arcane and making it mundane. But simple to use doesn’t mean simple to create. And I want all of our future employers and clients to see that.</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> And then the final thing that I saw lighting up the hallway track was the idea of bringing life and excitement back to the web. WordPress has been fighting against closed systems for a long time, but as Matt alluded to in his keynote, merely having an open web is still not quite as fun as having an active and dynamic one. And we saw that both in general desire to bring fun back to being online, but also in the fresh variety of demos and workshops that we saw in the fun that was brought to the event. There were new and shocking implementations of Playground, I must say. Which, as far as I can tell, will basically be able to run everything one day.</p>\n\n\n\n<p>[00:04:03] <strong>Josepha:</strong> But at WordCamp Europe, it ran; it powered our second massive hybrid translation event, where we translated something like 50,000 strings. We also had an amazing speed-building duel with an accepted future challenge between Jessica Lyschik and Matt Mullenweg. And not for nothing; the way we designed; the way the event area was put together included ways to stop and just have fun.</p>\n\n\n\n<p>There was a little grassy area with yard games and smaller pods of chairs for those quick hallway catch-ups that you just don’t get anywhere else. And for me, it was simply lovely to see everyone embracing the fun that was there, but also hearing about how much they wanted to help the web embrace the fun that could be.</p>\n\n\n\n<p>[00:04:48] (Music interlude) </p>\n\n\n\n<p>[00:04:55] <strong>Josepha:</strong> Thanks for listening to my hallway track recap. Hopefully, it caused JOMO, not FOMO. And now, let’s turn our attention to the small list of big things.</p>\n\n\n\n<p>[00:05:05] <strong>Josepha:</strong> First thing on my list is WordPress 6.6 update. So we are reaching the release candidate phase tomorrow. WordPress 6.6 RC1 will be released, so download and join the community helping us to get this release out the door. It is scheduled for July 16th. If you have plugins or themes or any sort of business that uses WordPress, now is the time to get in and test it on a test site. I don’t recommend putting it in production at any point, but come and test it. Help us break it so that we can make sure that it doesn’t break for other people, for the, you know, 43% of the web that uses it when we get it out the door on the 16th. </p>\n\n\n\n<p>The second thing on the list is that we have a WordPress Project Contributor Handbook V2 out there. It aims to be the quintessential resource for everyone in our community. And it will provide a bird’s eye view of where to find key information and different aspects of our community. How it all kind of connects together. And, just like a release, we really need some feedback from you. There is the repo on GitHub where you can go and kind of make inline comments, join the discussion about it. It can be a go-to resource if we look at it together and make sure that it has as much information as clearly stated as you wished you had when you were learning your way around WordPress for the first time. </p>\n\n\n\n<p>[00:06:27] <strong>Josepha:</strong> The third thing on the list is actually another handbook. So, the Sustainability Team has put together a handbook specifically for events. It’s their first version, and over the past few months, members of that team have been sharing their ideas and experiences on how WordPress community events can be held more sustainably. All this input created a first draft, which eventually became this first version. And so we’ll put a link in the show notes, wander over there, take a look at it, see what some best practices for sustainable events are in the WordPress ecosystem. </p>\n\n\n\n<p>[00:07:02] <strong>Josepha:</strong> And then the final thing on my list is about WordCamp US. I realize this is a podcast about WordCamp Europe right now. And so it’s odd to think that I’m moving right along into WordCamp US. However, there is a deadline coming up. July 1st is the last day to sign up to be a volunteer at this event. It’s taking place this year in Portland, Oregon, on the west side of the US. And it should be a really fun time. It’s middle of September. Come on out there. Learn about WordPress. Learn about contribution. Maybe get some voodoo donuts. You know, the important things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:08:06] (Music outro) </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Jun 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Gutenberg Times: Gutenberg Changelog #102 – WordCamp Europe, WordPress 6.6 and Gutenberg 18.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=29022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-102-wordcamp-europe-wordpress-6-6-and-gutenberg-18-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54368:\"<p>In this episode, Jessica Lyschik and Birgit Pauli-Haack discuss WordCamp Europe, WordPress 6.6 and Gutenberg 18.6. </p>\n\n\n\n<p>Add a summary/excerpt here</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-102-wordcamp-europe-wordpress-6-6-and-gutenberg-18-6/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-102-wordcamp-europe-wordpress-6-6-and-gutenberg-18-6/#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special guest: Jessica Lyschik</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://x.com/jessicalyschik\">https://x.com/jessicalyschik</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/@jessicalyschik\">https://www.youtube.com/@jessicalyschik</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/redirect?event=channel_description&redir_token=QUFFLUhqa2tsT25ETnVSM20xS3ZoNDhpTkhwUVhlM2J0UXxBQ3Jtc0tsY2NmeEdxT01xdEMzMlR4WWxjYll2bGoyMXlSZVZFZm82alVtS3hpdW01Y3U1R3U0RGVBT19lbEhQeXNYeTcxZ0EwaVg4YUlYV2ZGR085ZXA1U0pYYzdSelRnejR5cDBHUm1pZDRpQi1fdHRPbkw3UQ&q=https%3A%2F%2Fprofiles.wordpress.org%2Fluminuu\">profiles.wordpress.org/luminuu</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordCamp Europe</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/seven-talks-about-blocks-block-themes-and-beyond-at-wordcamp-europe-2024/\">Seven talks about blocks, block themes and beyond at WordCamp Europe 2024</a></li>\n\n\n\n<li>Playlist: <a href=\"https://www.youtube.com/playlist?list=PLiPorWuYVbztG5kfpP98ME_SumRyjaZq8\">Speak Build Challenge on YouTube</a> by Jamie Marsland</li>\n\n\n\n<li><a href=\"https://youtu.be/RxQ5yhsxig4\"> Q & A of Matt Mullenweg’s Summer Update</a>,</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming events</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301469831/\">Developer Hours: What’s new for theme developers in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7ETApyQQlt3pLNjPx2HrQwl5\">Developer Hours playlist</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/19/hallway-hangout-exploring-grid-layouts/\">Hallway Hangout: Exploring Grid Layouts</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.6</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\">WordPress 6.6 Beta 3</a></li>\n\n\n\n<li>Dev Notes\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/\">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/19/theme-json-version-3/\">Theme.json version 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/18/grid-layout-type/\">Grid layout type</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/18/editor-unified-extensibility-apis-in-6-6/\">Editor: Unified Extensibility APIs in 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/\">WordPress 6.6 CSS Specificity</a></li>\n</ul>\n</li>\n\n\n\n<li>Other posts\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/roster-of-design-tools-per-block-wordpress-6-6-edition/\">Roster of design tools per block (WordPress 6.6 edition)</a> – a snapshot of all the additions since WordPress 6.1 </li>\n\n\n\n<li>Developer Blog: <a href=\"https://developer.wordpress.org/news/2024/06/18/an-introduction-to-overrides-in-synced-patterns/\">An introduction to overrides in Synced Patterns</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/13/data-views-update-june-2024/\">Data Views Update – June 2024</a></li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg 18.6</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/\">What’s new in Gutenberg 18.6</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in the works</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/08/proposal-bits-as-dynamic-tokens/\">Proposal: Bits as dynamic tokens.</a></li>\n\n\n\n<li>Sync Pattern iteration for WordPress 6.7 > <a href=\"https://github.com/WordPress/gutenberg/issues/62566#issuecomment-2180749161\">Proposal by Riad Benguella</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 102nd episode of the Gutenberg Changelog Podcast. In today’s episode, we will talk about WordCamp Europe, WordPress 6.6, Gutenberg 18.6. I’m your host, Birgit Pauli-Haack, curator at Gutenberg Times, and a full-time core contributor for the WordPress Open Source Project sponsored by Automattic’s Five for the Future program. As co-host, I’m thrilled to have again Jessica Lyschick with me. She is a Front end and WordPress Developer at GREYD, co-lead of development of Twenty Twenty Four theme, and was the co-lead organizer of WordCamp Germany last year. We both just returned from WordCamp Europe in Torino. Welcome to the show again, Jessica, how are you today?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Well, I’m good. I finally got some much needed rest the past couple of days. Some extra sleep because you do not get that during Wordcamp Europe as always, or any WordCamp. Yeah, but I’m doing good. Glad that you have me on the show again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I had the same thing. It took me about a day and a half to really recover.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Monday was hard. Monday was hard. It was like, “Ugh, I don’t want to get up at all.” But I had to go grocery shopping because the fridge was empty.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So in that case Lieferando is also a good place to get food delivered.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: Oh, I did have sushi in the evening, so I did not cook on Monday at all. It’s like, “No, not today.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordCamp Europe</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I hear you. I hear you. So one of my takeaways from WordCamp Europe is that Jessica is one of the most courageous people I know. Not only did you prepare a presentation on the Twenty Twenty Four theme pushing default themes forward, you also participated in a live onstage speed building challenge against Rich Tabor. And then during Q&A, you challenged Matt Mullenweg to also participate in one. So let’s talk about that.</p>\n\n\n\n<p>On this show, we talk quite a bit about the Twenty Twenty Four theme and appeared with you as also with Maggie Cabrera. So we covered how versatile it is and also about the kudos it received around the community, so contract relations. And in the post on the Gutenberg Times, seven talks about block themes and beyond at WordCamp Europe. The talk is listed, your talk is listed. Including a link for the recording. So if you don’t know dear listeners, much about Twenty Twenty Four or the nature of open nature of default themes, that’s a great talk to watch on the rerun. So let’s talk about the speed building challenge, Jessica.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> For those listeners who don’t know, Jamie Marsland, a longtime WordPress educator and YouTuber invented a format and invited WebPress community members to recreate sites on his YouTube channel. I’ll share a playlist of the five that were already done in the show notes, but you can see Rich Tabor, Justin Tadlock, Nick Diego, and others competing with fellows from the page builder community. I’m sure Jessica, you also noticed that they’re all dudes.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: Except for one. There was, I think it was Kim Coleman.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, right. Yes.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Was in the second one, but that’s what I complained to Jamie. It’s like, “There’s not so much diversity in your lineup there.” And then Jamie was like, “Oh, can you come to work in Europe and do it there?”</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Nice. So you went against Rich Tabor and how did that work out? What did you have to build and how did you go about it?</p>\n\n\n\n<p><em>Jessica Lyschik</em>: So that was a really fun thing to do. So before we started, Jamie teased us with the Lingscars website. If you don’t know this one or maybe you have seen it before, lingscars.com, I think is the link. It’s a very crazy website. It’s like something from the early ’00s with overstuffed images everywhere and patterns and crazy going on website. Which is like a cognitive nightmare, you could call it maybe. And I saw it already and I was like, “Oh no, please not this one. Anything but not this one.” But Jamie was just kidding. So he was trying to tease us there. And then he actually picked a website from the WordPress Rock Showcase, which is for the Noguchi Museum. And at first when you look at it looks like very simple, but it has some interesting details to it. So yeah, that was a great challenge and something definitely doable in 30 minutes as a rough sketch or more detailed sketch depending on how skilled you are.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. All right, so then how did you start?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> So we got first a couple of minutes where we could look at the site ourselves to get the first idea in your head, what blocks do I use for this part or how do I make this part? And I’m usually someone who starts with the header, so I have to get the header done because otherwise it feels like the site is not really done. And then I moved on to the content and I didn’t pay so much attention to what Rich was doing because I was so much in my own tunnel and I need to get stuff done. I cannot look over what is he doing. But Jamie interrupted every now and then, so of course you cannot go like, “Ah, shut up.” But yeah, that was a really, really fun thing.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, I can imagine that it was a little bit of a disconcerting because we are all people who are in our bubbles when we work hard, concentrated, and then interruptions are actually setting us back. But Jamie had a different job. He needed to entertain the audience there, yeah. So yeah, it was really interesting to see. But you did very well. So the header that you’re talking about, there was a sticky header, right? No, there was a sticky column.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>There was a sticky column in there. And I must say we looked at, it was like, “Oh my God, how I’m going to do it?” And then Rich explained it before going into it. I was like, “Yeah, that sounds like a good idea. I’m going to do that too.”</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And that’s what I really found that watching you and Rich, it taught me a lot how to approach building websites, building themes or websites in the site editor. And that happens with every speed building challenge session that I watched. It’s a special way of building in public and problem solving in public. The time constraint is added. It’s an added thrill of course, but to show what’s possible once one gets over the learning curve because starting out with block themes and site editor, there’s certainly a learning curve there, yeah. And the difficulty that you encounter needs to be separated vs is that part of my learning process or is it going to be that way when I know how to do it? Is it still difficult? And I think a few people think that the learning process is part of how it’s always going to be and it never will be.</p>\n\n\n\n<p>You’re going to get faster and faster, and you both did a great job recreating the website in 30 minutes. But it’s how fast you can get with a prototype. That was really astonishing for me and the visual idea out of your head. But of course you were all following a site that was already built. So all the discussions with the client beforehand were already done. What’s the color? What’s the content, what’s the image going to look like? But with the site, you can go very fast with your first prototypes and have a conversation started with the client. So this is definitely a good thing to watch.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> And I think it’s also a good exercise for anyone who wants to try this themselves, especially if you’re a developer. Because I had this discussion with Collina I think before WordCamp Europe that if you code and are just in the code every day, all day, like I am usually. Using the site editor is so different because it brings you to another level of how do I implement this? How do I recreate visually what I have in my head? So I need to know, okay, I can use this block or that block, this block has this setting or feature I can use there. And I think it’s also very useful if you go on the other side, on the user side if you will, so you understand, okay, what are people struggling with and how can you make the code or the user experience better so that the users at the end of the day will also have it easier to create something.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That’s a very good point. And with WordPress having a set of UI components, I think it’s really important for a developer to see how they work from a user perspective because that’s the learned experience that users come to WordPress with. And as a developer you don’t have to make those decisions anymore on the UI. But sometimes you need to make them, but then you have to decide, okay, where do I part from the WordPress components and build my own components. But I think knowing how far you can push the WordPress components in a user interface is really interesting to see, yeah. So that was the speed building challenge on live stage. So what on earth drove you to challenge Matt during the Q&A to participate in one?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Well, sometimes you have these stupid ideas that are just randomly popping up in your head and you’re like, “Not bad.” I do have to say though that I did text my colleagues, “What do you think if I asked Matt this question?” And immediately I got three replies, “Do it, do it.” It was like, “Okay, I’m not the only one who thinks it’s a good question.” So I went up to the mic and I intentionally asked the question, not that I am challenging him to do one, but I intentionally said it, “When are you going to do one without adding me to the part of it?” So yeah that, maybe you can say escalated quickly into a challenge against Matt positively.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Positively. Yeah, it came to an actionable thing.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yes. And yeah, I’m going to do it. So I’m not backing out of this. I mean, I’ve done one already on a stage in front of a couple hundred people. The room was so full but I didn’t really notice it. </p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> You got into your flow, yeah.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: … got into my flow. And then you ignore the audience. I heard the questions. Sometimes people ask questions specifically, but that’s like my world ended at my screen during that 30 minutes. I’ve done it already so I can do it again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> To catch up with our listeners. So what happened on stage was Matt said, “Are you going to be the one I’m going to do it against? Are you in?” And Jessica said, “Yes.” And then there was a side note from Matt to Matías Ventura who was sitting in the front row said, “You’ve got to train me.”</p>\n\n\n\n<p><em>Jessica Lyschik:</em> No, I don’t think so.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> And, yeah. After the conversation, was there any back and forth from stage? Was there any conversation afterwards yet about that?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> No, nothing in particular. I did meet Matt at the after party for a quick, “Hi, what was that?” No, it was very funny. We took a few pictures, his sister took a few pictures of us and I will do a video on my YouTube channel about this fairly soon. Maybe it’s already out once this podcast is published. If not, you will find that on my YouTube channel.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Excellent, yes. And we definitely share the link to the YouTube channel in the show notes. And well, this comes out Saturday or Sunday. We are recording this on June. What’s the date? 21st?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> 21st, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> 2024. So it’ll come out either 23rd or the 24th, so yes. You can also follow along on the summer update by Matt Mullenweg in the show notes with the video to the keynote presentation. But there’s also a link to the Q&A part of the keynote presentation that’s always separated out where you can recreate or revisit the exchange between Jessica and Matt. So I haven’t finished reflecting of WordCamp. Have you any first takeaways that you’d like to share?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> No, I try to relax this week mostly, to be honest. I did think about a couple things. So first of all, it was an intense week for me as well. We were there with a great team. So that has been a really fun week, hanging out with everyone and WordCamp Europe was, again, so fast, passed by so fast and was so exhausting. But even if it’s physically and mentally exhausting, it’s also you always have these positive emotions afterwards because you talk to so many people. You see them, some even just once a year at WordCamp Europe because that’s the place where you all meet at that time and it’s just so positive to see everyone.</p>\n\n\n\n<p>Again, having conversations in person, which is so different from even if you do it in Slack or on Twitter or wherever else. So I was also very happy to see that booth of grade was fairly well visited and many people come around and ask what are we doing? What’s going on? What our next plans are? And also having conversations with other companies’ developers. It’s like on everyday things. It’s not just about what are you doing and how can I copy you? Or whatever bad things you might think of. But it’s a very often very interesting conversations to hear other people’s point of views and see what are they struggling with, what have they success with? Yeah, overall it was just so much fun again and yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, meeting all the people that you are friends with in the word community, but always mostly see on Slack or in GitHub on issues and PRs and all of a sudden you sit next to them and have coffee and eat with them. And it’s just almost like a big family reunion. But there were, I think about 70 sponsors there. So I think the WordPress communities is really coming back from what happened in the pandemic, really interesting to support those in-person meetings. And I’m not done yet, but I think playground is something that I’m going to play with quite a bit. And it was part of the keynote as well. There was also a talk by Adam Chylinski and he also had a question for Matt about documentation with playground. Yeah, so that’s certainly one takeaway for me, but I have so many conversations about things.</p>\n\n\n\n<p>I don’t know if I get them all together into just a list to follow up on things. Yeah, so that’s about WordCamp Europe. I think there’s a lot of recap posts coming out of the community. I saw a few from sponsors already, also from community members that were new at WordCamp, I like that. I met quite a few people that were new to WordCamps at all, and they were really amazed on how the community reacted, how they get in contact very quickly with people and have the conversations be around what they care most about. Then that’s a business and WordPress. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p>So now we get to the announcements that I have for our listeners. If you listen to this over the weekend, there are two events that are happening next week. One is the developer hours, what’s new for theme developers in WordPress 6.6, that’s on June 25th.</p>\n\n\n\n<p>And it’s Justin Tadlock and Nick Diego talking about anything and everything about WordPress 6.64. Block themes, website builders, and maybe also a little bit about plugin developers. If you listen to this episode after June 25th, you can always catch the recording on the YouTube channel of WordPress. There’s a developer hours playlist where you can also find the one for next week, but also the 24 previous developer hours, just in case you were looking for those. Also, next week, and you can join me, Isabel Bryson and others at the Hallway Hangout. When we explore the grid layouts, that’s on June 26th, a day later at 11 UTC. The developer hours are on 1500 UTC. But hallway hangouts are 11 UTC, and there will be a short demo of what’s coming to WordPress 6.6 and what cool layouts you can create with this new grid layout feature. And we also chat about what’s in the works for the following WordPress releases because the WordPress way is to release fast small version, a minimal viable product kind of thing, and then iterate involving the feedback from users and other developers.</p>\n\n\n\n<p>So in contrast to the developer hours that are entail formal presentations, Hallway Hangouts are more like an informal discussions to get feedback from the designers and from the developers and from site builders on what’s worked on and to see what people think about things. So these are two events for next week. Also, Hallway Hangouts are always recorded and will be shared in a recap post on the make core blog and also in the outreach channel. That’s fairly, it’s not new, but there was a FSE outreach experiment, but that was transformed into an official outreach channel where people who are not contributors can come in and ask questions. Ask if something that their experience is wanted or is the right way or if that’s a bug. That’s before you actually get your information together to file a bug report, you first need to know is it really a bug? What do other people think? And also if it’s not clear, if there’s some confusion. That really helps, those discussions really help inform the developers on what’s not working right yet.</p>\n\n\n\n<p>And most of the time we put the bug report together and put it together in the GitHub repo. Yeah, that’s about outreach channel in the WordPress make slack. Come and join us or just come in and if you have a question. That’s also where we announce the Hallway Hangouts the developer hours, and also share some links from GitHub repo about things that need to be discussion. There’s also a GitHub team where extenders signed up or are added to it that want to give feedback on work in progress. So Gutenberg developers can then just ping that team and say, “Well, we need some feedback here. Can you come in?” And right now there are 20 people in the team, but we can always use more because not everybody has time to answer the ping when it comes because we all have lives and we have work to do. So all right, you are in the group, Jessica? In the outreach group?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I’m in the outreach channel. I don’t know if I’m in the team. Probably I’m in the block themers team. It’s a different one.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, that’s a different one. Yeah, but I can check and would you want to go on it?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, for sure. Absolutely.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Okay. Yeah, then I’ll add you to it if you’re not-</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I mean, I’ve been asking many questions in the outreach channel already.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, so you said somebody needs to. You want to return the favor and give feedback on something.</p>\n\n\n\n<p><em>Jessica Lyschik</em>: If I can.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, yeah.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> … post my 2 cents, why not?</p>\n\n\n\n<p>Birgit Pauli-Haack: Yeah, you have opinions. We’ll travel. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released – WordPress 6.6</h3>\n\n\n\n<p>Speaking of which, WordPress 6.6 beta 3 was released this week. And the post lists four different ways you can test the new version and it’s definitely time to go and make sure your sites plugins and themes are compatible. That’s always due diligence before a release. And if you do that and you report the bugs that you find. Well, what’s not working right, there might still be a chance to change it, but the window is closing. I hear rumblings that there will be a silent beta four because there were a few things that still needed another beta. But the release candidate is set for June 25th next week, release candidate one, which stops all development mostly, and one or two bug fixes might get in, but it’s also the time where the field guide comes out, and that’s also string freeze. So the translation teams of the 70 to 200 polyglots teams have a chance to translate the new version in their respective languages. So there string freeze, so there’s probably nothing’s going to change a lot after that.</p>\n\n\n\n<p>So there are four ways to test the version, and I think the easiest one is to use playground for it. There’s a link on it too. And if you use the playground plugin on your own site, you can actually create a sandbox of your current site so you don’t have to spin up a staging area or locally install and make all the copies and blah, blah, blah. So you install that. It’s still experimental so it might not work with your site, but if you use it, you can spin up a site and then add the new beta version to the playground and then you can test your site right there. So that’s definitely a great testing ground for playground. I say playground a lot.</p>\n\n\n\n<p>J<em>essica Lyschik:</em> It happens.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Have you experimented with playground and how you can use it for your development?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I have researched a bit about it, how we can use it actually for internal stuff at GREYD. An idea we came up with was for support, maybe if you need to quickly spin up a site and make sure that you can recreate this in a complete default state, for example. But that was shortly before WordCamp Europe, so we haven’t dug into it that much yet. But there are definitely ideas how we can make use of playground to also work within our company with it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So I had an interesting conversation just this week with Beatrice Fialo and Sarah Norris. They were showing off the workflow that Autommattic uses for theme development and version control, and they start with Playground, install the Gutenberg plugin and create block theme plugin and then save everything through the create block theme plugin save. Because that allows you to save everything that’s in the database through the global styles and all the settings into the fire system of a theme. And then connecting playground to GitHub. It automatically uses the changes and creates a pull request on GitHub. And that was really, it’s almost like magic. I’m putting together a recap post for that, but that’s going to be on make core blog. But then the outreach channel, you can already see the videos and the discussion about that. So just a side note about playground and what you can do with it and how mind-boggling that can be.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> That’s also very interesting. I think. I’ll have to check that out because we did have some struggles on working with the great theme, when we prepared it for the repository. It’s like how do you bring those changes that someone makes in the editor inside the patterns, how do you actually bring that into version control? So yeah, that’s definitely something to check out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, one caveat, create block theme team that creates a block or works on the plugin. They haven’t integrated patterns yet, so the pattern saving that doesn’t work yet, but that’s definitely on the roadmap for one of the future versions, especially after WordPress 6.6 they’re looking at the sync pattern part. But they also probably need to wait until the core team has a first version about the theme related patterns, sync patterns in themes so they can…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, makes sense.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> … work with that as well, yeah. So there is a little bit of a time delay between what core is doing and then how the create theme block plugin team. Wow, that’s a muscle. Is catching up with it and working with it. They were ahead on the font library. They were testing the interfaces already in the plugin and then they had to take it out again once the core was having a block library feature in there. But we’re getting a little sidetracked. I just noticed playground, as I said, playground is what I’m going to say a lot about. But the dev notes for 6.6 are coming out already in preparation of the field guide, which will be published around, not always exactly when the release candidates publish, but it’s around next week. I will put in the show notes, the list of the already published dev notes. So we have four of them about the block editor. One is about the side wide images in WebPress 6.6, how you can…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Background images.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> What did I say?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> You said only side wide images.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Right. Yeah, I forgot the keyword in there. That was the background images in reference 6.6, how you can make it in theme JSON as well as online with a site editor, how you can add it. Also, the grade theme block plugin also saves that into the assets folder if you want to. There is a little feature for that already built in the plugin. Then the next one is about the theme.json version 3 schema, which will be expanded with features from 6.6. There’s a caveat there. If you are building themes that are used for older versions, don’t upgrade yet to your theme JSONs yet to version 3 because that only is for WordPress 6 and younger. And I think the dev note, I think it explains that quite a bit. So look at that. And then grid layout type summarizes all the things that come in for grid layout with Drag and Drop, with the Rowspan, Colspan and others.</p>\n\n\n\n<p>And then we have the unified extensibility APIs in 6.6, that’s a little cryptic. And the unified word actually refers to unifying post editor and site editor. And the extensibility is about the slot fills or the inspector controls that in the sidebar. And now you can, as a plugin developer, your sidebar items will now also show in the post editor, site editor and template editor. So the only thing you need to do is figure out if you don’t want them to show in all the three of them, you need to figure out where in the editor experience your users are. So you can switch them on and off. But yeah, Riad has put in a comprehensive dev note about the slot fields that are available and where you find documentation about that. Anything strikes you as really, “Oh, I need to root this.”</p>\n\n\n\n<p><em>Jessica Lyschik: </em>Oh, I definitely have to check on everything basically. So yeah, I’m looking forward to the background images. I think this may enhance the overall design process a little bit now that you can, and you do not have to make one group block around everything and then put a background image in there because that’s already possible. That you can now just define it’s like what? And do not have add extra blocks to tackle this. Theme.json version 3 is definitely interesting because that was what was I struggling with even during the speed build because of a mistake on my own, but not a big deal at all. I got around it. And yeah, Grid is something I’ve been looking forward to, so I’ve been already experimenting with it a bit. So I will definitely come next week to the Hallway Hangout, was it right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> The Hallway Hangout, yeah.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, you will see me there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And just as a side note, Hallway Hangout is something that tries to recreate the experience in a WordCamp hallway track where you just go from the sessions to the sponsor area and all that and you meet people in the hallway and you start conversations about things. So that’s the hallway, why we like that so much. </p>\n\n\n\n<p>So there are also other posts around 6.6 that are not necessarily dev notes for the release. There is a roster of design tools per block. It says it’s the 6.6 edition, but it’s a snapshot of all the additions since WordPress 6.6. And it gives you a table of all the core blocks and what they support. Do they support borders? Do they support the background image? Do they support shadows or alignment or typography color? Because not all the design tools are available for all blocks. And it’s always really hard to, not hard, but it’s an additional hassle to find out which one it is you put on list.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Because sometimes you expect one setting at one block and it’s not there. And I remember we discussed this probably a year ago or even more, I don’t know. And I was like, “Ah, why isn’t there a list where I can see what’s available where?” And there was a list.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Now is there…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> So thank you for working on this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, you’re welcome. You’re welcome. Yeah. It gets me to study the source code of Gutenberg quite a bit on the block.json there to put this together. We are also working on an idea on making that available dynamically so not somebody has to go through all the code and because it’s already there. Riad had a nice site together that’s called Block Book as a prototype for that, but he of course didn’t have the time to pursue it any further. So maybe we’re going to revive that too, because that took quite a few hours to put together.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>I’m sure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Maybe I missed something too. Humans available.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> We all make mistakes, no worries.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> That’s how I learn. Another post that’s out there is on the developer blog, that’s the introduction to the overrides in sync patterns by Nick Diego. And he put a nice introduction together and nice examples on how that works with the block bindings, API, and certainly something to look at. Although it’s mostly user interfaces, but the custom fields still need to be created and registered in PHP. So it’s a hybrid thing, but once they’re there, your users are enabled to assign patterns and to the custom fields.</p>\n\n\n\n<p>And the third one that I wanted to point out and share in the show notes is the update on the data views by Anne McCarthy. And she just put together a very comprehensive post about what can be used, how you can use it, where the documentation is for, and also where you can follow along and leave feedback. So that’s certainly interesting for everyone. All right. Oh, I saw a prototype of a notes app for Max that uses Gutenberg outside of WordPress as well as the data components outside of WordPress just in a Mac app. That’s really cool that those things can happen without WordPress being involved.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Oh, interesting.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Yeah, it’s bigger than we ever thought it would be. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 18.6</h3>\n\n\n\n<p>So that brings us to that latest Gutenberg plugin release, 18.6. And I think it’s always confusing for people to figure out, okay, which feature from the plugin goes into the next release? And the 6.6 release is between Gutenberg plugin release 17.8 to 18.5. So with 18.6, all the new features don’t go into 6.6. Some of the bug fixes will make it into 6.6 with a certain backport process that the core lead and the core editor leads from the release decide upon.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p>So what’s new in the Gutenberg 16.6? I think the biggest piece for it is that the post content block, quote block and verse block, also getting the background image feature assigned to it. They’re supported now. So you can add background image and for a quote that’s really cool because that’s what you do for social image for instance. So you can put the quote in a block, put a background image there. Take a screenshot and share it on Mastodon or X or Blue Sky or something like that. And it really is cool. The same with verse block for some of our poets and the post content block is the block that is in the loop for…</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Or in the templates.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Oh, in the templates. Pulling out the content from a post. Of course the background image there shouldn’t probably it be a whole lot of distractions in there, but that’s a different story. Yeah, that’s a design tool.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> That’s true.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Have you been waiting for this feature?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I don’t think I would need it immediately, but maybe in the future it might become useful. I think the quote blocks one is definitely the one where you or where people will make most use out of it. But for the post content block, I mean you can imagine there might be some very subtle background like small dots or small dashes or something like that. It’s just giving a texture to it. Maybe an interesting design idea to work with.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I have seen some websites. Not recently though, but it was more in the ’90s and early ’00s where there was a paper background on top.</p>\n\n\n\n<p><em>Jessica Lyschik: </em>Oh, yeah. I remember.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> So maybe we get those back. Yeah, it’s a nostalgic way of thinking going things, yeah. Do you have seen anything in the change log that you wanted to point out?</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, I think this custom CSS handling to be consistent with block global sites. I did not notice it was inconsistent to be honest. But it’s a good change that things get aligned and work the same way as other parts of it. Because sometimes it’s the most frustrating thing when you expect something to work a certain way and it doesn’t, for whatever reason. There might be historical reasons or nobody thought of it yet. So yeah, that’s definitely an interesting change to see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, definitely. Reducing the element of surprise that if something happens you didn’t expect and then you wonder why on, yeah. It also goes in together with the 18.5 feature that custom CSS styles are persistent through theme changes or style variation changes.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Style variation, yeah. Oh yeah, that was something I didn’t even realize before, but then when I thought of it like “What, why is this happening? Why?” But I’m glad it’s now fixed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It’s fixed now. And that came from user feedback who were also surprised about a few things. And I think one of the start they’re like, “In WordPress, we start small and then iterate on things,” and sometimes I hear, “Well, nobody was asked what they think about it. And it started however, three, four months ago,” and that’s the place where feedback would’ve been needed and for the team to move forward or to get input there. </p>\n\n\n\n<h3 class=\"wp-block-heading\">New APIs</h3>\n\n\n\n<p>So I would point this out that now there is a bootstrap, has nothing to do with the bootstrap on Twitter kind of thing. A basic action extensibility API for the data views for those who want to start working with that. And I quote from the release post, so it’s very early work. So the very early means inconsistent, not bug free surprise happenings. But the data views is the component that powers some post listing views available in the site editor.</p>\n\n\n\n<p>Not only post listing but also page listing, pattern listings. In the future it will become an important part of the new admin design project. We all know that is coming. And now there is an API to allow registration of actions for different entities. Could be post types, could be other types of data representation by the listing. And right now the API is private in the Gutenberg plugin and will undergo further development and testing before being made public for third parties. So right now you can only look at it but not use it. Find out more in the pull requests that I will share. And also the recent update for data views we already talked about, but it’s the time where it starts and where you can read up about it. I’m not sure if it’s even behind an experiment flag, so we’ll figure that out.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Bug Fixes<strong> </strong></h3>\n\n\n\n<p>And then there was in 18.6, there’s a ton of bug fixes. One is add custom CSS for block style variation. So block style variation is something that will come to 6.6 or is already in there that you can add additional block styles to custom blocks. And now you can also do custom CSS for that. Cool. In 18.6, so it’s not going to come to 6.6, did you look at that?</p>\n\n\n\n<p><em>Jessica Lyschik: </em>Yeah, it looks promising that you can add. So it’s basically adding custom CSS with the CSS property within theme JSON at that specific style variation. We have that for… I think for regular blocks it’s already available. I remember there’s something in Twenty Twenty Four that does exactly that. There’s just a little CSS snippet somewhere and the theme JSON, and again, I thought this was possible but obviously it was not for style variations. So yeah, that’s a cool change. So you can even more fine tune style variations if there’s a setting not existing for that specific CSS property yet. So that’s cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. Yeah, you need a feature in a block that can be done with an animation that can be done with CSS, but it’s not available through theme.json or through any variables or something like that. Totally get it. So this is really cool. It opens up the editor to a lot of more creativity that is not yet built into the interfaces. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Experiments</h3>\n\n\n\n<p>Talking about experiments, Riad Benguella is one of the lead architect on Gutenberg because the only thing that is not yet in the data views new data views interface is the post management. So when you add a post from the admin top, you get into the block editor. But if you’re in the menu and click on posts that you don’t get through the site editor, you always have to go back to the other WP admin menu and go to posts.</p>\n\n\n\n<p>And of course that needs to migrate into the new design and that is now an experiment that you can switch on in Gutenberg and see what it is. Right now it’s only a one page and said, have I come to the post management? But that’s where it’s going to be in the future. Gutenberg plugin releases to find out how the post dashboard is going to look in there. Again, we start small and these are the beginning of things and there’s a lot of documentation changes as well, especially for the slot fields that are both editors that we are all put together so they can be linked off in the dev notes. And that’s pretty much it. I think we are all through the most important things from 18.6 unless you found something that stood out for yourself.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Nothing in particular, yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s in Active Development or Discussed</h3>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Cool. That brings us to two more things and one is that they are in the section of what’s an active development or what’s discussed. And I wanted to point people to a proposal about the bits as dynamic tokens by Dennis Snell. He put together a very technical proposal. So the first part of it is very good, explaining what it does. And so when blocks came to the scene, shortcuts were largely abandoned. But shortcuts had its values, have their values and they had many problems but they have value. And part of it is, so there was always a recommendation if you have a short code in your plugin, try to make a block out of it that has a functionality so it’s much user-friendly because most users don’t get the square brackets with the attributes and all that. They are not coders. So blocks is definitely a better interface.</p>\n\n\n\n<p>But sometimes you just can’t use it because it’s a subscriber’s name in an email form or it’s the author display in a query loop template or you want to have that name in a full sentence kind of thing. Or you want to date in a full sentence. So for those, there is no equivalent to short codes yet and this proposal is going to start exploring that bit of it, pun intended.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, sounds quite interesting. I mean maybe it has a little bit of overlap for the block bindings maybe in some, if you think of it, in some ideas like at the post authors display name in a query loop template. I mean, you can pull that basically from the database. So that would be something interfering with the block bindings feature that we have. So yeah, we have to check out, I think to discuss where are bits going, where are the block bindings going, what is the difference? Because I think even if you haven’t heard of block bindings yet, this can also be a confusing feature for people. So that’s definitely interesting to see. I mean, putting in some variables within existing text. That’s the interesting part of bits actually. So also where you’re pulling this from. So previously you would have to create a block and then maybe put in some magic to make that happen. And now if you would have a core feature doing that. Sounds great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah. So he had a little two paragraph thing, what about block bindings? To answer your thoughts, I’m not sure if it’s entirely answered, but bits and block bindings he writes are related, but complimentary systems. Why block bindings can be thought of primarily as a developer oriented API where a developer can open up a given block or a subset of the block attributes to be replaced by some other source of data. Bits are primarily author oriented, giving end users the ability to add source content anywhere. There’s likely a large overlap in the data sources that power each system. Ideally the registered sources will be compatible with both.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Yeah, sounds good.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Yeah, if you have any other thoughts, the post is open for comments and there have been quite a few comments already. So that’s a great discussion to have. Don’t just read the block, also read the blog post, also read the comments with it so you get a better idea about it. And I shared of course in the show notes. And another thing that’s being discussed or worked on is, and we mentioned it before, is Sync patterns iteration for WordPress 6.7. So that’s the next version. And Riad Benguella had a proposal.</p>\n\n\n\n<p>So there is the need that sync patterns are available for theme developers that they can deliver those with their themes and also sync pattern overrides with that. And Riad Benguella, after Dan Danos wrote an iteration, what are the issues that are pattern oriented already in GitHub and what to make of it? There was a discussion among developers and then Riad put together a summary for that and that’s the comment that I will link to in the show notes where said, so what patterns are and how they should work. And I think it’s a good summary of what’s already possible and what needs to work on. So a pattern is always a pattern. It works the same regardless of where it comes from, comes from the theme, does it come from the user, does it come from a template part or something like that? Or does it come from a PHP or from HTML kind of thing. And can be registered with a theme file. Can be registered directly in the database. That’s the user part, sync to unsync.</p>\n\n\n\n<p>So he has the whole list of what a pattern is and how it functions and what is already existing and what is for the future or later. So I really like this post and he did a great job in putting it all together. Of course the discussion continues, hopefully with your input too. That’s why we talk about these things that are discussed so you can again be part of the discussion and chime in.</p>\n\n\n\n<p>So this is then coming to the end of the show of our 102nd episode. Jessica, thank you so much for being here. Is there anything that you want our listeners to know about and if they want to get in contact with you, how would they do it best?</p>\n\n\n\n<p><em>Jessica Lyschik</em>: I think that’s it for today. So I mean I shared a lot about WordCamp Europe and what happened there. We had quite a few interesting topics on what’s going on in Gutenberg and their development. Yeah, you can find me on Twitter. I always call it’s still Twitter or it’s now called X, under my name Jessica Lyschik. Everything will be linked down below, don’t worry. Because I know my last name is a bit hard to pronounce or write down, but links will all be provided. And yeah, definitely reach out on Twitter or on Slack if you have questions. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack: </em>Excellent. Yeah, thank you so much. So just for my, is it Jessica or Jessica?</p>\n\n\n\n<p><em>Jessica Lyschik</em>: I don’t mind any. I’ve been used to both, so whatever you prefer.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Well I’m going either way.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> I’m fine with both.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Good, thank you. Thank you. So dear listeners, as always, the show notes will be published on gutenbergtimes.com/podcast. This is 102. And if you have questions or suggestions or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That’s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And if you also want to have additional links and places to go to learning about Gutenberg or what’s new on Gutenberg, the weekend edition comes out every Saturday with a ton of links and a ton of new information. You can subscribe to it on gutenbergtimes.com and I’m really happy about any new subscribers I get. All right, thank you so much. Thank you Jessica.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Thank you for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> It was wonderful to have you and have all your insights here and until the next time. Bye bye.</p>\n\n\n\n<p><em>Jessica Lyschik:</em> Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 23 Jun 2024 02:36:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Gutenberg Times: WordPress 6.6 Dev Notes, Theme building workflow, Section Styles, dynamic tokens #WCEU — Weekend Edition 296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=28910\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23565:\"<p>Howdy, </p>\n\n\n\n<p>it’s been a week that I returned from WordCamp Europe, and I am still looking at photos of Torino, and my notes. There were so wonderful conversations in Torino with colleagues, long-time friends, I made new friends again. You can follow along via <a href=\"https://x.com/search?q=%40bph%20%23wceu&src=typed_query&f=live\">my Twitter (now X) feed #WCEU</a> to get a tiny glimpse. </p>\n\n\n\n<p>After a day and a half of recovery I worked on what’s next: WordPress 6.6, Gutenberg 18.6 a podcast episode, a Hallway Hangout, this newsletter, Q 2 recap, planning for Q 3. Welcome to the fast lane.</p>\n\n\n\n<p>The good news is that after five weeks of traveling or preparing to travel, we will stay put in Munich until early August, and hope to get back to our ‘normal’ life, whatever that might look like.</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/#upcoming-events\">Upcoming Events</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-dev-notes-theme-building-workflow-section-styles-dynamic-tokens-wceu-weekend-edition-296/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Ryan Welcher</strong> publish the <a href=\"https://developer.wordpress.org/news/2024/06/10/whats-new-for-developers-june-2024/\"><strong>What’s new for developers? (June 2024)</strong></a> on the Developer Blog. In the latest monthly round up he looked at the progress made towards WordPress 6.6 and more.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\"><strong>WordPress 6.6 Beta 3</strong></a> was released this week. The post lists four different ways you can test the new version. It’s definitely time to make sure your site’s plugins and theme are compatible. </p>\n\n\n\n<p> in preparation for the Field Guide, Dev Notes are coming it as well. The Field guide will be published around Release candidate 1 scheduled for June 25, 2024</p>\n\n\n\n<p>This is the list of the already published Dev Notes. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/site-wide-background-images-in-wordpress-6-6/\">Site-wide background images in WordPress 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/19/theme-json-version-3/\">Theme.json version 3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/18/grid-layout-type/\">Grid layout type</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/18/editor-unified-extensibility-apis-in-6-6/\">Editor: Unified Extensibility APIs in 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/21/wordpress-6-6-css-specificity/\">WordPress 6.6 CSS Specificity</a></li>\n</ul>\n\n\n\n<p>In their <a href=\"https://make.wordpress.org/core/2024/06/13/data-views-update-june-2024/\">update post about Data Views,</a> Anne McCarthy shared a progress report on the new feature that is right now only available through the site editor and used for pages, template, and template parts and patterns. The post covers what will be available in WordPress 6.6 and beyond. The below screenshot shows a mock-up of how the media library views could look using the new Data view components. </p>\n\n\n\n<img width=\"652\" height=\"437\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Data-view-beyond-6.6-edited.png?resize=652%2C437&ssl=1\" alt=\"\" class=\"wp-image-28967\" />\n\n\n\n<p><strong>Dan Richards</strong> release Gutenberg 18.6. It’s mainly a release with bug fixes during WordPress 6.6 Beta phase. In his release post <a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/\">What’s new in Gutenberg 18.6</a> Richards highlighted </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/#background-images\">Background image support for Quote, Verse, and Post Content blocks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/20/whats-new-in-gutenberg-18-6/#dataviews-extensibility\">DataViews: Extensibility APIs</a></li>\n</ul>\n\n\n\n<p><strong>Jessica Lyschik</strong> and I had a great time recounting our WordCamp Europe experiences, discussing upcoming events, WordPress 6.6, Gutenberg 18.6 and also what’s being worked on for the next major WordPress version. We recorded it all as the next Gutenberg Changelog episode (#102) that will arrive in your favorite podcast app over the weekend.</p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast\"><img width=\"652\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Screenshot-2024-06-22-at-17.16.39.png?resize=652%2C184&ssl=1\" alt=\"\" class=\"wp-image-29005\" /></a>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-f61a6e38efafe8fffcffd52c26500075\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-102-wordcamp-europe-wordpress-6-6-and-gutenberg-18-6/\">Gutenberg Changelog #102 – WordCamp Europe, WordPress 6.6 and Gutenberg 18.6</a> with special guest Jessica Lyschik</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p>Punted from WordPress 6.5 and refactored, synced patterns overrides are now coming to WordPress 6.6. Nick Diego posted <a href=\"https://developer.wordpress.org/news/2024/06/18/an-introduction-to-overrides-in-synced-patterns/\"><strong>an introduction to overrides in Synced Patterns</strong></a> on the Developer Blog. As a side note, we are still looking for a better name and the window is closing. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>During the latest <a href=\"https://www.youtube.com/watch?v=fNU2Nhw2QE0\"><strong>Developer Hours: Exploring Synced Pattern Overrides in WordPress 6.6</strong></a>, Nick Diego and Ryan Welcher explored how you’ll be able to implement overrides in 6.6 (or today using the Gutenberg plugin) and how they work under the hood.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>WordCamp Europe</strong> was the first WordCamp where <strong>Jamie Marsland</strong> brought the <a href=\"https://europe.wordcamp.org/2024/session/gutenberg-speed-build-challenge/\">Speed Build Challenge</a> to a live stage at the event, and <strong>Rich Tabor</strong> and <strong>Jessica Lyschik</strong> competed in recreating the <a href=\"https://www.noguchi.org/\">Noguchi Museum</a> home page in 30 minutes. Watching Lyschik and Tabor and other <a href=\"https://www.youtube.com/playlist?list=PLiPorWuYVbztG5kfpP98ME_SumRyjaZq8\">Speed build challenges on YouTube</a> taught me a lot about how to approach building themes with the site editor. It’s a special way of problems solving in public. The time constraint is an added thrill, to show, what is possible once one gets over the learning curve. The video of the session will be available on WordPressTV in a few weeks, unless Marsland publishes a version sooner. </p>\n\n\n\n<p><a href=\"https://youtu.be/RxQ5yhsxig4\">During Q & A of Matt Mullenweg’s Summer Update</a>, Lyschik asked Mullenweg when he will take part in a Speed Build Challenge. Mullenweg quick on his feet, throw down the gauntlet and challenged Jessica Lyschik to be his opponent. Or course she said yes. Then Mullenweg whispered to Matias Ventura sitting in the first row: “Matias, you need to train me.” <em>You can learn the details on our next Gutenberg Changelog podcast episode (102). </em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> interview <a href=\"https://wptavern.com/podcast/123-jamie-marsland-on-the-wordcamp-europe-speed-building-challenge\"><strong>Jamie Marsland on the WordCamp Europe Speed Building Challenge</strong></a> in the 123rd episode of the WPTavern Jukebox podcast. “Jamie shares how this concept evolved from his website recreations and how it quickly gained popularity within the WordPress community. He elaborates on the insights and feedback that both participants and viewers have gained from these speed builds, making it more than just a fun challenge.” Wrigley wrote. </p>\n\n\n<div class=\"ngl-articles colored ngl-articles-50_50 ngl-articles-frontend\">\n\n \n <div class=\"ngl-articles-wrap ngl-articles-webview\">\n \n \n <div class=\"ngl-article-mobile\">\n <div width=\"100%\" border=\"0\">\n <div>\n <div valign=\"top\">\n <div class=\"ngl-article-mob-wrap\">\n <div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/seven-talks-about-blocks-block-themes-and-beyond-at-wordcamp-europe-2024/\" target=\"_self\" rel=\"\"><img src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/05/wceu2024-1920x1080-1-scaled.jpg?w=652&ssl=1\" /></a></div><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/seven-talks-about-blocks-block-themes-and-beyond-at-wordcamp-europe-2024/\" target=\"_self\" rel=\"\"><span>Seven talks about blocks, block themes and beyond at WordCamp Europe 2024</span></a></div><div class=\"ngl-article-excerpt\">A curated list of block related talks at WordCamp Europe 2024. NOW with direct links to the recording from the Livestream</div> </div>\n </div>\n </div>\n </div>\n </div>\n \n \n \n\n \n \n </div>\n\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Vikas Singhal</strong> of <em>InstaWP</em> explored the WordPress landscape of tab solutions and shared the <a href=\"https://instawp.com/alternatives-wordpress-tab-plugins/\"><strong>6 Best WP Tabs Alternatives: WordPress Tab Plugins</strong></a>. “This comprehensive guide delves into some top WordPress Tab Plugins that serve as great alternatives to the default WP Tabs plugin.” he wrote. <br /></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Dan Richards</strong> posted about <a href=\"https://make.wordpress.org/core/2024/06/19/social-links-block-changes-in-wordpress-6-6/\"><strong>Social Links block changes in WordPress 6.6</strong></a>. This is particular interesting for theme developer styling the Social Link blocks nested inside a Navigation block. as it includes some class name changes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> announced that the <a href=\"https://make.wordpress.org/meta/2024/06/19/the-theme-directory-gets-a-refresh-and-is-now-powered-by-blocks/\"><strong>Theme Directory gets a refresh and is now powered by blocks</strong></a>. “It’s important to reiterate that this refresh was not a complete redesign. The aesthetic and architectural updates in this iteration purposefully did not alter how the Theme Directory works at a fundamental level. Future updates should build on this work and address the <a href=\"https://meta.trac.wordpress.org/query?status=accepted&status=assigned&status=new&component=Theme+Directory&order=priority\">functional changes</a> requested by the community.” Diego wrote. </p>\n\n\n\n<img width=\"652\" height=\"360\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/theme-directory-previewer.webp?resize=652%2C360&ssl=1\" alt=\"Before and after of the theme previewer.\" class=\"wp-image-28981\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This week, I was facilitating the <a href=\"https://make.wordpress.org/core/2024/06/05/hallway-hangout-theme-building-with-playground-create-block-theme-plugin-and-github/\"><strong>Hallway Hangout: Theme Building with Playground, Create-block-theme plugin, and GitHub</strong></a>. Beatriz Fialho demo’d her workflow when updating a theme that is housed on GitHub. You can view the <a href=\"https://videopress.com/v/xTHYC5eX\">demo on VideoPress</a>. </p>\n\n\n\n \n <div class=\"jetpack-videopress-player__wrapper\"> <div class=\"toolbelt-video-wrapper\"></div></div>\n \n \n \n \n\n\n<p> The full one-hour session discussing the various pieces of the workflow is <a href=\"https://youtu.be/ttvTdLfyIxk\">available on YouTube.</a> I am working on a Recap post for the Make Blog that will be available next week. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his latest post, <a href=\"https://developer.wordpress.org/news/2024/06/21/styling-sections-nested-elements-and-more-with-block-style-variations-in-wordpress-6-6/\"><strong>Styling sections, nested elements, and more with Block Style Variations in WordPress 6.6</strong></a>, Justin Tadlock walks you through how you can add styles for your block variations to your theme.json file. Now you don’t need any more additional block style sheets for your block variations and can manage them all in one space. You still need to register the variations via the functions.php. Follow along the post to also learn about Section styles for a set of nested blocks via additional .json files. WordPress 6.6 opens up a new layer of design for theme builders, including the user interface for site editors to enable them for their sites. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>WPBeginners</strong> editorial staff published a tutorial to answer the questions: <a href=\"https://www.wpbeginner.com/beginners-guide/what-is-theme-json-file-in-wordpress-and-how-to-use-it/\"><strong>What Is theme.json File in WordPress and How to Use It</strong></a>. “The theme.json file is a crucial part of the full site editing experience in WordPress. As block themes become more widespread, it’s important to understand what theme.json does and how to edit it properly” they wrote. This comprehensive guide covers all sections of theme.json: settings, styles, patterns, templates, and template parts. It also touches on how to use the Create block theme plugin and how you can modify the theme.json file via the Global Styles interface.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Rich Tabor</strong> blogged about how he <a href=\"https://rich.blog/720-themes/\"><strong>made 720 WordPress theme styles</strong></a>. “Typically, WordPress themes come with a handful of theme style variations at most. But by leveraging the new capabilities of theme style variations landing in WordPress 6.6, this theme shatters the norm.” he wrote. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-events\">Upcoming Events</h3>\n\n\n\n<p><strong>Justin Tadlock</strong> and <strong>Nick Diego</strong> will hold live <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301469831/\"><strong>Developer Hours: What’s new for theme developers in WordPress 6.6</strong></a> on <strong>June 25 at 15:00n UTC</strong>, and will cover this topic as well.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Also next week, you can join me, <strong>Isabel Brison</strong> and others at the <strong><a href=\"https://make.wordpress.org/core/2024/06/19/hallway-hangout-exploring-grid-layouts/\">Hallway Hangout: Exploring Grid Layouts</a> June 26 at 11:00 UTC</strong> – There will be a short demo of what’s coming to WordPress 6.6 and what cool layouts you can create with these features. We also chat about what is in the works for following WordPress releases. <br /></p>\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2024”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>In his Developer Blog post, <a href=\"https://developer.wordpress.org/news/2024/06/13/how-to-create-an-animated-timeline-plugin/\"><strong>How to create an animated timeline plugin</strong></a>, <strong>Damon Cook</strong>, developer advocate for WP Engine, walks you through the process of creating a timeline effect by extending core blocks and adding in some custom CSS and JavaScript.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <a href=\"https://make.wordpress.org/core/2024/06/08/proposal-bits-as-dynamic-tokens/\"><strong>Proposal: Bits as dynamic tokens</strong>.</a>, <strong>Dennis Snell</strong> explains a plan to bring inline shortcuts to the block editor. “A Bit is a small token of semantic meaning. It references content sourced beyond the post or content in which it’s found. It could refer to metadata about a post, a post meta field, a stock price sourced from an API call, a countdown to a particular date, the local time of a given timestamp in the reader’s timezone, a plugin URL, a view counter, a render for a math formula, or any other bit of knowledge that is provided by the server when rendering a post.” Snell explained. If I understood the timeline correctly, some foundational work was already committed to Core to be in WordPress 6.6, so this feature can be tested in the next Gutenberg plugin releases. If all works as expected, the feature might make into WordPress 6.7.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> livestreamed about <a href=\"https://www.youtube.com/watch?v=oYlwhkVIHZk\"><strong>Connecting ACF/Pods to blocks using Block Bindings</strong></a> and explore how he can use some experimental features of WordPress to connect meta frameworks like Advanced Custom Fields and Pods to block using the change to Block Bindings that will ship with WordPress 6.6. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hardeep Asrani</strong> wrote a <a href=\"https://wpshout.com/wordpress-interactivity-api/\"><strong>Beginner’s Guide to the WordPress Interactivity API</strong></a> and added two examples: A live search block and how to set up communication between two blocks by using the same store. </p>\n\n\n\n<p></p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: #WCEU Speed building challenge: Rich Tabor, Jessica Lyschik and Jamie Marsland. Photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Jun 2024 02:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"HeroPress: A Site For His Dad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=6897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://heropress.com/a-site-for-his-dad/#utm_source=rss&utm_medium=rss&utm_campaign=a-site-for-his-dad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2111:\"<img width=\"1024\" height=\"768\" src=\"https://heropress.com/wp-content/uploads/2024/06/4363247eb4bba321.74466656-1024x768.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Antique tools on a wall\" /><p>This post is first in a small series of stories about WordPress. Some are related to HeroPress, some not. This one is not.</p>\n\n\n\n<p>Somewhere around 2017 I went to a WordCamp in Florida. It was probably Miami. I was a volunteer, and one of the things they asked me to do was be a room monitor at Kids Camp. Just wander around and answer questions.</p>\n\n\n\n<p>The kids were broken up into groups of three. There was one group of three boys, probably 7-9 years old. Two of the boys had long ago given up on computers and were tearing around the room having.a wonderful time as boys that age are wont to do.</p>\n\n\n\n<p>But one boy was very intent on his computer. I went over and asked if he needed any help. He looked up at me and said “Well, I have WooCommerce all set up. and my product configured properly. Can you show me how to connect it to Stripe?”</p>\n\n\n\n<p>I was surprised to see the progress he made. I told him that Stripe was something that involved banking information, and he’d probably need his parents involved. His face fell and he sat wordlessly staring at his hands in his lap. I asked if that was a problem.</p>\n\n\n\n<p>That’s when he said “I made this site as a surprise for my Dad. He lost his job last year, but he has an invention that he made, and he’s been trying to get it produced so he can support the family with it. I wanted to make an online store for him so that maybe he wouldn’t cry every night after putting me to bed”.</p>\n\n\n\n<p>I nearly burst into tears right there, and I can’t tell this story in person.</p>\n\n\n\n<p>I remember giving him some advice, but then the day ended, and I never saw him again. But that story will stick with me forever.</p>\n<p>The post <a href=\"https://heropress.com/a-site-for-his-dad/\">A Site For His Dad</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2024 20:13:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: #124 – Mina Tamang on SEO Techniques That Prioritise the User Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=156399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/podcast/124-mina-tamang-on-seo-techniques-that-prioritise-the-user-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39767:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, putting user experience at the heart of your SEO strategy.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com forward slash contact forward slash jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Mina Tamang. Mina works as an SEO expert at Codewing Solutions. She has over six years of experience in the industry. In the past three years, she’s also become actively involved in the WordPress community, and she recently spoke at WordCamp Katmandu, which is where she lives.</p>\n\n\n\n<p>In this episode, Mina shares her journey and experiences in SEO, detailing how she discovered her love for the field, and how it has evolved over time.</p>\n\n\n\n<p>She’s a seasoned public speaker with experience in Toastmasters, and she brought her ideas to the stage at WordCamp Asia this year.</p>\n\n\n\n<p>Unlike traditional SEO methods that can sometimes prioritize keyword research to achieve top search engine rankings, Mena champions a user first approach. She explains what she sees as the limitations of outdated practices, and emphasizes the importance of understanding, and addressing the pain points, and needs of your audience. Her central idea is always towards benefiting the end user rather than just appeasing search engines.</p>\n\n\n\n<p>We talk about the significance of integrating both traditional SEO rules, and user centric content creation, and get into the relevance of technical optimizations, speed factors, and the role of WordPress plugins. For those new to website building, she underscores the user-friendliness of WordPress and its compatibility with her SEO strategies.</p>\n\n\n\n<p>It’s 2024, and so we also discussed the growing influence of AI in content generation. Recognizing its utility, whilst cautioning on the necessity of maintaining a human element to ensure content is relatable and free from in accuracies.</p>\n\n\n\n<p>If you’re looking to refine your SEO strategies with a focus on longterm, user oriented, growth, whilst also navigating the complexities of modern tools and techniques, this episode is for you.</p>\n\n\n\n<p>If you’d like to find out more, you can find all of the links in the show notes by heading to wptavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>A quick note before we begin, this is the last live recording from WordCamp Asia. There was quite a lot of background noise to contend with, and I’d done my best to clean up the audio and make it as easy to listen to as possible.</p>\n\n\n\n<p>And so without further delay, I bring you Mena Tamang.</p>\n\n\n\n<p>I am joined on the podcast today by Mina Tamang. How are you doing?</p>\n\n\n\n<p>[00:03:45] <strong>Mina Tamang:</strong> I’m doing good.</p>\n\n\n\n<p>[00:03:46] <strong>Nathan Wrigley:</strong> Nice to have you on the podcast today. You said this is your first podcast appearance?</p>\n\n\n\n<p>[00:03:50] <strong>Mina Tamang:</strong> Yeah.</p>\n\n\n\n<p>[00:03:51] <strong>Nathan Wrigley:</strong> Are you prepared for your talk at WordCamp Asia? Are you ready to go?</p>\n\n\n\n<p>[00:03:55] <strong>Mina Tamang:</strong> So it’s actually tomorrow.</p>\n\n\n\n<p>[00:03:56] <strong>Nathan Wrigley:</strong> Okay.</p>\n\n\n\n<p>[00:03:57] <strong>Mina Tamang:</strong> Probably at 10:00 AM. Track four.</p>\n\n\n\n<p>[00:03:59] <strong>Nathan Wrigley:</strong> And have you done much public speaking in the past?</p>\n\n\n\n<p>[00:04:02] <strong>Mina Tamang:</strong> Yeah, I have, I have. Because I’m engaged with the Toastmasters. So do you know anything about Toastmasters?</p>\n\n\n\n<p>[00:04:08] <strong>Nathan Wrigley:</strong> No.</p>\n\n\n\n<p>[00:04:08] <strong>Mina Tamang:</strong> So actually it’s about making the people learn about the communication skill, as well as leadership skills. And there we also learn about public speaking, so I’ve done it. Not in the big stage, but smaller stage, but I’ve done it.</p>\n\n\n\n<p>[00:04:22] <strong>Nathan Wrigley:</strong> So today we’re going to talk about SEO, and that is what your talk is about at WordCamp Asia. Before we do that, can you just tell us a little bit about your background, where you come from, what organisation you work for? Do you work in the SEO field? So just give us a little biography.</p>\n\n\n\n<p>[00:04:38] <strong>Mina Tamang:</strong> Sure. So I am Mina Tamang, and I came from the land of Himalayas, so from Nepal. And for the past 6 years I’ve been doing the SEO, and SEO is like my passion. So I’ve started from the SEO, and I’m never thinking of like leaving it. So that’s what I do.</p>\n\n\n\n<p>And I work for the Codewing Solution, which is also a WordPress development company, that build WordPress themes, plugins. And I got to know about WordPress more in detail by joining this company, back in I think 2020, during the Covid time. And then I got to learn about the WordPress community. And I saw so many opportunities, and ever since then, I’ve been engaging with the WordCamps, either by being attendee or by the speakers, and that much more to explore. So yeah, I’m doing this thing right now.</p>\n\n\n\n<p>[00:05:26] <strong>Nathan Wrigley:</strong> So, SEO is your day-to-day?</p>\n\n\n\n<p>[00:05:29] <strong>Mina Tamang:</strong> Yeah.</p>\n\n\n\n<p>[00:05:30] <strong>Nathan Wrigley:</strong> Okay. So the talk that you are putting on is all about this different way of doing SEO. You mentioned that there’s an old way, which obviously you don’t use, and there’s a new way. What is the old way, and why do you not do it that way anymore? What is it that’s wrong with that, and what’s your new way?</p>\n\n\n\n<p>[00:05:48] <strong>Mina Tamang:</strong> So when I started doing SEO, so what I was taught was, it’s a search engine optimisation. So we need to rank website on top. Maybe number one. And then it’ll help to increase traffic on our website. And that will lead to the business success, or whatever the goal is.</p>\n\n\n\n<p>So that’s what people think still now, and that’s what I was taught. And that’s a very vanity things like, what people think and feel about SEO, it’s all about ranking, and about the traffic. But it’s not. That’s the old way of SEO.</p>\n\n\n\n<p>So now, those ranking and those traffic are just numbers. What we need to focus is on the business goal. So let me go more detail. There’s three types of SEO. There is a black hat SEO, grey hat SEO, and white hat SEO.</p>\n\n\n\n<p>So if we follow all the rules of Google’s, or any search engines, that’s a white SEO. And in white SEO we talk about page optimisations, technical optimisations, speed factors, and backlinks, and many more things, content creation.</p>\n\n\n\n<p>And there is a black hat, which is like doing opposite of what you need to be doing. It’s basically like breaking all the rules and laws.</p>\n\n\n\n<p>And there’s a grey hat, the middle part. So mix of the white and the black. So that’s what people think about SEO. And there are a lot of people who do white, there are a lot of people do black, and the grey, but I’m not talking about those.</p>\n\n\n\n<p>So what I’m talking about is, the people think that SEO is all about ranking and increase the traffic, but that’s wrong. Because when you do that, you prioritise the search engine. Let’s say Google. You are working for Google, not for your audience. And your audience is people, not the bots. So what you need to do is to put your user first. Think about the pain points, and their needs. So if people are searching for how to use, for example, mobile, then selling your phone directly is not your main thing to do.</p>\n\n\n\n<p>First you need to educate them. How that phone is going to be useful for them in the day-to-day daily uses. So that’s how you will be dealing with the SEO. So that’s why I wanted to. And in my new way of doing SEO, my focus is always on the users. So that’s what wanted to say.</p>\n\n\n\n<p>[00:08:04] <strong>Nathan Wrigley:</strong> So if we do things in the old way, and we regard the whole project of SEO of getting to the top of the search ranking, and we want to be number one so that we get discovered more often. The rules for doing that are obvious, well, not obvious, but everybody has slowly learned what those rules are, we’ve got plugins in WordPress to make that happen.</p>\n\n\n\n<p>Does your technique, well, is it easier to do your technique? It certainly sounds more human to do your technique. But, does it have the same impact? If I follow your template, the way that you are going to tell us that you are doing SEO, will I still rise to the top of the search ranking? Because it kind of feels like that’s always the point. You want to be number one. Does it work, your technique, to get us to number one?</p>\n\n\n\n<p>[00:08:48] <strong>Mina Tamang:</strong> Yes. So my point is, we don’t want to be number one. Because being a number one does not guarantee for your business success, or whatever your metrics is. For example, if I’m selling a product, and my goal is, or my main target is to sell my product, right? And I’m ranking on all the keywords that I wanted, but my business success, the metrics, that goal is not happening. So what’s the point of being number one.</p>\n\n\n\n<p>So we can be still in the number one, and also drive the more sales. For that, we need to focus on the users. I’m not talking about doing all the manual things. We do take help of tools, like plugins. For example, Yoast. But whatever we do, the focus should be done whatever, like, for example, when you do the content creation, if I give you a content that is all written by the AI, and does not meet your pain points, would you converting to my customer?</p>\n\n\n\n<p>So their needs and the human intellect don’t necessarily clarify what works for you. For my customers, what are the pain points? So that needs to be done by the human. If it’s done by the human, they will actually know the pain points. And we’ll obviously take the help of tools, and plugins, and anything else.</p>\n\n\n\n<p>[00:09:57] <strong>Nathan Wrigley:</strong> So, is it even fair to call this SEO? Because if you’re not really putting a great deal of thought into the search engine, SEO obviously stands for Search Engine Optimisation, can your system even fairly be called SEO, because you’re not really giving too much thought about where you’re going to end up in search?</p>\n\n\n\n<p>[00:10:16] <strong>Mina Tamang:</strong> Okay, so let me clarify that. So yes, I’m obviously working for the SEO. There are certain rules like, when we talk about SEO rules, there’s a meta title, descriptions, and there are also link, and there also keywords. I’m not teaching all those things. But whatever I do, I keep in mind the users.</p>\n\n\n\n<p>There was a time when people used to stuff keywords within a content at massive numbers. That used work. But does that work now? It doesn’t. So there are certain rules that need to be followed, and we will obviously follow those. But whenever doing the marketing, whether it’s content through videos or everything, we put the user first. And Google itself put the user first. They want the user to get the useful information from the good website, not from the spammy website, that does everything for the search engines.</p>\n\n\n\n<p>So there comes the trust factor. So, yes, it’s called SEO, we do follow all the rules, because I’m just talking about the content creations, there are other factor as well. When we do the SEO, we also look after the technical things. We have to collaborate with developers, there are changes needed. Okay, this one is not good by looking at the user experience factor, like speed, the designs, everything there is. So we do that as well. And when it comes to doing the content creation, I’m focusing on that part. So in that sense, we need to put the user first.</p>\n\n\n\n<p>[00:11:36] <strong>Nathan Wrigley:</strong> Give us an example of how you actually do this. So let’s take the example, you mentioned mobile phones, but we could do anything. You’re obviously thinking about the purchaser at the end, the customer, the client, whatever it may be. Just talk us through the process that you are going through in your company, to make this all happen.</p>\n\n\n\n<p>[00:11:53] <strong>Mina Tamang:</strong> Okay. So for example, my company sells product, right? So I need to put that, my product, to the audience. People need to know we exist. For that, obviously we will follow all the SEO rules. We need to put the most important keywords within a title, my description within a content, and we will also do the content marketing, video marketing. So then, when we emphasise or highlight the features, we don’t focus on them, we focus more on the benefits. So, how the product is going to help them. I’ll give you a simple example, not about a product, but real example. So, do you know about back scratcher?</p>\n\n\n\n<p>[00:12:30] <strong>Nathan Wrigley:</strong> I can imagine. So something to literally scratch your back with. Okay.</p>\n\n\n\n<p>[00:12:34] <strong>Mina Tamang:</strong> So maybe there was a time it was not discovered, not made, so people used their hands to scratch the back, right? So then they made the product. Now, how did the company sell this? Maybe in those time, there was no internet, or online things to promote things, right? So maybe they sell down the street by showing that back scratcher, doing by themselves.</p>\n\n\n\n<p>See, how did the audience connect it? Okay, there’s a thing, like this long thing, a stick that can be used to scratch our back. And they did it with their pain points. There are parts that we can’t reach with our hand, right? That’s a simple product in itself. So that’s what I’m trying to tell. Whenever we do the marketing of our product, we need to emphasise the benefits instead of features.</p>\n\n\n\n<p>[00:13:19] <strong>Nathan Wrigley:</strong> Your process is about choosing the right language, and instead of concentrating relentlessly, which is I think what most people do, on keywords and all of that stuff, you are explaining, and in this case it’s a product, back scratcher, you are explaining the benefits. And you believe that by just explaining the benefits, you can creep, well, not creep up the search ranking because that isn’t what you’re trying to do, but you can become discovered because you are using this language.</p>\n\n\n\n<p>[00:13:47] <strong>Mina Tamang:</strong> Yeah. And that’s what I want to focus in is the word of mouth. Because the person, like the product, he is going to obviously tell to his friends, colleague, or anyone that this product is useful. Also I’m pointing out, and this might not fall under SEO, or beyond the SEO, but it goes along with the SEO, because the SEO doesn’t fall under the marketing or the sales, it’s in between.</p>\n\n\n\n<p>So we work with sales team as well as marketers, our work is that. So I wanted to focus that word of mouth is a good way of promoting the market. And other thing is we can focus on all the stuff as well. Content, video, and obviously there’s a backlink, but that also comes with the, there’s two things.</p>\n\n\n\n<p>We can do it by paid, or the free one. Free is organic, it’s quite difficult to do it. And we also need to consider where the business stands. Is it just in the oldest days of the market? Is it in the mid, or is it in the exploring stage? We also need to consider those things as well. So there are a lot of things to consider.</p>\n\n\n\n<p>[00:14:46] <strong>Nathan Wrigley:</strong> Yeah. When you explain this to your clients, I’m guessing that most clients will have this notion of, well, no, no, no, we need to use loads of keywords, and we need to ram the keywords in as much as possible, because that’s the understanding of SEO that they have. Do you get a lot of pushback from your clients when you explain, no, no, no, we’re not doing any of that, we’re just going to concentrate on the benefits, and explain them in easy to understand language, and hopefully get discovered. And a bit of word of mouth as well?</p>\n\n\n\n<p>[00:15:12] <strong>Mina Tamang:</strong> Yeah, a lot, a lot. Because as I said earlier, people think SEO is about keywords, ranking and traffic. So whenever they ask for the report, and we have to tell them, okay, we have this much as traffic, this much conversion, but they want certain keywords to be ranked. And we say them, look, here’s your report, this is looking good.</p>\n\n\n\n<p>And SEO is something that does not go at once at all. It’ll not skyrocket at once, it’ll take time. So that thing is very difficult to make them understand, that SEO takes time, and ranking for every keyword is not the main goal. Our main goals should be on the business goal, that is to sell the service, product, or anything else that they want us to do. And it’s very hard, and we need to educate them as well. Look, here my pain point is, they don’t understand the SEO. What is SEO? And we need to educate them.</p>\n\n\n\n<p>[00:16:01] <strong>Nathan Wrigley:</strong> Yeah, because I can imagine that, if you’ve launched a client website, and we’ll use the example of a back scratcher, if they’re selling back scratches, within few weeks your customer is going to be going to a search engine, let’s use the example of Google, and they’re going to be typing in a whole range of things, they will hit the return key on their computer, and they’re hoping to see their website on the first page. Number one, number two, number three. They’re hoping to see that happen.</p>\n\n\n\n<p>From what you are saying, you are telling your clients, look, don’t obsess about that. Stop worrying about becoming first page, number one, number two, whatever it may be. Let’s concentrate just on making the messaging right. And then if we do that all correctly, it should just follow on that the sales will begin. I’m guessing that your clients do come to you and say, well, where are we? We’re not anywhere on the search. I’m guessing that happens.</p>\n\n\n\n<p>[00:16:46] <strong>Mina Tamang:</strong> Yeah. So, as I said, when we focus on the benefits and on the users, with time it’ll automatically rank. So see if we start with the focus on ranking, then that might be a temporary success. It won’t be the permanent. But if you focus on the user and benefits, with time our website will obviously rank, because there’s a factor called user experience and the SEO, and that matters a lot for most of the search engine. So ultimately, we will rank as well, and also get the organic, consistent, organic traffic. So that’s my goal.</p>\n\n\n\n<p>[00:17:16] <strong>Nathan Wrigley:</strong> So, it sounds like this is a much more simple approach in many ways. It’s more straightforward, because you’re not obsessing about, I don’t know, spreadsheets with all the keywords in, and writing down the numbers of clicks, and all of that. All of that goes out the window, and you’re just concentrating on easy, straightforward language. And it’s a long game. You’re not trying to do this in the next week or month.</p>\n\n\n\n<p>You are saying to your customers, okay, let’s look at it more over a year, or two years, or something like that. Right, okay. So it’s a much, much longer game, but easier to do, because really all that you’re doing is worrying about the language, right? So it’s easier.</p>\n\n\n\n<p>[00:17:51] <strong>Mina Tamang:</strong> Yeah, it might be. I wouldn’t say it’s easier, but we have to be consistent because people might get frustrated about not getting the result. So like there are people.</p>\n\n\n\n<p>[00:18:01] <strong>Nathan Wrigley:</strong> Yes, I can imagine they would, yeah.</p>\n\n\n\n<p>[00:18:02] <strong>Mina Tamang:</strong> Especially clients. They worry about, where is the results? Where are we? What are the status about the rankings, traffic? But it takes time, so it’s for the long run. And we need to be consistently hoping that it will go right.</p>\n\n\n\n<p>[00:18:15] <strong>Nathan Wrigley:</strong> And do the search engines, more and more, take other metrics? So it’s not just the keywords. You mentioned things like the performance of the website so, you know, we’ve got things like core web vitals, and all of the bits and pieces that are rolled into that. The speed of the site, obviously the quality of the content itself. There’s more to the search engine than just keywords. It’s about the performance, it’s about the way the site is designed, it’s about the speed of the server, all of those things.</p>\n\n\n\n<p>[00:18:41] <strong>Mina Tamang:</strong> Yeah. So what Google is trying to do, it’s trying to help the users by implementing all those factors for all the SEOs and the business owners. What they want is that users get best results from the good website. And for that, all these factors are important, like for the speed. So if your website is not going to load, then people will obviously get frustrated and not get the result, and they have to go from one to another place. And that will obviously take their time.</p>\n\n\n\n<p>And when it comes to other content creations, if they are going to website to get information to solve their problems, and they’re not getting it. So that means, ultimately, Google wants to help its users, and that’s why they’re implementing all those rules. And all those are just factors. I wouldn’t say that’s a ranking factors. People take it as a ranking factor, but when we look after all those things like speed, core web vitals, it doesn’t have to be perfect.</p>\n\n\n\n<p>Because when you focus on making all the factors perfect, you might fall into practice of making like your website less useful for users. For example, you’ve made your core web vitals like a 100% score, but certain features of your website does not load while doing that, which was very important to your audience to engage with their product. Then losses are yours. So we need to mention at least balance. So we need a balance.</p>\n\n\n\n<p>[00:19:56] <strong>Nathan Wrigley:</strong> You are at a WordPress conference. Are you using WordPress tools? I think you used word Yoast I think a minute ago. So, is your approach based on WordPress plugins that you use, or is this just about using the block editor, creating paragraphs, and writing text which is adjacent to whatever it is that you are trying to market and sell?</p>\n\n\n\n<p>[00:20:15] <strong>Mina Tamang:</strong> So I am using plugin. WordPress is a lot easier for the beginners. Those people who does not know about anything about technology, about how to build a website, and how to run it. So it’s quite helpful tool. And I am using it, and I’m also using for my clients, and for all the people that I tell how to build a website. And it’s definitely going to help.</p>\n\n\n\n<p>But actually it’s not just for the WordPress, it’s for all the other platform as well. The process, the rules are same for every website. Either it’s a big, either it’s small. What’s it built on? It’s either the WordPress or Shopify. People call it Shopify SEO. The process, the rules are same. Just we are taking the help of the plugins and the other tools.</p>\n\n\n\n<p>[00:20:56] <strong>Nathan Wrigley:</strong> Okay. So there’s no particular plugin that you recommend over another one. WordPress plugins will work for your approach, and you’re concentrating on the words that you create.</p>\n\n\n\n<p>[00:21:04] <strong>Mina Tamang:</strong> Yeah, you can use it. I would definitely recommend using Yoast or Rank Math, for those who don’t know much about SEO, but don’t prioritise it to make it a perfect score. That’s what I’d say.</p>\n\n\n\n<p>[00:21:14] <strong>Nathan Wrigley:</strong> We’re in the era of AI, and people are making lots and lots of content nowadays with AI. You go to OpenAI, or some other AI, and you ask it to produce a 10,000 word article about back scratchers and it will do it. And will do what looks like a good job. My intuition though is that, it’s probably not doing you any favors, because the content it creates is maybe not actually very human, or potentially is full of inaccuracies. What are your thoughts on AI created content, and how that might affect your ability to rise into the search results?</p>\n\n\n\n<p>[00:21:51] <strong>Mina Tamang:</strong> Okay, so, AI tool is like our arms and legs. It’s a bit like that for now. And I’m also using AI tool, but to clarify on my strategy. AI tool can definitely give you whatever you search. Like what is this? It’ll give you answer. How can I do this? It’ll give you answer. But what doesn’t it give you is the personal experiences. And, how do we more connect with the audience naturally? It’s through the experiences, the learning. So that’s what I think, in my opinion, lacks the AI.</p>\n\n\n\n<p>So I’m sort of thinking to moving the strategy towards that. Sharing the experience, getting more the personal level. So in that sense, we can obviously, at least do the good SEO without AI tool. I’m not saying that staying away. I’m also using AI to create the content. But, for example, you are also using AI tool. I’m also using AI tools, for the same topic to write a content. It might give you the similar content, right? So now, how am I going to compete with you? We’ll get the same answer, similar. So that’s where I do my strategy, the new strategy, of putting my personal experience, and some of my human intellect and critical judgment. That’s what I do. I will obviously, take the help of AI. I’m not staying away from it, but I’m using it in a more creative way.</p>\n\n\n\n<p>[00:23:07] <strong>Nathan Wrigley:</strong> Yeah. So you are providing additional content, which is, I don’t know, you’re teaching people, back scratcher is kind of a difficult example because I don’t really know that there’s a lot to say about a back scratcher. But the point is, you are going above and beyond what the AI would just give you. And you are saying be helpful, educate the audience, give them things that they want, you know, give them takeaways, give them things that they can enjoy, give them blog posts that are actually meaningful. So being helpful on your website is the goal, over just pure SEO.</p>\n\n\n\n<p>Do you use AI to search for things these days? So I’ve really dropped Google as my search engine. I mean, we can go into some of the other search engines that are around there. But I’m increasingly finding myself using AI to find what I want on the internet. So rather than get me to a particular website, if it’s a question, I just want the answer to come out. So I go to OpenAI, and I ask it a direct question, and it gives me the answer. So that’s the other way around. Rather than using AI to create content, do you see that search engines are becoming less visited by people?</p>\n\n\n\n<p>[00:24:14] <strong>Mina Tamang:</strong> For now, it’s not. Maybe in the next 2030, I’m not sure about that. For now, for the short answer that could be answered within like two or three paragraph, people will obviously choose the AI over the search engine. But when it comes to using something like, for example, how to take a photograph, a good photograph, then I might need to check the videos, instead of getting the answers. And they would obviously need a tutorial, right?</p>\n\n\n\n<p>So for that, people are still using the search engine, as well as the AI tool. But for the long answer, that needs more tutorial, more of like how to do it, people are using search engine. And for now it’s okay. I don’t know about the future.</p>\n\n\n\n<p>Even the Google is promoting the AI, like there’s a generative AI. Whatever I will search something, keywords, they will give the answers automatically. But when I have to use any product, how to use it, like if there’s something problem with my product, any things in my daily life, for example, I crack my phone screen, then how to repair it. Maybe for that I will be using the search engines.</p>\n\n\n\n<p>[00:25:14] <strong>Nathan Wrigley:</strong> Right. Do you concentrate with your clients, do you only talk about Google with your clients? Because I know that there’s quite a few options out there these days. You know, you’ve got Bing. There’s one called Kagi, which I’ve used quite a few times. I’ve used Duck Duck Go quite a few times. Is it all about Google? Is Google the thing?</p>\n\n\n\n<p>[00:25:31] <strong>Mina Tamang:</strong> No. So when I talk about search engine, I talk about everything. Though we do mention Google most of the time, because it is the most used search engine, right? So when I say search engine into the non-tech people, they would say Google. So I have to mention it Google. But I haven’t used other search engine much, like Kagi. I think it’s a premium.</p>\n\n\n\n<p>[00:25:50] <strong>Nathan Wrigley:</strong> Yeah, Kagi you pay for. Duck Duck Go is free though. It’s ad supported, you know?</p>\n\n\n\n<p>[00:25:54] <strong>Mina Tamang:</strong> Well, I haven’t used those, but my priority is not search engine. For example, if I put the Google as a priority search engine, as I said, I would not prioritise more on the search engine, more on the users.</p>\n\n\n\n<p>[00:26:05] <strong>Nathan Wrigley:</strong> Okay. So let’s say I’m a client, and I come to you, and I’ve got a shop, and I’m selling, oh I don’t know, let’s say mobile phones. We are going to sit down, and we’re going to have a conversation about, okay, we want a website, we would like it to be discovered. What are the kind of things that you are telling me to go away and do? You’ve mentioned videos. You’ve mentioned things like, well, I’m guessing blog posts and things like that. What’s the kind of content that you want me, your client to make, create?</p>\n\n\n\n<p>[00:26:32] <strong>Mina Tamang:</strong> Okay. So first we need to clarify that SEO is not for every type of website. We need to understand the market, so where the audience is. For the phone, it might be the more of like social media, videos, because people want to see how their phone will look, how it’ll function, rather than like looking at the text. They would prefer the video, visuals. So we need to understand that as well. So first we need to understand the market, your niche. Then only we could recommend what works best for you. And for the example of phone, it’s going to be all of them. It’s also the text, the blogging, the videos, and also the email marketing. Everything will work.</p>\n\n\n\n<p>[00:27:09] <strong>Nathan Wrigley:</strong> So let’s pick a different product then. So not the mobile phone. Let’s think about, oh I don’t know, we’ve got a bookshop. You know, we’ve got physical books, people come in to the shop and they buy things from us. It’s a little bit more of an old technology. You know, maybe there’s less video in there. So how would that be adapted? Bookshop against mobile phone. What would be the difference that you would be getting customers to think about?</p>\n\n\n\n<p>[00:27:28] <strong>Mina Tamang:</strong> So the audience would obviously be the little bit smaller compared to phone, when it comes to book maybe. For the book, I would recommend to do the social media, blogging, and the email marketing, because people do search books. In my country, in Nepal, there are a lot of books that is very hard to find. And then they need to connect with the bookshop owners frequently. And that’s where the social media would be much easier to communicate with them faster. So I would recommend the social media instead of, if I have to choose SEO and social media for the book sales shop, I would prefer this social media. So that’s what I would recommend.</p>\n\n\n\n<p>[00:28:05] <strong>Nathan Wrigley:</strong> It really is a case of talking to the client, and each person that comes through your company’s door, you have a different set of things that you’re encouraging them to do. So it may be YouTube videos, it may be it email, it may be blog posts. And depending on what the product is, you are going to get them to make those bits of content specifically based upon the product that they’ve got. Right, okay. So it seems like it’s the long game. You’re in this, and it’s going to take a year, two years, and what have you.</p>\n\n\n\n<p>And it’s working for your company, this strategy, I’m guessing. You know, you’ve got clients coming back, and they’re seeing, not looking at the search results, but they’re seeing that their website is effective for them, and they can tell themselves confidently, okay, we paid your company to help us get the products that we’ve got sold, and it’s working?</p>\n\n\n\n<p>[00:28:49] <strong>Mina Tamang:</strong> So I don’t do much of client work, because I work for the company, and that have their own product. So actually we sell our own product, and it’s working good. Actually is all about trial and testing thing. We need to do AB testing a lot. One strategy is working, that might not work for the other websites. We need to do test again and again. So we do the testing things, and it’s working fine for now.</p>\n\n\n\n<p>Everyone have their own style of working. Even if the rules and the format are the same thing, but I would prefer something else. Like, when I write, create content, I like to put it in the story way. And some other companies might not like it. So there’s a working style difference, but, yes, it’s working for me.</p>\n\n\n\n<p>[00:29:28] <strong>Nathan Wrigley:</strong> Obviously this is a WordPress podcast that we’re recording at the moment. Do you use WordPress for all of the sites that you build? Is that part of the company’s mission, or does this strategy that you’ve got work with any platform? You know, be that Squarespace, or Wix, or whatever it may be.</p>\n\n\n\n<p>[00:29:40] <strong>Mina Tamang:</strong> Yeah, it’s worked for everyone. It’s worked for every platform. The SEO is not just for the WordPress. But yes, I am using WordPress and our products is based on WordPress, and all the clients, our customers are all WordPress based. So we do recommend the WordPress plugins, all the things. But it works for everyone.</p>\n\n\n\n<p>Maybe the doing things is different. For the WordPress, we use plugin like Yoast or Rank Math, to do all the SEO stuff. In their platform, for example, Shopify, they might have their own tools or plugins to do that same thing in a different product name. So it’s the same.</p>\n\n\n\n<p>[00:30:12] <strong>Nathan Wrigley:</strong> So what is the company that you work for? Where can we find you? Do you have an email address, or a social handle that you’d like to share?</p>\n\n\n\n<p>[00:30:19] <strong>Mina Tamang:</strong> Yeah. I work for the Codewing Solution. You can go and search, it’s codewing.co. And we are also on social media, Facebook, Instagram, and we also have YouTube channels, and all have dedicated product as well. And those have also the social media handles, and also the websites.</p>\n\n\n\n<p>[00:30:36] <strong>Nathan Wrigley:</strong> That’s all the questions that I’ve got. Is there anything that you think we’ve missed, that you’d to address?</p>\n\n\n\n<p>[00:30:41] <strong>Mina Tamang:</strong> I think that’s okay.</p>\n\n\n\n<p>[00:30:42] <strong>Nathan Wrigley:</strong> If that’s the case, I will say thank you very much for chatting to me today, Mina.</p>\n\n\n\n<p class=\"ticss-c8b411f0\">[00:30:46] <strong>Mina Tamang:</strong> Thank you for having me. It was actually a great opportunity to connect with other people, because this is something that I would not get the chance to meet you, and talk with you as well. I definitely grab the opportunity.</p>\n</div>\n\n\n\n<p>On the podcast today we have Mina Tamang.</p>\n\n\n\n<p>Mina works as an SEO expert at Codewing Solutions. She has over 6 years of experience in the industry. In the past 3 years, she’s also become actively involved in the WordPress community, and she recently spoke at WordCamp Kathmandu which is where she lives.</p>\n\n\n\n<p>In this episode, Mina shares her journey and experiences in SEO, detailing how she discovered her love for the field and how it has evolved over time. She’s a seasoned public speaker with experience in Toastmasters, and she brought her ideas to the stage at WordCamp Asia this year.</p>\n\n\n\n<p>Unlike traditional SEO methods that can sometimes prioritise keyword research to achieve top search engine rankings, Mina champions a user-first approach. She explains what she sees as the limitations of outdated practices and emphasises the importance of understanding and addressing the pain points and needs of your audience. Her central idea is always towards benefitting the end-users rather than just appeasing search engines.</p>\n\n\n\n<p>We talk about the significance of integrating both traditional SEO rules and user-centric content creation, and get into the relevance of technical optimisations, speed factors, and the role of WordPress plugins. For those new to website building, she underscores the user-friendliness of WordPress and its compatibility with her SEO strategies.</p>\n\n\n\n<p>It’s 2024, and so we also discuss the growing influence of AI in content generation, recognising its utility while cautioning on the necessity of maintaining a human element to ensure content is relatable and free from inaccuracies.</p>\n\n\n\n<p>If you’re looking to refine your SEO strategies with a focus on long-term, user-oriented growth, while also navigating the complexities of modern tools and techniques, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.toastmasters.org/\">Toastmasters</a></p>\n\n\n\n<p><a href=\"https://codewing.co/\">Codewing Solutions</a></p>\n\n\n\n<p><a href=\"https://yoast.com/\">Yoast</a></p>\n\n\n\n<p><a href=\"https://rankmath.com/\">Rank Math</a></p>\n\n\n\n<p><a href=\"https://openai.com/en-GB/\">OpenAI</a></p>\n\n\n\n<p><a href=\"https://kagi.com/\">Kagi</a></p>\n\n\n\n<p><a href=\"https://duckduckgo.com/\">DuckDuckGo</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 19 Jun 2024 13:39:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WordPress Foundation: Announcing the 2024 Kim Parsell Memorial Scholarship Recipient: Cynthia Norman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpressfoundation.org/?p=1186809\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wordpressfoundation.org/news/2024/announcing-the-2024-kim-parsell-memorial-scholarship-recipient-cynthia-norman/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3416:\"<p><br />In 2015, the WordPress Foundation <a href=\"https://make.wordpress.org/community/2015/01/15/remembering-kim-parsell/\">established an annual memorial scholarship</a> to honor the memory of <a href=\"https://wordpress.org/news/2019/11/people-of-wordpress-kim-parsell/\">Kim Parsell</a>, a beloved and influential contributor to the WordPress community. This scholarship ensures that Kim’s core values continue to inspire and enrich the WordPress community.</p>\n\n\n\n<p>This scholarship is awarded each year to a female WordPress contributor who has never attended WordCamp US and would require financial assistance to do so. <a href=\"http://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">More information on the scholarship, including past recipients, is available here</a>.</p>\n\n\n\n<p>We’re happy to announce that this year’s scholarship recipient is <a href=\"https://profiles.wordpress.org/cnormandigital/\">Cynthia Norman</a>! Cynthia’s commitment to WordPress training and education embodies the values that Kim cherished.</p>\n\n\n\n<img src=\"https://i0.wp.com/us.wordcamp.org/2024/files/2024/06/CynthiaNorman-768x1024.jpg?resize=660%2C880&ssl=1\" alt=\"A photo of Cynthia Norman standing in a garden, smiling at the camera.\" class=\"wp-image-4375\" />\n\n\n\n<p></p>\n\n\n\n<p>Cynthia joined the <a href=\"https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/#what-is-the-contributor-mentorship-program\">WordPress Contributor Mentorship Program</a> in its inaugural year as a mentee, and she credits that program with giving her the boost she needed to dig into WordPress and grow professionally. Cynthia began contributing to the WordPress Training team shortly after and hasn’t let up since!</p>\n\n\n\n<p>When asked about her proudest contribution to WordPress, Cynthia points to a <a href=\"https://learn.wordpress.org/pathways-to-learn-wordpress/\">Learning Pathway</a> course she developed for Learn WordPress:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I am an avid content creator with the Training Team and, so far, my proudest contribution to the WordPress open source project has been creating my first lesson for the <a href=\"https://learn.wordpress.org/lesson/wordpress-and-web-servers/\">Learning Pathway: Beginner Developer</a><br />course. Working collaboratively with WordPress educators has been so rewarding, and exactly what I needed to complement my freelance work as a WordPress developer.</p>\n</blockquote>\n\n\n\n<p>If Cynthia’s name sounds familiar to you, it might be because she was recently featured in a <a href=\"https://make.wordpress.org/training/2024/04/09/contributor-spotlight-cynthia-norman/\">WordPress Contributor Spotlight</a>.</p>\n\n\n\n<p>It’s also possible you’ve crossed paths with her in a <a href=\"https://make.wordpress.org/training/\">WordPress Training team</a> meeting.</p>\n\n\n\n<p>You may have even stumbled across her <a href=\"https://www.youtube.com/@wpsoshub\">YouTube channel full of WordPress tutorials</a>!</p>\n\n\n\n<p>To say that Cynthia keeps busy is an understatement.</p>\n\n\n\n<p>When she’s not contributing to WordPress or playing with her six grandchildren, Cynthia enjoys spending her time outdoors in beautiful Ontario, Canada where she lives with her husband and her dog, Mya.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2024 17:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Julia Golomb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17392\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7686:\"<p><br />WordPress 6.6 Beta 3 is here! Please download and test it.</p>\n\n\n\n<p id=\"block-79834dd4-c99a-477a-b722-091806a32976\"><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p id=\"block-aa4b335e-b1a2-4904-a68c-c3e73e574386\">Instead, test Beta 3 on a local site or a testing environment in any of these four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta3.zip\">Beta 3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.6-beta3</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 3 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table>Four ways to test WordPress Beta 3.\n\n\n\n<p id=\"block-7e6a92e6-dba7-4f69-9226-f4dcab4a0b91\">The target release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next four weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-aebce12b-08f8-40a7-9fe6-5a08f75d2254\">If you find an issue</h2>\n\n\n\n<p id=\"block-b9e58289-f6cb-4bdd-85a1-eb8d9a704ae4\">If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The bug bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">financial reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles between Beta 1, which landed June 4, and the final Release Candidate (RC), which will happen July 9. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The work continues</h2>\n\n\n\n<p><strong>Catch up with what’s new in 6.6:</strong> <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\">check out the Beta 1 announcement for the highlights.</a></p>\n\n\n\n<p>Beta 3 packs in more than 50 updates to the Editor since the Beta 2 release, including 39 <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=06%2F11%2F2024..06%2F16%2[…]id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress core</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/trunk?since=2024-06-08&until=2024-06-16\">GitHub commits for 6.6</a> since June 11</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?changetime=06%2F11%2F2024..06%2F16%2F2024&resolution=fixed&milestone=6.6&max=1000&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=milestone\">Closed Trac tickets</a> since June 11</li>\n</ul>\n\n\n\n<p>The beta cycle is all about fixing the bugs you find in testing. </p>\n\n\n\n<p><strong>Do you build themes?</strong> Feedback from testing has already prompted a change in the way you offer style variations to your users.</p>\n\n\n\n<p>In Beta 1, if you made preset style variations for your theme, it automatically generated a full set of color-only and type-only options your users could mix and match across the different variations.</p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/62469/commits/83f62ca81ff89b9d395863f6e9b7e82cec76d1b3\">In Beta 3, your theme no longer generates those options automatically—you do.</a> So you can present a simpler set of choices, curated to guide users’ efforts to more pleasing results. <a href=\"https://github.com/WordPress/gutenberg/issues/62285\" target=\"_blank\" rel=\"noreferrer noopener\">For more insight into the rationale, see this discussion.</a></p>\n\n\n\n<p>Thanks again for this all-important contribution to WordPress!</p>\n\n\n\n<p class=\"has-text-align-right is-style-default\"><em>Props to <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a></em>, @<em>atachibana</em>,<em> and <a href=\"https://profiles.wordpress.org/mobarak/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>mobarak</a> for collaboration and review.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 3 haiku</h2>\n\n\n\n<p>Beta ends at 3<br />One more week, then comes RC<br />When we freeze the strings!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2024 16:37:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Do The Woo Community: Bye Bye WooBits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84111\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://dothewoo.io/bye-bye-woobits/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Often, with everything, there is a lesson to be learned. No exception here.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Jun 2024 08:41:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Gravatar: Level Up Your Conference Game: Effective Networking Tactics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15357:\"<p>Walking into a networking event can be one of the most daunting experiences for new networkers. Beforehand, you often ask yourself a hundred and one questions about what to say, how to say it, and how to approach people. But don’t worry—we can help. </p>\n\n\n\n<p>Networking is extremely important in the professional world. It allows for knowledge sharing, collaboration, and forming partnerships that are hard to find elsewhere. In this article, we’ll share advice and strategies to boost your confidence, establish meaningful connections, and make the most out of networking events. Whether you are an experienced professional or a first-time attendee, let’s see how you can maximize your impact at conferences. </p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Exploring top tips for networking at a conference</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Have a clear agenda</strong></h3>\n\n\n\n<p>Make sure you define your goals upfront. These might include investigating new trends, connecting with specific individuals, or promoting your product/service. Setting these goals lets you focus your efforts and measure your success. Ask yourself: <em>What do you want from this networking event?</em></p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Research attendees and participants in advance</strong></h3>\n\n\n\n<p>Before attending a professional conference, have a close look at the conference agenda and attendee list to pinpoint key speakers, industry leaders, and influencers. Researching speakers and attendees beforehand makes it easy to figure out who you should be speaking to! Research key people on <a href=\"https://www.linkedin.com/login\">LinkedIn</a> and other relevant social media profiles. A great strategy for this is to see if they have a <a href=\"https://gravatar.com/\">Gravatar</a> profile, as this will contain all their social media information and other important links and give a solid overview of what they do.</p>\n\n\n\n<img width=\"600\" height=\"441\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-1.gif?w=600\" alt=\"Nigel Cameron’s Gravatar profile\" class=\"wp-image-1520\" />\n\n\n\n<p></p>\n\n\n\n<p>For example, <a href=\"https://gravatar.com/nigelcameron\">Nigel Cameron’s Gravatar profile</a> provides a snapshot of his engagement in technology and policy discussions, which could be important for meaningful interactions at the conference. Establish clear goals for whom to meet, which sessions to attend, and the outcomes you aim to achieve. This preparation will ensure your event time is productive and impactful. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Establish connections beforehand and create a meeting schedule</strong></h3>\n\n\n\n<p>Plan ahead by contacting potential connections via email or social media. Use platforms like LinkedIn to introduce yourself and express interest in meeting. You can also use <a href=\"https://calendar.google.com/\">Google Calendar</a> or conference apps to schedule face-to-face meetings. This means you won’t miss anyone you plan to talk to, nor do you have to awkwardly approach them! </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Strengthen existing connections</strong></h3>\n\n\n\n<p>While forming new connections is important, don’t forget to nurture existing relationships. Reinforcing pre-existing ties can lead to deeper professional ties and opportunities. </p>\n\n\n\n<p><strong>Pro tip: </strong>After an initial meeting, follow up with a personalized message referencing previous interactions, shared interests, and potential for future collaboration. You can take it a step further by scheduling a one-on-one meeting during the conference and using that time to catch up.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Make time for new networking opportunities</strong></h3>\n\n\n\n<p>A well-structured schedule is great, but allowing room for spontaneous networking opportunities is equally important. These unplanned moments can often lead to the most valuable connections and insights.<br /><br />Be open to impromptu meetups or casual conversations in common areas like coffee shops, lounges, or hallways. If you overhear a discussion that piques your interest, please join in and contribute your thoughts politely. These organic interactions can generate genuine connections and reveal shared interests or challenges.<br /><br />Another way to embrace spontaneity is to participate in conference-specific social media hashtags. Many attendees use these hashtags to share insights, ask questions, and arrange informal gatherings to further professional relationships, which brings us to the next point. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Leverage social media to amplify your conference presence</strong></h3>\n\n\n\n<p>Identify the official platforms and social profiles used by the conference, and engage with them to maximize your visibility. Share compelling content that resonates with your audience throughout the event, including session takeaways, personal insights, and behind-the-scenes moments. Actively engage with posts from speakers, attendees, and influencers to cultivate meaningful online interactions that can translate into valuable offline connections.</p>\n\n\n\n<p>When live-tweeting or providing real-time updates, balance digital engagement and in-person networking. Remember, while social media offers a powerful platform for extending your reach, face-to-face interactions remain essential for building lasting relationships and maximizing the impact of your conference experience. Using social media, you can amplify your presence, create meaningful connections, and leave a lasting impression on virtual and physical audiences.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Prepare conversation starters and ask leading questions</strong></h3>\n\n\n\n<p>Engaging in meaningful conversations at conferences begins with the right conversation starters. Personalized openers are more impactful than generic ones, as they demonstrate genuine interest and help you stand out. One of the most important things you can do is to make sure you appear curious and knowledgeable by asking informed questions about current industry trends or recent publications.</p>\n\n\n\n<p>Before the event, research industry news and trends to develop conversation starters tailored to different professionals you might meet, such as developers, executives, or marketers. Consider asking leading questions that prompt thoughtful discussions and enable you to better understand the other person’s perspective and challenges. Here are some examples:</p>\n\n\n\n<p><strong>For developers</strong>: “I noticed your recent project on <a href=\"https://github.com/\">GitHub</a>. Can you tell me more about the technology stack you used and any challenges you faced?”</p>\n\n\n\n<p><strong>For executives</strong>: “I read about your company’s recent expansion into international markets. What drove that decision, and what are your goals for the future?”</p>\n\n\n\n<p><strong>For marketers</strong>: “I saw your recent article on social media strategies. How will emerging platforms impact marketing efforts in the coming year?”</p>\n\n\n\n<p>Remember, ask questions that show genuine interest in the other person’s work and experiences!</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Refine your elevator pitch</strong></h3>\n\n\n\n<p>Crafting an elevator pitch is a great way to make a memorable first impression at conferences. Start by determining the core message of your professional narrative. Ask yourself what sets you apart and makes you memorable. Focus on your value to potential contacts or employers, highlighting how your skills and expertise can benefit them. </p>\n\n\n\n<p>Keep your pitch concise, aiming for 30 to 60 seconds to respect the listener’s time and maintain their attention. Ensure your pitch is adaptable, allowing you to tailor it to different audiences and situations for maximum impact.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Plan your exit strategy</strong></h3>\n\n\n\n<p>Having a solid exit plan is not just about escaping a failed conversation; it’s a crucial aspect of professional networking that allows you to gracefully transition between interactions and make the most of your time at a conference. A well-crafted exit strategy enables you to smoothly end conversations, both successful and unsuccessful, while maintaining positive connections and your reputation. Knowing when to politely wrap up an interaction is just as important as starting one, as overextending a conversation can be detrimental. Clear exit strategies and steps can minimize disruptions, help you adapt strategically to new possibilities, and ensure you have the opportunity to connect with a diverse range of people.</p>\n\n\n\n<p>Here’s how to do it right:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Understanding social cues</strong>: Read body language and conversational cues to gauge when to exit a conversation.</li>\n\n\n\n<li><strong>Creating natural transition points</strong>: Guide conversations toward a courteous conclusion by finding natural pauses or wrapping up current topics.</li>\n\n\n\n<li><strong>Offering a tangible follow-up</strong>: Suggest specific ways to reconnect, such as exchanging emails or connecting on LinkedIn, and use tools like <a href=\"https://gravatar.com/\">Gravatar</a> to streamline the process.</li>\n\n\n\n<li><strong>Excusing yourself politely</strong>: Use phrases like “It’s been great chatting, but I don’t want to monopolize your time” to signal departure graciously.</li>\n\n\n\n<li><strong>Timing your departure</strong>: Find the right moment to leave, neither lingering too long nor exiting abruptly, to ensure a positive impression.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Use Gravatar as your contact-sharing app</strong></h2>\n\n\n\n<img width=\"660\" height=\"373\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-8.png?w=660\" alt=\"Gravatar profile example\" class=\"wp-image-1521\" />\n\n\n\n<p></p>\n\n\n\n<p>Using <a href=\"https://gravatar.com/\">Gravatar</a> as your go-to contact-sharing tool can revolutionize your conference experience. Gravatar is a platform that allows you to create a comprehensive professional profile linked to your email address. This profile contains essential information about yourself, including your photo, bio, and contact details, making it an ideal touchpoint for networking.</p>\n\n\n\n<p>Here’s why Gravatar stands out and how to make the most of its features:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Universal profile consistency</strong>: Gravatar ensures consistency across multiple platforms with a single, universal profile image and information. This unified presence enhances <a href=\"https://blog.gravatar.com/2024/04/10/personal-branding-tools/\">personal branding</a>, making it easier for new contacts to recognize and recall you amidst the conference crowd.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"429\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-9.png?w=660\" alt=\"Using links in your Gravatar profile\" class=\"wp-image-1522\" />\n\n\n\n<p></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Displaying social information and relevant links</strong>: Integrate direct links to your relevant social networks (e.g., <a href=\"https://www.linkedin.com/login\">LinkedIn</a>, <a href=\"https://twitter.com/?lang=en\">X/Twitter</a>) within your Gravatar profile. This allows contacts to explore your online identity and connect with you across various platforms.</li>\n</ul>\n\n\n\n<img width=\"660\" height=\"259\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-10.png?w=660\" alt=\"Adding contact information\" class=\"wp-image-1523\" />\n\n\n\n<p></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Adding contact details</strong>: Enhance accessibility by including essential contact information such as your business email and phone number (if comfortable sharing publicly). Additionally, integrate your online calendar into your Gravatar profile, simplifying the process for contacts to schedule follow-up meetings and engagements.</li>\n\n\n\n<li><strong>Privacy controls</strong>: Gravatar empowers users with privacy controls, allowing selective sharing of personal information. You can publicly display only the contact details you’re comfortable sharing, maintaining control over your privacy.</li>\n</ul>\n\n\n\n<p>To make it even easier to share your contact details, you can add a QR code that connects to your Gravatar profile on your conference tag or business card. By doing this, you can make it more visible and accessible for potential connections. Check out <a href=\"https://docs.gravatar.com/profiles/qr-codes/#:~:text=QR%20Codes%20are%202%2Ddimensional,page%20for%20the%20requested%20profile\">Gravatar’s step-by-step instructions</a> on creating QR codes for details!</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Follow up with your connections</strong></h3>\n\n\n\n<p>Networking is an ongoing process. Cultivating relationships requires follow-ups to solidify connections and create meaningful engagement. Here’s how you can effectively follow up with your connections:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Encouraging follow-ups with Gravatar</strong>: Include your email, phone number, online calendar, and contact form to increase the chances of people contacting you. Gravatar makes it easy for others to contact you and promotes proactive communication.</li>\n\n\n\n<li><strong>CRM systems</strong>: Use Customer Relationship Management (CRM) systems to track new connections and manage interactions smoothly. Integrating with email tools allows you to send automated messages and set reminders for follow-up tasks to ensure no missed connections.</li>\n\n\n\n<li><strong>Template messages</strong>: Prepare message templates in advance that can be personalized for each new connection. This improves the follow-up process while maintaining a personalized touch that resonates with recipients.</li>\n\n\n\n<li><strong>Workflow automation</strong>: Implement workflow automation to trigger a series of actions post-conference. Set up sequences for LinkedIn connection requests, thank-you emails, and reminder tasks for future follow-ups. This ensures consistent engagement and maximizes the potential of your networking efforts.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Transform connections into career milestones with Gravatar</strong></h2>\n\n\n\n<p>With these tips, you’re ready for any networking event or conference. To be even more prepared, create your Gravatar profile. Maintaining a consistent Gravatar across platforms improves your personal branding, ensuring you’re recognized and respected in your field.</p>\n\n\n\n<p>By linking a QR code to your Gravatar profile on your business card or digital conference tag, you can quickly transfer your contact information to new connections, and by adding your contact details, including your calendar link, to your Gravatar profile, it’s easy for new contacts to follow up with you!</p>\n\n\n\n<p>Gravatar is the perfect companion tool for making new connections and nurturing existing ones. <a href=\"https://gravatar.com/\">Build your own Gravatar profile today</a> and start networking like a pro!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Jun 2024 19:37:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: Highlights from WordCamp Europe 2024\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2024/06/highlights-from-wordcamp-europe-2024/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8325:\"<p><em>2,584 attendees participated in the 12th annual WordPress event in Europe, held at the </em><a href=\"https://europe.wordcamp.org/2024/venue/\"><em>Lingotto Conference and Exhibition Centre</em></a><em> in Torino, Italy.</em></p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/wceu-torino-night.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17376\" />The <a href=\"https://www.museocinema.it/en/museum-and-ma-prolo-foundation/mole-antonelliana\">Mole Antonelliana</a> in Torino, illuminated to celebrate WordCamp Europe 2024\n\n\n\n<p>From June 13-15, 2024, WordPress enthusiasts from across the globe gathered in Torino to explore and celebrate the world’s most popular web platform. A dedicated team of 250 volunteers, led by WordCamp veterans Wendie Huis in ‘t Veld, Juan Hernando, and Takis Bouyouris, organized and produced the event.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Impact in Action on Contributor Day</h2>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/contributor-day/\">Contributor Day</a> brought together 726 contributors working across 25 teams to support the WordPress project. Their accomplishments included translating 79,059 “strings” for the WordPress user interface across 29 languages, updating documentation for the forthcoming 6.6 release, onboarding new contributors for the support forums and testing teams, and identifying ways to improve plugin security.</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/Contributors-at-work.jpeg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17377\" />Contributors gathering during WCEU 2024 Contributor Day\n\n\n\n<h2 class=\"wp-block-heading\">Sustainable open source is the future</h2>\n\n\n\n<img width=\"1024\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/day1-keynote.jpg?resize=1024%2C576&ssl=1\" alt=\"\" class=\"wp-image-17378\" />Keynote presenters, Joost de Valk and Juliette Reinders Folmer\n\n\n\n<p>Joost de Valk and Juliette Reinders Folmer delivered the event’s opening keynote address on <a href=\"https://europe.wordcamp.org/2024/session/sustainable-open-source-is-the-future/\">sustaining open source software projects</a>. Their keynote covered funding open source, contributing beyond code, and convincing buyers in commercial enterprises that open source is a viable alternative to proprietary platforms.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Two days of engaging sessions</h2>\n\n\n\n<p>Friday and Saturday saw 60 presentations and workshops held across <a href=\"https://europe.wordcamp.org/2024/schedule/\">three tracks</a>. Topics included WordPress development, accessibility, design, business, community, artificial intelligence, and cybersecurity.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo2-1.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17381\" />Speed Build Session\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<img width=\"1024\" height=\"783\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/session-photo1-1.jpg?resize=1024%2C783&ssl=1\" alt=\"\" class=\"wp-image-17382\" />Connect Series\n</div>\n</div>\n\n\n\n<p>A youth workshop gave younger attendees hands-on opportunities to build WordPress websites, explore new tech, and learn about internet safety. Meanwhile, a wellness-themed track included yoga lessons and walking tours of Torino, encouraging attendees to step away from their screens and explore the beauty of this year’s host city.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Mid-year project update</h2>\n\n\n\n<p>WordPress Cofounder Matt Mullenweg shared a <a href=\"https://youtu.be/ELW4Jdvujbc\">mid-year project update on WordPress</a> and concluded by fielding questions from the audience on various topics, from Gutenberg Phases to the WordPress Playground, and acknowledging a request to escalate a bug fix.</p>\n\n\n\n<p>Matt’s presentation highlighted the success of the <a href=\"https://make.wordpress.org/community/2024/06/15/wordpress-contributor-mentorship-program-q4-2024-call-for-interest/\">contributor mentorship program</a> and WCEU Contributor Day, demoed Translate Live, and shared an update on the <a href=\"https://wordpress.org/data-liberation/\">Data Liberation</a> initiative. </p>\n\n\n\n<p>Matt also covered the latest innovations with <a href=\"https://wordpress.org/playground/\">WordPress Playground</a>, highlighted <a href=\"https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/\">performance gains</a>, and previewed features anticipated in future releases, like rollbacks for auto-updates and zoomed-out view.</p>\n\n\n\n<img width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/matt.jpg?resize=1024%2C683&ssl=1\" alt=\"\" class=\"wp-image-17383\" />WordPress Cofounder Matt Mullenweg\n\n\n\n<p>Acknowledging an exciting new trend in the WordPress community, Mullenweg discussed “speed build challenges,” where onlookers watch WordPress experts build websites in real-time, showcasing tips, shortcuts, and best practices. One such event took place during a WCEU session, and in the Q&A portion of Matt’s presentation, he was invited to participate in one–an invitation he accepted!</p>\n\n\n\n<p>Matt reflected on WordPress reaching its 21st anniversary since he and Mike Little launched the first version in 2003. He <a href=\"https://ma.tt/2024/05/wp21/\">shared 11 things</a> to ensure that WordPress remains sustainable for decades to come:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Simple things should be easy and intuitive, and complex things possible.</li>\n\n\n\n<li>Blogs and dynamic sites are better.</li>\n\n\n\n<li>Documentation should be wiki-easy to edit.</li>\n\n\n\n<li>Forums should be front and center.</li>\n\n\n\n<li>Plugins and themes with community infrastructure.</li>\n\n\n\n<li>Great theme previews and diverse aesthetics.</li>\n\n\n\n<li>We can’t over-index for guidelines and requirements.</li>\n\n\n\n<li>Feedback loops are so important.</li>\n\n\n\n<li>Core should be opinionated and quirky.</li>\n\n\n\n<li>If you make WordPress, use WordPress.</li>\n\n\n\n<li>Stay close to our end-users</li>\n</ol>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div><a href=\"https://youtu.be/ELW4Jdvujbc\">Watch Matt’s project update</a> on the WordPress YouTube channel\n\n\n\n<h2 class=\"wp-block-heading\">Closing remarks</h2>\n\n\n\n<p>In their closing remarks, the event organizers expressed gratitude for the endorsements of the <a href=\"https://europe.wordcamp.org/2024/wordcamp-europe-receives-patronage-from-the-european-parliament/\">European Parliament</a>, the city of Torino, and Turismo Torino, the regional tourism board. The volunteer team was celebrated for their hard work in producing the event. </p>\n\n\n\n<p>Closing out a robust three days of programming, the organizing team announced that <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe 2025</a> would be held in Basel, Switzerland, from June 5 to 7, 2025. The announcement was met with hearty applause and plans to meet in a year’s time.</p>\n\n\n\n<img width=\"1024\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2024/06/group.jpg?resize=1024%2C682&ssl=1\" alt=\"\" class=\"wp-image-17384\" />Attendees gather for a photo at WCEU in Torino\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Stay connected</strong></h2>\n\n\n\n<p><a href=\"https://events.wordpress.org/\">WordPress events</a> enable technologists, open source enthusiasts, and community members around the globe to meet, share ideas, and collaborate to drive WordPress and the open web forward.</p>\n\n\n\n<p>Mark your calendars for <a href=\"https://us.wordcamp.org/2024/\">WordCamp US</a> (Portland, Oregon, United States), <a href=\"https://wordpress.org/state-of-the-word/\">State of the Word</a> (Tokyo), and next year’s <a href=\"https://asia.wordcamp.org/2025/\">WordCamp Asia</a> in Manila!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>This post is a collaboration between the contributors who produce content for <a href=\"https://wordpress.org/news\">wordpress.org/news</a> and the WordCamp Europe Communications team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jun 2024 21:29:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Do The Woo Community: Learn About All the Shows on the Do the Woo Podcast Channel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://dothewoo.io/learn-about-all-the-shows-on-the-do-the-woo-podcast-channel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"With our launch we now have 12 shows on the Do the Woo podcast channel. Learn about all them today.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Jun 2024 08:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: Do the Woo Podcast Channel 4.0 Official Launch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84105\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://dothewoo.io/do-the-woo-podcast-channel-4-0-official-launch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"How does one even summarize our launch in this excerpt?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Jun 2024 07:40:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: Thinking About Our Launch on WCEU Contributor Day\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://dothewoo.io/thinking-about-our-launch-on-wceu-contributor-day/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"As I ponder this launch, there is a lot of crossover between it and the Contributor Day here at WordCamp Europe.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 13 Jun 2024 07:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Do The Woo Community: A Pre-Launch Chat with Jay Walsh at WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/a-pre-launch-chat-with-jay-walsh-at-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"Jay Walsh, Public Relations at WooCommerce and BobWP have a conversation about what Do the Woo means to the community.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jun 2024 08:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"HeroPress: Providing great value to WordPress without coding – Denna text finns även på svenska nedan – Это эссе также есть на русском ниже\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=6848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"https://heropress.com/essays/providing-great-value-to-wordpress-without-coding/#utm_source=rss&utm_medium=rss&utm_campaign=providing-great-value-to-wordpress-without-coding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22927:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/06/061124-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I want the WordPress community to become even stronger and more sustainable.\" />\nHere is Tobi reading his own story aloud.\n\n\n\n\n\n<p><a href=\"https://heropress.com/feed/#svenska\">Denna text finns även på svenska nedan.</a></p>\n\n\n\n<p><a href=\"https://heropress.com/feed/#russian\">Это эссе также есть на русском ниже.</a></p>\n\n\n\n<p>There are a lot of ways to contribute to WordPress, many of which require no coding skills. Here, I’d like to share my journey into WordPress and what this project means to me.</p>\n\n\n\n<p><em>Who am I?</em></p>\n\n\n\n<p>I’m Swedish but have been living abroad for the last 23 years. I like technology in general, IT and Telecom in particular. I love writing and do it regularly in three languages: English, Swedish, and Russian.</p>\n\n\n\n<p>Professionally, I’ve gained lot of experience over the last 30 years as Project Manager, Product Manager, and Change Manager, mainly in Telecom and IT. During this time, I have lived and worked in ten countries. I’ve been leading small and large teams, working both on-site and remotely, in positions with both system vendors and operator companies (startups, as well as large, mature companies). I’ve been doing both traditional “waterfall” projects, and leading Scrum teams.</p>\n\n\n\n<p>In parallel, between projects, I’ve also worked many years as a professional linguist (English, Swedish, and Russian).</p>\n\n\n\n<p><em>Discovering WordPress</em></p>\n\n\n\n<p>I started blogging in Russian on a different platform in early 2005. A couple of years later I picked up writing poetry and short form fiction in Swedish, publishing it initially on a specialized Swedish resource.</p>\n\n\n\n<p>In 2011, I decided to gather most of my writing in one place. I got me a domain, installed WordPress and built my own three-language web site. I still remember how magically easy it was to migrate my Russian blog from LiveJournal to WordPress already in 2011.</p>\n\n\n\n<p><em>Initial contribution to the WordPress eco-system</em></p>\n\n\n\n<p>For use on my own sites, I improved the Swedish and Russian translations of the theme I was using and shared these translations with the theme developer for other people to use.</p>\n\n\n\n<p><em>Contributing more actively</em></p>\n\n\n\n<p>Using WordPress was fun. Now and then I help friends and family setting up simple sites. I was gradually becoming more interested in participating in the making of WordPress as a way of giving back to the community. I happened to have some spare time available when WordPress 4.7 was being prepared. Being a professional translator, I quickly suggested several hundreds of strings for the Swedish translation and was quickly promoted to General Translation Editor for Swedish. Soon I was expanding and mentoring the Swedish translation team.</p>\n\n\n\n<p><em>But there was more to it</em></p>\n\n\n\n<p>As an experienced Project Manager and Change Manager, I strived to understand the fuller picture better, and helped fellow GTEs for other language teams to discuss and solve problems they encountered. Here, too, I was soon promoted to team representative and global mentor.</p>\n\n\n\n<p>Since then, I’ve been contributing in several ways: co-organizer of a WordCamp in Stockholm, co-organizer of several translation events, Support contributor (especially in the Swedish support forum), as speaker, and more.</p>\n\n\n\n<p>Recently, I’ve participated actively in discussions around improving “discoverability” of contributing to WordPress and creating smoother on-boarding for new contributors. I also participated as mentor in the pilot cohorts of our new mentoring program for new contributors. This kind of building structure and improving processes come naturally to me, because of my professional experience and my interests in general.</p>\n\n\n\n<p>I want the WordPress community to become even stronger and more sustainable. There’s much more to be done, especially when it comes to building up strong local communities that can translate, train, popularize and support WordPress in many different languages and locations around the world.</p>\n\n\n\n<p>I’d be enormously happy to contribute much more to these processes. A perfect solution would be to become a full-time sponsored contributor, where I’d be fully able to bring big value. It may go the other way, too: If I get hired for some intensive project, I may not have time and energy for WordPress, even if contributing here brings me happiness and fulfillment.</p>\n\n\n\n<p>Tor-Björn (Tobi) Fjellner</p>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6848_4286a0-c6 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6848_c4c0da-d7\"><div class=\"kt-inside-inner-col\">\n<p><strong>You can start contributing to WordPress today:</strong></p>\n\n\n\n<p>There are more than 20 volunteer teams contributing to WordPress.</p>\n\n\n\n<p>For instance, there are teams that:</p>\n\n\n\n<ul>\n<li>translate WordPress to more than 60 language versions</li>\n\n\n\n<li>develop and maintain documentation (in several languages)</li>\n\n\n\n<li>create trainings and self-study material (in several languages)</li>\n\n\n\n<li>edit, subtitle, and publish video recordings of presentations</li>\n\n\n\n<li>organize meetups and WordPress conferences</li>\n\n\n\n<li>gather photos and other media files that are free to use on any site</li>\n\n\n\n<li>… and much more</li>\n</ul>\n\n\n\n<p>Go to <a href=\"https://make.wordpress.org/contribute/\">https://make.wordpress.org/contribute/</a> to find which team suits you the best.</p>\n\n\n\n<p>You can also:</p>\n\n\n\n<ul>\n<li>See a list of the main teams at <a href=\"https://make.wordpress.org/\">https://make.wordpress.org/</a></li>\n\n\n\n<li>Register your personal forum account at <a href=\"https://login.wordpress.org/register?locale=en_US\">https://login.wordpress.org/register?locale=en_US</a> </li>\n\n\n\n<li>Search a WordPress event near you at <a href=\"https://events.wordpress.org/\">https://events.wordpress.org/</a> </li>\n</ul>\n</div></div>\n\n</div></div>\n\n\n<p class=\"kt-adv-heading6848_c1e170-ec wp-block-kadence-advancedheading\">Welcome!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 id=\"svenska\" class=\"kt-adv-heading6848_83d9c3-1c wp-block-kadence-advancedheading\">Att tillföra stort värde till WordPress utan programmering</h1>\n\n\n\nHär läser Tobi själv sin berättelse på svenska.\n\n\n\n\n\n<p>Man kan bidra till WordPress på många sätt, och långt ifrån alla kräver kunskaper i programmering. Här vill jag berätta om hur jag hittade fram till WordPress och vad projektet betyder för mig personligen.</p>\n\n\n\n<p><em>Vem är jag?</em></p>\n\n\n\n<p>Jag är från Sverige men bor utomlands sedan 23 år. Jag gillar teknik i allmänhet, framför allt IT och telekom. Jag älskar att skriva och gör det regelbundet på tre olika språk: engelska, svenska och ryska.</p>\n\n\n\n<p>Genom mina jobb har jag samlat på mig stor erfarenhet under de senaste 30 åren som projektledare, produktchef och change manager, främst inom telekom och IT. Sammanlagt har jag bott och arbetat i tio länder. Jag har lett både små och stora team, arbetat direkt på plats och på distans, för både systemleverantörer och telekomoperatörer (både nystartade och etablerade operatörer). Jag har både arbetat med traditionellt projektformat och lett Scrum-team.</p>\n\n\n\n<p>Mellan projekten, har jag också arbetat många år som professionell översättare och redaktör (på engelska, svenska och ryska).</p>\n\n\n\n<p><em>Hur jag upptäckte WordPress</em></p>\n\n\n\n<p>Jag började blogga på ryska på en annan plattform i början av 2005. Ett par år senare började jag skriva poesi och korta skönlitterära texter på svenska, som jag i början publicerade på en specialiserad webbplats (poeter.se).</p>\n\n\n\n<p>År 2011 bestämde jag mig för att samla det mesta av mitt skrivande på en plats. Jag skaffade en domän, installerade WordPress och byggde min egen trespråkiga webbplats. Jag minns fortfarande hur magiskt enkelt det var att migrera min ryska blogg från LiveJournal till WordPress redan år 2011.</p>\n\n\n\n<p><em>Mitt första bidrag till WordPress ekosystem</em></p>\n\n\n\n<p>Jag förbättrade de svenska och ryska översättningarna av temat jag använde för eget bruk och skickade dem även till temats utvecklare så att andra kunde ha nytta av dem.</p>\n\n\n\n<p><em>Bidrar mer aktivt</em></p>\n\n\n\n<p>Det var roligt att använda WordPress. Ibland hjälpte jag familj och vänner att skapa enkla webbplatser. Efterhand började jag intressera mig mer för att bidra till WordPress som ett sätt att ge tillbaka till communityn. Jag råkade ha tid över när WordPress 4.7 var på väg att lanseras. Med min erfarenhet som professionell översättare föreslog jag svenska översättningar för hundratals strängar och blev snabbt befordrad till svensk översättningsredaktör för WordPress (General Translation Editor). Kort därefter var jag sysselsatt med att hitta fler översättare och fungera som mentor för det svenska översättningsteamet.</p>\n\n\n\n<p><em>Mer än så</em></p>\n\n\n\n<p>Som erfaren projektledare och förändringsledare strävade jag efter att förstå helhetsbilden bättre och hjälpte även GTE:er med råd och stöd om de undrade över något. Även här blev jag snart befordrad till teamrepresentant och global mentor.</p>\n\n\n\n<p>Sedan dess har jag bidragit på flera sätt: jag var med och organiserade en WordCamp-konferens i Stockholm, medorganisatör av flera översättningsevenemang, aktiv i supportforumen (särskilt det svenska supportforumet), talare på konferenser, med mera.</p>\n\n\n\n<p>På senare tid deltar jag aktivt i diskussioner kring hur vi kan göra det enklare att ”upptäcka” möjligheter att bidra till WordPress och göra processen smidigare för nya volontärer. Jag deltog också som mentor i pilotomgångarna av vårt nya mentorprogram för nya bidragsgivare. Att strukturera verksamhet och förbättra processer är naturligt för mig, som en följd av min yrkeserfarenhet och intressen i allmänhet.</p>\n\n\n\n<p>Min önskan är att WordPress-communityn ska bli ännu starkare och tåligare. Det går att göra mycket mer, i synnerhet när det gäller att bygga upp starka lokala communities som kan översätta, skapa utbildning, popularisera och stödja WordPress på många olika språk runt om i världen.</p>\n\n\n\n<p>Jag vore enormt glad om jag får möjlighet att bidra mycket mer till dessa processer. En perfekt lösning skulle vara att bli en WordPress-volontär på heltid med sponsring från något företag i branschen. Jag kommer att kunna tillföra stort värde. Det kan gå åt andra hållet också: Om jag får anställning med något intensivt och krävande projekt utanför WordPress kanske jag inte kommer att hinna eller orka att bidra till WordPress, trots att det ger mig glädje och tillfredsställelse.</p>\n\n\n\n<p>Tor-Björn (Tobi) Fjellner</p>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6848_182f9a-32 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6848_e5a438-c6\"><div class=\"kt-inside-inner-col\">\n<p>Du kan börja bidra till WordPress idag:</p>\n\n\n\n<p>Det finns över 20 volontärteam som bidrar till WordPress på olika sätt.</p>\n\n\n\n<p>Till exempel finns det team som:</p>\n\n\n\n<ul>\n<li>översätter WordPress till fler än 60 språkversioner</li>\n\n\n\n<li>utvecklar och underhåller dokumentation (på flera språk)</li>\n\n\n\n<li>skapar utbildningar och självstudiematerial (på flera språk)</li>\n\n\n\n<li>redigerar, undertexter och publicerar videoinspelningar av presentationer</li>\n\n\n\n<li>organiserar träffar och WordPress-konferenser</li>\n\n\n\n<li>samlar foton och andra mediafiler som är fria att använda på vilken webbplats som helst</li>\n\n\n\n<li>och mycket mer</li>\n</ul>\n\n\n\n<p>Gå till https://make.wordpress.org/contribute/ för att hitta vilket team som passar dig bäst.</p>\n\n\n\n<p>Du kan också:</p>\n\n\n\n<ul>\n<li>Se en lista över de viktigaste teamen på <a href=\"https://make.wordpress.org/\">https://make.wordpress.org/</a></li>\n\n\n\n<li>Registrera ditt personliga forumkonto på <a href=\"https://login.wordpress.org/register?locale=sv_SE\">https://login.wordpress.org/register?locale=sv_SE</a></li>\n\n\n\n<li>Söka efter ett WordPress-evenemang nära dig via https://events.wordpress.org/</li>\n</ul>\n</div></div>\n\n</div></div>\n\n\n<p class=\"kt-adv-heading6848_5a4fda-7d wp-block-kadence-advancedheading\">Välkommen!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h1 id=\"russian\" class=\"kt-adv-heading6848_f180c3-95 wp-block-kadence-advancedheading\"><strong>Как быть полезным для WordPress если ты не программист</strong></h1>\n\n\n\nТут Тоби сам читает свой рассказ.\n\n\n\n\n\n<p>Есть ряд способов внести свой вклад в WordPress, и многие из них не требуют навыков программирования. Хочу поделиться своим путем в WordPress и тем, что этот проект значит для меня.</p>\n\n\n\n<p><em>Кто я?</em></p>\n\n\n\n<p>Я швед, но живу за границей последние 23 года. Мне нравится технологии в целом, а IT и телекоммуникации в частности. Я люблю писать и делаю это регулярно на трех языках: английском, шведском и русском.</p>\n\n\n\n<p>За последние 30 лет я был менеджером проектов, менеджером по продуктам и менеджером по изменениям, главным образом в телекоммуникациях и IT. Жил и работал в десяти странах мира, в разных культурах. Я руководил малыми и большими командами, работал как на месте, так и удаленно. Работал и у поставщиков систем, и у операторских компаний (стартапы и крупные, зрелые компании). Я вел как проекты в традиционном стиле, так и руководил Scrum-командами. Как видите, у меня богатый и разносторонний опыт.</p>\n\n\n\n<p>Кроме этого, между проектами, я также много лет работаю профессиональным переводчиком и редактором (на английском, шведском и русском). Языки моë особое увлечение.</p>\n\n\n\n<p><em>Как я пришел в WordPress</em></p>\n\n\n\n<p>Я начал вести блог на русском языке на другой платформе в начале 2005 года. Спустя пару лет я начал писать стихи и короткие рассказы на шведском. В начале я публиковал эти тексты нa специализированном сайте.</p>\n\n\n\n<p>В 2011 году я решил собрать большую часть своих произведений в одном месте, и выбрал для этого WordPress и построил свой собственный трёхъязычный сайт. Я до сих пор помню, как неожиданно легко было перенести мой русский блог с ЖЖ на WordPress, уже в 2011 году.</p>\n\n\n\n<p><em>Первый вклад в экосистему WordPress</em></p>\n\n\n\n<p>Я исправил русский и шведский переводы моей темы, и отправил их разработчику той самой темы, чтобы и другие люди могли пользоваться ими.</p>\n\n\n\n<p><em>Активное участие</em></p>\n\n\n\n<p>WordPress увлëк меня по-настоящему. Время от времени я помогал друзьям и семье настраивать простые сайты. В благодарность за то, что мне дал WordPress, мне захотелось внести свой вклад в проект. </p>\n\n\n\n<p>За месяц до выхода WordPress 4.7 у меня появилось немного свободного времени. Как профессиональный переводчик, я смог быстро предложить сотни строк для шведского перевода и тут же меня назначили общим редактором шведского перевода (GTE). После этого я начал расширять и наставлять шведскую переводческую команду.</p>\n\n\n\n<p><em>Но это ещë не всë!</em></p>\n\n\n\n<p>Как опытный Project Manager и Change Manager, я стремился лучше понять общую картину и помогал переводчикам на другие языки, когда у них возникали проблемы и вопросы. И вскоре я стал представителем команды и глобальным наставником.</p>\n\n\n\n<p>С тех пор, я вносил вклад в развитие WordPress различными способами: как соорганизатор WordCamp в Стокгольме, как соорганизатор нескольких переводческих мероприятий, как активный участник команды поддержки (особенно в шведском форуме поддержки), выступал на конференциях, и многое другое.</p>\n\n\n\n<p>В последнее время я активный член команды, которая популяризирует участие в развитие WordPress среди пользователей. Для новых участников проекта мы максимально облегчаем вход в проект. Я также был ментором в двух пилотных группах нашей новой программы по наставничеству. Оптимизация рабочих структур и процессов мне хорошо знакома по моей профессиональной деятельности, как Project Manager и Change Manager.</p>\n\n\n\n<p>Я хочу, чтобы сообщество WordPress становилось крепче и устойчивее. Есть много работы, особенно в формировании сильных команд в разных странах, для перевода, обучения, популяризации и поддержки WordPress на языках всего мира.</p>\n\n\n\n<p>Я буду рад внести гораздо больший вклад в эти процессы. Идеальным вариантом было бы стать полностью спонсируемым участником. Так я мог бы максимально приносить большую пользу. Когда занят другими проектами, не связанными с WordPress, не остаëтся ни времени, ни сил для WordPress, несмотря на то, что мое участие приносит мне радость и удовлетворение.</p>\n\n\n\n<p>Тур-Бьëрн (Тоби) Фьелльнер</p>\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id6848_0880ac-95 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top kb-theme-content-width\">\n\n<div class=\"wp-block-kadence-column kadence-column6848_b235cc-a4\"><div class=\"kt-inside-inner-col\">\n<p>Вы можете начать участвовать в развитии WordPress уже сегодня:</p>\n\n\n\n<p>Есть более 20 волонтерских команд, вносящих вклад в WordPress.</p>\n\n\n\n<p>Например:</p>\n\n\n\n<p>– переводят WordPress на более чем 60 языков</p>\n\n\n\n<p>– разрабатывают и поддерживают документацию (на нескольких языках)</p>\n\n\n\n<p>– создают учебные материалы и материалы для самостоятельного обучения (на нескольких языках)</p>\n\n\n\n<p>– редактируют, создают субтитры и публикуют видеозаписи презентаций</p>\n\n\n\n<p>– организуют встречи и конференции WordPress</p>\n\n\n\n<p>– собирают фотографии и другие медиафайлы, которые можно свободно использовать на любом сайте</p>\n\n\n\n<p>– и многое другое</p>\n\n\n\n<p>На странице <a href=\"https://make.wordpress.org/contribute/\">https://make.wordpress.org/contribute/</a> можете проверить, какая команда вам лучше подойдет.</p>\n\n\n\n<p>Вы также можете:</p>\n\n\n\n<p>– Посмотреть список основных команд на https://make.wordpress.org/</p>\n\n\n\n<p>– Зарегистрировать свой личный аккаунт на форуме на <a href=\"https://login.wordpress.org/register?locale=ru_RU\">https://login.wordpress.org/register?locale=ru_RU</a> </p>\n\n\n\n<p>– Найти мероприятия WordPress рядом с вами на https://events.wordpress.org/</p>\n</div></div>\n\n</div></div>\n\n\n<p class=\"kt-adv-heading6848_325732-c3 wp-block-kadence-advancedheading\">Добро пожаловать!</p>\n<p>The post <a href=\"https://heropress.com/essays/providing-great-value-to-wordpress-without-coding/\">Providing great value to WordPress without coding – Denna text finns även på svenska nedan – Это эссе также есть на русском ниже</a> appeared first on <a href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Jun 2024 05:30:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Tor-Björn Fjellner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.6 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17355\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7351:\"<p><br />WordPress 6.6 Beta 2 is here! Please download and test it.</p>\n\n\n\n<p id=\"block-79834dd4-c99a-477a-b722-091806a32976\"><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p id=\"block-aa4b335e-b1a2-4904-a68c-c3e73e574386\">Instead, test Beta 2 on a local site or a testing environment in any of these four ways:</p>\n\n\n\n<table class=\"has-fixed-layout\"><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta2.zip\">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.6-beta2</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 2 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table>Three ways to test WordPress Beta 2.\n\n\n\n<p id=\"block-7e6a92e6-dba7-4f69-9226-f4dcab4a0b91\">The target release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next five weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"block-aebce12b-08f8-40a7-9fe6-5a08f75d2254\">If you find an issue</h2>\n\n\n\n<p id=\"block-b9e58289-f6cb-4bdd-85a1-eb8d9a704ae4\">If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The bug bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">financial reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles between Beta 1, which landed June 4, and the final Release Candidate (RC) that will happen July 9. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The work continues</h2>\n\n\n\n<p><strong>Catch up with what’s new in 6.6:</strong> <a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\">check out the Beta 1 announcement for the highlights.</a></p>\n\n\n\n<p>Beta 2 packs in more than 50 updates to the Editor since the Beta 1 release, including 40+ <a href=\"https://core.trac.wordpress.org/query?status=closed&changetime=02%2F14%2F2024..02%2F19%2F2024&milestone=6.5&col=id&col=milestone&col=owner&col=type&col=priority&order=id\">tickets for WordPress core</a>:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/trunk?since=2024-06-04&until=2024-06-07&before=c7f51bdbe10bec0c0ab7f987a3f01caaa717c1db+70\">GitHub commits for 6.6</a> since June 4</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?changetime=06%2F04%2F2024..06%2F11%2F2024&resolution=fixed&milestone=6.6&max=1000&col=id&col=summary&col=type&col=milestone&col=owner&col=status&col=priority&order=priority\">Closed Trac tickets</a> since June 4</li>\n</ul>\n\n\n\n<p>The beta cycle is all about fixing the bugs you find in testing. Thanks again for this vitally important contribution to WordPress! </p>\n\n\n\n<p class=\"has-text-align-right is-style-default\"><em>Props to <a href=\"https://profiles.wordpress.org/priethor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>priethor</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/davidb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidb</a>, <a href=\"https://profiles.wordpress.org/atachibana/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>atachibana</a>, <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a>, and <a href=\"https://profiles.wordpress.org/juanmaguitar/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>juanmaguitar</a> for collaboration and review.</em></p>\n\n\n\n<h2 class=\"wp-block-heading\">A Beta 2 haiku</h2>\n\n\n\n<p>Testing is vital:<br />It makes everything better.<br />Let’s find all the bugs!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2024 16:26:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: A New Show. Scaling Enterprise, WordPress and OSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://dothewoo.io/a-new-show-scaling-enterprise-wordpress-and-oss/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"The Scaling Enterprise show features hosts Brad Williams, Karim Marucchi, and Tom Willmot discussing WordPress, OSS and enterprise.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2024 08:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Apple Intelligence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=114880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2024/06/apple-intelligence/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1849:\"<p>It was so cool to see <a href=\"https://wordpress.org/\">WordPress</a> highlighted (although with a lowercase P in in the closed captioning) on the Apple keynote today. </p>\n\n\n\n<img width=\"604\" height=\"396\" tabindex=\"0\" src=\"https://i0.wp.com/ma.tt/files/2024/06/IMG_0350-1024x672.jpeg?resize=604%2C396&ssl=1\" alt=\"\" class=\"wp-image-114881\" />\n\n\n\n<p>I recommend <a href=\"https://www.youtube.com/watch?v=RXeOiIDNNek\">watching the entire keynote</a>, but especially the <a href=\"https://youtu.be/RXeOiIDNNek?t=3870\">Apple Intelligence section starting at 1:04</a> not because we’re mentioned but because it shows the future of computing, which is the future of society.</p>\n\n\n\n<p>Apple is an exciting company because they push so much compute and capability to the edge with their devices, it gives people superpowers. The Grammarly-level editing and spell-check alone is amazing, on par with their math stuff. Some of these superpowers will be directed into blogging, and I can’t wait to see what people do with all these new generative tools at their disposal. I really love the Promethean model where all of us have devices in our pocket or desktop that can turn us into superheroes.</p>\n\n\n\n<p>I think it’s actually going to turn the hosting world upside down because complex transformations that would be difficult to run on the server-side will be trivial to run client-side with these millions and billions of processors being distributed through people’s smartphone upgrades. This innovation should exist at the operating-system layer (I include browsers and <a href=\"https://webassembly.org/\">WASM</a> in this) not be replicated in every application. <a href=\"https://wordpress.org/playground/\">WordPress Playground</a> plays into this trend. (Interesting that Apple has now started to adopt the playground terminology.)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Jun 2024 02:35:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress.org blog: WP Briefing: Episode 81: It’s your first WordCamp? Welcome!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=17352\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wordpress.org/news/2024/06/episode-81-its-your-first-wordcamp-welcome/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19406:\"<p>Get ready to dive into the vibrant world of WordCamps with this special episode of the WordPress Briefing, hosted by Josepha Haden Chomphosy! This episode is designed for first-time attendees; we’ll explore what to expect, from Contributor Day activities to mastering the art of socializing and networking. Whether you’re aiming to contribute to the WordPress community or simply looking to make new connections, this episode will help you navigate your first WordCamp with confidence and excitement. Join us for a fun and informative guide to ensure you’re prepared and energized for all the activities these dynamic events have to offer.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://asia.wordcamp.org/\">WordCamp Asia</a></li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/\">WordCamp Europe</a></li>\n\n\n\n<li><a href=\"https://us.wordcamp.org/\">WordCamp US</a></li>\n\n\n\n<li><a href=\"https://events.wordpress.org/upcoming-events/filtered/type/wordcamp/\">Upcoming Smaller WordCamps</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/\">Learn WordPress</a><br /><strong>Small List of Big Things</strong>\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.surveymonkey.com/r/9T3ZFSB\" target=\"_blank\" rel=\"noreferrer noopener\">Gender Equality in WordPress Businesses Survey</a></li>\n\n\n\n<li><a href=\"https://asia.wordcamp.org/2025/dates-and-venue-revealed/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Asia 2025: Dates and Venue Revealed</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/contribute/\" target=\"_blank\" rel=\"noreferrer noopener\">Try the Contributor Wizard Questionnaire</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2024/05/23/five-for-the-future-program-updates-may-2024/\" target=\"_blank\" rel=\"noreferrer noopener\">Five for the Future Program Updates: May 2024</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to <a href=\"mailto:wpbriefing@WordPress.org\">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-17352\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro Music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> A pivotal moment in my WordPress journey was when someone invited me to a WordCamp. I was sort of aware of WordPress, but certainly not aware of the community or the ways of open source. And when I look back, there were a few things I wish I had known going in. I am, of course, an unapologetic extrovert and therefore unstoppable at events, but if you are headed to your first WordCamp and are feeling a little nervous or confused, then pop in some earbuds because the next 10 minutes are for you.</p>\n\n\n\n<p>[00:01:11] <strong>Josepha:</strong> We’re going to first take a look at some basic tactical things about WordCamps, and then I’m going to tell you a few, like, human things about being a human going to events. If you’re a dog going to these events, I think that your prep is different, but also that is not my area of expertise. So the first thing, some tactical stuff about going to WordCamps. All of this happens before you even get in the front door. And so this is stuff that you can do in the comfort of your own home, on your own time, using your own computer. If you’ve got questions, you’ve got a search engine nearby to take some quick searches. Make sure you know what you’re talking about.</p>\n\n\n\n<p>But first things first, the shape of a WordCamp. All WordCamps have at least one day of talks, one social event, and sponsors to connect to. Some also have extra events that you need to sign up for, like Contributor Days, workshops, things like that. But we’ll start with the main event, right? We’re going to start with the day of talks and things.</p>\n\n\n\n<p>[00:02:09] <strong>Josepha:</strong> So when we’re looking at the main event of a WordCamp, what you should do is you should head to the WordCamp’s website and check out the schedule. I suggest that you plan for two, maybe three things that you might want to learn and look around at the schedule to see if there are any presenters or presentations that look like they fit those things that you think you might want to learn. Because if it’s not working for you, if it’s not teaching you something, then you don’t necessarily need to be in that one. Even if you’re not sure about a session a talk that you’re planning to go to, I recommend that you stop by, and then if you find out that it’s not for you, you can leave again. That’s fine. But I do encourage you to go to at least one thing that feels a little bit outside of your comfort zone. Even if you feel lost right now. It at least gives you an idea of what to search for once you do get to that point. I would never have known the things to search for early on in my learning of WordPress without going to at least one or two sessions that were just way over my head. </p>\n\n\n\n<p>[00:03:14] <strong>Josepha:</strong> Second thing is don’t forget to check when lunch is available. And if you have dietary restrictions, let them know ahead of time. I realize this sounds silly, and I don’t know about you, but I can’t focus when I’m hungry. But also, it’s really a great, low-stakes networking time, and I think one of the overlooked networking times as well. I mean, everyone’s gotta eat, right? And it’s easier to strike up a conversation over a meal than just out of thin air or, you know, in the middle of a presentation when you’re supposed to be listening to a talk. So yeah, check out when lunch is happening! And yeah, make a friend or two, sit down at a table, and ask somebody what they’re doing with WordPress and how long they’ve been doing it.</p>\n\n\n\n<p>And the third thing that I would recommend that you do when you’re looking at kind of the main event for a WordCamp is to schedule in time to wander around and meet the event sponsors. They are all experts in some WordPress problem or other, so probably they have a solution to a problem that you have got. But they’re also how we keep our prices super low, so even if you have no problems or you think you have no problems. Still, check them out. They’re also staffed with wonderful people that are building really cool stuff with WordPress and so you might just get some inspiration out there. </p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Now for the side events.</p>\n\n\n\n<p>So the side events, we’re going to kind of start close to the main event and work our way out. So you’ve got generally three types of side events if you don’t count the networking things, which, in this case, I’m not. But just know that almost every WordCamp has some networking event, either an after-party or, like, a happy hour, a social that happens before the event.</p>\n\n\n\n<p>You’ll get emails about those if you have signed up for updates on the website. Also, you can look on the website directly. Just check out the schedule. Always go to those. The networking is the best at a WordCamp. But the side events—we’re talking about specific types. Like I said, we’re going to start close and work our way out.</p>\n\n\n\n<p>[00:05:11] <strong>Josepha:</strong> So, workshops. These are just what they sound like. They’re classroom-style opportunities to practice the things you’ve learned at meetup events or on learn.WordPress.org, depending on how you found your way to this WordCamp. They mostly happen during the WordCamp itself. in a separate track, and there are like stacks of workshops in that track in that series of sessions. But a lot of them do require preregistration simply so that the trainer has an idea of how many people to expect. Again, if you get in the workshop and it’s way over your head, you feel like you absolutely cannot get it done, you’re always welcome to leave and check out some other area. But, in general, the workshops that we have WordCamps are pretty solid.</p>\n\n\n\n<p>So a little bit further removed from that are our Youth and Teen Days. So this is more of an event series that is specifically designed for teens or kids who are trying to learn more about WordPress and other related business and entrepreneurial topics. It’s kind of a catch all but also has a lot of WordPress content in it. They have age limits, of course, and require separate registration for safety and planning purposes both. And those, in general, are either half-day during the WordCamp itself or a full-day during that WordCamp. </p>\n\n\n\n<p>[00:06:32] <strong>Josepha:</strong> Which brings us then to the big one, the major side event. This is a full-day side event called Contributor Day. If your WordCamp has a Contributor Day, it will happen either the day before or the day after the WordCamp itself. It is an entire day where attendees come together to learn how to contribute to the future of the WordPress open source project. Now, if you are listening to this as part of, like, you’re getting ready to go to a WordCamp, and you don’t know what I meant by open source or open source project or WordPress open source project, that’s fine.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> You’re going to learn all about it at the Contributor Day if you go, but the TLDR is that this software that you are about to choose to build your website on is built by thousands of people across the planet who are looking for the best solutions to problems that they have in their businesses that probably you will encounter or have encountered before. There’s no new problems under the sun, and open source methodologies kind of use the collective wisdom of everybody who has ever worked with a WordPress project or site and ran into a problem that they had to solve on their own, like this open source project, this community of people just make sure that that wisdom is collected and standardized and made available for all of eternity.</p>\n\n\n\n<p>That’s all you need to know. Low key. I’ve made Contributor Days sound so calming. However, that is a whole day thing. It happens before or after the WordCamp. It has separate registration so that organizers of your WordCamp can plan for how many folks need to be there to teach new and returning contributors, what to do. If I’m going to be honest, if you’re going to get overwhelmed at any WordPress event, it’s going to be one of these, but they are well worth the effort.</p>\n\n\n\n<p>[00:08:30] <strong>Josepha:</strong> Even if you just make a single contribution and never return, which I hope is not the case for you. I hope you do return. Even if you make a single contribution and never return, there’s something really grounding about seeing how much expertise and time, and care goes into this software that is, against all odds, completely free. So that’s all the tactical stuff, or a lot of it anyway.</p>\n\n\n\n<p>It at least gives you a sense for what you’re getting yourself into for your first-ever wonderful WordPress weekend. But I promised you some human stuff too. So here is my considerably shorter list of stuff to bring as a human being going to a WordCamp. There’s an optional one. I’ll start you off with an optional one. Come with an idea of what you think you want to learn. You don’t have to come with that if you don’t want to. Some of us don’t know what we don’t know yet, and that’s fine too. But if you have a sense for what you think you need to learn, you’ll have an easier time figuring out how to spend your time while you’re here.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> So, the non-optional things. Bring some way to exchange information. It can be QR codes, business cards, or pen and paper. It doesn’t really matter as long as it’s something that works for you to be sharing information with people that you meet. Because you never know when you’re going to meet your business soulmate, but the odds that you’re going to do it at a WordCamp are pretty dang high.</p>\n\n\n\n<p>The second thing to bring is bring what you need to be comfortable. Bring your water bottle, a change of shoes if you need it, spare battery for your phone, your glasses. This day is going to be long enough without worrying about small inconveniences. So bring what you need to make yourself comfortable. </p>\n\n\n\n<p>[00:10:09] <strong>Josepha:</strong> And finally bring your bravery. You will not know by looking at someone whether they’ve been doing WordPress stuff for two years or two weeks. But you can know that at some point, they were in the first two days of trying to figure this all out. One of the most endearing things about this community is the zeal they bring to solving a problem. So if you get lost or stuck, just ask the person next to you. We all remember what it was like to know nothing, and we are rooting for you to succeed. And that’s it. That’s your whole list. That’s everything you need to know to be the most prepared first-time attendee to a WordCamp ever. If that all sounded more overwhelming than just showing up, don’t worry.</p>\n\n\n\n<p>You can also just show up. That’s what I did. And even though I knew next to nothing, those WordCampers made me feel welcome and included and kept me coming back to learn more.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> Ah, WordCamps. Gosh, I love those things. So glad that we’re all getting back together for them. </p>\n\n\n\n<p>[00:11:10] (Music interlude) </p>\n\n\n\n<p>[00:11:18] <strong>Josepha:</strong> That brings us now, my friends, to our small list of big things. If you’re a first-time WordPresser, if you’ve never been to a WordCamp, and you don’t know what any of these things are, don’t worry; you can still go take a look at them, or you can wait until later when you’re less overwhelmed.</p>\n\n\n\n<p>Either way, but this is our small list of big things for middle of the year 2024. First thing on my list, the gender equality in WordPress businesses survey is still open. It aims to gain critical insight into the gender composition of leadership teams, the experiences of women and gender-diverse leaders and employees, and also take a look at the challenges and barriers to their career success. I care deeply about making sure that we have a way for folks who are traditionally and historically underrepresented in technology have a way to get into our space. Obviously, women and nonbinary folks are an area that I feel particularly called to help build those on-ramps for, but I have a great concern for that across the entire ecosystem and any intersection that we run into as we get more and more users into our space. </p>\n\n\n\n<p>[00:12:30] <strong>Josepha:</strong> If you are a woman, if you work with women, if you work in WordPress, if you work in a WordPress business, go take that survey, and let’s see what we find out about what it’s like to work in this space, as somebody that we normally don’t see. </p>\n\n\n\n<p>The second thing on our list is that WordCamp Asia 2025 dates and venue have been revealed. So WordCamp Asia 2023 and 2024 were both major successes, and we are excited to share that the dates and venue for next year will be February 20th, 21st, 22nd in 2025 in Manila, and you’ll be able to go over to that website, take a look at it, we’ll have a link in the show notes as always and maybe start planning your your next big Asian adventure.</p>\n\n\n\n<p>[00:13:13] <strong>Josepha:</strong> The third thing on my list is this new contributor wizard questionnaire. So, there are more than 20 teams to contribute to in the WordPress project. They all show up at those Contributor Days that I talked about. But there are more than 20 of them. They work on different parts of the WordPress project every day. And our passionate community offers contribution opportunities for everyone. I know, we know, that finding the right team is the key to a meaningful contributor experience. So, our interactive questionnaire is here to help you determine where to start. It is sometimes difficult to know whether you can contribute to a software if you are a designer, if you are a writer, if you are in marketing.</p>\n\n\n\n<p>And it turns out that you can contribute to WordPress with a bunch of skills that you otherwise would not have realized. So, we’ll have a link to the questionnaire in the show notes again. Also, it’s probably going to pop up on WordCamp sites, Contributor Day sites, anything that helps you all understand where you might find a little bit of success as a contributor is a good place for it to be. Take the questionnaire, see where you land, the WordPress sorting hat. </p>\n\n\n\n<p>[00:14:18] <strong>Josepha:</strong> And item number four. So we’ve made some updates, not we’ve made some updates, we have some updates from the Five for the Future program. So the Five for the Future program has a long history in the WordPress project. There are a couple of different episodes in this podcast where you can learn more about it.</p>\n\n\n\n<p>But, to bolster transparency and openness, we have an update on the current state of WordPress contributions as of the end of May 2024. In the past few months, we’ve made a lot of efforts to improve the program and contributor experience in WordPress. We’ve also done a little bit of work to kind of clean up the pledges that are in there for, people or companies or teams that have found that they couldn’t continue their contributions over time. That is fine too. But we’ll have a link to that update in the show notes as well.</p>\n\n\n\n<p>[00:15:09] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don’t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You’ll get a friendly reminder whenever there’s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomposy. Thanks for tuning in today for the WordPress Briefing, and I’ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:15:36] (Music outro) </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2024 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Do The Woo Community: Press Release: Do the Woo 4.0 Official Launch: Elevating Voices in the WordPress Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/do-the-woo-4-0-official-launch-elevating-voices-in-the-wordpress-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Press Release: The official launch of the Do the Woo Podcast Channel 4.0 takes place during WordCamp Europe in Turino, Italy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2024 09:09:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Do The Woo Community: Do the Woo 4.0, This Week at WordCamp Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=84091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://dothewoo.io/do-the-woo-4-0-this-week-at-wordcamp-europe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This coming week we are at WordCamp Europe where we a launching Do the Woo 4.0.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Jun 2024 07:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Gravatar is Back\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=114859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2024/06/gravatar-is-back/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:614:\"<p><a href=\"https://gravatar.com/\">Gravatar</a>, which has been humming along quietly serving hundreds of billions of avatars into every app you love like Slack, Github, ChatGPT, Atlassian, Coinbase… <a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\">has a new API which allows people to bring in not just the avatar but more profile data</a>. Check it out. Gravatar continues to be a useful <a href=\"https://en.wikipedia.org/wiki/Focal_point_(game_theory)\">Schelling point</a> for the internet to allow to choose what they want to share and liberate their data from a single platform.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Jun 2024 21:24:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Gutenberg Times: Gutenberg Changelog #101 – WordPress 6.6 Beta 1, Gutenberg 18.3, 18.4, 18.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=28856\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-101-wordpress-6-6/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58966:\"<p>In this episode, Magdalena Paciorek and Birgit Pauli-Haack discuss WordPress 6.6 Beta 1, Gutenberg releases 18.3, 18.4, 18.5 and WordCamp Europe</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-101-wordpress-6-6/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-101-wordpress-6-6//#transcript\">Transcript</a></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Special Guest: Magdalena Paciorek</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.linkedin.com/in/paciorekmagdalena/\">Connect on LinkedIn </a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2024/04/11/a-first-look-at-the-interactivity-api/\">A first look at the Interactivity API</a> by Magdalena Paciorek </li>\n\n\n\n<li><a href=\"https://europe.wordcamp.org/2024/session/building-custom-post-types-with-blocks/\">Building custom post types with blocks</a> w/ Magdalena Paciorek</li>\n\n\n\n<li><a href=\"https://x.com/luisherranz/status/1780322340166939039\">Tweet By Luis Herranz</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Upcoming Events</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://gutenbergtimes.com/seven-talks-about-blocks-block-themes-and-beyond-at-wordcamp-europe-2024/\">Seven talks about blocks, block themes and beyond at WordCamp Europe 2024</a></li>\n\n\n\n<li>WordPress 6.6 Beta 1 version <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301323283/\">Developer Hours: Exploring Overrides for Synced Pattern in WordPres 6.6</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/05/hallway-hangout-theme-building-with-playground-create-block-theme-plugin-and-github/\">Hallway Hangout: Theme Building with Playground, Create-block-theme plugin, and GitHub</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301323283/\">Developer Hours: What’s new for theme developers in WordPress 6.6</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress 6.6 </h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\">WordPress 6.6 Beta 1 version</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\">Help test WordPress 6.6</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Gutenberg Releases</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/05/08/whats-new-in-gutenberg-18-3-8-may/\">What’s new in Gutenberg 18.3? (8 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/\">What’s new in Gutenberg 18.4 (22 May)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/06/09/what-is-new-in-gutenberg-18-5-05-jun/\">What is new in Gutenberg 18.5 (05 Jun)</a></li>\n</ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to the 101st episode of the Gutenberg Changelog podcast. In today’s episode, we will talk about WordPress 6.6 beta one. The last three Gutenberg plugin releases 18.3, 18.4, and 18.5, and WordCamp Europe, not necessarily in this order. I’m your host, Birgit Pauli-Haack, curator at the Gutenberg Times and a full-time core contributor for the WordPress Open Source project, sponsored the Automattic’s five for the future program. Today, I’m also happy to have Magdalena Paciorek as co-host with me. Magda has been one of the shining tutorial writers for the WordPress developer blog, and I’m also looking forward to learning more about building custom post types with blocks at WordCamp Europe. It’s definitely a topic that many developers have questions about. Magda, welcome to the Gutenberg Changelog podcast. Thanks for making the time today. How are you?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Hi, Birgit. Yeah, I’m great. I’m happy to present the new features.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome, awesome. So happy to have you on the show. So please tell us all more about you, where you live and what is your day job when you’re not writing for the developer blog, or presenting, or being a co-host.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Okay. I live in Poland and well, I’m basically a WordPress developer. I work in the marketing department, where I do maintenance of our websites that are built with WordPress. I’m mostly responsible for maintaining our blocks that we built for our team, so that they can build landing pages for marketing purposes. So that’s where my interest in Gutenberg came from my team, because that’s what I do in my everyday job, but I also work in marketing, so I write content around WordPress. I present at WordCamps and other WordPress events. My company also sponsors WordPress events, so I would always also attend these events. So yeah, so my work life is pretty much also WordPress, and also sometimes after work, because of the community that I’m involved with. So it’s a big part of my life.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Do you have family?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: No, I don’t have kids.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Wonderful, wonderful. So you might not have seen the tweet by Luis Herranz, “By the way. I think this is the best tutorial on the interactivity API available so far. It’s going to be my new recommendation for anyone looking for a quick introduction to the interactivity API.” That’s great. Kudos from one of the lead developers on the Interactivity API project, so congratulations.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Well, thank you. I actually haven’t seen it, because I haven’t looked into Twitter for a long time, so wow, this is nice. Yeah, I’m really happy that I could contribute to this project, because I feel like the interactivity API is one of the most important features that are coming to work. I mean, it’s already in WordPress, but it’s just the first iteration, but I feel like when it’s going to be finished, wow, this is one of the most important things that is happening right now in WordPress. So yeah, it’s well cool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and you help people to get acquainted with it. So thank you for that. And I agree with you, the interactivity API is probably the most interesting pieces also for people that come over to Gutenberg and from PHP developers, that are not so much interested in JavaScript, but they can also use that and hydrate their pages with interactivity, without page loads. So it’s really cool. </p>\n\n\n\n<p>So before we go into the Changelogs and talk about all the releases that are happening since we last had a podcast, well the 100th episode was a special episode as you dear listeners already know, hopefully. And so, we skipped a Gutenberg release and now we are putting it all in one show, and you will also notice that at the end of the show, that there will be a different music. And I thought, okay, for the next 200 episodes, I think it would be good to change the music, the intro music and the outro music, but to not confuse listeners right away, we didn’t do it for this one, but only for the outro music.</p>\n\n\n\n<p>Next time we will have it on. So at the beginning of the show, just to warn you, it’s a totally different vibe on that music. While I have you, dear listeners, at the beginning of the show, I wanted to also let you know start with a few announcements. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements of Upcoming Development Hours, WordCamp Europe and Hallway Hangouts</h3>\n\n\n\n<p>So WordCamp Europe is happening next week and there will be awesome presentations there, and I put together a list of the seven block-related talks that you will see in the live stream. So I will link it in the show notes, but one of them is Elena’s presentation. Then we have a presentation on the interactivity API with Michael and on block themes, and all the good things that come with 6.6, or are already in WordPress. It’s also Jessica Lessig is talking about the Twenty Twenty Four. Then Erica Gill and Luis Rosales talk about migrating from two blocks from a legacy website.</p>\n\n\n\n<p>Bernie Rider, developer on the Gutenberg team, talks about the block hooks, how to extend block themes, and then there’s also the Gutenberg speed build challenge that Jamie Marsland has put up on YouTube, and you will get to see it live. And we just found out that Jessica Lessig and Rich Tabor are the contestants, so that’s going to be really cool. And then, Jamie also has a talk about the three key principles for beginners on blog themes, and then of course Magdalena’s building custom post types blocks. So you see this all and you can get this all through the WordCamp Europe live stream, if you’re not there to watch it live. </p>\n\n\n\n<p>Then there are three developer hours and two hallway hangouts scheduled in the next few weeks, so on June 11th, and of course all of them will have recordings and resources to share. So June 11th will be a developer hour on exploring overrides for the sync patterns that come with WordPress 6.6.</p>\n\n\n\n<p>That’s a very exciting feature and I’m really looking forward to using that. It was punted from 6.5, but the developers took a totally different approach now. One is they use the block bindings API to drive all the overrides, and then also you have to name the pieces so they can be displayed in the sidebar, but we are going to talk about it a little later. But that is definitely something you don’t want to miss, or want to catch on the rerun. </p>\n\n\n\n<p>On June 17th, no, it’s the 19th, sorry. On June 19th at 1100 UTC there will be a hallway hangout on building a workflow for themes with the CreateBlock theme plugin using Playground and GitHub. So you could use Playground to make all the changes to your theme. Use the plugin CreateBlock theme block theme plugin to save those things, and then use also Playground to save it all back to GitHub as a PR for a theme update.</p>\n\n\n\n<p>So that’s going to be really cool. And then on June 25th, there’s developer hours on what’s new for theme developers in WordPress 6.6. That’s more an overview and kind of sometimes deep dive. And then on June 26th, a day later, 1100 UTC, there will be a hallway hangout on the grid layouts that come to WordPress 6.6, and we will discuss all the cool things with Isabel Brison, who was one of the lead developers on the grid layouts. And then July 2nd, and that’s the end of it. July 2nd is again another developer hours and building theme with the CreateBlock theme plugin, so you can learn more about all that. So that’s it. Discussions and QA also happen asynchronously, in the Make WordPress Outreach Channel, that’s a new name for a channel that was the FSE outreach experiment, but it’s now a standard channel on the WordPress makeup for extenders, developers, site builders to come together and discuss things, or have Q&A with people.</p>\n\n\n\n<p>And so, join us there. All right, that brings us to what’s released. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released – WordPress 6.6 Beta 1</h3>\n\n\n\n<p>Most, but not all items in the Gutenberg plugin releases we’ll cover today will come to WordPress 6.6 version at the end of July. I think release date is, no, release date is July 26th, but you can already start testing WordPress 6.6 beta 1 version, because it was just released and I would like to point out that it’s the best way to learn about new features coming to the WordPress version, when you heed the call for testing. It has been out for together with the WordPress 6.6 beta 1 release, and you get to test 10 features coming to WordPress 6.6.</p>\n\n\n\n<p>And those are all the new data views that are in the site editor for pages, templates, patterns and template parts, and how they kind of work the same pattern overrides, so you can change the content of a pattern per instance, and then if you change the design, all the other patterns will change the design as well, but not change the content. So the updates to the insert are showing all blocks. A user feedback was there that it was a little bit confusing. It now shouldn’t be, but test it out. Unified and refresh publishing workflow. We have additional information about that later on. And then, mix and match the typography and color palettes from all style variations, and then section styles, and the changes to CSS, cascading style sheets, specificity. That’s a very difficult word, specificity.</p>\n\n\n\n<p>Okay. And then, another feature coming to WordPress 6.6 is a grid layout, and then a new pattern experience for the classic themes. I did some brief testing with a classic theme activated and it works real nicely. Also, the sync pattern works as well. Of course the sync pattern overrides are only enabled for certain blocks, so it does not work on all patterns, but that’s a different story. Another feature that a lot of people have been waiting for are the negative margins in the UI of the global styles. And then, there is a feature also coming to WordPress 6.6 that allows for the rollback of auto updates if they run against some error message, or something like that. A team of developers has been working probably for, if not longer, a year on that, and now it’ll come to WordPress 6.6 and it’s definitely great to test this. Now Magdalena, are there any features in 6.6 release that you are particularly excited about?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Well, yes, quite a few of these features are really exciting, but I’m the most excited about sync pattern overrides. I think this is a very important feature, especially for people who build websites for clients, because it solves the problem that the page builders basically have, that you build views of pages, and then you have some common elements that you add to a few pages for example. But then when you want to change something, well you had to visit every page separately and make these changes. For example, change background code. And so, that’s of course, if you have a very small brochure website with five pages, not a problem, but it doesn’t scale, the website grows, then it’s not really usable. So these synchronized patterns that you can overwrite are a really great solution for this, because you can keep styles synchronized, but then allow overwriting text for example, the content of these patterns per page. So it’s a great feature, I really like it. I think everyone should get interested in it actually.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I think a lot of people got already excited for 6.5, when it was pulled off the beta 1, because it wasn’t ready yet, but I think the additional two or three months maturing of the feature definitely helped to make it even more clear how to assign those allowed overrides, and how a user that uses them, an editor that hasn’t created them, but wants to use them, can identify the areas where they can override things. Now there are a few caveats there. One is that the overrides are only enabled for headings, paragraphs, buttons, and images, and in images only for the alt text and the file name. So if you put captions in, the captions are not part of the overrides. So somebody did some great testing there and you need to, if you want to test it out with captions and yeah, it’s probably not going to work as you expected.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: And there’s one more limitation, because I’ve tested it with gallery block and you can override the images, but we can set them to be able to be overwritten. But the problem is when the number of photos that add to the gallery, it can’t be changed. So if you add for example, two pictures, there can only be two, they can be three or one. So it’s not a hundred percent usable, but I’ve read the discussion on GitHub, and I feel like this is going to be solved in probably the next release, but for now, this is something to be aware of. Also, the same situation with the list book, where you have a few items, and then you can’t add or remove these items from the async pattern.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, list block is not part of that. Yeah, that’s true. Gallery block is not assigned yet that it works. So yeah, those are the limitations, but for a first version to get in a major WordPress release, it’s in really great shape.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yes, yes, I confirm it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And every other feature, there’s a good first version and then we iterate on for the next steps on that. So yeah, I’m also quite excited about the section styles and the grid layout, because that’s also a part of what other page builders do, is that you can assign different styles to sections and not have to go to each part of it. So if it’s a cover block or a groups block of certain elements, you can change all the colors with a color palette kind of thing, and assign a style to it, and have that on a button change over to either dark view, or light view, or blue view, or red view kind of thing. But you don’t have to do it for each single block in that group.</p>\n\n\n\n<p>So those are really time savers, but they also give designers a little more granular control over the designs that they create. And the grid layout is definitely something that a lot of people have been waiting for, that you arrange everything on your page in a grid, and then you can wrap the handles of a block and kind of make it larger, or have a row span of a block, be it an image, or a paragraph block, or anything, and to organize the blocks differently on a page.</p>\n\n\n\n<p>I think that really helps with that, some people are still looking for pixel perfect, although that one went out of the window when we had mobile, and different kinds of screen sizes and we now have. I don’t know, from brownie size screen to big TV screens that are 80 inches. So yeah, we need some fluid things there. And the grid layout, if you use the automatic grid layout, it will be responsive and adhere to the various screen sizes. And negative margin is part of it as well, with the section styles and the grid layout to give more tools to the designers to have really great designs that are not following conservative flows of content and assets. Well if your listeners have a comment on that, just use the comment section on the website and let us know what you think about all the new features that are coming to WordPress 6.6. And as I said, go and test it, heed the call for testing, and you learn all about it quite by doing.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 18.3</h3>\n\n\n\n<p>Which brings us now to the first Gutenberg plugin release that we are going to cover. That’s Gutenberg 18.3. There were 165 PRs in there. It was released on May 8th, by 44 contributors and three contributors who were first timers, Jason Crist was the release lead for that release. Well, one definitely stands out is that Gutenberg is updated to a new React version. I think it’s 18.3, was it? I’m not quite sure. Yeah, it’s just a coincidence that 18.3 Gutenberg release also uses React 18.3, so I was a little confused at the moment here. And that will be important when you use some of the newer features, or if you have to update some of the legacy React features on your blocks. I’m not quite sure how much of a disruption that is or if it is at all, but I just wanted you to be aware of it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yeah, this one I don’t actually know. I’ve checked it out, but I couldn’t make it work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Okay, yeah, that’s a different story. It’s a different story. It doesn’t have to work.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Okay. It’s there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Everything needs to be tested of course, and it’s supposed to work.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Onto the next thing. Also, the plugin document settings panel is now available, a slot is available in the template inspector controls, because before this release it was only available I think in post inspector contract, but now it’ll be also available in the template.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The site editor. Yeah, and that is so plugins can have additional fields and create their own little interfaces there. The next one is classic themes get now exposure to the patterns page, and what it also removes is the template parts menu item. So classic themes now have access to the site editor design for patterns and template parts. There was a request from quite a few theme developers if that would be possible, or agency developers if that would be possible, because then they can also do all the documentation, everything for the patterns can be also used for classic themes, or users that use the classic theme. So that’s really cool.</p>\n\n\n\n<p><em>Magdalena Paciore</em>k: Yeah, that’s a great feature. And also patterns, the data view is changing. The team has removed icons and right now it’ll just have this label that says that if the pattern is synchronized or not. So yeah, that’s also a really nice improvement. Small, but very useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And one other PR I wanted to point out is that now you can insert patterns on the end of the canvas, or the route section of a content piece. Until then you couldn’t get to that. It was really hard to put anything on the end of a post or pages, but now you can insert patterns to the end of it by drag and drop, or just by using it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yeah, this is a really nice usability improvement. I actually tested it and it worked really nicely. It’s a natural flow. It seems very natural to add new.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You can now just drop and drag them to the end, because then you can stack your patterns first before you make all the changes that you need to do on the page. So you can get a really good layout very fast to just combine a few patterns, and you don’t have to rearrange them on your site. Next one is a new text alignment control component that’s for developers, when you have a few… Most text aligns are actually in the block toolbar, but some of the blocks don’t have have it in their block toolbar, but you can have it in the font section, the typography section of that block, so you can have a left center or right alignment on the text, even if the block toolbar is not there. So it’s really cool. That’s especially helpful also for custom blocks.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yes, and we also have a new improvement on the inserter tabs, because now the search bar is moved into inserter tabs. So when you type, for example, you look for the keyword, like for example, image, and you look on the block tab. Then when you switch to the patterns tab, then you still have this search phrase there and it already filters out the patterns based on this keyword. So this is a really nice improvement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I saw that too, and I really love that, that I don’t have to tap in my keywords multiple times just because I’m going from blocks to patterns to the other thing. Well, I mentioned it with 18.3 Gutenberg plugin. There is now the possibility to add negative values to margin controls. So you can have overlaps, so you can have a picture and then the next paragraph you can have the margin negative 200, and it goes a little bit into the picture on the bottom of it if you want to do that. That is something that many designers have done for many, many years with just plain Cascading Style Sheets, and it was available through the theme JSON where you could add negative margins already, but now it’s also coming to the user interface, and it will be in the dimension controls on the bottom of the margin, you can see add your negative values for any of the margins, be it left, right, top or bottom.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: In the next feature, I think it’s only relevant for the team developers. I think so, because there is a big change to how the style variations are handled in Orpheus 6.6. Okay, so another feature is I think it should only concern the theme developers.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Are you trying to tell me that this is something that developers actually wouldn’t be able to use, or that’s not for developers that it’s actually just Gutenberg internal?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: I think it’s internal for Gutenberg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So we don’t talk about it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yeah, yeah, of course.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: If it’s not for extenders, then it’s not really…</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: I don’t think they have to do anything. It’s just how it handles when you define two or three type variations, and then people mix and match it, so it’s something internal that handles it. Not to create too many styles under the hood, something like that, but I don’t think it’s…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and I think I saw another filter to have the color controls and the typography styles, that they are not duplicated and all that. The team is working on that. That’s the next one, is the filter out color and typography variations. That’s also an internal one, but I think it could open up the system for the next version to be able to maybe opt out of the presets, the automatic creation. So color and typography variations when they come in, they are taken from the style variations the theme has, and isolates in a separate section, all the color palettes that come with the style variations, and in a separate section also all the typography choices that could be made for the style variations. And there is a discussion for extenders. Well, if a theme is following brand standards that has four style variations for the different brands of a company, then you don’t want colors from brand two and the typography from brand three to be maxed, and that is not yet available to opt out of that.</p>\n\n\n\n<p>But I think how the filters were created, I think it would only be a small step to provide that opt out for theme developers. So I think we need to watch that space quite a bit in terms of what feedback is coming in from the beta version, and also see how that can be solved. It might not be part of 6.6, because we are six weeks away from release, but there might be time. So it’s certainly something to discuss with theme developers, agency developers, and the good mood developers. Which also brings us to the new preset, there are default font sizes in theme JSON version three, that for those you can opt out of course. Core has a few font sizes in the theme JSON and provides some. So those don’t have to be worried about theme developers if they don’t want to.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Especially if you create a custom for a company, then you might want to opt out from the default font sizes and declare your own ones. And onto the next one. There are some changes in the post editor sidebar. There are a few data information about the post was shuffled around in the top area of this site editor. For example, post status work count, also the thumbnail was moved to the top of site panel. So there are quite a few changes that I’ve seen throughout these three releases of Gutenberg that we’re talking about. So it’s not a big change, because the data is still there, the same data, but it got moved up or down, and I think at the moment it’s looking quite nice. It’s quite usable, so it’s definitely worth it to take a closer look at how it looks like at the moment.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it definitely is a change that gives you much more information about the nature of the post or the page that you have. And I’m seeing that the word count might disappear from the inserter, no from the list view tab, because not a lot of people are going there, but you have all the information in the top section of the post editor. And they also moved up the featured image, and that is part of the also data views, because now they can use the same component and show off in a grid layout for pages or posts. They can show off the card with the featured image, and just the post metadata about their post status, and word count, and last edited information.</p>\n\n\n\n<p>So there’s also a feature that comes in actually is the duplicate post feature that you can just grab from that section, where you can say, okay, duplicate that post and then restart a new one. Up until now, you actually had to use a plugin for that, and right now it’s actually only available in the Gutenberg plugin. I’m not sure it comes to WordPress 6.6, I need to research that. So you might get too excited now, but if you use the Gutenberg plugin, you definitely have it, but it seems to be only for the plugin right now.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: But it’s such a needed feature, just to be only available through plugins, but now it’s coming to WordPress, it’s really great. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>Okay, so now we have documentation. There’s a lot of going on in the documentation field, especially the editor package of Gutenberg. The documentation for this package was updated and at the moment I think almost all components are documented, so it’s great for developers who want to use these components from the editor package.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It definitely made some strides with the documentation on the components. Some of the components actually moved from one package to the other, because of the synchronization from the site editor and the post editor. So there is no duplication of code anymore, but they had to move the packages. And so, they also moved some of the documentation and made the discovery that some of the components were actually not documented well enough. So there were two birds with one stone so to speak. Speaking of moving the interactivity, API documentation has also moved from the package area to the reference guide area. When you go to the developer.wordpress.org/block editor documentation, you’ll find it under different heading in the reference guide and another update that you as if you do theme development or create themes for clients, you definitely want to look at the documentation for the theme JSON version three.</p>\n\n\n\n<p>There are quite a few changes and you need to declare it in your theme JSON, which schema you’re following to make sure that you are still compatible. All right, that was 18.3. See that was pretty harmless. Cool. Yeah, we’re getting better at it. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 18.4</h3>\n\n\n\n<p>We are going to the Gutenberg 18.4 release, which was released two weeks ago with 185 PRs, merged by 58 contributors, seven of them were new with their first merge PRs, and release lead was Alex Lende and he has all published release post what’s new in Gutenberg 18.4. So let’s dive in. </p>\n\n\n\n<p>The first item I wanted to point out was that the grid layout, visualizer and resizer features have been stabilized, and we can always cheer about that. The listeners, I think grid layout is going to be the new gradient. I had an early times on the podcast, even with Mark Uraine. Again, I was always very happy to say gradients and new features, and now it’s grid layout with new features. I’m really happy about that.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yes, this feature is definitely going to be useful, very useful, very excited about it. And the next feature that’s coming, this Gutenberg version is the aspect ratio presets are now supported through theme JSON. So you can define your own aspect ratios for images basically. That will be available in the controls for the cropping images. So I think this is great, especially for the theme developers, that you can now have your own dimensions of the images that are custom to the theme.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it definitely makes some nice designs when you can have images uploaded and they follow your personalized, so to speak, aspect ratio presets. Also, there was an update on color variations. I mean, the PR isn’t very descriptive what that means, but it is that it moves the color presets to the palette tab in the global styles. So there will now be a palette section in the sidebar, in the right sidebar under the global styles, where you see palettes, and then you click on it and it gives you all the palettes that are set for the themes, or the style variations, or something. So it’s a nice UI change. It also follows quite a few other design tools that have a similar feature. So I’m really glad about that.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Okay, the next change is interesting for developers, because it’s a change to the register block style function. This function now accepts an array of blocks and it used to accept only a string with the block name. So what it means, you can now register a block style for multiple blocks at once with this one function, and you don’t have to do it separately. So this is nice if you have some common style that you would like to apply to a few blocks, you can do it at once. Now with register block site function.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that’s an excellent explanation. Thank you so much. Because I wasn’t quite sure when I read this beyond what actually changed, but now you can have the green border with the yellow background on not only the paragraph block, but also the group block as well, as the cover block, so you don’t have to write the code multiple times. And then, the next thing next is more about the block library. So some blocks have additional features, the list block has now block class name on the list, that is really, yeah, people were waiting to style the list block. It’s now the WP dash block dash list class, so you can style the overall list as well. I think the list items already had their own class names.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: And also, the new variation was added to the embeds block in Bluesky.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What’s Bluesky?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: I don’t know, I have no idea.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Bluesky. And yeah, the proliferation of social networks is kind of going on and on and on. And Bluesky is a new social network that comes close to Twitter now, and it was actually founded by a former Twitter developer, and it kind of opened up now to the public. It was for two years now, just on invitation only, but now more people can go into Bluesky. They’re still not ready to open source it, but I think they at least open it up.</p>\n\n\n\n<p>So now you can have your social embed Bluesky posts as well with the embed block. So make block popover component public, meaning that now developers can also use it. And that is an additional block toolbar that you can use to kind of put your own stuff in there. I’m not quite, and have your own navigation pretty much in the block toolbar. I really am eager to try that out. I only saw some WooCommerce implementations, but I have not yet seen any documentation about that. So it definitely has the label needs dev note on the PR, but I’m excited about for any extension that is in the block editor.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: And the next thing is a new keyboard shortcut was added. This shortcut, which is common G or Ctrl G, you can now create a group from the selected box. So we can select a few blocks and then with the shortcut, the group will be created for the…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that’s really nice. Yeah, it removes the searching for menu items that are kind of multiple levels deep in the block toolbar settings. The next one is enhanced block outlines and selection interactions. That means that you know where interactions happen, and there’s a blue outline on certain sections, and group blocks and all that. I think that has been a major improvement on the UI when you create content, that you actually have the outlines where you are and what you’re doing. I think with the sync patterns, those outlines also become quite important to signal where is the place where I can override some of that from sync pattern.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p><em>Magdalena Paciorek</em>: In this version of Gutenberg also, the documentation was updated. We have quite a lot of items on the list, but I think it’s worth mentioning there were some new pages added to the interactivity API documentation about and FAQ. So I think it’s really important to read about it, as the interactivity API will have become more and more important in themes, especially in theme creation. I think it’s good to learn about it and I’m happy that the team provides the documentation for it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I just want to highlight that for the interactivity API, there is some change that in the block JSON, you started to put in view script and that changed to view script module. So for the developers who have already been testing out some of the interactivity API directives, that’s a slight change. It’s not a breaking change, because I think they put in the controls, but just make sure that that is something to update. Yeah, that’s pretty much all I wanted to point out, except I mentioned it before that the pattern overrides, they’re now using block bindings API. So the pattern overrides are its own source for the block bindings API, but it follows the same block markup notation. So you could use a pattern and rewrite some of the block bindings or some of the overrides in code if you’ve ever wanted to do that.</p>\n\n\n\n<p>But I think it opens up the feature to maybe even be available for themes to add it to the theme patterns in further releases. Not for this one, but because it uses a common API. And if that is already in the markup of a pattern that comes with a theme in the patterns folder, those overrides could even be updated through a theme update or those patterns could even be updated through a theme update. So when the theme developer has a new way of designing those patterns, they could override the certain things and then every site who has that theme gets an update to it. That is actually a dream of a block theme developer right now, but I think with the pattern overrides using that block bindings API, it might come to pass. Definitely not in 6.6, but maybe 6.7 or 6.8. All right, I’m talking maybe I haven’t rolled that out, but it’s definitely on the list or it’s on the roadmap so to speak, to make those extensible. So we’ll see how that happens. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Gutenberg 18.5</h3>\n\n\n\n<p>That concludes our Gutenberg 18.4 and we are going right into Gutenberg 18.5 was released this week. The release lead was Vincente Canales with 295 PRs, just short of 300 PRs. That’s a mammoth release. There were also more contributors, and 71 contributors and 10 of them with first time contributors. So great. It’s not surprising that there are so many PRs in there, because Gutenberg 18.5 is the last Gutenberg plugin release that goes into WordPress 6.6 from the feature set. So everything after that, and if it’s a new feature or something that will not be part of WordPress 6.6, only bug fixes get in. So if there was an enhancement that needed to be made and to be valid for 6.6, it needed to get into that plugin release. And as we all know, if it weren’t for the last minute, not a whole lot would get done in the world, so we were all kind of just in time on some of the features.</p>\n\n\n\n<p>And I promise you we would talk about some of the post summary updates. In 18.5, we had quite a few that were the sidebar for the documentation settings, or document settings, or post settings, or page settings. So you get some post format controls. They moved around the URL and the author on it, the trash button has been removed; it was too prominent. It’s now in the three.menu, where you also find the duplicate post feature and also the remove feature. And then, there is a post sticky setting is now a tarter. Yay. Anything else that if I get something? Oh yeah, the revisions panel is also under the three point menu, so if you want to look at revisions, you need to go three point menu and then click on the revisions. So it’s all a little bit well organized. Some of them new designs or the alignment was kind of adjusted and some of the features were not removed. They were in the three.menu. I think it’s important to know that because it looks a little bit different in the new version.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yes, it definitely does. I also checked it out and at first you might be surprised, there is no trash button, there’s no revisions panel. But yeah, it’s just hidden under the menu, so it’s good to know about it. And then the next change in Gutenberg is how the custom CSS is handled, because you can add your custom CSS to override the ones that you can choose from the controls. Before, whenever you change the variation, the style variation, you would lose the changes to custom CSS that you’ve made. But now they are saved, and so you can switch the variations and your custom CSS will override the variation, the style that is in the variation. So yeah, actually this was needed, so it’s great.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I actually don’t think that’s an enhancement. I think that’s a bug fix, because there was pretty much the expectation of anybody who put in custom CSS, that they are not disappearing when you’re just going to switch on the variations. You can make the argument on the other side as well, but I think the user put in the custom CSS, because neither the theme nor the variations gave them what they needed. So yes, that’s definitely a good bug fix. I don’t know if you checked out the data views, just as on our aside, the data views, they’re really coming together, and I like the modern look of that, and I wish they would come earlier to WPAdmin. But if you go to the make design site, Joen Asmussen just showed off the designs for the media library, and to bring some of that new admin also to the media library.</p>\n\n\n\n<p>So they have great things to come. And I am going to share that design share from, I share the link to the design update, but Joen Asmussen in the show notes, so you can look up what’s in store for the next version or at least for the next time. That was just an aside. Yeah, I like the grid views, I like the layouts, I like the different actions. The only thing that I don’t like is when you look at the drop-downs in the data views on the right-hand side, they’re on top. They’re all kind of overlapping and it’s hard sometimes to see which one level deep am I looking at now. And for what I think there needs a little bit more refinement, but I think they’re really glorious.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yes, because there are quite a few options to customize it to your needs. I really like it. I really like it that you can bring the thumbnail featured image to the list. It’s great. I think it was missing in all the current WPAdmin list, but here you can just switch it on with a click. It’s great. And also, I think the metadata, I don’t know if at the moment, but at some point I think it’ll be able to also switch it on the list view. So yeah, it’s very useful.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I’m really looking forward to what other plugin developers are going to do with it for their own plugins, because of course that’s a pre-built component. Why not use it, when everybody else knows how to use it already? So use it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: But it’s not ready for extending, right?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, no, well, not as the old admin. If you have in your plugin create a list view of something, some data, like you go out and grab some data from Spotify or something like that, and you want to display that in an admin section, you could use the list view component. That’s a public component that you could use for that particular plugin page. If you use custom post types, it’ll still be the old one, because that’s just the same interface, but because it’s not yet available for posts, it’s only for pages. So though there are some things that still need to be happening, of course. But yeah, if you have a separate page for your plugin settings or something like that, use it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: You can use the component, yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You can use the component, yeah. And it has I think some good documentation on these things. Yeah. All right. Where were we, side of the data views?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: I think we’re on the background image, add support for relative theme path, URLs, and top level JSON styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: What that means is that you can now set a background image for the body content if you want to through the theme JSON, and add it to the assets folder of your theme. And then everybody who uses the theme can use the background image. You don’t have to upload it through the media library to get it to be recognized as a background image, which is one step further that any theme developer would want the user to have to go. That sounded weird, but yeah. Yeah, you’ll figure it out. So the next thing is, as we had the default font size spacing in 18.4, I think in 18.5 theme JSON, or it also comes with default spacing sizes. So you can create your own presets for spacing the margins and the dimension, or the dimension controls through the JSON. And it’s theme JSON version three, so you need to look at the documentation that’s also been updated.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: And you can also create and edit shadows in the global styles now. So there is a new control for that, but I must say I haven’t tested it, so I don’t really know how it works. But it’s great to see it, that you can create it in no code in the editor.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: There will be in the global styles, there is now typography, and colors, and layouts, and now you also have a fourth one that’s called shadows. And then you can log all the things that you want to style on the shadow. It’s the color, it’s the angle, it’s the blur character and that. So you can really create your own styles, and it shows up on every block that supports box shadows, but it’s not all of them. And then there are presets as well that come in the natural, deep, sharp, so you can give them names as well, and add them to your global styles. So it’s the position, the blur, and the spread, and outside range set on the shadow. So they will show up with the core shadows, unless you disable the core shadows through the same JSON. So it’s not entirely, you cannot do this through the interface, but yeah, you can definitely create some nice shadows. It’s almost as good as gradients.</p>\n\n\n\n<p>Yeah, I like all these design tools that you can use. So the block style variations mechanism is now extended, so you can do section styling. I think we mentioned a similar PR earlier today, but you can create sections, and then you can do block style variations for that. Oh yeah, we did this, that you can apply certain styles to multiple blocks. Now you can create sections, and then attach block styles for that. I think we should have better naming conventions, but it’s what we have right now. We need to make sure, because we have the style variations, we have block style variations, then we have section styling. It’s all kind of getting a little bit convoluted, complex, but we’ll figure it all out. I’m definitely sure that once everything is in place, we can combine it and do it how we need it.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: And so, the next feature is block bindings, and especially the block bindings panel that is now added to the block inspector. So when you bind certain attributes from the block to the post meta, and then they will show up in the block inspector in the site panel, so that you’ll know which attributes are connected to the meta. So I think this is really nice, because you get to see what is connected. And before, I think it was only, you can only tell it is binded by the violet like icon, or something like that, by the color, but there was no way of telling what is connected to what. So yeah, that’s definitely an improvement.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely an improvement. Yeah. Yeah, the icon was that kind of connector icon in purple on the block toolbar, but you only could see that per block. But the bindings panel, you see all the pieces, all the data that is connected to that block. And where it also tells you, because you can, for the block bindings, you can assign custom data sources. So it also adds the data source to the inspector controls. So you know okay, this comes from post meta, this comes from another data source, so that’s nice too. I really like it. And they also, that comes together with that, allow editing of the post meta source. So if you have a URL somewhere or an additional data point in the block, you can actually change it there. And it’s also then updated in the post meta table that comes with it. They didn’t put in a nice video or so they used to do it with the PRs.</p>\n\n\n\n<p>Oh, here it is. So now you can edit in the block canvas, change the data, and then it will be updated also throughout every block that uses that metadata for that particular post item. So if you have that binding also for the archive templates, it’ll also be updated in the archive templates, wherever that particular post meta is showing up. So that’s a pretty cool feature. I think that is something that was never possible with WordPress until this time, that you can actually have additional custom fields be edited through core. You always needed a plugin for that.</p>\n\n\n\n<p>Most developers went with advanced custom fields, but there are also others that allow you that. It’s certainly not as rich as advanced custom fields. So you can’t do field groups and all that, but it definitely gets there sooner or later. And I really like it. Yeah, it’s really cool. That can be, it also an answer to what happens to all the meta boxes that were on the bottom of the screen. So if you bind them to a block, then you don’t have to create a custom block for that. You just need to create the binding for it. So I think it gets there where a lot of people wanted the block editor to be in year two. Well we are in year, year seven, but they needed a lot of other things to come in place before this happens.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: But this is such a powerful API, the block bindings API. It’s also one of the most important APIs that are coming to WordPress right now. And it’s worth mentioning and it’s worth getting interested in that and learning how to use it. Especially if we build with blocks, we don’t really want to have these meta boxes on the bottom of the editor. So this is a great way to get rid of them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And also, for plugin developers, that they don’t need to go through all the hoops to create blocks for some of the things that they could do just in block bindings. There are two articles on the developer blog, one part one and part two, where the block binding has been a tutorial on using the block binding API. And I will share the links to those in the show notes. So Justin Tadlock had one that says, building a review site with block bindings. And the part one covers the custom fields and block variations. Part two will be released later in a couple of days. And that is about how to actually create input things in the inspector controls. So it’s kind of a predecessor. So if you don’t want to wait for WordPress six to come out, you can use that variation, but sometimes it might be just more user-friendly to use those inspector controls and control them yourselves, rather than use what comes from the editor.</p>\n\n\n\n<p>Of course, we need to find a way if we could actually switch them off at some point. So I’ll share those articles in the show notes of this podcast. All right, again, a lot of documentation went in this release documentation, updates in this release, it’s all about components and blocks, and I think they updated the JSON docs for a lot of components. So they actually are automatically graded from for the documentation. So I think these are the changes for that. Check them out. All right. Wow, this was a long show. </p>\n\n\n\n<p>Well, it’s probably about an hour. So I think we come to an end of this show. Magdalena, thank you so much for being here and going through this with me. Explained quite a few things that I didn’t understand. So I’m really happy that you joined me today. When people wanted to reach you or connect with you, what would be a good place to catch up with you?</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: I think the best place would be on LinkedIn, because that’s what I use as social media. I’m not that active on social media, not like I’m everywhere. But yeah, if you reach me out on LinkedIn, then I’ll get the message. Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So I’m going to share that information as well in the show notes. Is there anything else that you want our listeners to know about your company, or your presentations, or there’s an article coming out, I know.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Yeah. Well, I need to start writing, but I would like to invite everyone to my talk at WordCamp Europe, happening next week. I’ll be covering some of the things that we’ve talked about today, like pattern overrides or block bindings. And also, I’ll be sharing some of my, I don’t know, experiments also that I’ve done with Gutenberg with custom blocks. So I hope this will serve as inspiration of how we might create post types in the future. Maybe we could actually create them now in this new way, a new block way, block editor way, not in the custom fields way we used to do, or how it’s still popular to create them.</p>\n\n\n\n<p>And this talk, I think it’s mainly, I’ve made it for people who build websites for clients, so like agencies and freelancers that maybe want to take a look at how you could build this typical for agency websites, in the new approach, like you build it with blocks, with some custom code as well, but in a different way that you would do it with, for example, ACF. So yeah, so I invite everyone. I’ll be talking I think in the morning on Saturday, on the second day of WordCamp. So I see you in Torino. I’m super excited.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. And I’m definitely going to be there, unless it’s Saturday, I need to see, I’m seeing on track one, so I’m not quite sure if I’m going to be there. But I will definitely catch it on the rerun through the live stream video. And I will share that also on that particular single post on the Gutenberg times about the WordCamp Europe. So yeah, and I’ll see everybody who is going to be in Europe and in Turin next week, and I hear the others on the next Gutenberg Changelog podcast. </p>\n\n\n\n<p>So as always, the show notes will be published on Gutenbergtimes.com/podcast. This is podcast number 101. And if you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:Changelog@Gutenbergtimes.com\">Changelog@Gutenbergtimes.com</a>. That’s <a href=\"mailto:Changelog@Gutenbergtimes.com\">Changelog@Gutenbergtimes.com</a>. And if you like our podcast, please write us a review on any of the podcast directories and it would help for other people to find us. All right, so thank you all so much, and I’ll see you around next time. Bye-bye.</p>\n\n\n\n<p><em>Magdalena Paciorek</em>: Bye.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 09 Jun 2024 14:13:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: Cowen Life Lessons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=114806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2024/06/cowen-life-lessons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2452:\"<p><a href=\"https://sriramk.com/\">Sriram Krishnan</a> calls Tyler Cowen one of the best talent spotters.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Convinced <a href=\"https://twitter.com/tylercowen?ref_src=twsrc%5Etfw\">@tylercowen</a> is one of the best talent spotters on the internet. <br /><br />You see several remarkable people and Tyler is in there early helping them at a key point in their early life. <br /><br />I’m filled with admiration and jealousy.</p>— Sriram Krishnan – sriramk.eth (@sriramk) <a href=\"https://twitter.com/sriramk/status/1799476976928903607?ref_src=twsrc%5Etfw\">June 8, 2024</a></blockquote>\n</div>\n\n\n\n<p>I take a few life lessons from Tyler, who I consider a mentor even though we’ve spent, at most, dozens of minutes together in the past several decades. (Don’t constrain your mentors by their availability, engage with their work!)</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>He has blogged consistently on <a href=\"https://marginalrevolution.com/\">Marginal Revolution</a> since 2003. As he learns he shares, and that’s a lighthouse beacon attracting smart people around the world with similar interests. So the lesson is: blog!</li>\n\n\n\n<li>He keeps himself open to engagement, with his email address being public. He reads and responds to his own emails.</li>\n\n\n\n<li>He treats everyone with with respect. I was a kid no one had heard of when I met him at an economics conference in 2003, but he spoke to me with the same respect and attention he gave to Milton Friedman, <a href=\"https://ma.tt/2003/10/gallery-10-23-2003/#jp-carousel-24345\">who was also there</a>.</li>\n</ol>\n\n\n\n<p>His advice to me was simple but true: <a href=\"https://ma.tt/2003/11/a-thousand-resolutions/\">Write every morning</a>. Be more ambitious. Because it was coming from him I took it seriously. It’s all very open source. (I’m very curious to see how economic theory and open source intersect in the coming years, I think there’s a lot in the open source world that is novel and useful.)</p>\n\n\n\n<p>I’m inconsistent compared to him in those three things but I look up and aspire to the example he sets, especially within the WordPress community where I keep myself easy to reach on the community Slack or talking to people at WordCamps. (Like <a href=\"https://europe.wordcamp.org/2024/\">WordCamp Europe in Turin next week</a>!)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Jun 2024 23:35:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Gutenberg Times: WordPress 6.6 Beta 1, Blueprints to power Playground, Block Bindings API tutorial and so much more — Weekend Edition 295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=28681\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22904:\"<p>This weekend, my husband I are traveling to Torino, Italy for work. We’ll do some sightseeing over the weekend, during the week we’ll start work as early as possible so we can explore the city some more in the afternoon and evening. </p>\n\n\n\n<p>On Wednesday, I start first meetings around WordCamp Europe. Thursday is Contributor Day and more meetings. Friday I will head first into the first day of the WordCamp, meeting plenty of friends in the community in the Hallway Track. Saturday morning, I’ll be the MC in Track 1, then more session and conversations, Mullenweg’s Summer updated and After Party. Sunday we’ll head home. </p>\n\n\n\n<p>This weekend edition covers updates from the last three weeks. So it’s stoke full of great information, tutorials, and videos. You’ll find below a few plugins for the block editor. </p>\n\n\n\n<p>This edition needs to last for two weeks, as the next one (#296) will come out on June 22, 2024. </p>\n\n\n\n<p>Until then, hope you have a great start of the Summer or Winter and you can enjoy the time with family and friends. </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#gutenberg-plugin-releases\">Gutenberg plugin releases</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#upcoming-developer-hours-and-hallway-hangouts\">Upcoming Developer Hours and Hallway Hangouts</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/wordpress-6-6-beta-1-blueprints-to-powered-playground-block-bindings-api-tutorial-and-so-much-more-weekend-edition-295/#wordpress-playground\">WordPress Playground</a></li></ol>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\"><strong>Beta 1 of WordPress 6.6</strong></a> was released. The new version entails Gutenberg plugin versions 17.8 to 18.5. Soon we have more information coming out. For now, the <a href=\"https://make.wordpress.org/core/2024/05/03/roadmap-to-6-6/\">Roadmap 6.6</a> post is the closest document to what we will see in the release. </p>\n\n\n\n<p>If you want to dive into all the features and enhancements, the fastest way is to heed the call for testing with test instructions for 10 new WordPress features. <strong>Anne McCarthy</strong> put it all together for you in <a href=\"https://make.wordpress.org/test/2024/06/03/help-test-wordpress-6-6/\"><strong>Help test WordPress 6.6</strong></a>. The table of contents allows you to pick your priorities. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The first Dev Notes for the Field Guide have been published, too. </p>\n\n\n\n<p><strong>George Mamadashvili</strong>, core developer sponsored by GoDaddy, explains in his post what plugin developer need to know to <a href=\"https://make.wordpress.org/core/2024/06/07/preparation-for-react-19-upgrade/\">prepare for the React 19 Upgrade</a>. </p>\n\n\n\n<p><strong>Rian Benguella</strong> write about <a href=\"https://make.wordpress.org/core/2024/06/06/jsx-in-wordpress-6-6/\">JSX in WordPress 6.6</a>. First he explains how to use the new JSX transforms in React and then how to update the build tools to take advantage of this new feature. </p>\n\n\n\n<p>In the following weeks there will be more Dev Notes about the new features coming to WordPress 6.6 </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Meanwhile, <a href=\"https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/\"><strong>WordPress 6.5.4 Maintenance Release</strong></a> was published and if you have automatic updates enabled your sites have already updated. Otherwise updates as soon as possible. The minor release fixes five Core bugs, among them the plugin redirect fix. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"gutenberg-plugin-releases\">Gutenberg plugin releases</h3>\n\n\n\n<p><strong>Alex Lende</strong> was the release lead for Gutenberg 18.4. The version comprises 185 PRs by 58 contributors, 7 contributors with their first merged PRs. In his post <a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/\"><strong>What’s new in Gutenberg 18.4 (22 May)</strong></a>, Lende highlighted:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/#visualize-grid-layouts\">Visualize grid layouts</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/#group-blocks-shortcut\">Group blocks with a keyboard shortcut</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/#define-custom-aspect-ratio\">Define custom aspect ratio presets with theme.json</a></li>\n</ul>\n\n\n\n<img width=\"600\" height=\"338\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Aspect-Ratio-600.png?resize=600%2C338&ssl=1\" alt=\"\" class=\"wp-image-28813\" />\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v18.5.0\">Gutenberg 18.5</a> was released this week. The release post is still in the works. </p>\n\n\n\n<p>My special guest on the Gutenberg Changelog 101st episode, <strong><a href=\"https://profiles.wordpress.org/magdalenapaciorek/\">Magdalena Paciorek</a></strong> and I had fun talking through the last three Gutenberg releases as we also covered what will be in WordPress 6.6. I hope you’ll listen in. It will land in your favorite podcasting app over the weekend. </p>\n\n\n\n<a href=\"https://gutenbergtimes.com/podcast\"><img width=\"652\" height=\"186\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Screenshot-2024-06-07-at-16.56.40.png?resize=652%2C186&ssl=1\" alt=\"\" class=\"wp-image-28815\" /></a>\n\n\n\n<p class=\"has-accent-color has-light-background-background-color has-text-color has-background has-link-color wp-elements-f61a6e38efafe8fffcffd52c26500075\">🎙️ Latest episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-102-wordcamp-europe-wordpress-6-6-and-gutenberg-18-6/\">Gutenberg Changelog #102 – WordCamp Europe, WordPress 6.6 and Gutenberg 18.6</a> with special guest Jessica Lyschik</p>\n\n\n\n<p><strong>Joen Asmussen</strong> published two updates on the work of the WordPress design team since the last Weekend Edition.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/design/2024/05/21/design-share-56-may-6-may-17/\">Design Share #56 (May 6-May 17)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2024/06/03/design-share-57-may-20-may-31/\">Design Share #57 (May 20-May 31)</a></li>\n</ul>\n\n\n\n<p>In the first post, you can see work in progress about Block Bindings, revamp of Learn.WordPress and update to Openverse design. The second post shows a mockup for the Media library using Dataviews component, UI to control background images and Openverse’s About page. </p>\n\n\n\n<img width=\"652\" height=\"235\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Media.webp?resize=652%2C235&ssl=1\" alt=\"\" class=\"wp-image-28817\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"upcoming-developer-hours-and-hallway-hangouts\">Upcoming Developer Hours and Hallway Hangouts</h3>\n\n\n\n<p>As I will be traveling again next week, this time to Torino for WordCamp Europe, I did a little research and surface the upcoming Developer Hours session and Hallway Hangout. The difference is that Developer Hours are prepared structured presentations while Hallway Hangout are more informal discussions with lots of input from the attendees. The links lead to the announcement post. Save the Date anyway for those without links, if you are interested. </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Jun 11, 15:00 UTC <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301323283/\"><strong>Developer Hours: Exploring Overrides for Synced Pattern in WordPres 6.6</strong></a></li>\n\n\n\n<li>Jun 19 11:00 UTC <a href=\"https://make.wordpress.org/core/?p=113345&preview=1&_ppp=bb76cb1d4a\"><strong>Hallway Hangout: Theme Building with Playground, Create-block-theme plugin, and GitHub </strong></a></li>\n\n\n\n<li>Jun 25, 15:00 UTC <strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/301323283/\">Developer Hours: What’s new for theme developers in WordPress 6.6</a></strong></li>\n\n\n\n<li>Jun 26 11 am UTC <strong>Hallway Hangout: Grid Layouts for WordPress 6.6</strong></li>\n\n\n\n<li>July 2, 2024 15:00 UTC <strong>Developer Hours: Building themes with the Create Block Theme plugin</strong></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Rich Tabor</strong> and <strong>Jonathan Jernigan</strong> were contestants at <strong>Jamie Marsland</strong>‘s <a href=\"https://www.youtube.com/watch?v=Y9FCjVifylE\">Speed Building Challenge on YouTube</a>. Tabor used a block theme (<a href=\"https://github.com/Automattic/themes/tree/trunk/assembler\">Assembler</a> by Automattic) and the site editor out of the box, while Jernigan used a classic theme <a href=\"https://generatepress.com/theme/\">GeneratePress</a> to build a landing page by ConvertKit. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> released an update for his <a href=\"https://wordpress.org/plugins/advanced-query-loop/\"><strong>Advanced Query Loop plugin</strong></a>. In version 3.0 it now includes sorting by comment count as well as by postID. “To mark the occasion, I have just released version 3.0.0 that contains a major overhaul of the codebase to make it easier to extend. Additionally, it adds support for sorting my Comment Count and Included Post Ids.” <a href=\"https://www.linkedin.com/posts/ryanwelcher_my-advanced-query-loop-plugin-hit-the-1000-activity-7203846707384643584-QwhR?utm_source=share&utm_medium=member_desktop\">Welcher wrote on LinkedIn </a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>As reported by <span><i>WP </i></span><em>Weekly</em>, <a href=\"https://x.com/itusharimran\"><strong>Tushar Imran</strong></a>, founder and CEO of <a href=\"https://kodezen.com/\">Kodezen</a> and <a href=\"https://academylms.net/\">Academy LMS</a>, from Bangladesh, released a new block collection plugin via the WordPress repository, called <a href=\"https://wordpress.org/plugins/ablocks/\"><strong>aBlocks</strong></a>. It’s a fully functional beta version and offers quite a few customizable blocks, i.e. Container, Divider, or Star Ratings blocks. At its core it offers courses Block that goes well with its Video block for the Academy LMS. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/pedrodntech/\"><strong>Pedro Dornelas</strong></a> updated his <a href=\"https://wpalpha.io/wpalpha-patterns-2/\"><strong>free patterns collection</strong></a> at WP Alpha. It now includes 100+ free patterns that work on any WordPress theme. It also offers 10+ full page patterns for a premium. (<em>TY to WPWeekly’s <a href=\"https://x.com/idavinder\">Davinder Singh Kainth</a></em>)</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://mastodon.social/@threadi\"><strong>Thomas Zwirner</strong></a>, Web developer from Leipzig released an update of hits <a href=\"https://wordpress.org/plugins/download-list-block-with-icons/\"><strong>Download List Block plugin</strong></a>. This is quite a unique plugin for a very narrow use case. It provides you with block to build a list of download files and automatically adds icons according to the file types. Users have a choice of three icon set or can upload a custom icon set. It also offers a few options on for the display. It also provides a Live Preview, powered by Playground.</p>\n\n\n\n<a href=\"https://wordpress.org/plugins/download-list-block-with-icons/\"><img width=\"652\" height=\"302\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/Screenshot-2024-06-08-at-12.34.00.png?resize=652%2C302&ssl=1\" alt=\"\" class=\"wp-image-28832\" /></a>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>The contributor team of the <a href=\"https://wordpress.org/plugins/create-block-theme/\"><strong>Create Block theme plugin</strong></a> released a new version as well. In version 2.2 you’ll find, among other updates</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update modal width to 65vw (#638)</li>\n\n\n\n<li>Fixed font utilities to work with font sources as an (optional) array. (#645)</li>\n\n\n\n<li>Handle font licenses when editing theme metadata (#649)</li>\n\n\n\n<li>Handle font credits in the backend (#647)</li>\n</ul>\n\n\n\n<img width=\"600\" height=\"509\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2024/06/screenshot-2-web.jpg?resize=600%2C509&ssl=1\" alt=\"\" class=\"wp-image-28819\" />\n\n\n\n<p><strong>Justin Tadlock </strong>published his <a href=\"https://developer.wordpress.org/news/2024/06/06/building-a-book-review-site-with-block-bindings-part-2-queries-patterns-and-templates/\"><strong>part 2 of Building a book review site with Block Bindings tutorial </strong></a>to tackle queries, patterns, and templates of the new features to extend core Blocks. </p>\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index 2024”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Fränk Klein</strong> contemplates in his post <a href=\"https://wpdevelopment.courses/articles/pattern-or-post-type/\"><strong>Pattern or Post Type: Discover the Best Way to Structure Your Content</strong></a> how the approach to handling different content types has changed from classic to block themes. You can use block patterns to display various kinds of content. Only when you need more data handling power, a custom post type might be needed. <a href=\"https://wpdevelopment.courses/articles/pattern-or-post-type/\">See the post for details</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>With his post <a href=\"https://kau-boys.com/3643/wordpress/moving-the-sidebar-into-a-theme-pattern\"><strong>Moving the sidebar into a theme pattern </strong></a> Bernhard Kau continues to share in on his block theme building journey. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong>Nate Finch</strong> takes you on the journey on <a href=\"https://developer.wordpress.org/news/2024/05/22/setting-up-a-multi-block-using-inner-blocks-and-post-meta/\"><strong>Setting up a multi-block plugin using InnerBlocks and post meta</strong></a>, a tutorial on how to use ‘create-block’ to set up a multi-block plugin and create two blocks: a Rating block and a Review Card block.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher </strong>took his livestream audience along <a href=\"https://www.youtube.com/watch?v=HdubKJ7IczI\"><strong>Creating a slide deck with the Interactivity API</strong></a> to add transistions. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"wordpress-playground\">WordPress Playground</h2>\n\n\n\n<p>The recording of the <a href=\"https://www.youtube.com/watch?v=gKrij8V3nK0\"><strong>Developer Hours: Creating WordPress Playground Blueprints for Testing and Demos</strong></a> is now available on YouTube. Nick Diego and I first discussed what Playground and Blueprints are and then showed some examples from the<a href=\"https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md\"> <em>Blueprint Gallery</em></a> on how to configure Playground for specific use cases. Then I walked the audience through an example from beginning to end: Add a dashboard widget, set permalinks, import prepared content including features images. <a href=\"https://github.com/bph/hellodashboard/\">The code is available on GitHub</a>. </p>\n\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> interviewed <strong>Adam Zieliński</strong> on <a href=\"https://wptavern.com/podcast/122-adam-zielinski-on-how-playground-is-transforming-wordpress-website-creation\"><strong>How Playground Is Transforming WordPress Website Creation</strong></a>. “This project really does change the way that WordPress can be used, and there are so many exciting prospects for how it might shape the future of website design and development. If you’re interested in hearing about cutting-edge advancements reshaping the WordPress landscape, this episode is for you.” Wrigley wrote and it’s not hyperbole. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://x.com/dwinrhys/\"><strong>Rhys Wynne</strong></a>, WordPress freelancer from Manchester, England explored <a href=\"https://dwinrhys.com/2024/05/08/can-wordpress-run-doom-of-course-it-can-heres-how/\"><strong>Can WordPress run Doom? (of course it can, here’s how)</strong></a> and share his process to making it work, including his success with blueprints to demo the plugin and the game.</p>\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:pauli@gutenbergtimes.com\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don’t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Featured Image: Montreal – Sunrise from the 20th Floor photo by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won’t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Jun 2024 11:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Do The Woo Community: And Now, Some Speakers from WordCamp Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83983\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/and-now-some-speakers-from-wordcamp-europe/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Listen in as we hear 11 speakers from WordCamp Europe 2024 invite you to their sessions.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jun 2024 07:23:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: The WordPress Community, Training, and DEIB with Laura Adamonis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://dothewoo.io/the-wordpress-community-training-and-deib-with-laura-adamonis/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Laura Adamonis, a dynamic member of the WordPress community, shares her journey, contributions to training, and DEIB advocacy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Jun 2024 09:39:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 6.5.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4619:\"<p><strong>WordPress 6.5.4 is now available!</strong><br />This minor release features <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.5.4&group=status&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&col=keywords&order=priority\">5 bug fixes in Core</a>. You can review a summary of the maintenance updates in this release by reading the <a href=\"https://make.wordpress.org/core/2024/05/30/wordpress-6-5-4-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.5.4 is a short-cycle release. The next major release will be <a href=\"https://make.wordpress.org/core/6-6/\">version 6.6</a> planned for July 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.5.4.zip\">download WordPress 6.5.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-5-4\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, and <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.4 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adrianduffell\">adrianduffell</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer\">Brian Alexander</a>, <a href=\"https://profiles.wordpress.org/costdev\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/lopo\">Enrico Battocchi</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/kevinwhoffman\">Kevin Hoffman</a>, <a href=\"https://profiles.wordpress.org/louiswol94\">Louis Wolmarans</a>, <a href=\"https://profiles.wordpress.org/hmbashar\">Md Abul Bashar</a>, <a href=\"https://profiles.wordpress.org/illuminea\">Miriam Schwab</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/narenin\">Narendra Sishodiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pooja1210\">Pooja N Muchandikar</a>, <a href=\"https://profiles.wordpress.org/mikachan\">Sarah Norris</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/smub\">Syed Balkhi</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya\">Tonya Mork</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C06U06K50Q5\">#6-6-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Props to @<a href=\"https://profiles.wordpress.org/afragen/\">afragen</a>, @<a href=\"https://profiles.wordpress.org/hellofromtonya/\">hellofromtonya</a> , and </em><a href=\"https://profiles.wordpress.org/angelasjin/\">@<em>angelasjin</em></a><em> for proofreading.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 15:57:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: #123 – Jamie Marsland on the WordCamp Europe Speed Building Challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=156141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/podcast/123-jamie-marsland-on-the-wordcamp-europe-speed-building-challenge\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31023:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, a new fun, exciting event happening at WordCamp Europe next week.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcasts players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, well, I’m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Jamie Marsland.</p>\n\n\n\n<p>Jamie runs a WordPress plugin business, and has recently become a full-time content creator on YouTube. You might know Jamie from his popular WordPress speed builds on that channel, where contestants have just 30 minutes to build a website from scratch.</p>\n\n\n\n<p>In this episode, we dive into Jamie’s involvement with WordCamp Europe, where he’ll be bringing this speed build format to the live stage. Contestants will race against the clock to recreate a prebuilt website, all while being interrupted with questions from Jamie and the audience.</p>\n\n\n\n<p>Jamie shares how this concept evolved from his own website recreations, and how it quickly gained popularity within the WordPress community. He talks about the insights and feedback that both participants and viewers have gained from these speed builds, making it more than just a fun challenge.</p>\n\n\n\n<p>We also get into the technical aspects of the competition, including what tools and plugins are allowed, and how the time constraints add both pressure and excitement.</p>\n\n\n\n<p>Jamie discusses the importance of bringing more interactive and engaging content to WordCamp events, hoping to make them more dynamic and participatory in the future.</p>\n\n\n\n<p>Towards the end we talk about how these speed builds can bring a fresh perspective to the WordPress community, potentially attracting a younger, more diverse audience.</p>\n\n\n\n<p>If you’re attending WordCamp Europe, or you’re just curious about how WordPress can be made fun and engaging, this episode is for you.</p>\n\n\n\n<p>If you’re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com forward slash podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Jamie Marsland.</p>\n\n\n\n<p>I am joined on the podcast again by Jamie Marsland. How you doing, Jamie?</p>\n\n\n\n<p>[00:03:12] <strong>Jamie Marsland:</strong> Good morning. I’m very good.</p>\n\n\n\n<p>[00:03:14] <strong>Nathan Wrigley:</strong> You are one of the few people that I’ve had back on, and I don’t think I’ve ever had anybody back on quite as quickly as you are. But this is time sensitive, which is not often the case because we’re going to be talking about something which is going to be featuring in WordCamp Europe, which is happening in the next few days, actually it’s about 10 days out. Something like that.</p>\n\n\n\n<p>Do you want to just introduce yourself to those people who haven’t come across you before? Although that is now a dying breed of people, I suspect. But do you want to introduce yourself, and give us a little bit of background to this particular topic?</p>\n\n\n\n<p>[00:03:46] <strong>Jamie Marsland:</strong> Sure. I’m Jamie and I run a WordPress plugin business, and that’s all I do. Oh, and occasionally I do some YouTube videos now, and YouTube’s kind of taken over. I’m pretty much full-time content creator, but I do have a plugin business as well. So go and check that out if you’re listening.</p>\n\n\n\n<p>And I’ve been running these WordPress speed builds on my YouTube channel, and I’ve run about four or five, I think, so far, where contestants get 30 minutes to basically build a website. So it’s fast and furious, loads of fun. We get loads of people on the live chat. We’ve had some real stars of the WordPress space on so far, and it’s coming to Word, WordCamp Europe next week.</p>\n\n\n\n<p>[00:04:23] <strong>Nathan Wrigley:</strong> So you are going to be on the stage at WordCamp with, what, two contestants vying to build the exact same thing in a very confined amount of time?</p>\n\n\n\n<p>[00:04:33] <strong>Jamie Marsland:</strong> Yeah.</p>\n\n\n\n<p>[00:04:33] <strong>Nathan Wrigley:</strong> Do you basically put a website, a pre-built website from out there on the internet somewhere and say, okay, you’ve got 30 minutes to make that. Go.</p>\n\n\n\n<p>[00:04:42] <strong>Jamie Marsland:</strong> Yeah, exactly. They haven’t seen it. They see it when we see it on stage, and then they get five minutes to prep then we start the clock, they get 30 minutes to build it whilst at the same time being hassled by me asking lots of extraordinarily stupid questions, and we get people from the crowd asking questions as well.</p>\n\n\n\n<p>They’ve got to build it while actually commentating on what they’re doing, whilst getting lots of questions from people as well. So it’s high pressure. It’s a great format. It’s a really short and sharp thing to watch.</p>\n\n\n\n<p>[00:05:12] <strong>Nathan Wrigley:</strong> So did you initially do it as just a bit of fun to create some content and then unexpectedly realized there was some pearls of wisdom to be gained from it?</p>\n\n\n\n<p>[00:05:21] <strong>Jamie Marsland:</strong> Yeah, the inspiration came from, ’cause I did, on my YouTube channel for a while, I’ve been doing website recreations. I’ve done about 10 or 15 or something. Famous websites I recreate in half an hour. So I’ve been doing it myself and my channel, just me. And I thought actually this, would be a great format if you had two.</p>\n\n\n\n<p>It just popped in my head one day. You put two people actually competing to build exactly the same website in 30 minutes. So I put a tweet out just to gauge, as often do, gauge interest and people were really interested in it. And then I approached Brian Coords and Mike McAllister, two good friends of mine, to see whether they’d be willing to be the first on the show, and they agreed. They were amazing.</p>\n\n\n\n<p>And then we’ve run about five, I think, so far, with some really famous people in the WordPress space. But it is a very fun format, deliberately fun, and aimed at being fun. But the feedback I’m getting, especially from people in the WordPress product space, like Ben Ritner from Kadence came on last week.</p>\n\n\n\n<p>They find it really useful from a, just a stress testing, product user testing experience to do that. They’re finding real value in it, over and above just being a fun format. So it’s a really interesting space. And there’s lots of ideas I’ve got of where we could take it next as well.</p>\n\n\n\n<p>[00:06:30] <strong>Nathan Wrigley:</strong> Do you, give them the same WordPress version? What I mean by that is in the five minutes, are they allowed to go and install into their WordPress website a whole collection of plugins, which may make the job them a little bit more straightforward? Or is it vanilla WordPress, core blocks all the way?</p>\n\n\n\n<p>[00:06:47] <strong>Jamie Marsland:</strong> Yeah, no, they’re allowed to do whatever they like. So I do a little bit of prep for them. So for example, for Ben, I installed Kadence and Kadence Pro. Over and above that I don’t really want to install too much, but they’re allowed to go off and basically install anything that they like. There’s no limits on, they can go and use Bricks or Beaver Builder or Elementor, but obviously every time they go off and install a plugin that’s eating up into their time.</p>\n\n\n\n<p>So it’s a bit of a time penalty every time they want to do that. But there’s no limits. Once the clock starts, they can do whatever they like.</p>\n\n\n\n<p>[00:07:16] <strong>Nathan Wrigley:</strong> And I’m guessing you are not picking, for example, the Google homepage has got one search field and a logo. I’m guessing that you are trying to get them to do much more complicated things? Loops and all sorts of other things. Just describe the level of complexity. Are you deliberately trying to the most difficult website that you can manage? Lings Cars, for example?</p>\n\n\n\n<p>[00:07:37] <strong>Jamie Marsland:</strong> Lings Cars is coming up at some point.</p>\n\n\n\n<p>[00:07:40] <strong>Nathan Wrigley:</strong> Oh, really?</p>\n\n\n\n<p>[00:07:40] <strong>Jamie Marsland:</strong> Yeah, it’s definitely going to come up. Rich Tabor would be, Rich Is coming on this Thursday actually, as well as next week. I mean I just think seeing Rich Tabor with someone with such a defined and beautiful design aesthetic, taking on Lings Cars. It’s just got to happen at some point. I don’t think I can stop myself from that happening.</p>\n\n\n\n<p>[00:07:57] <strong>Nathan Wrigley:</strong> But you are picking a difficult website?</p>\n\n\n\n<p>[00:07:59] <strong>Jamie Marsland:</strong> I’m picking, what I’m trying to do is a combination of a few things. One famous, so people know it. That’s not always the case. But also there’ll be some challenging, and there’ll be some good learning for people watching it.</p>\n\n\n\n<p>So it’s not just 30 minutes of fun, although it is. Cause a lot of the feedback I get, after the 30 minutes is up, we ask the players to go into the back end of the sites and tell us how they built it. And people love that. They get lots of learning from it.</p>\n\n\n\n<p>I try and choose sites which are visually beautiful and interesting, have some challenges, but also there’s going to be some really good learning for people as well. So those sort of combination of things.</p>\n\n\n\n<p>Obviously Lings Cars meets all those criteria anyway, so it’s right in the sweet spot.</p>\n\n\n\n<p>[00:08:38] <strong>Nathan Wrigley:</strong> If you haven’t come across the Lings Cars website, dear listener, please pause the podcast now. Just and Google it. Lings, L-I-N-G-S.</p>\n\n\n\n<p>[00:08:47] <strong>Jamie Marsland:</strong> And actually, Lings Cars, has had a lot of people talking about it, because as a piece of design, it has some real. Like I was chatting to Tammie Lister about it the other day. People have written articles about Lings Cars, because it actually works as a piece of design.</p>\n\n\n\n<p>It has enormous personality and there’s no other sites really like it, and it’s driving a lot of business to them. So, although I scoff about it, it is, as a piece of web design, it’s very effective.</p>\n\n\n\n<p>[00:09:13] <strong>Nathan Wrigley:</strong> It’s a full assault on the senses in every way, it really does demonstrate what’s possible on the internet.</p>\n\n\n\n<p>[00:09:19] <strong>Jamie Marsland:</strong> My accessibility friends don’t particularly think it’s great, but it has some issues on that regard.</p>\n\n\n\n<p>[00:09:25] <strong>Nathan Wrigley:</strong> Yeah, I would imagine. So, everybody that you’re putting against each other. There’s two people and there’s you sitting in the middle if you like, and they’re trying to do things as rapidly as possible. Now, presumably, a lot of muscle memory for them will come in, they’re just familiar with, okay, I can see that I need to lay out this, I need a sidebar here, and what have you.</p>\n\n\n\n<p>Do you get to interrupt and say, wait, hang on, what happened just then? Or do you wait until the 30 minutes is up and then quiz them? Or are you allowed to say just repeat that little bit.</p>\n\n\n\n<p>[00:09:54] <strong>Jamie Marsland:</strong> I interrupt continually, ’cause I think that’s quite interesting. And it puts more pressure on them. And we actually had Nick Diego on a few weeks ago, and he was at, he was answering questions from the live chat about what’s going on in core at the moment, which is just brilliant.</p>\n\n\n\n<p>I have this amazing idea that I think I’m going to introduce a bit more jeopardy. So halfway through the build, at some point I’m going to have a siren go off and it’s going to be a change spec request from the customer or something like that. We suddenly veer off in a different direction. Or the customer says, can you make the logo a little bit or something like that.</p>\n\n\n\n<p>[00:10:24] <strong>Nathan Wrigley:</strong> Can you make it pop?</p>\n\n\n\n<p>[00:10:25] <strong>Jamie Marsland:</strong> Can you make it pop? Yeah.</p>\n\n\n\n<p>[00:10:27] <strong>Nathan Wrigley:</strong> Essentially we’re giggling about this because it feels like a lot of fun. And I do wonder, the reason that you’ve brought it into WordCamp Europe, do you have an opinion about that in terms of, do you think that the events could do with livening up a little bit? I mean we all talk about how wonderful WordCamps are. I think it’s fair to say that of us enjoy them when we go there. But do you think they could do with a little bit of excitement, drama, gimmicks, whatever the word is?</p>\n\n\n\n<p>[00:10:52] <strong>Jamie Marsland:</strong> Yeah, I mean it’s not just WordCamp. I think all live events, it’s like worth thinking about, what can you bring to that event that you can’t watch online, that you can’t get if you’re just sitting at home in your office? And I think events like this, you want to be in the room for an event like this, because there’s going to be audience participation. To be in the room is going to be a different experience than watching it on your computer screen, because you can watch the live streams.</p>\n\n\n\n<p>And I think the more stuff we can bring that to WordCamps, because for me the real value of WordCamps is the people bit, you know, whether it’s inside or outside. And I think this is going to be highly interactive and fun. So I think, yeah, if we can do more stuff like this, which aren’t traditional kind of event type things, then that’d be great. That said, I have no idea how this is going to go. It might be a complete disaster, in which case, we’ll come back in a month and say, that was a really bad idea.</p>\n\n\n\n<p>[00:11:40] <strong>Nathan Wrigley:</strong> But you’re interested in filling up that room, and trying to get people involved. And, is it going to be a bit more pantomime than workshop? In other words, are you hoping that the crowd will, he’s behind you, that kind of thing? Are you hoping for people to be literally interjecting and yelling out, no, no, no, do it this way, that kind of thing?</p>\n\n\n\n<p>[00:11:56] <strong>Jamie Marsland:</strong> Yeah, absolutely. It’s been a fairly, because I pitched it in, I don’t know, about a month ago. So it’s been a fairly, we’re still working out some technical stuff with the technical team, but, yeah, there’s going to be music, I hope. And a big part of the online ones is that there’s a clock constantly ticking down, that people can see the whole 30 minutes, which just ramps up the pressure. So we need to have a big clock on stage and stuff like that.</p>\n\n\n\n<p>[00:12:16] <strong>Nathan Wrigley:</strong> But the technical aspects, so there’s going to be three people on the stage, your two contestants, for want of a better word, plus you. How is everybody going to be able to see what they’re doing? Are you going to have one big screen on one side, and one big screen on the other, showing what your two contestants are actually doing at that moment?</p>\n\n\n\n<p>[00:12:32] <strong>Jamie Marsland:</strong> To be decided, at the moment. The backstop is that we do it the same way that I do it online, which is I’m kind of operating, and I’m flicking back and forth between the screens. So if we had one screen, it still works, because we can just flick back and forth between, so we can see what Rich is doing, and what Jessica is doing at different times. So ideally we’d have two screens, but I’m not sure at the moment whether that’s technically going to be possible. But we’ll see. I don’t know.</p>\n\n\n\n<p>[00:12:56] <strong>Nathan Wrigley:</strong> So just speak to the actual learning then, because obviously you started this, and it was a little bit of fun. But prior to clicking record, you’ve said that you’d had a few people on who did some fairly remarkable things. Not just in terms of the speed with which they could do it, but also presumably fairly creative. Have you managed to get actual learning out of it, not just purely entertainment?</p>\n\n\n\n<p>[00:13:16] <strong>Jamie Marsland:</strong> Do you mean me as a WordPress user?</p>\n\n\n\n<p>[00:13:18] <strong>Nathan Wrigley:</strong> Well, yeah. Do you feel like your audience are getting something, or does the format kind of lend itself more to entertainment and less to, I don’t know, introspection of what they were actually doing?</p>\n\n\n\n<p>[00:13:28] <strong>Jamie Marsland:</strong> There’s definitely more, if you’re going to have a pie chart, there’s definitely more entertainment than learning. The learning slice is relatively small, but there is a lot of learning. I was, watching, there was a great episode with Fabian and Kim Coleman, and they were incredibly quick, and a lot of that speed was through shortcuts.</p>\n\n\n\n<p>So I suddenly, in my personal WordPress usage, I’m now using a lot of shortcuts, and that has saved me a whole bunch of time. The last one was Justin Tadlock and Ben Ritner from Kadence, and they were building the Rolling Stone website. There was quite a lot of complexity in the grid layouts. A lot of people wouldn’t know that stuff, or the feedback I get, don’t know that stuff is possible, and so I think there’s loads of learning.</p>\n\n\n\n<p>There’s also loads of learning in terms of what’s possible in Core, and what’s possible in add-on plugins like Kadence. That was really interesting to see that direct comparison of Core can do this much, and it’s because it’s got a query loop block. But the Kadence query loop block is a lot more advanced. So if you really want to go advanced, then that’s an interesting comparison to make.</p>\n\n\n\n<p>So I think there is lots of learning, and the feedback we get, because we do a washup after the half an hour is up, where we get the players to go into the front end and then the back end, and talk us through how they built it. I think that’s really interesting.</p>\n\n\n\n<p>What they also do is, they always say how they would’ve done it, not just how they did it, how they would’ve done it, or how they do it for clients. Because obviously there’s, nobody’s building sites in 30 minutes for clients. So there’s obviously a big gap between the way they do it on the show and the way they do it in their real life. So they’ll share that, you know, what they would’ve done, the purest way, I guess.</p>\n\n\n\n<p>So it’s a bit like speed climbing, if you’ve ever watched that, where you’ve got the wall really, really, quickly, versus the purest sort of alpine climbing. It’s a bit like that. But there’s lots of value in a shorter format.</p>\n\n\n\n<p>[00:15:00] <strong>Nathan Wrigley:</strong> Yeah, just being able to cram that in, and obviously get lots and lots done in a very short space of time, because you’re highly engaged and highly focused on it. And you’ve got the competition of beating your opponent. How has that all gone down? You know, because obviously you could get fairly, well, your ego could be wounded, let’s put it that way. You know, if you really reach a brick wall and you can’t figure out how to progress. Have you had any of that?</p>\n\n\n\n<p>[00:15:20] <strong>Jamie Marsland:</strong> I mean, that’s one of the most amazing things. I’m completely in awe of everyone that comes on the show. Completely in awe, because we are having like 128 people watching live, you are a WordPress professional, and yet you are prepared to go on and give it a bash. I think that’s just an incredible, incredible thing to do. And so I come out and everyone’s done great so far. And even if they don’t do great, I think people are enthralled by watching people that will have a go. And the stuff they’re doing is just incredible.</p>\n\n\n\n<p>And these are people that like Ben Ritner’s the founder of Kadence. He’s got an incredibly successful business, and yet he’s coming on for 30 minutes of fun, and we are watching him build a site. And we’ve had lots of these people that are just the top of the game, like Nick Diego and Brian Coords, and Fabian, Kim, and a Rich Tabor this week. And Jonathan Jernigan, these people are like, these are serious WordPress people, and yet they’re prepared to come on, and be prepared to fail. Nobody has, but that’s an incredibly brave thing to do. So I’m completely in admiration of them.</p>\n\n\n\n<p>[00:16:14] <strong>Nathan Wrigley:</strong> Do you have a winner?</p>\n\n\n\n<p>[00:16:15] <strong>Jamie Marsland:</strong> Well, maybe I should do. I haven’t yet. That was the idea. So in the first few I kind of got the people in the live chat to vote, but a lot of them were just voting for the people they liked. It was a bit like a popularity contest. At the moment it’s not necessary, because it doesn’t feel like there is needing to be a winner at the moment. And that’s not really the idea of it, I don’t think.</p>\n\n\n\n<p>But that said, I can definitely see where I have a day of, like a world championships of speed building, where there is a sponsor, and there is a prize, and it gets a little bit more competitive. To be honest, I’m just kind of feeling my way in the format. Some people say the format’s too short, and I understand that viewpoint. But it’s short deliberately, because it’s half an hour of people’s time. It’s half an hour of fun. And I don’t want it to be, you know, people’s time is precious, and I think it’s good to have time pressure. But the format may change a little bit, but I don’t foresee it changing a lot of moment. But yeah, no, there’s no real winners at the moment.</p>\n\n\n\n<p>[00:17:06] <strong>Nathan Wrigley:</strong> Do you think WordPress, the ecosystem of WordPress, and I know that you think about this rather a lot, you know, how WordPress pitches itself into the marketplace of website building, amongst commercial competitors like Wix and Squarespace. Do you think WordPress needs something like this? Does it need a bit of a shot in the arm to make it a bit more fun, interesting, entertaining? Do you feel like projects like this give WordPress a bit of a boost, in a way that it may not have had otherwise?</p>\n\n\n\n<p>[00:17:32] <strong>Jamie Marsland:</strong> Oh, I hope so. I do think about this a lot, too much probably. My view on WordPress is it’s this incredibly beautiful, radical idea that was started 21 years ago, and yet some of the content doesn’t reflect that always, especially when it’s compared to its competitors. It’s almost like, I don’t want to be too harsh, but some of the content’s almost like local government type content, in a way. It’s quite dry and technical. So yeah, I think that there is definitely a space to create some more entertaining type, fun content around WordPress, which has kind of been the rationales of my channel anyway.</p>\n\n\n\n<p>[00:18:03] <strong>Nathan Wrigley:</strong> I think also we’re living in an era where, and I don’t actually have any statistics about this, but it feels like the demographics are skewed towards older rather than younger, in adoption of WordPress. And I don’t know what the throughput is of teenagers coming in and being interested by it, but in a generation brought up on platforms like Instagram and TikTok, where entertainment really does directly lead to interest in certain things.</p>\n\n\n\n<p>So I can just point to my own children and see, absolutely, the straight line that’s gone from the mobile phone, the silly video that they’ve watched, into something that they’re curious about in the real world. We do need things like that because, well, we have to engage them where they are, and if WordPress as a platform wishes to continue, I suspect we are going to have to do more of these kind of entertaining, interesting, engaging pieces of content.</p>\n\n\n\n<p>[00:18:50] <strong>Jamie Marsland:</strong> I mean there’s a shocking stat, which is, because I’m in a YouTube mastermind group with a few people, and generally the female demographic on YouTube runs about 10% of our audiences. Now, mine’s just gone up to 20%. If you compare that to, my guess is if you compare that to Wix, or Canva, I know Canva is running about 50% female audience, definitely users.</p>\n\n\n\n<p>So just from a purely kind of selfish market point of view, WordPress has a big, and I’m not talking about equality here, I’m just talking about if you were trying to reach a market, WordPress has some big challenges in terms of its aging demographic, and its male, female split for sure.</p>\n\n\n\n<p>[00:19:25] <strong>Nathan Wrigley:</strong> So tell us when it’s happening, because I suspect a few people listening to this. We’re going to try to push this out. It’ll come out hopefully before the event, but let’s just imagine a worst case scenario, I fail to do that, and it comes out after the event. But nevertheless, tell us what day it’s on, and if you are in Turin or Torino for WordCamp Europe, when is it happening? What time?</p>\n\n\n\n<p>[00:19:44] <strong>Jamie Marsland:</strong> Okay, yep. So we’re on June the 14th at 5:00 PM, and we’re in track three, which is hall one. So please everyone, come along, pack out the room. It’s going to be loads of fun to finish the day.</p>\n\n\n\n<p>[00:19:56] <strong>Nathan Wrigley:</strong> If this ends up being really, really popular, you are going to be the one event that nobody wants to be in the speaker lineup at the same time as. It would be a little bit like if we put you on at the same time as Matt Mullenweg’s closing address. You can be fairly confident that the, you know, lots of people are going to go in that direction, yeah.</p>\n\n\n\n<p>[00:20:12] <strong>Jamie Marsland:</strong> If it okay as well, I’m hoping that they’ll invite me on all the WordCamps around the world, and this will be part of the, I mean, wouldn’t that be great.</p>\n\n\n\n<p>[00:20:18] <strong>Nathan Wrigley:</strong> Part of the gimmick, yeah. Part of the infrastructure. That would be really nice. Okay, Jamie, we’ve managed to get to about 22 or three minutes there. Is there anything you want to add before we knock it on the head?</p>\n\n\n\n<p>[00:20:27] <strong>Jamie Marsland:</strong> We probably haven’t mentioned who’s actually on it, which is Rich Tabor and Jessica Lyschik, are going to be the two players. So again, an epic battle. We’ve got male, female, we’ve got Europe, USA. What else do you want in 45 minutes of fun?</p>\n\n\n\n<p>[00:20:41] <strong>Nathan Wrigley:</strong> Honestly, it sounds like real entertainment. I hope that it goes well, that there’s no technical gremlins, and that you manage to get through it all, and that it’s an enjoyable experience for you, as well as the audience.</p>\n\n\n\n<p>[00:20:52] <strong>Jamie Marsland:</strong> Honestly, there’s so many moving parts. It’s like juggling while trying to write a speech, and a lot going on.</p>\n\n\n\n<p>[00:20:56] <strong>Nathan Wrigley:</strong> Well, very best of luck. Congratulations for getting this into WordCamp, and hopefully you’ll do many more online in the near future too.</p>\n\n\n\n<p>[00:21:03] <strong>Jamie Marsland:</strong> Cool. Thank you.</p>\n</div>\n\n\n\n<p>On the podcast today we have Jamie Marsland.</p>\n\n\n\n<p>Jamie runs a WordPress plugin business and has recently become a full-time content creator on YouTube. You might know Jamie from his popular WordPress speed builds on that channel, where contestants have just 30 minutes to build a website from scratch.</p>\n\n\n\n<p>In this episode, we dive into Jamie’s involvement with WordCamp Europe, where he will be bringing this speed build format to the live stage. Contestants will race against the clock to recreate a pre-built website, all while being interrupted with questions from Jamie and the audience.</p>\n\n\n\n<p>Jamie shares how this concept evolved from his own website recreations and how it quickly gained popularity within the WordPress community. He talks about the insights and feedback that both participants and viewers have gained from these speed builds, making it more than just a fun challenge.</p>\n\n\n\n<p>We also get into the technical aspects of the competition, including what tools and plugins are allowed, and how the time constraints add both pressure and excitement. Jamie discusses the importance of bringing more interactive and engaging content to WordCamp events, hoping to make them more dynamic and participatory in the future.</p>\n\n\n\n<p>Towards the end, we talk about how these speed builds can bring a fresh perspective to the WordPress community, potentially attracting a younger, more diverse audience.</p>\n\n\n\n<p>If you’re attending WordCamp Europe or you’re just curious about how WordPress can be made fun and engaging, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://www.pootlepress.com/\">Jamie’s plugin business</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/c/JamieMarsland/videos\">Jamie’s YouTube Channel</a></p>\n\n\n\n<p><a href=\"https://www.kadencewp.com/kadence-blocks/\">Kadence Blocks</a></p>\n\n\n\n<p><a href=\"https://bricksbuilder.io/\">Bricks</a></p>\n\n\n\n<p><a href=\"https://www.wpbeaverbuilder.com/\">Beaver Builder</a></p>\n\n\n\n<p><a href=\"https://elementor.com/\">Elementor</a></p>\n\n\n\n<p><a href=\"https://www.lingscars.com/\">Lings Cars website</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/session/gutenberg-speed-build-challenge/\">Gutenberg Speed Build Challenge: A Web Design Duel!</a> at WordCamp Europe 2024</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Gravatar: Maximize Engagement with Profile Page Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://blog.gravatar.com/2024/06/05/user-profile-page-examples/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20310:\"<p>Everyone is unique, and our uniqueness is what makes the internet a great (admittedly, sometimes wild!) place. One way users can express individuality on your site is through profile pages, which gives them control over their online information and presentation.</p>\n\n\n\n<p>When designing user profiles for your websites or web apps, it’s important to create a clean and user-friendly design. Profile pages are the first point of interaction, setting the tone for the overall experience. A well-designed profile page enhances user satisfaction by providing easy navigation and interaction. It also boosts retention rates by making users feel valued and understood.</p>\n\n\n\n<p>Let’s explore the important elements of a well-designed profile page, check out some examples, and see how <a href=\"https://gravatar.com/\">Gravatar</a> can make things easier!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Essential components of your website’s profile page design</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Profile picture or avatar</strong></h3>\n\n\n\n<img width=\"660\" height=\"427\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image.jpeg?w=660\" alt=\"Upload a profile picture\" class=\"wp-image-1499\" />\n\n\n\n<p>Allowing users to upload a profile picture is the easiest and most basic way to start a profile page. A profile picture lets someone establish their identity on your website and helps users feel more connected to the platform and each other. </p>\n\n\n\n<p>To maintain consistency, provide guidelines for acceptable image sizes and resolutions. For example, a standard size of 400×400 pixels at 72 DPI is usually sufficient. Ensure content is relevant and follows community standards. A reporting system can create a safe and respectful environment instead of approving profile pictures one by one. This method combines effective moderation with community empowerment.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Name and username</strong></h3>\n\n\n\n<img width=\"660\" height=\"428\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-1.jpeg?w=660\" alt=\"Insert your own name\" class=\"wp-image-1500\" />\n\n\n\n<p>Deciding whether to display the user’s real name, username, or both is an important aspect of profile page design. This decision impacts personal branding and privacy. For instance, using real names can enhance authenticity, which is beneficial for professional networking. On the other hand, usernames might be better for privacy, making them suitable for social or gaming communities.</p>\n\n\n\n<p>Implement validation rules to make sure usernames are appropriate, unique, and memorable. Consider constraints like minimum and maximum character limits, prohibition of offensive terms, and the inclusion of alphanumeric characters only.</p>\n\n\n\n<p>For example: </p>\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/2705.png\" alt=\"✅\" class=\"wp-smiley\" /> Allow usernames like LucyMcMuppet</p>\n\n\n\n<p><img src=\"https://s0.wp.com/wp-content/mu-plugins/wpcom-smileys/twemoji/2/72x72/274e.png\" alt=\"❎\" class=\"wp-smiley\" /> Prevent usernames like LucyXoXoMcMup<3</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Bio section</strong></h3>\n\n\n\n<img width=\"660\" height=\"426\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-2.jpeg?w=660\" alt=\"Bio section \" class=\"wp-image-1501\" />\n\n\n\n<p>A bio section allows users to introduce themselves, share their interests, or provide a brief professional background. This section adds a personal touch and can be a great way to build connections. </p>\n\n\n\n<p>To maintain consistency and readability, consider implementing character limits (e.g., 150-300 characters) and providing basic formatting options like bold or italic text. This ensures bios are concise and informative without overwhelming the reader.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Interests or skills</strong></h3>\n\n\n\n<p>Including fields for users to list their interests, skills, or expertise enhances the social aspect of your platform by facilitating connections based on common interests. Implement a system that allows users to select from predefined categories or add custom tags to their profiles. This helps users express themselves and makes it easier for others to find and connect with them based on shared interests or skills.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Contact information</strong></h3>\n\n\n\n<img width=\"660\" height=\"459\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-3.jpeg?w=660\" alt=\"Contact information button\" class=\"wp-image-1502\" />\n\n\n\n<p>Allow users to provide contact information, such as an email address or social media handles, to enable communication and networking opportunities.</p>\n\n\n\n<p>For instance, users should be able to choose whether their email is visible to everyone, only to connections, or kept private. This flexibility helps users feel secure and in control of their information.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Other design elements to make your user profile pages stand out</strong></h2>\n\n\n\n<p>Incorporating various elements can significantly enhance user experience and engagement when designing user profile pages. However, it’s important to note that these features are unnecessary for <em>every </em>profile template. Choosing to incorporate them depends on the specific kind of website you’re building and the level of interaction between users.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Work information</strong></h3>\n\n\n\n<p>Incorporating sections for users to show their professional experience, skills, and achievements adds depth to user profiles. Features like timelines, bullet points, or multimedia elements make work history engaging and easy to read. </p>\n\n\n\n<p>Timelines help visualize career progression, while bullet points highlight skills and achievements succinctly. Multimedia elements, such as videos or project images, provide a richer context and make profiles more dynamic.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Verified accounts and essential links</strong></h3>\n\n\n\n<p>Giving users the choice to show badges or indicators for verified accounts boosts credibility and trust. Verification can involve confirming emails or integrating with social media accounts. For instance, users can link their profile to their <a href=\"https://www.facebook.com/\">Facebook</a>, <a href=\"https://twitter.com/?lang=en\">X/Twitter</a>, or <a href=\"https://www.linkedin.com/learning\">LinkedIn</a> accounts, which helps verify their identity through these established platforms. This assures other users of their authenticity and adds an extra level of security.</p>\n\n\n\n<p>Create a system for users to include significant links, such as personal websites, portfolios, or relevant external resources. Using icons or logos to represent various types of links or verified accounts ensures they are easily recognizable and visually appealing.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Customization options</strong></h3>\n\n\n\n<p>Customization options allow users to personalize the look and feel of their profile pages, increasing their sense of ownership and satisfaction. Let users choose color schemes, layouts, or background images while ensuring these options align with your website’s overall branding and design guidelines. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Multimedia elements</strong></h3>\n\n\n\n<p>Incorporate features that let users display their work, portfolios, or media files directly on their profile pages. This is particularly valuable for creative professionals who want to display their projects. </p>\n\n\n\n<p>Make sure that these multimedia elements are optimized for fast display and loading times to maintain a smooth user experience. Use responsive design principles to ensure that multimedia content looks good on all devices.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Privacy and security settings</strong></h3>\n\n\n\n<p>With <a href=\"https://www.nortonlifelock.com/us/en/newsroom/press-kits/2022-norton-cyber-safety-insights-report-special-release-online-creeping/\">85% of adults</a> worldwide eager to take additional steps in protecting their online privacy, it’s important to ensure that settings are in place so users can control the visibility of their contact details. Implement granular privacy settings that enable users to control the visibility of their profile information to different user groups or the public. </p>\n\n\n\n<p>Follow best practices for data security and privacy to protect user information. This includes using secure protocols for data transmission, regularly updating your security measures, and being transparent about data use policies.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Examples of websites with stunning user profile page design</strong></h2>\n\n\n\n<p>If you’re looking for some inspiration for beautifully designed user profiles, these websites are great examples. Let’s take a look so you can gather ideas to build a standout profile page template on your own platform. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Gravatar</strong></h3>\n\n\n\n<img width=\"660\" height=\"403\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image.png?w=660\" alt=\"Gravatar homepage\" class=\"wp-image-1503\" />\n\n\n\n<p><a href=\"https://gravatar.com/\">Gravatar</a> is an online profile management system widely used by platforms like <a href=\"http://wordpress.com\">WordPress.com</a>, <a href=\"https://github.com/\">GitHub</a>, and <a href=\"https://slack.com/intl/en-gb\">Slack</a>. It is a central hub for users to manage their online identity, adding essential information such as their name, location, bio, work details, connected accounts, important links, and contact information.</p>\n\n\n\n<img width=\"660\" height=\"259\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-1.png?w=660\" alt=\"Contact information in Gravatar\" class=\"wp-image-1505\" />\n\n\n\n<p>Gravatar profiles form the basis of users’ online identities, enabling integration across various websites. When a user with a Gravatar profile signs up on an integrated site, their profile information is automatically imported, streamlining the registration process. This integration allows websites to design user profiles around Gravatar’s template, customizing it as needed by removing unnecessary elements.</p>\n\n\n\n<img width=\"660\" height=\"307\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-2.png?w=660\" alt=\"Customization in Gravatar\" class=\"wp-image-1506\" />\n\n\n\n<p></p>\n\n\n\n<p>Simplifying profile management, Gravatar allows users to update their profile image and information from a single location, with changes reflected across all integrated platforms. This ensures consistency and saves users the hassle of updating multiple profiles.</p>\n\n\n\n<img width=\"660\" height=\"357\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image.gif?w=660\" alt=\"Profile hovercards with Gravatar\" class=\"wp-image-1507\" />\n\n\n\n<p></p>\n\n\n\n<p>As a platform, Gravatar continually redefines user profile design with innovative features like the <a href=\"https://blog.gravatar.com/2023/10/02/new-gravatar-hovercards-faster-open-source-and-everywhere/\">hovercard feature</a>, available on platforms like WordPress.com and <a href=\"https://jetpack.com/\">Jetpack</a>. Hovercards provide a quick preview of a user’s profile information when hovering over their Gravatar image, enhancing user interaction and engagement. This feature is one of many that shows how Gravatar pushes the boundaries of profile design, offering a dynamic user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>WordPress.com</strong></h3>\n\n\n\n<img width=\"660\" height=\"404\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-3.png?w=660\" alt=\"Michelle Kogan WordPress.com page\" class=\"wp-image-1508\" />\n\n\n\n<p></p>\n\n\n\n<p><a href=\"http://wordpress.com\">WordPress.com</a> user profiles are both functional and customizable, catering to the diverse needs of its users. These profiles allow individuals to manage their personal information, profile pictures, and biographical details easily. Effortlessly integrated into the WordPress ecosystem, these profiles enable users to show their blog posts, comments, and other activities cohesively.</p>\n\n\n\n<p>The design of WordPress.com profiles is clean and user-friendly, ensuring easy navigation and updates. Users can quickly access and modify their information, making the experience smooth and efficient. WordPress.com also supports the addition of custom fields through plugins or custom code, allowing for further personalization and detailed data collection. This flexibility allows users to create profiles that truly reflect their unique identities and interests, enhancing the overall user experience on the platform.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Dribbble</strong></h3>\n\n\n\n<img width=\"660\" height=\"401\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-4.png?w=660\" alt=\"Adam Quest Dribbble profile\" class=\"wp-image-1509\" />\n\n\n\n<p></p>\n\n\n\n<p><a href=\"https://dribbble.com/\">Dribbble</a>‘s user profiles have been designed to show off the creative work of designers through “shot” thumbnails. These profiles are aesthetically pleasing and highly functional, presenting a designer’s portfolio in an engaging and easily navigable format. Each profile includes statistics, such as the number of likes, views, and comments on their shots, providing insights into the popularity and reach of their work.</p>\n\n\n\n<p>Dribbble profiles also highlight a user’s skills and include links to external sites, such as personal portfolios or social media accounts. Dribbble is great for those within the design niche looking to network and get their name out there. </p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Behance</strong></h3>\n\n\n\n<img width=\"660\" height=\"381\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-5.png?w=660\" alt=\"Arushie Wing Behance profile\" class=\"wp-image-1510\" />\n\n\n\n<p></p>\n\n\n\n<p>Like Dribbble, <a href=\"https://www.behance.net/\">Behance</a>‘s user profiles are tailored for creative professionals who want to display portfolios and individual projects. These profiles provide a platform for artists, designers, and other creatives to present their work in an aesthetic and organized way. Each profile features a gallery of projects, allowing users to explore an artist’s body of work easily.</p>\n\n\n\n<p>Behance profiles include detailed statistics, such as the number of views, appreciations, and comments on each project. This data offers valuable insights into the engagement and popularity of the user’s work. Another standout feature is the customizable cover image, which allows users to add a personal touch to their profile and make it visually distinctive.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>GitHub</strong></h3>\n\n\n\n<img width=\"660\" height=\"402\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-6.png?w=660\" alt=\"Kedasha Kerr GitHub profile\" class=\"wp-image-1511\" />\n\n\n\n<p></p>\n\n\n\n<p><a href=\"https://github.com/\">GitHub</a>‘s user profiles are catered to developers, providing a clear and straightforward layout to show their contributions, repositories, and activity. Each profile offers a view of a developer’s work, highlighting their coding projects, collaborations, and overall engagement within the GitHub community.</p>\n\n\n\n<p>Features of GitHub profiles include the ability to display followers and following counts, which creates a sense of community and allows users to connect with peers and industry leaders. Additionally, developers can pin their favorite or most significant repositories to their profile, making it easy for visitors to see their best work at a glance.</p>\n\n\n\n<p>This structured and minimalistic approach ensures that the focus remains on the code and contributions, providing a valuable tool for the coding community to share their work, track their progress, and engage with other developers. The simplicity and efficiency of GitHub profiles make them a powerful resource for showing technical skills and building professional connections.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Medium</strong></h3>\n\n\n\n<img tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-7.png\" alt=\"Scott Lamb Medium profile \" class=\"wp-image-1516\" />\n\n\n\n<p></p>\n\n\n\n<p><a href=\"https://medium.com/\">Medium</a>‘s user profiles are centered around the content created by the user, prioritizing the display of published articles, claps (similar to likes), and followers. The design ethos is minimalist, focusing on readability and content discovery.</p>\n\n\n\n<p>Each Medium profile is a curated collection of the user’s writing, providing readers with easy access to their articles and insights. The clean layout and typography enhance readability, ensuring that the focus remains on the content itself.</p>\n\n\n\n<p>By prominently featuring metrics such as claps and followers, Medium profiles offer writers a way to gauge the reception and impact of their work within the Medium community. This feedback loop encourages writers to create engaging content while creating a sense of community and interaction among readers.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Spotify</strong></h3>\n\n\n\n<img width=\"660\" height=\"542\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/06/image-4.jpeg?w=660\" alt=\"James Vickery Spotify profile \" class=\"wp-image-1513\" />\n\n\n\n<p></p>\n\n\n\n<p><a href=\"https://open.spotify.com/\">Spotify</a> profiles provide a dynamic and interactive platform for users to share their love of music, connect with friends, and discover new artists and songs. Its user profiles offer a preview of users’ music tastes and listening habits, showing their top artists, recently played tracks, and public playlists. The design aesthetic is modern and sleek, with a strong emphasis on music imagery that creates a personalized experience.</p>\n\n\n\n<p>The design prioritizes music imagery, with vibrant album artwork and artist photos all over the profile. This visual emphasis creates an immersive user experience, making the profile a reflection of the user’s musical identity.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Take your user profiles to the next level with Gravatar integration</strong></h2>\n\n\n\n<p>As we’ve seen, user profile design plays a super important role in shaping the overall user experience and creating engagement on your platform. By taking user profile design seriously, you can create a more personalized and immersive experience for your users.</p>\n\n\n\n<p>By integrating Gravatar, you can:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Centralize profile management</strong>: Users can manage their profile information in one place, and updates are reflected wherever their Gravatar is used. This ensures consistency and saves time.</li>\n\n\n\n<li><strong>Streamline profile creation</strong>: New users can quickly set up their profiles by importing their Gravatar information, reducing the friction often associated with the initial sign-up process.</li>\n\n\n\n<li><strong>Enhance user experience</strong>: Consistent and recognizable profile images contribute to a great user experience across different applications and platforms.</li>\n</ul>\n\n\n\n<p>Using the Gravatar API for importing profile data helps establish attractive and consistent profile designs. This improves the overall look of your application and guarantees the accuracy of profile information. </p>\n\n\n\n<p>Gravatar’s profile integration is already revolutionizing user profile design for leading websites such as <a href=\"https://pocketcasts.com/\">Pocket Casts</a> and WordPress.com. These platforms use Gravatar’s features to enhance user engagement and provide a more dynamic profile experience to users worldwide.</p>\n\n\n\n<p>Join the thousands of people customizing their unique profiles today with <a href=\"https://docs.gravatar.com/\">Gravatar</a>! </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 13:01:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Akismet: Lead Generation Forms — 25 Best Practices with Examples\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=283968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://akismet.com/blog/lead-generation-forms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39086:\"<p>The purpose of a lead generation form is to collect information from people who have the potential to become customers. Seems simple enough, right? </p>\n\n\n\n<p>Well, if you’ve spent any time trying to make this work, you’ve discovered it’s not so simple. People have become quite familiar with filling out online forms. And, they’ve become more wary about giving away their information. </p>\n\n\n<p>Those two realities need to guide your thoughts and decisions about how to create and use lead generation forms on your website. People today are more suspicious about online activity than they were 15 years ago, and they are more demanding of what a “good” lead generation form will do and how it will work.</p>\n\n<p>The good news is, companies and website owners also have access to at least two decades of A/B testing data on thousands of websites, plus lots of real‑world experience. So we’ve learned a few things, and there’s a robust body of knowledge about how to create high‑converting lead generation forms. When implemented correctly, these tactics minimize the number of people who turn away for avoidable reasons.</p>\n\n<p>With that in mind, let’s look at 25 lead generation form best practices.</p>\n\n\n<span id=\"more-283968\"></span>\n\n\n<h2 id=\"1-keep-it-short-and simple\" class=\"wp-block-heading\">1. Keep it short and simple</h2>\n\n\n<p>Short is good. </p>\n\n\n\n<p>And short applies to all aspects of the lead generation form. Fewer fields to fill out makes for a shorter form. Less text in the headline makes the form look shorter, and makes it easier to digest in a single glance. Shorter call-to-action buttons tend to work better than longer ones. </p>\n\n\n\n<p>Of course, there’s more to all of these aspects than just the length. Testing matters. The point here is, only include in your form what you need to include. Cut the excess. Trim the fat. Discard the non-essentials. </p>\n\n\n<p>In other words, keep it simple. Short is good. Simple is better. Sometimes simple might mean a slightly longer lead generation form. But whatever results in the easiest possible user experience is probably the better way to go.</p>\n\n<h2 class=\"wp-block-heading\">2. Use a benefit‑oriented headline</h2>\n\n<p>The worst kinds of headlines on lead generation forms say some variation of this:</p>\n\n<p>“Join our newsletter!” The exclamation point isn’t going to make the difference here.</p>\n\n<p>In all seriousness, if the rest of your website is doing its job, some people will join your email list and fill out your forms even with a generic headline like this. But more people will respond if you write a headline on your form that provides a benefit for filling it out.</p>\n\n<p>Some companies hear this, and they change their headline to “Join our newsletter to stay updated,” or “Get the latest news — join our email list.”</p>\n\n<p>You can do better.</p>\n\n\n<p>What are the real benefits to filling out your form? Since most forms connect people to your email list, we’re using that as the example for most of these tips. But some forms have other purposes, like registering for a webinar, getting notified when a new product’s released, or becoming a member. </p>\n\n\n<p>Whatever the purpose of your lead generation form, spell out a key benefit in the headline. Promise something your target audience will want. For example:</p>\n\n\n<ul class=\"wp-block-list\"><li>Stay ahead of the stock gurus when you join our newsletter</li>\n\n<li>Become a master gardener with weekly emails</li>\n\n\n<li>Get exclusive email-only deals </li>\n</ul>\n\n\n<p>You can also include the benefit in the name of your newsletter. Give your email subscriber list a cool name that will resonate with your target audience. It’s no longer just your “email list” or “newsletter” anymore. Now, it’s The Market Leader’s Daily Tips, The Weekly Green Thumb, or the VIP Insider Track.</p>\n\n\n<p>Those are just quick examples, of course. You can probably do even better. But your target audience will respond more favorably and in greater numbers to a cleverly-named email list. It feels more unique, tailored to them, original, desirable, established, and credible. </p>\n\n\n<h2 id=\"3-include-a-clear-value proposition\" class=\"wp-block-heading\">3. Include a clear value proposition</h2>\n\n\n<p>The value proposition is similar to a benefit, except now it’s one of your foundational attractions to your target customers and leads. </p>\n\n\n<p>You’re promising to solve a problem they care about, answer questions that matter to them, or deliver an outcome they desire, and you’re doing this by spelling out exactly what they get for filling out your form.</p>\n\n\n<p>One great way to do this is to offer something tangible in exchange for joining your email list. This could be a PDF like an eBook or a special report that delivers an instant reward of great value. It could be a special coupon or offer for new customers. Find something your target audience desires, and give it to them as a reward. </p>\n\n\n\n<p>You can also make a promise, without taking it too far. For example, Get Daily Writing Tips to Become a Best-Selling Author. </p>\n\n\n\n<p>In that example, the value proposition is right in the headline — it’s the thing that your target audience wants most. </p>\n\n\n<p>If it’s a webinar, specify that signing up reserves their spot, and include a core value proposition that the webinar will deliver. If it’s a free course, say when they have access to the course. If it’s a coupon, say when the coupon becomes active — “Sign up and save 20% instantly”.</p>\n\n<h2 class=\"wp-block-heading\">4. Feature action‑oriented language</h2>\n\n<p>If you look back over the examples from the previous sections, you’ll notice lots of active verbs:</p>\n\n\n<ul class=\"wp-block-list\">\n<li>Sign up</li>\n\n\n\n<li>Get </li>\n\n\n\n<li>Access</li>\n\n\n\n<li>Stay ahead</li>\n\n\n\n<li>Become</li>\n</ul>\n\n\n\n<p>You want your leads to do something, take action, seize the moment, grab the benefit, take a chance, be the first. Action-oriented language is more compelling, especially in your call-to-action buttons, but also in your headlines and subheadings if you use one. </p>\n\n\n<h2 id=\"5-use-contrasting colors\" class=\"wp-block-heading\">5. Use contrasting colors</h2>\n\n<p>So far, we’ve been talking mostly about the text and content, as well as the offer you’re making to your prospects when they fill out your lead generation form.</p>\n\n<p>But design matters, too. Contrasting colors get more attention than colors that blend in with the rest of your website. Online forms have become commonplace, and it’s very, very easy to gloss over them and not even notice. They blend in with the background noise we’re all used to seeing.</p>\n\n\n<p>Your lead generation forms need to stand out from the surrounding colors. You may have rarely used, but still approved, accent brand colors in your guidelines. This is the time to use them. </p>\n\n\n<h2 id=\"6-avoid captcha\" class=\"wp-block-heading\">6. Avoid CAPTCHA</h2>\n\n<p>CAPTCHA is a form‑conversion destroyer. <a href=\"https://medium.com/rareview/why-your-captcha-is-killing-conversions-f9be6fe17d1f\">One study found</a> that an astonishing 30% of visitors abandon lead generation forms because of CAPTCHA.</p>\n\n\n<p>That’s serious short-term revenue if your lead generation tool incentivizes an immediate purchase. And it’s serious long-term revenue if your leads turn into repeat customers with high lifetime value. </p>\n\n\n\n<p>The problem is, you don’t want hordes of bots and scammers filling out your forms and gumming up your database with non-leads. That just annoys your sales team, when they first glance at the database and see 200 new leads, only to discover that 160 of them are spammers. </p>\n\n\n<p>A better way?</p>\n\n<p>Use<a href=\"https://akismet.com/features/\"> Akismet, a frictionless solution</a> that blocks spam form submissions using an ever‑growing AI‑guided database of IP addresses, email addresses, words, and names. To date, this powerful <a href=\"https://akismet.com/blog/captcha-alternatives/\">alternative to CAPTCHA technology</a> has blocked over 500 billion spam submissions. </p>\n\n\n<img width=\"1600\" height=\"648\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-7.png\" alt=\"stats about Akismet spam\" class=\"wp-image-283970\" />\n\n\n\n<p>Plans are <a href=\"https://akismet.com/pricing/\">competitively priced</a> (especially when you understand their instant positive impact on your bottom line) and Akismet also has an <a href=\"https://akismet.com/enterprise/\">enterprise version</a> for larger companies. </p>\n\n\n<h2 id=\"7-include-social proof\" class=\"wp-block-heading\">7. Include social proof</h2>\n\n\n<p>Remember, you want to keep your lead generation forms short and simple. But you also want people to fill them out. Social proof is a powerful tool because it motivates and reassures at the same time. </p>\n\n\n<p>For lead generation forms, the best testimonials will be short sentences, even just a few words or excerpts from longer ones. And as for placement, they work best near the call to action (CTA) button. Anyone hovering in that area has filled out the form and is now deciding whether to actually click the button.</p>\n\n\n<p>Effective social proof can help push them to take action. </p>\n\n\n<h2 id=\"8-add-trust signals\" class=\"wp-block-heading\">8. Add trust signals</h2>\n\n\n<p>With so much spam and cybercrime, establishing trust online has become harder. There are some trust signals you can employ that reassure potential leads that you are a legitimate business or organization. </p>\n\n\n<p>The most common trust signals include security certifications and noticeable privacy policies.</p>\n\n\n<p>A security certification is typically just the logo of whatever online security or malware protection service you might be using. Most such services include a logo as part of their service for exactly this reason, and because it serves as marketing for them. </p>\n\n\n<p>And privacy policies serve as a confirmation that your company cares about the data of customers and leads. Few people will read your policy, so for most leads, the mere display of one accomplishes the goal of increasing trust in the reliability of your lead generation form.</p>\n\n<h2 class=\"wp-block-heading\">9. Ensure mobile‑friendliness</h2>\n\n\n<p>By this point in the digital age, this should go without saying. But make sure your lead generation forms look right and function well on mobile devices. In addition, make sure the web pages on which they appear function, too. </p>\n\n\n<p>You need the lead gen form to show up on the mobile device in the appropriate place and at the appropriate time. It is a featured asset, not just background. It should not be possible to miss it.</p>\n\n\n<p>So make sure your forms show up and can be easily filled out and navigated on mobile devices. Test this. Once your form is up, get on a variety of mobile devices and see if it’s working. </p>\n\n\n<h2 id=\"10-minimize distractions\" class=\"wp-block-heading\">10. Minimize distractions</h2>\n\n\n<p>The form itself is a “content sanctuary.” Only vital and relevant text or imagery should be allowed in. </p>\n\n\n\n<p>But the areas near your form should also be guarded closely. Busy websites with tons of features can be okay, but the form should not be buried in the midst of other content and widgets. </p>\n\n\n\n<p>For example, you may have sections on your website with testimonials, screenshots, videos, photos, and text boxes. You might be using tables to compare the features of your various plans and products. </p>\n\n\n\n<p>These are not the place for your lead generation forms. </p>\n\n\n\n<p>The form needs to break the flow of whatever else is on the web page. </p>\n\n\n\n<p>If you have a sidebar, don’t make the form just one of many things on the sidebar. Make it the only thing, at least in that section of the sidebar. </p>\n\n\n\n<p>If you want to put forms in the middle of blog articles and web pages, don’t wrap the text around the form. Make the form the featured and centered item wherever it appears. </p>\n\n\n\n<p>The idea is — make it impossible to miss. Yes, some visitors and potential leads will ignore your forms, but at least make sure they’ll see them. </p>\n\n\n<h2 id=\"11-use-descriptive labels\" class=\"wp-block-heading\">11. Use descriptive labels</h2>\n\n\n<p>Make sure the labels for your form fields are clear and accurate. ‘First name’ is probably better than ‘First’, for example. Yes, most people know what the single word means, but you have to remember that the internet is for everyone. You have people from all sorts of educational backgrounds, all languages, and countries all over the world. </p>\n\n\n<p>Your target audience plays a role in this, of course, but when in doubt, it’s best to be clear and not invite any confusion or uncertainty into the process of filling out lead generation forms.</p>\n\n\n<p>And make sure it’s clear which label applies to which field. It’s better to put the label next to the form field, rather than above or below it. </p>\n\n\n<h2 class=\"wp-block-heading\">12. Utilize a single‑column layout</h2>\n\n<p>It’s been generally accepted for a while that single‑column forms work better than two‑column forms.<a href=\"https://www.foxit.com/blog/elements-of-good-form-design-single-column-beats-multi-column-forms/\"> Studies like this one</a> have found that single‑column forms get completed much faster. Quicker form completion implies higher conversions.</p>\n\n<p>So, when in doubt, use single column forms.</p>\n\n\n<p>However, just about any lead generation form best practice needs to be taken with this caveat: Test everything to be sure. </p>\n\n\n\n<p>For example,<a href=\"https://blog.hubspot.com/marketing/one-vs-two-column-form-conversion-test\"> this HubSpot study</a> details their own experience with switching to a two-column form. When they tested it, the two-column version got higher conversions. But the likely reason for this is that their form is quite long. </p>\n\n\n<p>The single column version looks much longer and thus probably intimidated more people from filling it out. The two‑column one can be more easily seen in its entirety. With shorter forms, single‑column should outperform two‑column almost every time.</p>\n\n<p>However, on mobile devices, two‑column forms are more difficult to make work because of spacing, so your form needs to be well‑designed and tested for all screen formats. Interestingly, Hubspot later altered their form to include elements of both one and two‑column formats.</p>\n\n<h2 id=\"13-minimize-mandatory fields\" class=\"wp-block-heading\">13. Minimize mandatory fields</h2>\n\n\n<p>Every lead generation form has a purpose. If you’re just collecting email addresses and trying to build your list, you don’t need very many forms because you can collect more information about your subscribers through additional marketing offers. You can qualify leads over time.</p>\n\n\n\n<p>Other companies prefer to get more information up front to save themselves the trouble of having huge lists with mostly unprofitable leads. </p>\n\n\n\n<p>In either situation, you want to try to minimize the number of mandatory fields. What do you really need to know, and what would it be nice to know? For the nice to know stuff, you might keep the field in your form, but consider making it non-mandatory. That way, leads who want to quickly move through your form can do so. </p>\n\n\n\n<p>For example, do you need a last name? In some cases you do, but in many, you don’t. It might be nice to have, but it’s definitely asking more of a lead to divulge that information than just their first name. Do you really need a country or a city? Do you really need both a home and work phone number? </p>\n\n\n\n<p>Reduce your form fields, and your form will get filled out by more leads because it will be less intimidating. </p>\n\n\n<h2 id=\"14-avoid dropdowns\" class=\"wp-block-heading\">14. Avoid dropdowns</h2>\n\n\n<p>Dropdown menus have a host of problems, which have been exposed through a<a href=\"https://baymard.com/blog/drop-down-usability\"> series of studies</a> on the topic. </p>\n\n\n\n<p>With long dropdown menus, such as country selections, you can’t see all the options, and it can be difficult to scroll through the list since every device works differently. The experience often frustrates users, and they end up skipping it altogether. </p>\n\n\n<p>With short dropdown menus, the question becomes, why not just offer radio buttons instead?</p>\n\n<p>You can see all the choices and just pick the one you want. On a mobile device in particular, dropdowns are much more difficult to navigate than simple radio choices.</p>\n\n\n<p>And for countries, the study recommends just using an autocomplete field. As the user begins typing their country, possible matches will quickly narrow down to the obvious choice. </p>\n\n\n<p>Dropdown menus are distracting, hard to navigate, and reduce the quality of the user experience. None of that can be good for your conversion rate.</p>\n\n<p>Opt for radio buttons, checkboxes, autocomplete fields, or just leaving that field off your form.</p>\n\n<h2 id=\"15-use-inline validation\" class=\"wp-block-heading\">15. Use inline validation</h2>\n\n\n<p>This is a surefire winner. </p>\n\n\n\n<p>Inline validation isn’t a very appealing term, but it definitely does wonders for your conversion rates. Why? Because it shortens completion time, increases information accuracy, and makes your leads happier. </p>\n\n\n\n<p><a href=\"https://www.zuko.io/blog/inline-validation-in-online-forms\" target=\"_blank\" rel=\"noreferrer noopener\">One study</a> of inline validation found a 22% decrease in form field errors, a 31% increase in satisfaction, and a 42% drop in completion times, among other benefits. </p>\n\n\n<p>What is inline validation?</p>\n\n\n<p>It’s a tool that detects if information a user has entered is probably incorrect. For example, putting two @ symbols in your email address, or a phone number with an extra digit can be detected by inline validation software. A note shows up in the form, telling the user they may have made a mistake. </p>\n\n\n<p>You can see why this would reduce errors, but why does it decrease completion time?</p>\n\n<p>Because the alternative form of validation is to wait until the form is all filled out, and then hit them with a bunch of red marks pointing out the fields that aren’t correct. Now, they have to revisit them all, which takes much more time, and is a frustrating experience that brings back memories of red ink in your schoolwork.</p>\n\n\n<p>Plus, if you’re using multistep forms, having to go back several steps to correct errors is cumbersome and frustrating. </p>\n\n\n<p>Inline validation eliminates most of these problems, making the whole experience of completing a web form easier and better for everyone.</p>\n\n<h2 id=\"16-activate autofill\" class=\"wp-block-heading\">16. Activate autofill</h2>\n\n\n<p>This was mentioned earlier, but it qualifies as its own lead generation form best practice. The reason is again because of the time it saves the user. Autofill lets you input common information that shows up frequently or is associated with other information. </p>\n\n\n<p>If the user is new to the website, you can still autofill things like the email mailbox such as ‘yahoo.com.’ Once they type in the @ and the ‘ya’, you know what the rest will likely be. Autofill accelerates the process for fields with characteristics like this. And it can even work for fields with information unique to your website.</p>\n\n\n<p>For instance, a form could ask its leads what kind of car they drive. There are only so many makes and models, and autofill can accelerate the process. </p>\n\n\n\n<p>Autofill can also work for visitors who have been to your site before (or have stored, and allow access to, certain information saved in their browser). It can fill in their information, such as cities, zip codes, and phone numbers, saving them lots of time tediously filling these out again and again. </p>\n\n\n<p>Autofill will speed up form completion, and it will also increase form conversion rates.</p>\n\n<h2 id=\"17-use-progress indicators\" class=\"wp-block-heading\">17. Use progress indicators</h2>\n\n\n<p>Especially for multistep forms, the progress indicator bar across the top of the form builds momentum for the user as they see it get closer and closer to the other side. Humans like closure. We like finishing things. It feels faster when you can see the visual effect of your progress reacting in real-time to what you’re doing. </p>\n\n\n\n<img width=\"1474\" height=\"1318\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-8.png\" alt=\"example of progress bars\" class=\"wp-image-283971\" />\n\n\n\n<p>Users think, “I’m already this far along, no reason to quit now”. </p>\n\n\n<h2 id=\"18-switch-to-multistep-forms-for-longer processes\" class=\"wp-block-heading\">18. Switch to multistep forms for longer processes</h2>\n\n\n<p>We’ve brought up multistep forms a few times already. For longer forms, especially combined with progress bars, this approach tends to work much better because it simplifies the experience of filling out a form by breaking it down into manageable steps. </p>\n\n\n\n<p>Instead of a form with 20 fields, the user can fill out five smaller forms with just four fields each. It’s much less intimidating because each step requires just a few items. And with the progress bar, the whole experience feels faster than if you had to do it all in one form. </p>\n\n\n<p>Plus, with mobile devices, you can’t even see the entire form on your screen if it’s too long. That makes it even harder to tell how much more you have to do. And the scrolling invites usability frustrations. But with a multistep form on mobile, you can see the entire form for each step, the whole way through.</p>\n\n\n<p>One site<a href=\"https://instapage.com/blog/multi-step-form-part-2/\" target=\"_blank\" rel=\"noreferrer noopener\"> discussed here</a> increased its conversion rate from 11% to 46% when they switched from a single form to a multistep form. If you have a long lead generation form, that ought to get your attention and motivate you to make this change immediately. </p>\n\n\n<h2 id=\"19-highlight-the-benefit-in-the cta\" class=\"wp-block-heading\">19. Highlight the benefit in the CTA</h2>\n\n\n<p>Returning to your lead generation form copy, the text you use for the CTA button should be carefully chosen. Don’t settle for bland and overused calls to action like “submit”, “join now”, or “subscribe today!” Again, the exclamation point doesn’t help such a cliché CTA. </p>\n\n\n\n<p>Your lead generation form is making a promise and asking people to do something — reveal personal information and enter your circle of influence. They’re opting in to receive marketing from you, and they know it. That’s not a small thing. </p>\n\n\n\n<p>With action-oriented, benefit-focused CTA button copy, you can make them feel great about the decision to click that button and engage with your website. </p>\n\n\n<p>The earlier tip about action‑oriented language applies here too, except with buttons — try to keep the text brief. You can also personalize the button text with first person language, so the reader puts themselves in the situation. Here are some examples of great CTA button copy:</p>\n\n\n<ul class=\"wp-block-list\"><li>Get my free report</li>\n\n<li>I’m in! Send my VIP access code</li>\n\n<li>Grab your coupons</li>\n\n<li>Gain access to exclusive deals</li>\n\n<li>Stake my claim</li>\n\n<li>Start your subscription today</li></ul>\n\n\n<h2 id=\"20-incentivize-immediate action\" class=\"wp-block-heading\">20. Incentivize immediate action</h2>\n\n\n<p>Within your forms, either in the CTA button, the headline, the subhead if any, or perhaps a phrase right below the button, do what you can to add urgency to your form. So many website visitors never return again, so this is your only chance to capture most of the people who will see your lead generation forms. </p>\n\n\n\n<p>There’s no reason to be timid about it. Offer a limited time special, free bonus, or valuable promise. Use language like now, today, immediately, and right away. There’s no reason to wait because waiting will mean, most likely, never. </p>\n\n\n<h2 id=\"21-ensure-form accessibility\" class=\"wp-block-heading\">21. Ensure form accessibility</h2>\n\n\n<p>Accessibility is all about ensuring that all potential leads, regardless of any impairments or cognitive differences, can interact with your form. </p>\n\n\n\n<p>For example, there are far more people with some sort of visual impairment than you may realize. About<a href=\"https://jamanetwork.com/journals/jamaophthalmology/fullarticle/2800246\" target=\"_blank\" rel=\"noreferrer noopener\"> a quarter of U.S. adults</a> over the age of 71 have some sort of impairment. In many of these cases, text on screen becomes harder to read or colors may blend together. </p>\n\n\n\n<p>So ensure your forms work with screen readers. Consult color contrast guides and make sure your page complies. Enlarge the text on your page, label form fields appropriately, and use helpful alt text. </p>\n\n\n\n<p>Overall, look to <a href=\"https://www.w3.org/WAI/standards-guidelines/wcag/\" target=\"_blank\" rel=\"noreferrer noopener\">the WCAG</a> for accessibility guidelines that aim for everyone to use your site to its full potential and become a quality lead. </p>\n\n\n<h2 id=\"22-boost-page-load times\" class=\"wp-block-heading\">22. Boost page load times</h2>\n\n\n<p>Improving page speed always helps website engagement, including with your lead generation forms. The longer it takes for your pages to load, the more people will abandon the site. And mobile tends to be slower than desktop for many sites. </p>\n\n\n\n<p>Use a tool like<a href=\"https://pagespeed.web.dev/\" target=\"_blank\" rel=\"noreferrer noopener\"> Page Speed Insights</a> to find out what you can do to speed up your website, for both desktop and mobile. </p>\n\n\n\n<img width=\"1600\" height=\"823\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-9.png\" alt=\"Jetpack Boost homepage\" class=\"wp-image-283972\" />\n\n\n<p>WordPress sites can turn to <a href=\"https://jetpack.com/boost/\" target=\"_blank\" rel=\"noreferrer noopener\">Jetpack Boost</a> for near instant performance analysis and automatic improvements.</p>\n\n<h2 class=\"wp-block-heading\">23. Offer real‑time assistance via live chat</h2>\n\n<p>For website visitors who get stuck on some part of your form but are motivated to fill it out, having a live chat service can bridge the gap and be the difference between a potential lead filling out your form or walking away.</p>\n\n<p>If you have high website traffic, a service like this could make a big impact on your form conversion rates.</p>\n\n<h2 id=\"24-optimize-the-confirmation page\" class=\"wp-block-heading\">24. Optimize the confirmation page</h2>\n\n<p>So far, everything you’ve seen here has involved the lead generation form itself. But lead generation doesn’t stop once someone fills out your form. That’s just the beginning. If you burn them out or turn them off the next day, no one benefits.</p>\n\n\n<p>You want to continue to deliver an excellent user experience from the moment the person has filled out your form. </p>\n\n\n<p>It begins on the confirmation page. After a new lead has filled out your form, sustain the momentum by putting a lot of thought into the confirmation page. Too many lead generation forms just leave the default text in place, which is usually….awful.</p>\n\n<p>Switch that out for something better. A few suggestions:</p>\n\n\n<ul class=\"wp-block-list\"><li>Thank them! This should be impossible to miss, right at the top of the confirmation page</li>\n\n<li>Reinforce the decision they just made to join your list by restating the benefit or promise they will receive</li>\n\n<li>Give any instructions they need to claim their benefit, get started, or take the next step</li>\n\n<li>Consider including an upsell right here and turn your new lead into a customer</li>\n\n<li>Include a link that takes them somewhere else on your site to keep them engaged</li></ul>\n\n\n\n<p>If you offered a lead magnet of some sort, that should be featured prominently on your confirmation page. This is often the thing they want most, and it’s the main reason they joined or filled out your form. So don’t hide it. Don’t make them click through a bunch of hoops to get it. </p>\n\n\n\n<p>If you want to offer upsells or other options for things to do next, that’s fine, but make sure they get what they want without any hassle. </p>\n\n\n<h2 id=\"25-follow-up promptly\" class=\"wp-block-heading\">25. Follow up promptly</h2>\n\n\n<p>After the new lead has completed your form and gotten past your confirmation page, keep them engaged and continue to build on your new momentum. </p>\n\n\n\n<p>You should be sending out an automated welcome email that thanks them again and gives more information about whatever they just signed up for. You could also send a welcome series, which can introduce them more to your brand, point them to other products and services, give them a sense of your brand voice and personality, and make them feel part of a community if that’s relevant to your form. </p>\n\n\n\n<p>You can also use SMS in a similar way, as long as you get explicit permission to use this channel. </p>\n\n\n\n<p>And if you got their mailing address, you could also ship them something, even as simple as a thank you card. Again, the more they feel wanted, respected, and valuable, and the more you deliver on what you promised, the happier they’ll be to continue receiving your marketing. </p>\n\n\n<p>For higher‑priced lead generation processes, you might consider a follow‑up phone call to new leads. Email and SMS are great, but if you’re selling high‑ticket items, the more personal you can get, the better.</p>\n\n<h2 id=\"examples-of-great-lead-generation-forms-in action\" class=\"wp-block-heading\">Examples of great lead generation forms in action</h2>\n\n<p>A few forms that employ the lead generation form best practices you’ve just read about are on display below.</p>\n\n\n<p>Use these lead generation form examples to inspire you to spruce up your forms and increase your conversion rates. </p>\n\n\n\n<img width=\"1536\" height=\"936\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-10.png\" alt=\"example of lead gen forms from Empire Flippers\" class=\"wp-image-283973\" />\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://www.responsify.com/multi-step-form-conversion-rate-optimization\" target=\"_blank\" rel=\"noreferrer noopener\">Empire Flippers</a></h3>\n\n\n<p>This multistep form from Empire Flippers uses a progress bar and inline validation to increase completion rates and reduce errors. It also features some credibility statistics at the bottom of the form, serving as trust signals that this is a reputable company that delivers results.</p>\n\n\n<img width=\"1600\" height=\"833\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-11.png\" alt=\"short, concise contact form example\" class=\"wp-image-283974\" />\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://www.samvanderwielen.com/legal-workshop\" target=\"_blank\" rel=\"noreferrer noopener\">Sam Vanderwielen</a></h3>\n\n\n\n<p>This form is short and simple, and uses all the copywriting best practices discussed earlier. It has a benefit-oriented value proposition and headline, offers a lead magnet in the form of an online course, and uses a personalized CTA button. The button copy could be better though — something like ‘Join the Course’ or ‘Show Me How’ would work better. It also uses descriptive labels and makes the phone number optional. </p>\n\n\n<p>It also avoids CAPTCHA, eliminating that potential conversion destroyer.</p>\n\n\n<img width=\"1600\" height=\"827\" src=\"https://akismet.com/wp-content/uploads/2024/05/image-12.png\" alt=\"CTA for a free kitchen garden planning guide\" class=\"wp-image-283976\" />\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https://urbantaproots.com/product/gardencoachingpackage/\">Urban Taproots</a></h3>\n\n\n\n<p>This form collects leads for a gardening coach, and offers a free 24-page kitchen garden planning guide. The form even lists four desirable elements of the guide, and includes a nice cover image. The headline uses action-oriented language. The CTA button isn’t benefit-oriented, but it is specific to what will happen when you click it. And the form is just about as short as you can get, asking only for a first name and email. </p>\n\n\n<h2 id=\"frequently-asked questions\" class=\"wp-block-heading\">Frequently asked questions</h2>\n\n<h3 id=\"what-are-common-mistakes-when-creating-a-lead-generation form\" class=\"wp-block-heading\">What are common mistakes when creating a lead generation form?</h3>\n\n\n<p>Many websites include too many fields, and make too many of them required when they could be optional. Other mistakes include making the form too long when a multistep form could simplify it, using CAPTCHA, using ineffective dry language, burying the form, so most website visitors overlook it, and having ineffective or non-existent follow-up. </p>\n\n\n<h3 id=\"should-i-use-captcha-to-protect-my-form-from spam\" class=\"wp-block-heading\">Should I use CAPTCHA to protect my form from spam?</h3>\n\n<p>No. CAPTCHA has been shown to negatively impact form conversion rates. CAPTCHA adds frustration to the form completion process and lowers conversions by 3.2%.</p>\n\n<h3 id=\"what-is-akismet-and-how-can-it-improve-my-lead-generation-form-conversion rate\" class=\"wp-block-heading\">What is Akismet, and how can it improve my lead generation form conversion rate?</h3>\n\n<p>Akismet offers a frictionless approach to protecting your forms from being filled out by spammers and bots. It blocks IP addresses, email addresses, and names known to be associated with spammers using a continually‑growing database and AI analysis.</p>\n\n<h3 id=\"what-types-of-companies-generally-use akismet\" class=\"wp-block-heading\">What types of companies generally use Akismet?</h3>\n\n\n<p>Akismet is used by companies of all sizes, from small businesses to large multinational corporations. </p>\n\n\n<h3 id=\"what-is-the-ideal-number-of-fields-for-a-lead-generation form\" class=\"wp-block-heading\">What is the ideal number of fields for a lead generation form?</h3>\n\n\n<p>There is no ideal number of fields. It depends on the purpose of your form, the type and quality of leads you are attracting, your target audience, the price point of your products and services, and more. The general rule is to use as few fields as you need, and keep the non-essential ones optional. </p>\n\n\n<h3 id=\"how-does-the-placement-of-a-lead-generation-form-affect-its performance\" class=\"wp-block-heading\">How does the placement of a lead generation form affect its performance?</h3>\n\n\n<p>Your form needs to be visible and impossible to overlook. It should not be placed too close to other items that will clutter up the experience and make it easy to miss. You can place it on the page in multiple locations such as at the top, on a sidebar, in the middle, or at the bottom. You can also feature multiple CTA buttons that all link to the same form. </p>\n\n\n<h3 id=\"can-the-design-of-a-lead-generation-form-impact-user engagement\" class=\"wp-block-heading\">Can the design of a lead generation form impact user engagement?</h3>\n\n<p>Yes, forms that have poor color contrast, unclearly labeled form fields, poorly sized buttons, and too much clutter can make them harder to engage with. Plus, features like dropdown menus and two‑column forms can make it harder to complete a form, especially on mobile devices.</p>\n\n<h3 id=\"what-types-of-questions-should-be-avoided-in-a-lead-generation form\" class=\"wp-block-heading\">What types of questions should be avoided in a lead generation form?</h3>\n\n\n<p>Avoid questions asking anything you don’t really need to know at this point in the lead generation process. Unless you need it to qualify leads at the very beginning of the process, leave those questions for later. </p>\n\n\n<h3 id=\"how-can-ab-testing-improve-the-effectiveness-of-lead-generation forms\" class=\"wp-block-heading\">How can A/B testing improve the effectiveness of lead generation forms?</h3>\n\n<p>As long as your website gets enough traffic to conduct a statistically valid A/B test, this is the best way to determine which form features and details are most effective on your website, with your target market. Simply create two forms that are different in just one key detail, make it, so each one shows up during the testing phase, and see which one gets higher conversion rates. Then, take the winner, change another aspect of it, and run another test to continue improving the form.</p>\n\n<h3 id=\"what-strategies-can-be-employed-to-reduce-form abandonment\" class=\"wp-block-heading\">What strategies can be employed to reduce form abandonment?</h3>\n\n<p>You can reduce form abandonment by using multistep forms, inline validation, autofill, single‑column layout, progress bars, benefit‑oriented language and headlines, an inspiring offer, and fewer fields.</p>\n\n<h3 id=\"how-does-the-copy-text-on-and-around-the-form-affect conversions\" class=\"wp-block-heading\">How does the copy (text) on and around the form affect conversions?</h3>\n\n\n<p>Good copy motivates leads to want whatever your lead generation form promises. All copy should point to the same place — fill out this form and get what you want. </p>\n\n\n<h3 class=\"wp-block-heading\">Akismet: The #1 anti‑spam solution for businesses and marketers</h3>\n\n\n<p>Akismet helps your lead generation forms perform as they should, without spammers and bots ruining the party. Our frictionless software prevents spammers from filling out your forms and making you wade through hundreds or thousands of fake signups. </p>\n\n\n\n<p>And it does this without requiring the use of any silly CAPTCHA puzzles that just annoy everyone and make your leads feel like you don’t want them to fill out your forms. </p>\n\n\n\n<p><a href=\"https://akismet.com/pricing/\">Get Akismet</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Exploring Web Accessibility Success and Strategies with Christian Behrends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://dothewoo.io/exploring-web-accessibility-success-and-strategies-with-christian-behrends/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"Join Anne, Taeke, and Christian Behrends on the Do the Woo Accessibility podcast as they chat about web accessibility, share success stories, and provide valuable resources.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Jun 2024 09:12:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.6 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14081:\"<p>WordPress 6.6 Beta 1 is here! Please download and test it.</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p>Instead, install Beta 1 on local sites and testing environments in any of these four ways:</p>\n\n\n\n<table><tbody><tr><th>Plugin</th><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href=\"https://wordpress.org/wordpress-6.6-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.6-beta1</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href=\"https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}\">6.6 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go! </td></tr></tbody></table>\n\n\n\n<p>The scheduled final release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next six weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How important is your testing? </h2>\n\n\n\n<p><strong>Features in this Beta release may be changed or removed between now and the final release.</strong> Early attention from testers like you is critical to finding and reporting potential bugs, usability issues, or compatibility problems to make sure developers can address them before the final release. You don’t need any contribution experience, and this is a fantastic way to begin your WordPress contributor story!</p>\n\n\n\n<h2 class=\"wp-block-heading\">If you find an issue</h2>\n\n\n\n<p>If you run into an issue, please share it in the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href=\"https://core.trac.wordpress.org/newticket\">via WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Want to know more about testing in general, and how to get started? Follow the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p>Like every version since 5.0 in 2018, WordPress 6.6 will integrate a host of new features from the last several releases of the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.5 in the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for versions <a href=\"https://make.wordpress.org/core/2024/02/28/whats-new-in-gutenberg-17-8-28-february/\">17.8</a>, <a href=\"https://make.wordpress.org/core/2024/03/13/whats-new-in-gutenberg-17-9-13-march/\">17.9</a>, <a href=\"https://make.wordpress.org/core/2024/03/27/whats-new-in-gutenberg-18-0-27-march/\">18.0</a>, <a href=\"https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/\">18.1</a>, <a href=\"https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/\">18.2</a>, <a href=\"https://make.wordpress.org/core/2024/05/08/whats-new-in-gutenberg-18-3-8-may/\">18.3</a>, and <a href=\"https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/\">18.4</a>. The final version will also include Gutenberg 18.5; the Beta 2 post will link to that.</p>\n\n\n\n<p class=\"is-style-default\">WordPress 6.6 Beta 1 contains 97 enhancements and 101 fixes for the editor, in a total of about 206 <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.6&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">tickets for WordPress 6.6 Core</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The vulnerability bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href=\"https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/\">monetary reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles during the period between Beta 1 on June 4 and the final Release Candidate (RC) that will happen June 25. Please follow the project’s responsible-disclosure practices detailed on this <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in this <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s coming to WordPress 6.6?</h2>\n\n\n\n<p>This year’s second major release is about polish and finesse. Features that landed in the last few releases have new flexibility and smoother flows—and a few new tricks. And of course there are a few brand-new features.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Data Views updates</h3>\n\n\n\n<p>Part of the groundwork for phase 3, Data Views get new and improved experience of working with information in the Site Editor. A new layout consolidates patterns and template parts, gets you to general management views in fewer clicks, and packs in a wide range of refinements.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Overrides in synced patterns</h3>\n\n\n\n<p>What if you could keep a synced pattern‘s <em>look and feel</em> everywhere it appears—keeping it on brand—but have different <em>content</em> everywhere it appears?</p>\n\n\n\n<p>For instance, maybe you‘re building a pattern for recipes. Ideally, you want to keep the overall design of the recipe card consistent on every post that will have a recipe. But the recipe itself—the ingredients, the steps, special notes on technique—will be different every time.</p>\n\n\n\n<p>And perhaps, in the future, other people might need to change the design of the recipe pattern. It would be nice to know they can do that, and that the content in existing recipes will stay right where it is.</p>\n\n\n\n<p>In version 6.6, you can make all that happen, and overrides in synced patterns are the way you do it.</p>\n\n\n\n<h3 class=\"wp-block-heading\">See all the blocks</h3>\n\n\n\n<p>Up to now, when you had a block selected and then opened the block Inserter, you only saw the blocks you were allowed to add to your selected block. Where were all the others?</p>\n\n\n\n<p>In 6.6, when you have a block selected, you get two lists. First, there’s the list of blocks you can insert at your selected block. Then you get a list with all the other blocks. So you can get an idea of what you can use in your selected block, and what other blocks you could use in another area. In fact, if you select a block from that second list, WordPress 6.6 will add it below your block, to use in whatever you build next.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A new publish flow</h3>\n\n\n\n<p>Version 6.6 brings the post and site editors closer together than ever. So whether you’re writing for a post in the post editor or a page in the Site Editor, your experience will be about the same.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Style variations</h3>\n\n\n\n<p>If a block theme comes with style variations, 6.6 vastly expands your design options right out of the box, without installing or configuring a single thing. Because in 6.6, your theme pulls the color palettes and typography style sets out of its installed variations to let you mix and match for a whole world of expanded creative expression.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Section styles </h3>\n\n\n\n<p>Do you build themes? Now you can define style options for separate sections of multiple blocks, including inner blocks.</p>\n\n\n\n<p>Then your users can apply those block style variations to entire groups of blocks, effectively creating branded sections they can curate across a site.</p>\n\n\n\n<h4 class=\"wp-block-heading\">A note about CSS specificity</h4>\n\n\n\n<p>To make it easier for your variations to override the global styles CSS, those styles now come wrapped in `:root`. That limits their specificity. <a href=\"https://github.com/WordPress/gutenberg/discussions/61810\">For details, read the full discussion on GitHub.</a></p>\n\n\n\n<h3 class=\"wp-block-heading\">A native Grid layout</h3>\n\n\n\n<p>Grid is a new variation for the Group block that lets you arrange the blocks inside it as a grid. If you’ve been using a plugin for this, now you can make your grids natively.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Better pattern management in Classic themes</h3>\n\n\n\n<p>You heard right: You can do everything with patterns in Classic themes that you can in a block theme. You can see all the patterns available to you in a single view and insert a pattern on the fly. </p>\n\n\n\n<h3 class=\"wp-block-heading\">Negative. Margins.</h3>\n\n\n\n<p>They’re here: negative margin values, so you can make objects overlap in your design. As a guardrail, you can only set a negative margin by typing an actual negative number, not by using the slider. That’s to keep people from adding negative values they didn’t intend.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Rollback auto-updates</h3>\n\n\n\n<p>Now you can have the convenience of setting all your plugins to auto-update and the inner peace you get from knowing that if anything goes wrong, 6.6 will do a rollback. Automatically.</p>\n\n\n\n<p><strong><em>This post <strong><em>reflects the latest changes</em></strong> as of June 4, 2024.</em></strong> </p>\n\n\n\n<p><strong>Again, the features in this first beta may change, based on what testers like you find.</strong></p>\n\n\n\n<p>Get an overview of the <a href=\"https://make.wordpress.org/core/6-6/\">6.6 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-6/\">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Just for you: a Beta 1 haiku</h3>\n\n\n\n<p>Negative margins<br />Embellish all the new ways<br />To design and build </p>\n\n\n\n<p class=\"has-text-align-left is-style-default\"><em>Thanks very much to <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>audrasjb</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>fabiankaegy</a>, <a href=\"https://profiles.wordpress.org/colorful-tones/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>colorful-tones</a>, </em><a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a>,<em> <a href=\"https://profiles.wordpress.org/dansoschin/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>dansoschin</a>, <a href=\"https://profiles.wordpress.org/desrosj/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>desrosj</a>, <a href=\"https://profiles.wordpress.org/atachibana/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>atachibana</a>, <a href=\"https://profiles.wordpress.org/ehtis/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>ehtis</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>adamsilverstein</a>, <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>webcommsat</a> for reviewing and collaborating on this post!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2024 17:44:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"marybaum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Do The Woo Community: For a Good Time, Four Developers, Four Hosts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://dothewoo.io/for-a-good-time-four-developers-four-hosts/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"New Woo DevChat hosts Mike and Marcel join Zach and Carl for an all out conversation about the state of the WordPress and Woo developer and what\'s to come in future shows.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2024 08:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Melt Your Butter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=114712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2024/06/melt-your-butter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1896:\"<p>In my life I like to experience things high/low, to stay grounded. So while I’ve been taken on culinary adventures with the best chefs in the world like <a href=\"https://noma.dk/\">René Redzepi</a> or <a href=\"https://www.singlethreadfarms.com/\">Kyle Connaughton</a>, sometimes I find myself on a United flight, as I am today, ordering the chicken.</p>\n\n\n\n<p>When you move between two extremes it’s not the big things that bother you, for example I’m sure this <a href=\"https://www.nytimes.com/2013/09/17/dining/in-pursuit-of-tastier-chickens-a-strict-diet-of-four-star-scraps.html\">chicken wasn’t raised on scraps from Michelin star restaurants</a>, as I was once told in New York, but the little things, like “Why is this butter as hard as a rock?”</p>\n\n\n\n<p>Butter, one of the most magical of ingredients, should spread. Yet it is served in so many places at a temperature that makes you feel more like you’re carving Play-doh. So I will now give you one of my favorite travel hacks: On United they nuke the main entree too hot to eat when it arrives, but this is now to your advantage because you can open the small butter tin and put it on the scorched entree and let thermodynamics turn it from rock-hard butter-ice to supple, delicious butter. </p>\n\n\n\n<p>The process takes a minute or two, just enough time to eat your salad (be careful opening the pressurized balsamic dressing!) and allow the bread to cool a bit and be palatable.</p>\n\n\n\n<p>On occasion I have left the butter in the heat too long, and it liquifies, but then I just use it as a pour or dip my bread into it, imagining myself at <a href=\"https://peterluger.com/\">Peter Luger’s</a> dipping my steak into the collected deliciousness at the bottom of the dish. If you’re serving at home, softening the butter and warming plates is an easy way to elevate your game.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Jun 2024 00:57:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Gravatar: Introducing Profiles-as-a-Service and our new REST API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=1415\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4487:\"<p>For two decades, Gravatar has been an unsung hero of the internet, quietly powering billions of avatars across websites like Slack, OpenAI, Atlassian, and more. Today, we are excited to introduce the latest addition to the Gravatar suite of tools: our new REST API. We redesigned the new API from the ground up to make it simpler and more efficient for developers to integrate Gravatar’s globally recognized avatars <em>and profile data</em> into their apps and websites.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Profiles-as-a-Service?</h2>\n\n\n\n<img tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/05/allprofiles.gif\" alt=\"\" class=\"wp-image-1478\" />\n\n\n\n<p>We’re moving beyond the humble avatar and aiming to be the open platform of choice for publicly sharing all kinds of profile data — bios, interests, preferences, work history, social connections, and more.</p>\n\n\n\n<p>We make it simple for anyone to curate the information they want to share, all tied to an email address. Users can share as little or as much as they want and have multiple profiles using different email addresses.</p>\n\n\n\n<p>The API allows businesses and developers to access and manage user profile data, simplifying development and enabling more personalized interactions and engaging user experiences.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Getting Started is Simple</h2>\n\n\n\n<p>Gravatar is free for both end users and developers. We just ask developers to link back to Gravatar to make it easy for users to update their profile information.</p>\n\n\n\n<p>Visit our <a href=\"https://gravatar.com/developers\">Developer Dashboard</a> to register an API key and access the interactive console, which will help you get up and running quickly.</p>\n\n\n\n<p>We have <a href=\"https://docs.gravatar.com/api/rest-api/\">detailed docs</a> and a <a href=\"https://docs.gravatar.com/api/rest-api/tutorial-user-profile/\">reference tutorial</a>, too.</p>\n\n\n\n<p class=\"wp-elements-c8809cf92c9062a9dc33ceedd5584c30\"><a href=\"https://gravatar.com/developers\">→ Get a free API key</a></p>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">Tailored for Developers</h2>\n\n\n\n<p>You can retrieve detailed profile information, including avatars, display names, job titles, verified accounts, and contact info — all linked to a user’s email address.</p>\n\n\n\n<p>The API is designed to be developer-friendly, and comprehensive documentation makes it easy to integrate into any application or website. We’re also rolling out open-source <a href=\"https://docs.gravatar.com/sdk/\">mobile SDKs</a> and <a href=\"https://docs.gravatar.com/sdk/web-components/\">web components</a>.</p>\n\n\n\n<p class=\"wp-elements-a4a78db5adebe192d778110eb5bfd87a\"><a href=\"https://github.com/Automattic/gravatar/discussions\">→ Join us in discussions on GitHub</a></p>\n</div><img width=\"660\" height=\"495\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/05/image-28.png?w=660\" alt=\"\" class=\"wp-image-1424 size-full\" /></div>\n\n\n\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\">\n<h2 class=\"wp-block-heading\">Why Integrate With Gravatar?</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Smooth user onboarding</li>\n\n\n\n<li>Know your customer better</li>\n\n\n\n<li>Foster community</li>\n\n\n\n<li>Simplify development</li>\n</ul>\n\n\n\n<p>You choose exactly the data you need to optimize for performance and user experience.</p>\n</div><img width=\"660\" height=\"495\" tabindex=\"0\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/05/image-78.png?w=660\" alt=\"\" class=\"wp-image-1436 size-full\" /></div>\n\n\n\n<h2 class=\"wp-block-heading\">This Is Just The Beginning</h2>\n\n\n\n<p>The real power of this API will evolve over time as more data points are added, including user-managed interests and social graphs. </p>\n\n\n\n<p>We’ll soon roll out more customization options on public profile pages, including the option to use any domain, with the end goal of a domain being another option for identity on the web.</p>\n\n\n\n<p>Plus, we are exploring options for being a Web3 bridge with decentralized profiles and more user control in data storage and access. Stay tuned!</p>\n\n\n\n<p class=\"wp-elements-346da5fe400f43937221001cc31a7a6e\"><br /><a href=\"https://docs.gravatar.com/join-beta-waitlist/\">→ Subscribe to be notified of future updates</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jun 2024 14:36:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Do The Woo Community: Running a WordPress Plugin Business Single Handedly with Mark Westguard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83939\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://dothewoo.io/running-a-wordpress-plugin-business-single-handedly-with-mark-westguard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"This episode of Woo BizChat we chat with Mark Westguard from WS Form, sharing his journey as a solopreneur in the plugin business.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Jun 2024 09:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WordPress.org blog: WordCamp Europe 2024: Mid-Year Update and Q&A with Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=17286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2024/05/wordcamp-europe-2024-mid-year-update-and-qa-with-matt-mullenweg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2047:\"<p>WordCamp Europe 2024 kicks off on June 13, gathering WordPressers from across the globe to Torino, Italy. </p>\n\n\n\n<p>The highly anticipated conference has a packed schedule starting with <a href=\"https://europe.wordcamp.org/2024/contributor-day/\">Contributor Day</a> and will feature a notable roster of speakers. Other highlights will include <a href=\"https://europe.wordcamp.org/2024/workshops/\">engaging workshops</a> covering a variety of disciplines (including one for youth and teens) and <a href=\"https://europe.wordcamp.org/2024/wordcamp-connect/\">WordCamp Connect</a>, a dedicated space for attendees to meet and network with additional community-led sessions.</p>\n\n\n\n<p>The conference will conclude with an exciting mid-year project update from WordPress Cofounder Matt Mullenweg, including a live Q&A session. You can watch Matt’s presentation on June 15, 2024, streaming live on the <a href=\"https://youtube.com/wordpress\">WordPress YouTube channel</a> starting at 4:30 p.m. Central European Summer Time (2:30 p.m. UTC).</p>\n\n\n\n<p><strong>What:</strong> <a href=\"https://europe.wordcamp.org/2024/session/wordpress-project-summer-update/\">WordPress Project Summer Update</a> + Q&A Session with Matt Mullenweg<br /><strong>When: </strong>June 15, 2024 at 2:30 p.m. UTC (Start of live stream)<br /><strong>Where: </strong><a href=\"https://europe.wordcamp.org/2024/venue/\">Lingotto Conference and Exhibition Centre<strong><br /></strong></a><strong>Streaming: </strong><a href=\"https://youtube.com/wordpress\">Watch the live stream</a> on the WordPress YouTube channel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Have a question for Matt?</h2>\n\n\n\n<p>If you’re unable to attend WordCamp Europe 2024 in person, you’re welcome to <a href=\"mailto:ask-matt@wordcamp.org\">email your questions</a> instead. Given the number of questions expected both in-person and online, only some of the submitted questions may be answered live. </p>\n\n\n\n<p>Whether you’re touching down in Torino or streaming from elsewhere, see you very soon!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 May 2024 16:45:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Lauren Stein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Do The Woo Community: The Impact of WordPress Mentorships and Inclusion with Birgit, Hari, Kruper and Tobi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=83923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://dothewoo.io/the-impact-of-wordpress-mentorships-and-inclusion-with-birgit-hari-kruper-and-tobi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"A conversation about the WordPress mentorship program, featuring personal experiences and program development insights.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 May 2024 11:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: #122 – Adam Zielinski on How Playground Is Transforming WordPress Website Creation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=156003\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/podcast/122-adam-zielinski-on-how-playground-is-transforming-wordpress-website-creation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54466:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast, which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, making it significantly easier to create WordPress websites with Playground.</p>\n\n\n\n<p>If you’d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you’d like us to feature on the podcast, I’m keen to hear from you, and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Adam Zielinski. Adam is the creator of WordPress Playground, a WordPress core committer, and tech editor release lead for WordPress 6.0. He works as a WordPress developer at Automattic. In his spare time, he can be found bouldering, practicing improv comedy, and playing badminton.</p>\n\n\n\n<p>In this episode, we talk about Playground, a groundbreaking project that is redefining the way we interacted with WordPress. Adam’s visionary approach to creating a seamless WordPress experience with a web browser has revolutionized how easy it is to access WordPress.</p>\n\n\n\n<p>We discussed Playground’s history, from the initial frustrations that sparked the idea, to the development process that brought it to life. We gain an understanding of the profound impact Playground is having on the WordPress landscape, and its potential to shape the future of web development. It’s not often that the word profound is rightly used, but it feels appropriate here.</p>\n\n\n\n<p>We explore the enormous potential uses of Playground, from simplifying setup processes to enabling experimentation with plugins and themes. Adam’s vision for Playground as a catalyst for democratizing website creation, and enabling a culture of innovation within the WordPress community, is something that’s still evolving, and it’s clear that the direction that the project takes is still being figured out.</p>\n\n\n\n<p>This project really does change the way that WordPress can be used, and there’s so many exciting prospects for how it might shape the future of web design and development.</p>\n\n\n\n<p>If you’re interested in hearing about cutting edge advancements reshaping the WordPress landscape, this episode is for you.</p>\n\n\n\n<p>If you’d like to find out more, you can find all of the links in the show notes by heading to wptaverm.com/podcast, where you’ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Adam Zielinski.</p>\n\n\n\n<p>I am joined on the podcast by Adam Zelinski. Hello Adam.</p>\n\n\n\n<p>[00:03:21] <strong>Adam Zielinski:</strong> Hello Nathan. Thank you so much for having me.</p>\n\n\n\n<p>[00:03:23] <strong>Nathan Wrigley:</strong> He’s giving me the thumbs up. You can’t see it, but I had to practice Adam’s surname several times. And I’m going to just say it that once, because there’s a high chance I got it wrong.</p>\n\n\n\n<p>[00:03:31] <strong>Adam Zielinski:</strong> It was perfect.</p>\n\n\n\n<p>[00:03:32] <strong>Nathan Wrigley:</strong> Thank you so much. We’re going to talk today a little bit about a very, very exciting development in the WordPress space. You probably have caught sight of it, if you follow the WordPress project closely. It’s called Playground, and it is profoundly interesting. And if you’ve not touched it, it may be that some of the things that we’re going to talk about today will, I’m going to say, it will shock you. Because what Adam has thrown together is something truly remarkable, to help you create WordPress websites on the fly.</p>\n\n\n\n<p>Let’s get into that a little bit later. Before we do that, Adam, would you just spend a moment just telling us a little bit about yourself. Your WordPress journey, where you work, where you live, whatever you like.</p>\n\n\n\n<p>[00:04:09] <strong>Adam Zielinski:</strong> Absolutely. So I live in Poland. I work at Automattic, I’m sponsored to work on the open source WordPress project full time. I’ve been doing software for like 20 years now. I started back in secondary school. I found this little website on the internet where you could get little geeks, just to make a website for a furniture store. Nothing, like an e-commerce store. I just, hey, we exist.</p>\n\n\n\n<p>And no one there asked if I’m 13 or not, so I was able to get going like this. And also my brother, he was doing video games at the time. So I also had someone to coach me. Yeah, these days I spent my entire professional time building WordPress Playground.</p>\n\n\n\n<p>I also do some bouldering. I do improv comedy. In fact, like in a couple of weeks, I go to some workshops. And then In July, there’s one musical workshop on a festival, and after that we’ll have a short performance on the main stage. So that will be my first time on a big event like that in the improv scene. So I’m as excited as nervous.</p>\n\n\n\n<p>[00:05:09] <strong>Nathan Wrigley:</strong> Absolutely fascinating. May I ask, do you do your comedy in your native language, or do you stray into other languages as well? Because I imagine the barrier to being funny in a different language is quite considerable, because of all the nuances and the little phrases that people use, and the quirks of the lilt, and the rise, and the fall, and all of that.</p>\n\n\n\n<p>[00:05:28] <strong>Adam Zielinski:</strong> Yeah, I do it in Polish and in English. But in improv comedy, you don’t have to be as concerned about the little phrases, because if you play a character truthfully, and your partner on the scene plays a character that has interesting interactions with you, like with your character, the comedy is in the scene, right? Like you don’t have to try to be funny. In fact, if you try being funny, you probably won’t be. So it’s about being real.</p>\n\n\n\n<p>[00:05:52] <strong>Nathan Wrigley:</strong> Yeah, so you’re in character during these? Wow, honestly, I feel there’s a whole other podcast that we could have done right here.</p>\n\n\n\n<p>[00:05:58] <strong>Adam Zielinski:</strong> Oh yeah.</p>\n\n\n\n<p>[00:05:58] <strong>Nathan Wrigley:</strong> We’re going to drag it, kicking and screaming, back to WordPress. Thank you for your bio though. That is amazing.</p>\n\n\n\n<p>So you are working for Automattic, and you are a full-time contributor to WordPress. Now, did you say WordPress Core? But then I also think I heard you say that you are working on Playground full-time, at the same time. So are you on Core, Playground, or both?</p>\n\n\n\n<p>[00:06:19] <strong>Adam Zielinski:</strong> I think I’m more like, way more on Playground side of things these days. So I started with the Gutenberg project, then I became a Core committer there. I was also contributing to WordPress Core. And now I am spending like virtually my entire time on Playground side of things.</p>\n\n\n\n<p>But this involves interacting with WordPress Core and WordPress Core teams. So these days we use Playground, for example, during the plugin review process, theme review process. There is a Gutenberg block that allows you to embed Playground in a post or WordPress page. I think it’s been recently deployed to learn.wordpress.org. Now I’m interacting with that team to get some interactive courses and learning materials online.</p>\n\n\n\n<p>I haven’t committed anything to Core in a, yeah, in a couple of months. But you have to choose where to allocate your time. It’s very difficult to split your attention between multiple projects, like we just discussed that off the record.</p>\n\n\n\n<p>[00:07:12] <strong>Nathan Wrigley:</strong> Before we hit record, we had a conversation about shattered attention and things like that. Can I ask, when you created Playground, and obviously, dear listener, apologies, you may not know yet what it is, but we’ll just get this bit out of the way.</p>\n\n\n\n<p>When you created Playground, was that a project that you were working on as a side project? Were you just doing that in your spare time, or was this something that Automattic, for example, wished to bring into existence, and so you got the job of doing that? So yeah, how did it actually begin?</p>\n\n\n\n<p>[00:07:41] <strong>Adam Zielinski:</strong> I don’t think anyone dreamt it was even possible at the time. I was just writing a technical tutorial for something in WordPress. And I wrote the lessons, and then I realised that before publishing it, I also have to write lesson number one, setup. And there it opened a Pandora box of, oh, install Docker. Oh, maybe you’re on Windows, maybe you need WSL. Oh, install, Node.js. What’s Git, right? Like, here some resources about Git.</p>\n\n\n\n<p>And I get so annoyed with that. I wanted to write none of it. I wanted a set up checklist that just says, click this button. And so I wondered, well, you could do this with a cloud setup, an infrastructure, right? Like, sort of like GitHub code spaces, where you spin up something in, I don’t know, like Amazon Cloud or Google Cloud.</p>\n\n\n\n<p>But that costs money. That’s difficult to maintain. It’s also not that easy to set up, right? It takes time. And then you have all sorts of problems like, what if someone uploads illegal content in there? Are you hosting that now? And so I thought, well, we should be really running WordPress in the browser. Only that’s impossible, right? But I wonder, maybe it’s not impossible.</p>\n\n\n\n<p>And I knew about this technology, WebAssembly. It was the promise of running all the regular desktop software in web browsers. I’ve been hearing about it for like 10 or 15 years, at that time maybe. So I felt like, I wonder if that went anywhere. And so I started digging and tinkering. And two weeks later, I had a very rough prototype.</p>\n\n\n\n<p>A lot of things didn’t work. You sometimes got kicked out of WP Admin. You know, like styles wouldn’t load all that. It was super slow, but it worked. And my manager at the time, I think he was like preoccupied with other stuff, so he didn’t mind. When I came up with this prototype, I got very mixed reactions actually. Like some people were super amazed and like, whoa, there’s so many implications to this, and, wow, it’s magic.</p>\n\n\n\n<p>But actually, most people were like, yeah, it’s a cool toy. What are we going to do with it? It has no practical uses. And it took months to get the perception of Playground further, to get people to perceive Playground as something actually revolutionary, because it absolutely is.</p>\n\n\n\n<p>And something that takes WordPress into so many new possible applications. It solves the most annoying problems WordPress. Setup, resetting your site, right? Like, when you want to try new plugins, everyone’s always creating new sites, and then deleting them, or resetting the same site to its original state, or previewing code changes on GitHub, I can keep going like that. But yeah, I think, did I answer your question?</p>\n\n\n\n<p>[00:10:10] <strong>Nathan Wrigley:</strong> Yeah, yeah. that’s great. So I’ll just paraphrase what my experience of Playground is, because we haven’t laid that foundation out. I don’t understand the underlying technology, so Adam is going to have to shepherd me through that, as we have this conversation.</p>\n\n\n\n<p>But from the end user’s perspective, when I’ve set up WordPress websites in the past, there’s always been some kind of interaction with a file structure. You have to download WordPress from .org in my case. And you take it from there, and you upload that, and then you create a database, and you bind the database to the wordpress.org repo that you’ve created, and then you’re off to the races. And you have to host that somewhere, and that whole process now can be done with the click of a button inside of a lot of hosting companies and so on.</p>\n\n\n\n<p>But there’s some kind of wall there. You either have to interact with files, or you have to pay a hosting company to make that happen. And the first time I saw a Playground, I clicked a button, and there was a WordPress website, a moment or two later. And I genuinely do mean a moment or two later, I think the time it’s taking me to say this sentence is significantly longer than the time that it takes to get your website up there.</p>\n\n\n\n<p>And I remember I had no context around what it was. Nobody told me what was going to happen. They just said, oh, click this. So I clicked that. And I was staring at the screen thinking, what, there’s WordPress, but I didn’t have to pay for anything, I didn’t have to go anywhere, it just appeared. And then the cogs start going in my head. Where’s the database? Where’s the files? Where’s all this come from? How is this possible?</p>\n\n\n\n<p>And then being truly flawed by it, thinking, no, this is some kind of implementation of, as you said, WebAssembly. This is happening inside the browser. And then of course, the admiration comes in like, how did that get done? Who did that? And of course it was you.</p>\n\n\n\n<p>So, this is the ability to install WordPress, inside the browser, at the click of a button. A fully functional WordPress site. So there’s no impediment to using it, apart from if you don’t have three seconds to wait, give up. That’s the only problem. If you don’t have three seconds to spare, then okay, fine.</p>\n\n\n\n<p>Okay, so the technical bit I want to dig into a lot, it’s a podcast, so we won’t go right into the weeds. But, when I click that button, and I want Playground to be invoked, to have my WordPress website, broadly what’s going on? Like, there must be files somewhere. There has to be the file structure of WordPress. There has to be a database in some way, shape, or form, because that’s how it’s built? Where are they coming from? And once they’ve come from there, where are they now living?</p>\n\n\n\n<p>[00:12:49] <strong>Adam Zielinski:</strong> They all live in your browser. Playground, very broadly, is a technology to run the entire WordPress tech stack in your browser. So to run it on a server, you typically need something like, people call it LAMP stack, right? Linux, Apache, MySQL, PHP. And Playground brings all these pieces into the browser, in some shape, or form.</p>\n\n\n\n<p>So PHP, for example, we are running as WebAssembly. So PHP, the programming language, is a program in itself, right? Like, it’s written in C, you can look it up on GitHub, and you can build it as something you can run on a server. But now with WebAssembly, you can also build it as something you can run in JavaScript, which means the web browsers can run it, and Node.js can run it, and a lot of other environments can run it.</p>\n\n\n\n<p>Then the database, MySQL. We don’t run MySQL in the browser. Technically, maybe we could do that, but there’s a lot of reasons not to. Instead, we are running SQLite, and SQLite doesn’t require a separate program. It’s just a library, and it writes all your data to a file. So when you run Playground, it actually downloads a pre-populated database with WordPress already installed, so you don’t have to go through the installation wizard. All the queries, all the SQL queries go through that database.</p>\n\n\n\n<p>Now the syntax is a little bit different than with MySQL, and we have an entire translation layer to take MySQL queries, and express them in SQLite, and take SQLite results, and express them as something that came from MySQL.</p>\n\n\n\n<p>So really the same W DB object works for interacting with the database. Then we have Apache. Normally you run a web server, and this allows you to request different pages. Now, WordPress works as a, you navigate it as a classic website, right? So we click a link, and then the URL changes in your browser bar. Which means the browser had to perform a request, ask some server somewhere, get a response, and then maybe there are images, and scripts, and styles in that response. So it has to go and fetch all these resources.</p>\n\n\n\n<p>And normally you have an Apache, or Nginx, or another server software running somewhere, and the browser goes there. Obviously we don’t have that in the browser, but there’s a cool technology web browser supports these days. It’s called Service Workers. And you can intercept all HTTP requests. And it’s meant for progressive web apps, so we can run offline. But we are playing a little trick on that Service Worker. And instead of caching things, we are just rerouting that to PHP, where WordPress can serve them.</p>\n\n\n\n<p>Finally, in the LAMP stack you have Linux, which provides you with all the external world, right? So it allows you to allocate memory, write files, read files, interact with the network. It gives you access to all the devices on your computer. Again, like, we don’t have access to all of that in the browser, but we are shipping implementation of all these bits written in JavaScript. So we have a JavaScript file system, it’s just three objects in trench coat, right? Like, pretending to be a directory structure.</p>\n\n\n\n<p>We have a networking bridge that can rewrite network traffic as fetch calls. We have memory allocator, which is the compiler that turns PHP source code into WebAssembly. And so on and so forth. So it’s the entire tech stack running in the browser. And you can also ship it to so many other devices. We have a CLI tool. We have a VS Code extension. So we just installed it from the marketplace, and boom, we have a WordPress server. No dependencies at all.</p>\n\n\n\n<p>Ella Van Durpe, I hope I’m pronouncing that right, she built an app called Blocknotes. It’s Playground, it’s WordPress, in an iOS app, in App store. I bet you would be able to run it on your smart fridge, right? If you had enough time. So really this turns WordPress into an application engine, so to speak. You could write a WordPress plugin, bundle it as Playground, and ship it to all these places where Playground can run, which means most devices these days.</p>\n\n\n\n<p>[00:16:42] <strong>Nathan Wrigley:</strong> I just want to make sure that the listeners have really grasped what’s going on here. So this is WordPress purely inside the browser. Through all of the contrivances and clever things that Adam has just described, it’s all happening inside the browser. And so just dwell on that for a moment, because that is actually pretty profound.</p>\n\n\n\n<p>I do wonder, when you’d been working on it for a couple of weeks, and you actually had this version working, you said it had various faults, which I guess you’ve been tackling as time has gone on. Did you get that sense of, wait, what have I done here?</p>\n\n\n\n<p>You know, this is quite remarkable, because the stated mission of WordPress is democratise publishing. Let’s just concentrate on the word democratise there. It’s get anything into the hands of everybody. That’s really what the endeavor of the project is, get publishing into the hands of everybody.</p>\n\n\n\n<p>And a big impediment to that is the experimentation part, playing with WordPress, being able to judge whether it’s a good fit for you, your business, the agency that you run, whatever. And especially for non-technical people, trying WordPress out is a bit of a faff. You could either do it on the desktop, with downloading additional software, but again, if you’re not very technical, that is a bit of a hurdle.</p>\n\n\n\n<p>This is a one button install, three second wait, whatever it may be. And then you’re off to the races. So, again, now that I’ve said all of that, did you get a sense of the profundity, the profound nature of what you’d built, after you’d worked for those two weeks?</p>\n\n\n\n<p>[00:18:12] <strong>Adam Zielinski:</strong> Yes. I was staring at the screen, I distinctly remember thinking, this is profound. I didn’t fully understand all the implications with all the devices. WordPress as a vector for delivering apps. Maybe setting up a site, not even knowing how to code, and then pressing a button, and exporting that as something you can run on a desktop.</p>\n\n\n\n<p>And by the way, we are not there today. Technology allows that we don’t have that button. But I knew this is going to change the way we think about WordPress, and the way we use it, the way we learn WordPress. But I guess I was mostly focused on things that annoyed me specifically. So maybe that tutorial, right? Oh, now I will be able to teach people without asking them to go through all these steps. Or maybe now I will be able to try out plugins, or do development environments, again, like without spending all that time. And maybe that can work on Windows.</p>\n\n\n\n<p>But honestly, I feel like we’re only still scratching the surface. And I understand more and more about Playground every month, like the apps angle I just told you about. That came up I think in April, right?</p>\n\n\n\n<p>There’s another idea, if you can run an app on your mobile phone. And we were also exploring synchronising data between Playgrounds and WordPresses. So maybe you would write an article in a Playground, and it’ll get published in a website somewhere. And then maybe that website could have five different copies, and they would all synchronise in real time. And I think we’re like quarters, or years away from that. But assuming we had that, maybe WordPress could power a social network app, right? Since you can run it on every device, and you can exchange data in a distributed way. There’s all sorts of wild ideas.</p>\n\n\n\n<p>[00:19:48] <strong>Nathan Wrigley:</strong> Okay, so we’re back at the beginning, you’ve spent a couple of weeks building it, and you’ve got this working, functional prototype, let’s call it like that. It feels like that got picked up fairly rapidly, because then I started hearing about it, Playground, at various different points. I remember attending one of the WordPress flagship events, I can’t remember which one it was. Matt Mullenweg was on the stage, and he was just basically saying, oh, and there’s this, you know, everybody should check this out. This is pretty amazing. And I was thinking, gosh, okay, this is now a serious endeavor if it’s getting mentioned at that kind of event, that’s fascinating.</p>\n\n\n\n<p>So you then were able to start working on it, more or less full time. And I’m guessing that there must have been some conversation to be had there, within Automattic. People must have realised, yeah, let’s get Adam on this. We can see some blue sky in this project. We can see some useful things that we could do with it. Is that kind of what happened, that your work week got turned around and, okay, Adam, you are on Playground now?</p>\n\n\n\n<p>[00:20:47] <strong>Adam Zielinski:</strong> Yeah, you got it more or less right. I’m saying more or less because, so Automattic is sort of choose your own journey type of place, where you can be in a team where you’re very directed, or you can be in a team where you’re very autonomous, right? There’s all sorts of teams out there. And I was always a free electron type of person.</p>\n\n\n\n<p>So I just started working on Playground. I like saying no one stopped me, that’s more of what happened. And these days, team for Playground. So there’s three of us, and it’s a very nice change. So there’s Brandon, there’s Bero, and there’s me. And, man, it’s so nice just working on this with other people, because it’s been quite a lonely journey for some time.</p>\n\n\n\n<p>I had support from Dennis Snell, who’s been also maintaining Playground while I was on a sabbatical. I appreciate Dennis so much, and he’s done so much good for Playground. We don’t have enough time to discuss it. At the same time, he’s also had a lot of other projects on his plate.</p>\n\n\n\n<p>I was mostly trying to figure out, oh, let’s communicate about Playground. Let’s publish something. Let’s prepare a video for a State of the Word. But let’s also keep developing new features. Let’s also focus on the vision, and let’s also fix any bug people report, right? Like, I was all over the place. And these days, I feel Playground is in a much better place, in terms of focus.</p>\n\n\n\n<p>One of the things we want to do in a short term is figure out all the ways Playground can crash. We’ve seen a uptick in usage of Playground. It’s been featured on a few workshops, on learn.wordpress.org. I think Ryan Welcher featured it. Jonathan Bossenger, I think Anne McCarthy also did, and a few other people. This really inspired some folks to start using it, building blueprints for the plugin directory, to share a live demo of their plugin.</p>\n\n\n\n<p>And of course, when you see more users, they discover more issues in the software. So that’s what happened, and that’s fantastic because now we can fix all of that. But this also means new feature development isn’t going forward as quickly, as if Playground was already stable. But stability, building trust, releasing a high quality documentation, that’s a big priority right now. Because if the platform isn’t stable, it won’t be as useful. So that’s what we’re trying to do.</p>\n\n\n\n<p>[00:22:59] <strong>Nathan Wrigley:</strong> I remember using it, as I said, for the first time, and pressing the button, getting my WordPress website, and there it was, everything working as you would expect, the brand new, up-to-date version of WordPress. And then closing the browser, and wondering, okay, what’s going to happen now? And at that point, that was that. Everything that I just created, was gone. So, well, that’s fine. I had no expectations beyond there.</p>\n\n\n\n<p>I’m wondering if, in the future, the disposable nature of it might be something that you are working on, so that it could persist. Let’s say that I click the button, get the WordPress Playground going, but then choose to come back to it, I don’t know, a week later, two weeks later, it’s something that I’m doing as a side project. The way that I’ve interacted with it, that would’ve been impossible. Everything is disposed of the moment you close the browser window. But just wondering if persistence was something that might even be possible.</p>\n\n\n\n<p>[00:23:56] <strong>Adam Zielinski:</strong> Absolutely. And there’s a bunch of ways to tackle that. So right now in Playground, in the upper right corner, there’s a little button, it says like WordPress 6.5, PHP 8.3. And it allows you to change versions of WordPress current PHP, but it also allows you to change the way Playground is persisted. So the default mode is that it’s temporary, and it’s gone the moment you close your browser tab. But there’s also a browser cache mode, so then when you return to Playground website, it’ll remember your last site.</p>\n\n\n\n<p>And there’s also an experimental mode, that allows you to synchronise Playground to your local directory on your computer, from your web browser. So if you choose that, the entire WordPress structure will be recreated on your machine. And if you make changes in Visual Studio Code, for example, they will show up in Playground.</p>\n\n\n\n<p>There’s also an export button, so you can download your site as a zip file. You can export it to GitHub as a pull request. That feature also exists. With pull request specifically, I’m exploring a static site collaboration workflow. So the idea is this, you have a GitHub repository, you have a lot of content in there. Maybe that’s a documentation for something, maybe that’s entire website. So you have HTML pages, you have uploads, you have some plugins. And that repo is used to create a static site, and it’s hosted somewhere.</p>\n\n\n\n<p>But then you can also go to that static site, and let’s imagine it’s a documentation site. So maybe every article has a little button called Edit in Playground, and you click it, and it opens Playground with that article already loaded in the editor. You change it, you upload something, you click export to GitHub as a pull request, and boom, there it goes, there is a change proposal.</p>\n\n\n\n<p>Now, someone else would be able to review it by clicking a button in that pull request, and loading your changes in Playground, and say, hey, good job, or, oh, there’s a typo, let me fix it. And they will just update that pull request.</p>\n\n\n\n<p>[00:25:50] <strong>Nathan Wrigley:</strong> That is truly fascinating. And it is just really blowing apart the very nature of what it is. Because when you first came up with it, I feel like the word Playground was just the perfect encapsulation for what it is. You know, you just mess around, and then you close it down, start something else, mess around, close it down. You’re just messing about. You just want to test out a new plugin, you want to try something new, you just want to see what the latest default WordPress theme looks like, and how you do full site editing, and all of that. You just want to have a tinker, and you just want to do it. You’ve got a little bit of time, and then you close the browser and it goes away.</p>\n\n\n\n<p>But it seems like the intuition here is that, you’re stepping away from Playground’s roots, if you like, of just, it’s disposable, it’s just for a bit of fun. And it’s moving into the territory of something more permanent. So not just, it can be retained and persists in the browser, but we’ve got ways of shipping this. We can take this from your Playground, we can put it up to GitHub, and then from GitHub, who knows where that could end up. You know, it could end up in a CDN somewhere as a static website, like you said, or it could do a multitude of other things. It sounds like it’s going from more Playground, to developing actual real world projects.</p>\n\n\n\n<p>[00:27:04] <strong>Adam Zielinski:</strong> Yes. So that static site, for example, it could be completely static. So you could run it without any PHP hosting, so very cheaply on a CDN. But then you could go to slash WP Admin, and you could have a running Playground there.</p>\n\n\n\n<p>[00:27:18] <strong>Nathan Wrigley:</strong> So it’s static without the static.</p>\n\n\n\n<p>[00:27:21] <strong>Adam Zielinski:</strong> Yes. Perhaps block markup could replace markdown for a lot of use cases actually. Because in markdown, it’s great for simple documents, but then if you want to go beyond that, people started inventing ways of extending that. So maybe you have MDX that brings React to markdown. Maybe you have syntax extensions. I think Gutenberg repo uses some of that, right?</p>\n\n\n\n<p>There’s a lot of these projects, and all these things amount to blocks essentially. Just give me more ways, more widgets in markdown, give me more things I can express, right? And with Playground, yeah, like you can express any WordPress block. Just install it in WordPress, export, use it in a post, save that content of that post, that’s your block markup. And there’s a lot of ways you can interact with it. Render it, right? You can edit it in WordPress.</p>\n\n\n\n<p>But to your point, there is a development environment these days. It’s been released by wordpress.com, it’s called Studio. And it’s actually built on top of Playground, right? So we don’t need any Docker. You don’t need any virtual machines. It’s running Playground inside an Electron app, and it just works. You don’t need any dependencies. Just install it, there it goes. Maybe that same environment, with the Playground for its WordPress for Apps paradigm, right? Maybe we’ll see it on tablet at one point. With all the ways to utilise Playground, actually, I have a note, let me refresh my memory a little bit.</p>\n\n\n\n<p>Alright, so if you’ve ever been to a contributor day, you’ve probably seen how difficult the setup can be, right? Just getting WordPress running on your machine for a new person, it can easily take the entire contributor day, even if you have full access to WordPress Core developers during the event. Playground can reduce that to a single step. And there can be even multiple, predefined WordPress builds, right?</p>\n\n\n\n<p>Are you a Gutenberg developer? Are you a Core developer? Do you want to just contribute to docs? Then we could take it to a browser, right? So you wouldn’t even have to do anything locally, and you could still take advantage of Git, and pull requests, and all these workflows.</p>\n\n\n\n<p>Further along, perhaps we could encapsulate some contribution workflows without ever reasoning about code, right? So I imagined a theme directory on wordpress.org. It could have Playground, where you would just build a theme, you would be able to go back to it, submit it for a review, right? If we add a code editor to that, now we can have a plugin contribution workflow.</p>\n\n\n\n<p>These days, we’re about to launch a community space for Playground Blueprints. So Blueprints are these configuration files that express an entire WordPress setup. So maybe you want a WordPress with WPCLI and a specific plugins, or maybe you want a WordPress with a so and so theme, and a bunch of content, right? Maybe that’s your site. Or maybe you want to preinstall your plugin, and configure it with a useful default content for the demo.</p>\n\n\n\n<p>So you can now encode that as a JSON file, and the blueprints community space, it’ll be just that. It’ll be what wordpress.org/plugin is, but for these blueprints. So everyone will be able to share a blueprint, review the blueprints that are already there, immediately launch a WordPress site from any of these blueprints. And I hope this will spark a lot of cool ideas for Playground usage. Honestly, people are teaching me so much about what you can do with Playground these days.</p>\n\n\n\n<p>Someone recently mentioned this idea, they really don’t like working with PowerPoint, and there are ways of building slides in WordPress. So now I have a blueprint that turns WordPress into a slide building, presentation building program. It’s configured with the right theme, it has some slides already in it, it has an export to PDF button, and you can just start editing and then save a presentation, export it as a PDF, host it as a static site, right? If you want to share a link with the world.</p>\n\n\n\n<p>And I’m not even like touching on things like classroom usage, or education use cases, right? There’s a professor using Playground to teach students about building websites, and it’s very easy for them because it doesn’t require installing anything. So I think like the university computers are like locked down so you cannot install custom software, but you can open websites. So you can go to a Playground site, or this version of Playground site where you have a code editor. And you can just start hacking with a plugin, or just a setup. And then you can export it, or submit it for grading, publish what the entire class created. There’s a lot more.</p>\n\n\n\n<p>[00:31:44] <strong>Nathan Wrigley:</strong> Yeah, I mean, truly, the sky is the limit really, isn’t it? Because, again, just to take you back to that moment where you had spent two weeks on it, and there it was in its nascent form, none of this was going through your head. And now here we are a little while later, and it’s almost like, you know, you’ve got the theme repository, you’ve got the plugin repository, and I feel like we need a Playground repository. And, you know, you’ve described it as blueprints.</p>\n\n\n\n<p>That just seems to have so much utility. Just different flavors of WordPress. Okay, do you want a super stripped down version of WordPress? Are you just beginning? Do you just want to look at WordPress for the first time? Click this button. Are you more experienced? Do you want to get straight into the full site editing? Okay, click this button, and you’ll be hit with that as soon as you launch it.</p>\n\n\n\n<p>But then of course, all of the different things, the companies who produce plugins, who would like to be able to demonstrate what their plugin does, well that, until now, required you click a button, and you connect it to some third party service that they pay for, which spins up a WordPress website with their configuration. Now, you just click a button and it’s there in the browser, and it can now come with the dependencies that it needs.</p>\n\n\n\n<p>So let’s say you’re a WooCommerce plugin house, and obviously you need WooCommerce built into it. You can have that set as a dependency. So click the button, not only does our plugin come, but it’s fully configured, ready to go with WooCommerce and everything.</p>\n\n\n\n<p>Just so many uses. And then it feels to me, this is kind of like not really stretching the horizon very far, but it feels to me that, then the ability to be able to click a button inside of your Playground, and then take it to more traditional hosting, so that you do have something more permanent. Might be kind of useful, but from everything that you’ve said, there’s a thousand different directions, tendrils going all over the place, you know, the education space. Just a million different things. And I guess that must be one of the nice things from where you are sitting. You’re just seeing all of this interaction in a project that you built, and that must be joyous.</p>\n\n\n\n<p>[00:33:49] <strong>Adam Zielinski:</strong> It is. And, man, like there’s so many great ideas floating around in the community. Use cases I would never come up with in a million years. And I just love seeing more and more of these.</p>\n\n\n\n<p>[00:34:00] <strong>Nathan Wrigley:</strong> I do like the idea of being able to go to an official blueprint repository, if you like, and just sift through user submitted versions of WordPress. Let’s say you’ve just decided that you want to start selling a course online, here’s a perfectly pre-configured LMS experience for you, just so that you can see how that works. And, you know, or a shop, a WooCommerce shop, or just a regular WordPress website with full site editing, all done for you. But now we’re going to use this theme, oh, you are not happy with that one, try this Playground over here, we’ve got a different theme, but everything else is just the same.</p>\n\n\n\n<p>1,001 user submitted, varients of WordPress, and that’s never been possible. We’re always starting from, basic WordPress then build things on top of it, because of the fact that there’s a lot of work which needs to go in before your site is working. Now with all these dependencies built in, the click of a button, there it is, ready to go. Like you said, it’s profound. It really is incredibly profound.</p>\n\n\n\n<p>[00:35:01] <strong>Adam Zielinski:</strong> One more cool thing I wanted to share though, we have a plugin for WordPress. You install it, and then you go to WP Admin plugins directory, and every plugin has install now button, it has it now, but it also has preview now button. And that preview now button clones your website in Playground, installs that plugin, and opens it in a new tab, so you can see, oh, do I like using it? Would it break my website? Is it even doing what I need it do? And you don’t like it, you just close that tab, and your production site is as it was before.</p>\n\n\n\n<p>[00:35:33] <strong>Nathan Wrigley:</strong> Yeah, I’d forgotten about that. Yeah. But if you go to wordpress.org, now there’s a button. I remember there was a little bit of a kerfuffle where, it was a few months ago, where Playground got launched on the plugin repository, and for various different reasons, dependencies largely being the thing I think, that got withdrawn. Then, I think now it is that the plugin developers need to just tick a box to say, yes please on my plugin listing, please put Playground there because that will be something that I want.</p>\n\n\n\n<p>And now I would imagine the majority, so long as it works, why wouldn’t you have that? You can go and experiment. So that’s new. If you haven’t been to the wordpress.org plugin repository recently, there is now, on a lot of plugins, a button just to use Playground. Click the button, you’ll see it, you’ll be able to see it immediately, and all the wonderful things that it does.</p>\n\n\n\n<p>[00:36:16] <strong>Adam Zielinski:</strong> Yeah, although that’s not what I meant.</p>\n\n\n\n<p>[00:36:17] <strong>Nathan Wrigley:</strong> Ah, apologies.</p>\n\n\n\n<p>[00:36:19] <strong>Adam Zielinski:</strong> What I meant is, there’s a separate plugin called the Playground. And if you install it on your WordPress site, you will get that preview button inside WP Admin, and it’ll preview that plugin a copy of your site.</p>\n\n\n\n<p>[00:36:31] <strong>Nathan Wrigley:</strong> Wheels within wheels. It’s very meta that isn’t it? I didn’t know that existed. So you’ve got a Playground site. Inside of that Playground site, you can install the Playground plugin. I guess you could get inception going on there, couldn’t you? Playground within Playground. within Playground, all the way.</p>\n\n\n\n<p>[00:36:49] <strong>Adam Zielinski:</strong> Yeah, that is actually possible. So there’s a Playground Gutenberg block, and it’s in the WordPress plugin directory, and it has a preview button and it opens a Playground with that block inside Playground. So yeah, there are multiple levels.</p>\n\n\n\n<p>[00:37:00] <strong>Nathan Wrigley:</strong> We’ve obviously waxed lyrical. I think it’s a fabulous project. Just what it’s going to open up in the future, who knows. I think the word profound, I think that’s the exact appropriate word at this point.</p>\n\n\n\n<p>However, all of this light that we’re shining on it, I presume there’s still things that you would like to fix. Things that don’t yet work as expected, that maybe some things which you’ll never be able to overcome, given the state of what browsers can do at the moment. Should we just talk about that? What are some of the limitations that you know of at the moment?</p>\n\n\n\n<p>[00:37:28] <strong>Adam Zielinski:</strong> Absolutely. So not all PHP extensions are supported in the browser, and we support more every month. But not yet at the place where you would have 100%. It’ll never be 100% right? Like for example, you cannot use Curl in a web browser. You can use it in a node version of Playground.</p>\n\n\n\n<p>We’re just bringing in support for different image formats. So WebP and surprisingly jpeg. Png was already in there. Network is a large challenge. So WordPress would sometimes open, let me speak with a little bit more jargon. WordPress would sometimes open a TCP sockets to specific addresses, and you don’t have that API in the browser, right. You can only do fetch and few more things, but not that. So that may never be supported. Like if browsers had that, it would be large security risk. You can however do that in a node version of Playground.</p>\n\n\n\n<p>The database support. I think all core features work well. And we even had a 99% of unit tests passing in Playground. But there are some plugins using MySQL features that are not yet supported. So I think one of them is select union. So we still have some work to do with the database support.</p>\n\n\n\n<p>So by default Playground doesn’t have access to network, and you have to enable it in Playground options. That’s a performance thing. Playground is significantly slower with that. So just to give everyone snappy experience by default. However, we do have something going on to have networking by default and also have it being very performant. That will hopefully go away sometime soon.</p>\n\n\n\n<p>And honestly, like we’re learning about new limitations. Yeah, I would say like every week of every month, people come to Playground repository, they ask about their use case and someone wanted to use soap client. It’s not supported at the moment.</p>\n\n\n\n<p>Someone else wanted to run a real server, right? So send a link to someone, somewhere and it’s just running in your browser. So we cannot really do that at the moment. But maybe it will be possible actually in the future. Like, I’m playing with a few ideas about that. So if you use Playground and something isn’t working right, come say hi to the Meta Playground channel on WordPress org Slack, or the WordPress slash WordPress dash Playground repository on GitHub, and tell us, we may not know.</p>\n\n\n\n<p>[00:39:50] <strong>Nathan Wrigley:</strong> I feel like you’ve created a bit of an iPhone moment with WordPress. What I mean by that was, everybody had a mobile phone prior to the iPhone, and then the iPhone came along, and then everybody really wanted an iPhone because it was so profoundly different. And it feels like you’ve done something profoundly different with WordPress, and when apps came along and suddenly, yeah, there was an iPhone, but it was an iPhone and it looked nice and everything, and then apps came along and made the iPhone more profoundly interesting.</p>\n\n\n\n<p>You’ve enabled more profoundly interesting things to be done with WordPress than could be done two years ago, and the supplying of that is crucial. But it’ll be interesting if we have this conversation in, let’s say three years time, I think the real interest will be, not necessarily the Playground bit, and forgive me, I’m not denigrating what you’ve done because it’s remarkable, but it’s what everybody will do with the Playground that you’ve built. And the unique things that they’ve created. And the hither to as yet unimagined things, which will become commonplace and normal with WordPress, that at the moment nobody’s even conceived. And you’ve hinted at a few of those now. And so you’ve genuinely stirred interest, and something novel in the WordPress space and that isn’t often happening..</p>\n\n\n\n<p>[00:41:16] <strong>Adam Zielinski:</strong> Thank you so much. I’m blushing. Yeah. truly amazing.</p>\n\n\n\n<p>And think that iPhone moment analogy, it’s excellent. And if you don’t mind, I’ll borrow that.</p>\n\n\n\n<p>[00:41:27] <strong>Nathan Wrigley:</strong> When the App Store came to the iPhone, that moment where the iPhone, which was fun and you could play songs with it, but you couldn’t do all the other things, like store your notes and sync them to the cloud and communicate with other people on chat apps.</p>\n\n\n\n<p>I imagine the developer community will jump on board and come up with a thousand different ways to build on top of Playground.</p>\n\n\n\n<p>[00:41:46] <strong>Adam Zielinski:</strong> The analogy may be going further than it seems at first because every blueprint is like an app, right? You have WordPress as your vehicle for setting things up. And then you can create a slide building app, as I said earlier. But I had someone running Doom, like the video game in the Playground.</p>\n\n\n\n<p>Yeah, you can build a course website with it, right? If you just pre-configure it in the correct way. We have a pull request previewer running in a couple of projects, right? You have a preview link on GitHub just posted automatically. You have plugin previewers. You have project demos. So many different things.</p>\n\n\n\n<p>I have a blueprint that if you run it, it doesn’t actually create a Playground you can use, but it gives you a zip file. And in that zip there is a static version of what you started with, right? So now you can not only produce different WordPress setups and website setups, but also artifacts, right?</p>\n\n\n\n<p>Maybe another blueprint could, I don’t know, render a PDF, right? And that would be another version of your slides, to keep using this example.</p>\n\n\n\n<p>You can embed Playground. You can ship Playground on all the devices. So I’m imagining a world where you can build a WordPress plugin, click a button, and now you have a desktop app. You have a server app. You have a front end app. You have a progressive web app. You have a phone app. You have a tablet app. You have a terminal app, right from a single code base. We don’t have that button today, but I think it’s very possible to build one.</p>\n\n\n\n<p>[00:43:16] <strong>Nathan Wrigley:</strong> It feels like the slogan is Playground, taking the friction out of using WordPress. Making that first step so much easier. No matter what your level of experience, if it’s the first time you’ve used WordPress, or if you want to do something more complicated. Just that frictionless step that you’ve created is, yeah, absolutely brilliant.</p>\n\n\n\n<p>So just before we go, I know that you mentioned the Slack channel where you are hanging out. Maybe you want to mention that again, just so it’s gone into people’s heads. But also if anybody is curious, maybe there’s other places where you can help with the Playground project, but also if you’re willing, are places where people can get in touch with you.</p>\n\n\n\n<p>[00:43:52] <strong>Adam Zielinski:</strong> Absolutely. Twitter is one of them. I’m most attentive to GitHub, cause I’m spending a lot of time in the Playground repo and all the Playground related activity. So probably the easiest way to reach me is through issues and discussions.</p>\n\n\n\n<p>If you have something unrelated to the product, but just wanted to explore your use case, ping me on Twitter. There’s WordPress.org Slack, called meta-playground and that’s another good place. And also I’ll be on WordCamp EU in June. I’ll be having a talk on the main stage about WordPress Playground. So come, say hi. Watch the talk and let’s talk in person.</p>\n\n\n\n<p>[00:44:28] <strong>Nathan Wrigley:</strong> Nice. Thank you very much. Adam Zelensky, thank you so much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:44:34] <strong>Adam Zielinski:</strong> It’s been so lovely, naan. Thank you so much for having me.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://x.com/adamzielin\">Adam Zielinski</a>.</p>\n\n\n\n<p>Adam is the creator of WordPress Playground, a WordPress core committer, and Tech Editor release lead for WordPress 6.0. He works as a WordPress developer at Automattic and lives in Wrocław, Poland. In his spare time, he can be found bouldering, practising improv comedy, and playing badminton.</p>\n\n\n\n<p>In this episode, we talk about Playground, a groundbreaking project that is redefined the way we interact with WordPress. Adam’s visionary approach to creating a seamless WordPress experience within a web browser has revolutionised how easy it is to access WordPress.</p>\n\n\n\n<p>We discuss Playground’s history, from the initial frustrations that sparked the idea, to the development process that brought it to life. We gain an understanding of the profound impact Playground is having on the WordPress landscape and its potential to shape the future of web development. It’s not often that the word profound is rightly used, but it feels appropriate here.</p>\n\n\n\n<p>We explore the enormous potential uses of Playground, from simplifying setup processes to enabling experimentation with plugins and themes. Adam’s vision for Playground as a catalyst for democratising website creation and enabling a culture of innovation within the WordPress community is something that’s still evolving, and it’s clear that the direction the project takes is still being figured out.</p>\n\n\n\n<p>This project really does change the way that WordPress can be used, and there’s so many exciting prospects for how it might shape the future of website design and development.</p>\n\n\n\n<p>If you’re interested in hearing about cutting-edge advancements reshaping the WordPress landscape, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://wordpress.org/playground/\">WordPress Playground</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/blueprints\">Blueprints GitHub repo</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/meta/2024/05/15/the-blueprint-gallery-share-your-wordpress-creations-with-playground/\">The Blueprint Gallery: Share your WordPress creations with Playground</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/wordpress-playground\">Playground GitHub repo</a></p>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://webassembly.org/\">Web Assembly</a></p>\n\n\n\n<p><a href=\"https://apps.apple.com/za/app/blocknotes/id6450189974\">Blocknotes</a> by Ella Van Durpe</p>\n\n\n\n<p><a href=\"https://x.com/adamzielin\">Adam on X / Twitter</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2024/speaker/adam-zieliski/\">Adam’s presentation at WordCamp Europe 2024</a></p>\n\n\n\n<p>The playground team:</p>\n\n\n\n<p>Dennis Snell: <a href=\"https://github.com/dmsnell/\">https://github.com/dmsnell/</a></p>\n\n\n\n<p>Brandon Payton: <a href=\"https://github.com/brandonpayton\">https://github.com/brandonpayton</a></p>\n\n\n\n<p>Bero: <a href=\"https://github.com/bgrgicak\">https://github.com/bgrgicak</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 May 2024 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 27 Jun 2024 21:36:01 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 27 Jun 2024 21:15:29 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),
(334,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1719567362','no'),
(335,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1719524162','no'),
(336,'_transient_timeout_dash_v2_f69de0bbfe7eaa113146875f40c02000','1719567362','no'),
(337,'_transient_dash_v2_f69de0bbfe7eaa113146875f40c02000','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://ru.wordpress.org/news/2023/12/scam-alert-2023/\'>Предупреждение о мошенниках</a></li><li><a class=\'rsswidget\' href=\'https://ru.wordpress.org/news/2023/09/2023-wordpress-survey/\'>Ежегодный опрос пользователей и участников разработки WordPress 2023</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://dothewoo.io/a-special-host-event-and-our-sponsorship-at-wordcamp-europe/\'>Do The Woo Community: A Special Host Event and Our Sponsorship at WordCamp Europe</a></li><li><a class=\'rsswidget\' href=\'https://blog.gravatar.com/2024/06/26/link-your-gravatar-profile-with-a-free-custom-domain/\'>Gravatar: .Link Your Gravatar Profile With A Free Custom Domain</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/125-davinder-singh-kainth-on-content-creation-and-business-strategy-in-wordpress\'>WPTavern: #125 – Davinder Singh Kainth on Content Creation and Business Strategy in WordPress</a></li></ul></div>','no'),
(338,'contact_info_theme_options','a:5:{s:3:\"tel\";a:2:{i:0;s:12:\"+79147023636\";i:1;s:12:\"+79024815806\";}s:5:\"email\";s:16:\"vit@dobrolom.com\";s:6:\"social\";a:3:{s:8:\"Telegram\";s:21:\"https://t.me/ep_avto/\";s:18:\"Вконтакте\";s:25:\"https://vk.com/amiroavto/\";s:26:\"Одноклассники\";s:35:\"https://ok.ru/group/70000003390897/\";}s:7:\"address\";s:48:\"г. Владивосток, Авраменко 2\";s:5:\"hours\";s:73:\"8:00 — 17:00\r\n(выходной: суббота,воскресенье)\";}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1726 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(9,2,'_edit_lock','1720424789:5648'),
(10,2,'_edit_last','5648'),
(11,2,'_generate-sidebar-layout-meta','no-sidebar'),
(12,2,'_generate-full-width-content','true'),
(13,2,'_generate-disable-headline','true'),
(15,2,'_generateblocks_dynamic_css_version','1.9.1'),
(25,25,'_wp_attached_file','EPA667c004997f63.avif'),
(26,25,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:21:\"EPA667c004997f63.avif\";s:8:\"filesize\";i:149120;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667c004c53295.avif\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:51052;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667c004cb58cd.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:801;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:88555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667c004dec9d9.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:25303;}}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:{}}s:10:\"originated\";s:55:\"woman-driving-sports-car-with-a-digital-touchscreen.jpg\";}'),
(30,35,'_wp_trash_meta_status','publish'),
(31,35,'_wp_trash_meta_time','1719403375'),
(32,36,'_edit_lock','1719404032:1'),
(33,36,'_wp_trash_meta_status','publish'),
(34,36,'_wp_trash_meta_time','1719404038'),
(35,37,'_wp_trash_meta_status','publish'),
(36,37,'_wp_trash_meta_time','1719404101'),
(37,38,'_edit_lock','1719404136:1'),
(38,38,'_wp_trash_meta_status','publish'),
(39,38,'_wp_trash_meta_time','1719404144'),
(46,66,'_wp_attached_file','logo_site.svg'),
(47,66,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:7673;}'),
(48,67,'_wp_trash_meta_status','publish'),
(49,67,'_wp_trash_meta_time','1719456096'),
(51,71,'_wp_trash_meta_status','publish'),
(52,71,'_wp_trash_meta_time','1719458884'),
(68,112,'_wp_trash_meta_status','publish'),
(69,112,'_wp_trash_meta_time','1719462468'),
(79,139,'_wp_attached_file','EPA667cf9460c08c.avif'),
(80,139,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:418;s:4:\"file\";s:21:\"EPA667cf9460c08c.avif\";s:8:\"filesize\";i:30723;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667cf947021a8.avif\";s:5:\"width\";i:600;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12795;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667cf94725ac0.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:23060;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667cf94779e38.avif\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:6330;}}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:{}}s:10:\"originated\";s:12:\"bg-steps.jpg\";}'),
(88,157,'_wp_attached_file','EPA667d0089d82e8.avif'),
(89,157,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1050;s:6:\"height\";i:248;s:4:\"file\";s:21:\"EPA667d0089d82e8.avif\";s:8:\"filesize\";i:46373;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d008a582ee.avif\";s:5:\"width\";i:600;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:32916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d008a95bb0.avif\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15864;}}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:{}}s:10:\"originated\";s:54:\"car-loc-qdza7dywbhc6pv04s74c3jg2ampg5txvrrmj4ah6b4.png\";}'),
(91,159,'_wp_attached_file','EPA667d00c174de8.avif'),
(92,159,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:838;s:6:\"height\";i:695;s:4:\"file\";s:21:\"EPA667d00c174de8.avif\";s:8:\"filesize\";i:17776;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d00c1d2b5f.avif\";s:5:\"width\";i:600;s:6:\"height\";i:498;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15000;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d00c216cac.avif\";s:5:\"width\";i:300;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:6634;}}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:{}}s:10:\"originated\";s:16:\"map-location.jpg\";}'),
(106,197,'_wp_attached_file','EPA667d0cdec3c51.avif'),
(107,197,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:400;s:6:\"height\";i:242;s:4:\"file\";s:21:\"EPA667d0cdec3c51.avif\";s:8:\"filesize\";i:17332;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d0cdeec230.avif\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16291;}}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:{}}s:10:\"originated\";s:10:\"promo1.jpg\";}'),
(108,198,'_wp_attached_file','EPA667d0cdf3368d.avif'),
(109,198,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:400;s:6:\"height\";i:242;s:4:\"file\";s:21:\"EPA667d0cdf3368d.avif\";s:8:\"filesize\";i:11747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d0cdf50b71.avif\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11596;}}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:{}}s:10:\"originated\";s:10:\"promo2.jpg\";}'),
(110,199,'_wp_attached_file','EPA667d0cdf8a8d6.avif'),
(111,199,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:400;s:6:\"height\";i:242;s:4:\"file\";s:21:\"EPA667d0cdf8a8d6.avif\";s:8:\"filesize\";i:14140;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d0cdfafecb.avif\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13215;}}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:{}}s:10:\"originated\";s:10:\"promo3.jpg\";}'),
(114,205,'_wp_trash_meta_status','publish'),
(115,205,'_wp_trash_meta_time','1719471907'),
(116,208,'_wp_trash_meta_status','publish'),
(117,208,'_wp_trash_meta_time','1719472007'),
(134,252,'_wp_trash_meta_status','publish'),
(135,252,'_wp_trash_meta_time','1719475937'),
(139,262,'_edit_lock','1719477262:1'),
(140,262,'_wp_trash_meta_status','publish'),
(141,262,'_wp_trash_meta_time','1719477290'),
(142,263,'_edit_lock','1719477463:1'),
(143,263,'_wp_trash_meta_status','publish'),
(144,263,'_wp_trash_meta_time','1719477492'),
(145,264,'_edit_lock','1719477613:1'),
(146,264,'_wp_trash_meta_status','publish'),
(147,264,'_wp_trash_meta_time','1719477633'),
(148,266,'_wp_attached_file','logo_auto_white.min_.svg'),
(149,266,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:7682;}'),
(156,284,'_wp_attached_file','EPA667d3045106c8.avif'),
(157,284,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1200;s:6:\"height\";i:480;s:4:\"file\";s:21:\"EPA667d3045106c8.avif\";s:8:\"filesize\";i:43118;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d3045f1322.avif\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:25088;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d30462e9d2.avif\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9674;}}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:{}}s:10:\"originated\";s:13:\"rect10095.jpg\";}'),
(158,285,'_wp_attached_file','EPA667d3049645a6.avif'),
(159,285,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667d3049645a6.avif\";s:8:\"filesize\";i:30694;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d304a0f717.avif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:17262;}}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:{}}s:10:\"originated\";s:15:\"rect10095-0.jpg\";}'),
(160,286,'_wp_attached_file','EPA667d3058bd723.avif'),
(161,286,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1202;s:6:\"height\";i:480;s:4:\"file\";s:21:\"EPA667d3058bd723.avif\";s:8:\"filesize\";i:40049;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d30596ce82.avif\";s:5:\"width\";i:600;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:18295;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667d3059aaa9c.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:35805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d305a7780c.avif\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7144;}}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:{}}s:10:\"originated\";s:13:\"rect10095.png\";}'),
(162,287,'_wp_attached_file','EPA667d305e3c2d1.avif'),
(163,287,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:599;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667d305e3c2d1.avif\";s:8:\"filesize\";i:31197;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d305e94e03.avif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14088;}}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:{}}s:10:\"originated\";s:15:\"rect10095-0.png\";}'),
(164,288,'_wp_attached_file','EPA667d306f365f0.avif'),
(165,288,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1233;s:6:\"height\";i:515;s:4:\"file\";s:21:\"EPA667d306f365f0.avif\";s:8:\"filesize\";i:23681;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d30728f2fa.avif\";s:5:\"width\";i:600;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12967;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667d30734f85e.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:27147;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d30767616f.avif\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:5072;}}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:{}}s:10:\"originated\";s:15:\"rect10095-1.png\";}'),
(166,289,'_wp_attached_file','EPA667d307883c39.avif'),
(167,289,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:632;s:6:\"height\";i:633;s:4:\"file\";s:21:\"EPA667d307883c39.avif\";s:8:\"filesize\";i:22363;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d307b91d03.avif\";s:5:\"width\";i:600;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:24704;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d307dd0c4e.avif\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12052;}}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:{}}s:10:\"originated\";s:17:\"rect10095-0-1.png\";}'),
(174,308,'_menu_item_type','post_type'),
(175,308,'_menu_item_menu_item_parent','0'),
(176,308,'_menu_item_object_id','2'),
(177,308,'_menu_item_object','page'),
(178,308,'_menu_item_target',''),
(179,308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(180,308,'_menu_item_xfn',''),
(181,308,'_menu_item_url',''),
(182,308,'_menu_item_orphaned','1719485029'),
(192,310,'_menu_item_type','custom'),
(193,310,'_menu_item_menu_item_parent','0'),
(194,310,'_menu_item_object_id','310'),
(195,310,'_menu_item_object','custom'),
(196,310,'_menu_item_target',''),
(197,310,'_menu_item_classes','a:1:{i:0;s:9:\"da-scroll\";}'),
(198,310,'_menu_item_xfn',''),
(199,310,'_menu_item_url','#calc'),
(201,311,'_menu_item_type','custom'),
(202,311,'_menu_item_menu_item_parent','0'),
(203,311,'_menu_item_object_id','311'),
(204,311,'_menu_item_object','custom'),
(205,311,'_menu_item_target',''),
(206,311,'_menu_item_classes','a:1:{i:0;s:9:\"da-scroll\";}'),
(207,311,'_menu_item_xfn',''),
(208,311,'_menu_item_url','#rules'),
(210,312,'_menu_item_type','custom'),
(211,312,'_menu_item_menu_item_parent','0'),
(212,312,'_menu_item_object_id','312'),
(213,312,'_menu_item_object','custom'),
(214,312,'_menu_item_target',''),
(215,312,'_menu_item_classes','a:1:{i:0;s:9:\"da-scroll\";}'),
(216,312,'_menu_item_xfn',''),
(217,312,'_menu_item_url','#promo'),
(219,313,'_menu_item_type','custom'),
(220,313,'_menu_item_menu_item_parent','0'),
(221,313,'_menu_item_object_id','313'),
(222,313,'_menu_item_object','custom'),
(223,313,'_menu_item_target',''),
(224,313,'_menu_item_classes','a:1:{i:0;s:9:\"da-scroll\";}'),
(225,313,'_menu_item_xfn',''),
(226,313,'_menu_item_url','#aboutus'),
(228,314,'_edit_lock','1719485468:1'),
(229,314,'_wp_trash_meta_status','publish'),
(230,314,'_wp_trash_meta_time','1719485474'),
(231,315,'_wp_trash_meta_status','publish'),
(232,315,'_wp_trash_meta_time','1719485486'),
(242,329,'_edit_last','5648'),
(243,329,'_edit_lock','1720425894:5648'),
(244,330,'_edit_lock','1719490136:1'),
(323,330,'_edit_last','1'),
(330,679,'admin_form_source','form65314be9d2895'),
(331,679,'mark','Honda'),
(332,679,'_mark','field_652f924d9d479'),
(333,679,'models_modelHonda','Insight'),
(334,679,'_models_modelHonda','field_653b5fb380030'),
(335,679,'models',''),
(336,679,'_models','field_65315e2e102aa'),
(337,679,'year','2015'),
(338,679,'_year','field_653b5f6b571b3'),
(339,679,'sellprice','800000'),
(340,679,'_sellprice','field_6677e590d008f'),
(341,679,'_thumbnail_id','1063'),
(342,679,'auto_category','Легковые'),
(343,679,'_auto_category','field_6531522fea1a0'),
(344,679,'drive-hand','Правый'),
(345,679,'_drive-hand','field_6677e9ae6d6aa'),
(346,679,'generation','0'),
(347,679,'_generation','field_6677ea0917f7d'),
(348,679,'privod','Передний'),
(349,679,'_privod','field_6677ea41921c4'),
(350,679,'active','1'),
(351,679,'_active','field_652f8d5124be4'),
(352,679,'mainpage','1'),
(353,679,'_mainpage','field_653a81d87d368'),
(354,679,'story','1,3 литра, 92 л.с. Хэтчбэк 5дверей\r\nПробег 90 тыс\r\n\r\nОСАГО 1 год до 100% в подарок\r\n\r\nЗвони! Пиши! Приезжай! \r\nТел: 8 902 481 5806 или 8 914 702 3636\r\nhttps://auto.mitrofanov.ru/\r\n e-mail: Vit@dobrolom.com, г. Владивосток, Авраменко 2.\r\nМы в Telegram: https://t.me/amiro_avtovl\r\nМы в ВКонтакте: https://vk.com/amiroavto\r\nМы в ОК: https://ok.ru/group/70000003390897/\r\n'),
(355,679,'_story','field_652cf1926b30b'),
(356,679,'passenger','4'),
(357,679,'_passenger','field_652cf39e3f7d1'),
(358,679,'baggage','2'),
(359,679,'_baggage','field_652cf3e100f2c'),
(360,679,'transmission','Автомат'),
(361,679,'_transmission','field_652cf1bc6b30c'),
(362,679,'gearPower','92'),
(363,679,'_gearPower','field_652cf87a51c4a'),
(364,679,'gearVolume','1.3'),
(365,679,'_gearVolume','field_652cf7fe51c49'),
(366,679,'fuel','Бензин'),
(367,679,'_fuel','field_652cf7d07f3ee'),
(368,679,'color','Серый'),
(369,679,'_color','field_652cf8d46142c'),
(370,679,'mileage','86000'),
(371,679,'_mileage','field_652cf8f76142d'),
(372,679,'mileagerf','1'),
(373,679,'_mileagerf','field_653b17ec65ba1'),
(374,679,'grade',''),
(375,679,'_grade','field_652cf9fc2641c'),
(376,679,'equipment',''),
(377,679,'_equipment','field_652cf9d62641b'),
(378,679,'подогрев_сидений','1'),
(379,679,'_подогрев_сидений','field_6677fd3ec6e33'),
(380,679,'кнопка_start','0'),
(381,679,'_кнопка_start','field_6677fd3ec6e6d'),
(382,679,'система_a_stop','0'),
(383,679,'_система_a_stop','field_6677fd3ec6ea8'),
(384,679,'парктроник','0'),
(385,679,'_парктроник','field_6677fd3ec6ee2'),
(386,679,'камера_заднего_хода','0'),
(387,679,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(388,679,'полный_мультируль','0'),
(389,679,'_полный_мультируль','field_6677fd3ec6f58'),
(390,679,'круиз_контроль','0'),
(391,679,'_круиз_контроль','field_6677fd3ec6f92'),
(392,679,'мультимедия_boss','0'),
(393,679,'_мультимедия_boss','field_6677fd3ec6fcc'),
(394,679,'led_фары','0'),
(395,679,'_led_фары','field_6677fd3ec7007'),
(396,679,'model','MITSUBISHI COLT 2011'),
(397,679,'_model','field_65315e734f424'),
(398,679,'vikup3','658'),
(399,679,'_vikup3','field_653a1effccb77'),
(400,679,'vikup5','395'),
(401,679,'_vikup5','field_653a1fcb27d3b'),
(402,679,'total3','1540'),
(403,679,'_total3','field_653a1f7cccb79'),
(404,679,'total5','1270'),
(405,679,'_total5','field_653a200940182'),
(406,679,'week3','10760'),
(407,679,'_week3','field_653a1f9fccb7a'),
(408,679,'week5','8920'),
(409,679,'_week5','field_653a201b40183'),
(410,679,'rent','1600'),
(411,679,'_rent','field_653a1ffe40181'),
(412,679,'first_pay','80000'),
(413,679,'_first_pay','field_653a0edd7620a'),
(414,679,'admin_form_edited','form_667d88532f4f4'),
(415,679,'tuman','1'),
(416,679,'_tuman','field_6677fd3ec7042'),
(417,679,'not_active','0'),
(418,679,'_not_active','field_652f8d5124be4'),
(419,679,'_wp_old_slug','honda-shutle-2012-2'),
(420,679,'rank_math_analytic_object_id','1'),
(421,679,'rank_math_internal_links_processed','1'),
(422,679,'_edit_last','1'),
(423,679,'_wp_page_template','default'),
(424,784,'admin_form_source','form65314be9d2895'),
(425,784,'rank_math_internal_links_processed','1'),
(426,784,'model','TOYOTA TANK'),
(427,784,'_model','field_65315e734f424'),
(428,784,'sellprice','920000'),
(429,784,'_sellprice','field_6677e590d008f'),
(430,784,'_thumbnail_id','1065'),
(431,784,'auto_category','Легковые'),
(432,784,'_auto_category','field_6531522fea1a0'),
(433,784,'drive-hand','Правый'),
(434,784,'_drive-hand','field_6677e9ae6d6aa'),
(435,784,'generation','0'),
(436,784,'_generation','field_6677ea0917f7d'),
(437,784,'privod','Передний'),
(438,784,'_privod','field_6677ea41921c4'),
(439,784,'mainpage','1'),
(440,784,'_mainpage','field_653a81d87d368'),
(441,784,'story','Арендуй Toyota Tank и окунись в комфорт автомобильной свободы! \r\nЭтот стильный и надежный автомобиль подарит вам максимум удовольствия от каждой поездки.'),
(442,784,'_story','field_652cf1926b30b'),
(443,784,'passenger','4'),
(444,784,'_passenger','field_652cf39e3f7d1'),
(445,784,'baggage','2'),
(446,784,'_baggage','field_652cf3e100f2c'),
(447,784,'transmission','Вариатор'),
(448,784,'_transmission','field_652cf1bc6b30c'),
(449,784,'gearPower','69'),
(450,784,'_gearPower','field_652cf87a51c4a'),
(451,784,'gearVolume','1.0'),
(452,784,'_gearVolume','field_652cf7fe51c49'),
(453,784,'fuel','Бензин'),
(454,784,'_fuel','field_652cf7d07f3ee'),
(455,784,'color','Синий'),
(456,784,'_color','field_652cf8d46142c'),
(457,784,'mileage','59000'),
(458,784,'_mileage','field_652cf8f76142d'),
(459,784,'mileagerf','1'),
(460,784,'_mileagerf','field_653b17ec65ba1'),
(461,784,'grade','4,5 В'),
(462,784,'_grade','field_652cf9fc2641c'),
(463,784,'equipment','1.0 Custom G'),
(464,784,'_equipment','field_652cf9d62641b'),
(465,784,'подогрев_сидений','1'),
(466,784,'_подогрев_сидений','field_6677fd3ec6e33'),
(467,784,'кнопка_start','1'),
(468,784,'_кнопка_start','field_6677fd3ec6e6d'),
(469,784,'система_a_stop','1'),
(470,784,'_система_a_stop','field_6677fd3ec6ea8'),
(471,784,'парктроник','1'),
(472,784,'_парктроник','field_6677fd3ec6ee2'),
(473,784,'камера_заднего_хода','1'),
(474,784,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(475,784,'полный_мультируль','1'),
(476,784,'_полный_мультируль','field_6677fd3ec6f58'),
(477,784,'круиз_контроль','1'),
(478,784,'_круиз_контроль','field_6677fd3ec6f92'),
(479,784,'мультимедия_boss','1'),
(480,784,'_мультимедия_boss','field_6677fd3ec6fcc'),
(481,784,'led_фары','1'),
(482,784,'_led_фары','field_6677fd3ec7007'),
(483,784,'tuman','0'),
(484,784,'_tuman','field_6677fd3ec7042'),
(485,784,'not_active','0'),
(486,784,'_not_active','field_652f8d5124be4'),
(487,784,'vikup3','756'),
(488,784,'_vikup3','field_653a1effccb77'),
(489,784,'vikup5','454'),
(490,784,'_vikup5','field_653a1fcb27d3b'),
(491,784,'total3','1770'),
(492,784,'_total3','field_653a1f7cccb79'),
(493,784,'total5','1470'),
(494,784,'_total5','field_653a200940182'),
(495,784,'week3','12380'),
(496,784,'_week3','field_653a1f9fccb7a'),
(497,784,'week5','10260'),
(498,784,'_week5','field_653a201b40183'),
(499,784,'rent','1840'),
(500,784,'_rent','field_653a1ffe40181'),
(501,784,'first_pay','92000'),
(502,784,'_first_pay','field_653a0edd7620a'),
(503,784,'_edit_last','1'),
(504,784,'_wp_page_template','default'),
(505,784,'mark','Acura'),
(506,784,'_mark','field_652f924d9d479'),
(507,784,'models_modelAcura','CDX'),
(508,784,'_models_modelAcura','field_652f924d9dc6a'),
(509,784,'models',''),
(510,784,'_models','field_65315e2e102aa'),
(511,784,'year',''),
(512,784,'_year','field_653b5f6b571b3'),
(513,801,'admin_form_source','form65314be9d2895'),
(514,801,'rank_math_internal_links_processed','1'),
(515,801,'model','Nissan Note 2019'),
(516,801,'_model','field_65315e734f424'),
(517,801,'sellprice','1020000'),
(518,801,'_sellprice','field_6677e590d008f'),
(519,801,'_thumbnail_id','1073'),
(520,801,'auto_category','Легковые'),
(521,801,'_auto_category','field_6531522fea1a0'),
(522,801,'drive-hand','Правый'),
(523,801,'_drive-hand','field_6677e9ae6d6aa'),
(524,801,'generation','0'),
(525,801,'_generation','field_6677ea0917f7d'),
(526,801,'privod','Передний'),
(527,801,'_privod','field_6677ea41921c4'),
(528,801,'mainpage','1'),
(529,801,'_mainpage','field_653a81d87d368'),
(530,801,'story',''),
(531,801,'_story','field_652cf1926b30b'),
(532,801,'passenger','4'),
(533,801,'_passenger','field_652cf39e3f7d1'),
(534,801,'baggage','2'),
(535,801,'_baggage','field_652cf3e100f2c'),
(536,801,'transmission','Автомат'),
(537,801,'_transmission','field_652cf1bc6b30c'),
(538,801,'gearPower','79'),
(539,801,'_gearPower','field_652cf87a51c4a'),
(540,801,'gearVolume','1.2'),
(541,801,'_gearVolume','field_652cf7fe51c49'),
(542,801,'fuel','Бензин'),
(543,801,'_fuel','field_652cf7d07f3ee'),
(544,801,'color','Серый'),
(545,801,'_color','field_652cf8d46142c'),
(546,801,'mileage','68000'),
(547,801,'_mileage','field_652cf8f76142d'),
(548,801,'mileagerf','0'),
(549,801,'_mileagerf','field_653b17ec65ba1'),
(550,801,'grade',''),
(551,801,'_grade','field_652cf9fc2641c'),
(552,801,'equipment',''),
(553,801,'_equipment','field_652cf9d62641b'),
(554,801,'подогрев_сидений','0'),
(555,801,'_подогрев_сидений','field_6677fd3ec6e33'),
(556,801,'кнопка_start','1'),
(557,801,'_кнопка_start','field_6677fd3ec6e6d'),
(558,801,'система_a_stop','1'),
(559,801,'_система_a_stop','field_6677fd3ec6ea8'),
(560,801,'парктроник','1'),
(561,801,'_парктроник','field_6677fd3ec6ee2'),
(562,801,'камера_заднего_хода','1'),
(563,801,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(564,801,'полный_мультируль','0'),
(565,801,'_полный_мультируль','field_6677fd3ec6f58'),
(566,801,'круиз_контроль','0'),
(567,801,'_круиз_контроль','field_6677fd3ec6f92'),
(568,801,'мультимедия_boss','0'),
(569,801,'_мультимедия_boss','field_6677fd3ec6fcc'),
(570,801,'led_фары','0'),
(571,801,'_led_фары','field_6677fd3ec7007'),
(572,801,'tuman','0'),
(573,801,'_tuman','field_6677fd3ec7042'),
(574,801,'not_active','0'),
(575,801,'_not_active','field_652f8d5124be4'),
(576,801,'vikup3','838'),
(577,801,'_vikup3','field_653a1effccb77'),
(578,801,'vikup5','503'),
(579,801,'_vikup5','field_653a1fcb27d3b'),
(580,801,'total3','1960'),
(581,801,'_total3','field_653a1f7cccb79'),
(582,801,'total5','1630'),
(583,801,'_total5','field_653a200940182'),
(584,801,'week3','13720'),
(585,801,'_week3','field_653a1f9fccb7a'),
(586,801,'week5','11380'),
(587,801,'_week5','field_653a201b40183'),
(588,801,'rent','2040'),
(589,801,'_rent','field_653a1ffe40181'),
(590,801,'first_pay','102000'),
(591,801,'_first_pay','field_653a0edd7620a'),
(592,801,'_edit_last','1'),
(593,801,'_wp_page_template','default'),
(594,801,'mark','Acura'),
(595,801,'_mark','field_652f924d9d479'),
(596,801,'models_modelAcura','CDX'),
(597,801,'_models_modelAcura','field_652f924d9dc6a'),
(598,801,'models',''),
(599,801,'_models','field_65315e2e102aa'),
(600,801,'year',''),
(601,801,'_year','field_653b5f6b571b3'),
(602,817,'admin_form_source','form65314be9d2895'),
(603,817,'rank_math_internal_links_processed','1'),
(604,817,'model','Honda Fit Shuttle, 2012 год'),
(605,817,'_model','field_65315e734f424'),
(606,817,'sellprice','1000000'),
(607,817,'_sellprice','field_6677e590d008f'),
(608,817,'_thumbnail_id','1078'),
(609,817,'auto_category','Легковые'),
(610,817,'_auto_category','field_6531522fea1a0'),
(611,817,'drive-hand','Правый'),
(612,817,'_drive-hand','field_6677e9ae6d6aa'),
(613,817,'generation','0'),
(614,817,'_generation','field_6677ea0917f7d'),
(615,817,'privod','Передний'),
(616,817,'_privod','field_6677ea41921c4'),
(617,817,'mainpage','1'),
(618,817,'_mainpage','field_653a81d87d368'),
(619,817,'story','Двигатель бензин, 1.3 л, гибридМощность 88 л.с., вариаторПривод передний, Цвет голубойПробег 90 000 км, без пробега по РФКомплект: 1.3 Smart Selection Fine LineГибрид!!Салон комбинированный светлый с кожаными вставками, ПодлокотникКожаный мультируль, Круиз контрольКлимат контрольТуманкиХорошая летняя резина\r\nЦена 1 000 000 руб. Аренда до 1000 руб/день. \r\nМин.перв. взнос 100 000 руб.Еженедельный платеж (аренда+выкуп)\r\n до 12 753. (при расчете на 3 года) и \r\nдо 10 452 (при расчете на 5 лет)\r\nЗвони! Пиши! Приезжай! \r\nТел: 8 902 481 5806 или 8 914 702 3636\r\nhttps://auto.mitrofanov.ru/\r\n e-mail: Vit@dobrolom.com, г. Владивосток, Авраменко 2.\r\nМы в Telegram: https://t.me/amiro_avtovl\r\nМы в ВКонтакте: https://vk.com/amiroavto\r\nМы в ОК: https://ok.ru/group/70000003390897/\r\nТвоя машина уже ждет тебя.\r\n'),
(620,817,'_story','field_652cf1926b30b'),
(621,817,'passenger','4'),
(622,817,'_passenger','field_652cf39e3f7d1'),
(623,817,'baggage','3'),
(624,817,'_baggage','field_652cf3e100f2c'),
(625,817,'transmission','Автомат'),
(626,817,'_transmission','field_652cf1bc6b30c'),
(627,817,'gearPower','88'),
(628,817,'_gearPower','field_652cf87a51c4a'),
(629,817,'gearVolume','1.3'),
(630,817,'_gearVolume','field_652cf7fe51c49'),
(631,817,'fuel','Гибрид'),
(632,817,'_fuel','field_652cf7d07f3ee'),
(633,817,'color','голубой (морская волна)'),
(634,817,'_color','field_652cf8d46142c'),
(635,817,'mileage','90000'),
(636,817,'_mileage','field_652cf8f76142d'),
(637,817,'mileagerf','0'),
(638,817,'_mileagerf','field_653b17ec65ba1'),
(639,817,'grade',''),
(640,817,'_grade','field_652cf9fc2641c'),
(641,817,'equipment','1.3 Smart Selection Fine Line'),
(642,817,'_equipment','field_652cf9d62641b'),
(643,817,'подогрев_сидений','0'),
(644,817,'_подогрев_сидений','field_6677fd3ec6e33'),
(645,817,'кнопка_start','0'),
(646,817,'_кнопка_start','field_6677fd3ec6e6d'),
(647,817,'система_a_stop','1'),
(648,817,'_система_a_stop','field_6677fd3ec6ea8'),
(649,817,'парктроник','0'),
(650,817,'_парктроник','field_6677fd3ec6ee2'),
(651,817,'камера_заднего_хода','0'),
(652,817,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(653,817,'полный_мультируль','1'),
(654,817,'_полный_мультируль','field_6677fd3ec6f58'),
(655,817,'круиз_контроль','1'),
(656,817,'_круиз_контроль','field_6677fd3ec6f92'),
(657,817,'мультимедия_boss','0'),
(658,817,'_мультимедия_boss','field_6677fd3ec6fcc'),
(659,817,'led_фары','1'),
(660,817,'_led_фары','field_6677fd3ec7007'),
(661,817,'tuman','0'),
(662,817,'_tuman','field_6677fd3ec7042'),
(663,817,'not_active','0'),
(664,817,'_not_active','field_652f8d5124be4'),
(665,817,'vikup3','822'),
(666,817,'_vikup3','field_653a1effccb77'),
(667,817,'vikup5','493'),
(668,817,'_vikup5','field_653a1fcb27d3b'),
(669,817,'total3','1920'),
(670,817,'_total3','field_653a1f7cccb79'),
(671,817,'total5','1590'),
(672,817,'_total5','field_653a200940182'),
(673,817,'week3','13450'),
(674,817,'_week3','field_653a1f9fccb7a'),
(675,817,'week5','11150'),
(676,817,'_week5','field_653a201b40183'),
(677,817,'rent','2000'),
(678,817,'_rent','field_653a1ffe40181'),
(679,817,'first_pay','100000'),
(680,817,'_first_pay','field_653a0edd7620a'),
(681,817,'_edit_last','1'),
(682,817,'_wp_page_template','default'),
(683,817,'mark','Acura'),
(684,817,'_mark','field_652f924d9d479'),
(685,817,'models_modelAcura','CDX'),
(686,817,'_models_modelAcura','field_652f924d9dc6a'),
(687,817,'models',''),
(688,817,'_models','field_65315e2e102aa'),
(689,817,'year',''),
(690,817,'_year','field_653b5f6b571b3'),
(691,827,'admin_form_source','form65314be9d2895'),
(692,827,'rank_math_internal_links_processed','1'),
(693,827,'model','HONDA SHUTTLE HYBRID 2015г '),
(694,827,'_model','field_65315e734f424'),
(695,827,'sellprice','1250000'),
(696,827,'_sellprice','field_6677e590d008f'),
(697,827,'_thumbnail_id','1092'),
(698,827,'auto_category','Легковые'),
(699,827,'_auto_category','field_6531522fea1a0'),
(700,827,'drive-hand','Правый'),
(701,827,'_drive-hand','field_6677e9ae6d6aa'),
(702,827,'generation','0'),
(703,827,'_generation','field_6677ea0917f7d'),
(704,827,'privod','Передний'),
(705,827,'_privod','field_6677ea41921c4'),
(706,827,'mainpage','1'),
(707,827,'_mainpage','field_653a81d87d368'),
(708,827,'story','робот, 1,5 л., 110 лс. оценка 3.5 балла, в хорошем состоянии. \r\nПробег 139 тыс.\r\n'),
(709,827,'_story','field_652cf1926b30b'),
(710,827,'passenger','4'),
(711,827,'_passenger','field_652cf39e3f7d1'),
(712,827,'baggage','4'),
(713,827,'_baggage','field_652cf3e100f2c'),
(714,827,'transmission','Робот'),
(715,827,'_transmission','field_652cf1bc6b30c'),
(716,827,'gearPower','110'),
(717,827,'_gearPower','field_652cf87a51c4a'),
(718,827,'gearVolume','1.5'),
(719,827,'_gearVolume','field_652cf7fe51c49'),
(720,827,'fuel','Гибрид'),
(721,827,'_fuel','field_652cf7d07f3ee'),
(722,827,'color','Серый'),
(723,827,'_color','field_652cf8d46142c'),
(724,827,'mileage','139000'),
(725,827,'_mileage','field_652cf8f76142d'),
(726,827,'mileagerf','1'),
(727,827,'_mileagerf','field_653b17ec65ba1'),
(728,827,'grade','3,5'),
(729,827,'_grade','field_652cf9fc2641c'),
(730,827,'equipment',''),
(731,827,'_equipment','field_652cf9d62641b'),
(732,827,'подогрев_сидений','0'),
(733,827,'_подогрев_сидений','field_6677fd3ec6e33'),
(734,827,'кнопка_start','1'),
(735,827,'_кнопка_start','field_6677fd3ec6e6d'),
(736,827,'система_a_stop','1'),
(737,827,'_система_a_stop','field_6677fd3ec6ea8'),
(738,827,'парктроник','0'),
(739,827,'_парктроник','field_6677fd3ec6ee2'),
(740,827,'камера_заднего_хода','0'),
(741,827,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(742,827,'полный_мультируль','0'),
(743,827,'_полный_мультируль','field_6677fd3ec6f58'),
(744,827,'круиз_контроль','0'),
(745,827,'_круиз_контроль','field_6677fd3ec6f92'),
(746,827,'мультимедия_boss','0'),
(747,827,'_мультимедия_boss','field_6677fd3ec6fcc'),
(748,827,'led_фары','0'),
(749,827,'_led_фары','field_6677fd3ec7007'),
(750,827,'tuman','0'),
(751,827,'_tuman','field_6677fd3ec7042'),
(752,827,'not_active','0'),
(753,827,'_not_active','field_652f8d5124be4'),
(754,827,'vikup3','1 027'),
(755,827,'_vikup3','field_653a1effccb77'),
(756,827,'vikup5','616'),
(757,827,'_vikup5','field_653a1fcb27d3b'),
(758,827,'total3','2400'),
(759,827,'_total3','field_653a1f7cccb79'),
(760,827,'total5','1990'),
(761,827,'_total5','field_653a200940182'),
(762,827,'week3','16820'),
(763,827,'_week3','field_653a1f9fccb7a'),
(764,827,'week5','13940'),
(765,827,'_week5','field_653a201b40183'),
(766,827,'rent','2500'),
(767,827,'_rent','field_653a1ffe40181'),
(768,827,'first_pay','125000'),
(769,827,'_first_pay','field_653a0edd7620a'),
(770,827,'_edit_last','1'),
(771,827,'_wp_page_template','default'),
(772,827,'mark','Acura'),
(773,827,'_mark','field_652f924d9d479'),
(774,827,'models_modelAcura','CDX'),
(775,827,'_models_modelAcura','field_652f924d9dc6a'),
(776,827,'models',''),
(777,827,'_models','field_65315e2e102aa'),
(778,827,'year',''),
(779,827,'_year','field_653b5f6b571b3'),
(780,838,'admin_form_source','form65314be9d2895'),
(781,838,'rank_math_internal_links_processed','1'),
(782,838,'model','Toyota Prius 2010'),
(783,838,'_model','field_65315e734f424'),
(784,838,'sellprice','750000'),
(785,838,'_sellprice','field_6677e590d008f'),
(786,838,'_thumbnail_id','1105'),
(787,838,'auto_category','Легковые'),
(788,838,'_auto_category','field_6531522fea1a0'),
(789,838,'drive-hand','Правый'),
(790,838,'_drive-hand','field_6677e9ae6d6aa'),
(791,838,'generation','0'),
(792,838,'_generation','field_6677ea0917f7d'),
(793,838,'privod','Передний'),
(794,838,'_privod','field_6677ea41921c4'),
(795,838,'mainpage','1'),
(796,838,'_mainpage','field_653a81d87d368'),
(797,838,'story','Все исправно. Батарея обслужена, проведена диагностика, слабые элементы заменены. Двигатель контрактный, масло не ест. Есть жизненные не значительные коцки. \r\n Резина зимняя, япония, жирный остаток.\r\nСигнализация PANDORA. Магнитола не родная. \r\nЧехлы экокожа. \r\nСостояние \"Сел и поехал\"'),
(798,838,'_story','field_652cf1926b30b'),
(799,838,'passenger','5'),
(800,838,'_passenger','field_652cf39e3f7d1'),
(801,838,'baggage','3'),
(802,838,'_baggage','field_652cf3e100f2c'),
(803,838,'transmission','Автомат'),
(804,838,'_transmission','field_652cf1bc6b30c'),
(805,838,'gearPower','76'),
(806,838,'_gearPower','field_652cf87a51c4a'),
(807,838,'gearVolume','1.5'),
(808,838,'_gearVolume','field_652cf7fe51c49'),
(809,838,'fuel','Гибрид'),
(810,838,'_fuel','field_652cf7d07f3ee'),
(811,838,'color','Белый'),
(812,838,'_color','field_652cf8d46142c'),
(813,838,'mileage','300000'),
(814,838,'_mileage','field_652cf8f76142d'),
(815,838,'mileagerf','1'),
(816,838,'_mileagerf','field_653b17ec65ba1'),
(817,838,'grade',''),
(818,838,'_grade','field_652cf9fc2641c'),
(819,838,'equipment',''),
(820,838,'_equipment','field_652cf9d62641b'),
(821,838,'подогрев_сидений','1'),
(822,838,'_подогрев_сидений','field_6677fd3ec6e33'),
(823,838,'кнопка_start','1'),
(824,838,'_кнопка_start','field_6677fd3ec6e6d'),
(825,838,'система_a_stop','0'),
(826,838,'_система_a_stop','field_6677fd3ec6ea8'),
(827,838,'парктроник','1'),
(828,838,'_парктроник','field_6677fd3ec6ee2'),
(829,838,'камера_заднего_хода','1'),
(830,838,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(831,838,'полный_мультируль','1'),
(832,838,'_полный_мультируль','field_6677fd3ec6f58'),
(833,838,'круиз_контроль','0'),
(834,838,'_круиз_контроль','field_6677fd3ec6f92'),
(835,838,'мультимедия_boss','0'),
(836,838,'_мультимедия_boss','field_6677fd3ec6fcc'),
(837,838,'led_фары','0'),
(838,838,'_led_фары','field_6677fd3ec7007'),
(839,838,'tuman','1'),
(840,838,'_tuman','field_6677fd3ec7042'),
(841,838,'not_active','0'),
(842,838,'_not_active','field_652f8d5124be4'),
(843,838,'vikup3','616'),
(844,838,'_vikup3','field_653a1effccb77'),
(845,838,'vikup5','370'),
(846,838,'_vikup5','field_653a1fcb27d3b'),
(847,838,'total3','1440'),
(848,838,'_total3','field_653a1f7cccb79'),
(849,838,'total5','1190'),
(850,838,'_total5','field_653a200940182'),
(851,838,'week3','10090'),
(852,838,'_week3','field_653a1f9fccb7a'),
(853,838,'week5','8360'),
(854,838,'_week5','field_653a201b40183'),
(855,838,'rent','1500'),
(856,838,'_rent','field_653a1ffe40181'),
(857,838,'first_pay','75000'),
(858,838,'_first_pay','field_653a0edd7620a'),
(859,838,'_edit_last','1'),
(860,838,'_wp_page_template','default'),
(861,838,'mark','Acura'),
(862,838,'_mark','field_652f924d9d479'),
(863,838,'models_modelAcura','CDX'),
(864,838,'_models_modelAcura','field_652f924d9dc6a'),
(865,838,'models',''),
(866,838,'_models','field_65315e2e102aa'),
(867,838,'year',''),
(868,838,'_year','field_653b5f6b571b3'),
(869,847,'admin_form_source','form65314be9d2895'),
(870,847,'rank_math_internal_links_processed','1'),
(871,847,'model','Toyota Probox 2015'),
(872,847,'_model','field_65315e734f424'),
(873,847,'sellprice','850000'),
(874,847,'_sellprice','field_6677e590d008f'),
(875,847,'_thumbnail_id','1110'),
(876,847,'auto_category','Легковые'),
(877,847,'_auto_category','field_6531522fea1a0'),
(878,847,'drive-hand','Правый'),
(879,847,'_drive-hand','field_6677e9ae6d6aa'),
(880,847,'generation','0'),
(881,847,'_generation','field_6677ea0917f7d'),
(882,847,'privod','Передний'),
(883,847,'_privod','field_6677ea41921c4'),
(884,847,'mainpage','1'),
(885,847,'_mainpage','field_653a81d87d368'),
(886,847,'story','Бампера в цвет кузова\r\nШумоизоляция по кругу\r\nХодовка на 5. Зимняя резина!'),
(887,847,'_story','field_652cf1926b30b'),
(888,847,'passenger','4'),
(889,847,'_passenger','field_652cf39e3f7d1'),
(890,847,'baggage','5'),
(891,847,'_baggage','field_652cf3e100f2c'),
(892,847,'transmission','Автомат'),
(893,847,'_transmission','field_652cf1bc6b30c'),
(894,847,'gearPower','109'),
(895,847,'_gearPower','field_652cf87a51c4a'),
(896,847,'gearVolume','1.5'),
(897,847,'_gearVolume','field_652cf7fe51c49'),
(898,847,'fuel','Бензин'),
(899,847,'_fuel','field_652cf7d07f3ee'),
(900,847,'color','Белый'),
(901,847,'_color','field_652cf8d46142c'),
(902,847,'mileage','125000'),
(903,847,'_mileage','field_652cf8f76142d'),
(904,847,'mileagerf','1'),
(905,847,'_mileagerf','field_653b17ec65ba1'),
(906,847,'grade',''),
(907,847,'_grade','field_652cf9fc2641c'),
(908,847,'equipment',''),
(909,847,'_equipment','field_652cf9d62641b'),
(910,847,'подогрев_сидений','0'),
(911,847,'_подогрев_сидений','field_6677fd3ec6e33'),
(912,847,'кнопка_start','0'),
(913,847,'_кнопка_start','field_6677fd3ec6e6d'),
(914,847,'система_a_stop','0'),
(915,847,'_система_a_stop','field_6677fd3ec6ea8'),
(916,847,'парктроник','0'),
(917,847,'_парктроник','field_6677fd3ec6ee2'),
(918,847,'камера_заднего_хода','0'),
(919,847,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(920,847,'полный_мультируль','0'),
(921,847,'_полный_мультируль','field_6677fd3ec6f58'),
(922,847,'круиз_контроль','0'),
(923,847,'_круиз_контроль','field_6677fd3ec6f92'),
(924,847,'мультимедия_boss','0'),
(925,847,'_мультимедия_boss','field_6677fd3ec6fcc'),
(926,847,'led_фары','1'),
(927,847,'_led_фары','field_6677fd3ec7007'),
(928,847,'tuman','1'),
(929,847,'_tuman','field_6677fd3ec7042'),
(930,847,'not_active','0'),
(931,847,'_not_active','field_652f8d5124be4'),
(932,847,'vikup3','699'),
(933,847,'_vikup3','field_653a1effccb77'),
(934,847,'vikup5','419'),
(935,847,'_vikup5','field_653a1fcb27d3b'),
(936,847,'total3','1630'),
(937,847,'_total3','field_653a1f7cccb79'),
(938,847,'total5','1350'),
(939,847,'_total5','field_653a200940182'),
(940,847,'week3','11440'),
(941,847,'_week3','field_653a1f9fccb7a'),
(942,847,'week5','9480'),
(943,847,'_week5','field_653a201b40183'),
(944,847,'rent','1700'),
(945,847,'_rent','field_653a1ffe40181'),
(946,847,'first_pay','85000'),
(947,847,'_first_pay','field_653a0edd7620a'),
(948,847,'_edit_last','1'),
(949,847,'_wp_page_template','default'),
(950,847,'mark','Acura'),
(951,847,'_mark','field_652f924d9d479'),
(952,847,'models_modelAcura','CDX'),
(953,847,'_models_modelAcura','field_652f924d9dc6a'),
(954,847,'models',''),
(955,847,'_models','field_65315e2e102aa'),
(956,847,'year',''),
(957,847,'_year','field_653b5f6b571b3'),
(958,859,'admin_form_source','form65314be9d2895'),
(959,859,'rank_math_internal_links_processed','1'),
(960,859,'model','Nissan AD 2018'),
(961,859,'_model','field_65315e734f424'),
(962,859,'sellprice','870000'),
(963,859,'_sellprice','field_6677e590d008f'),
(964,859,'_thumbnail_id','1117'),
(965,859,'auto_category','Легковые'),
(966,859,'_auto_category','field_6531522fea1a0'),
(967,859,'drive-hand','Правый'),
(968,859,'_drive-hand','field_6677e9ae6d6aa'),
(969,859,'generation','0'),
(970,859,'_generation','field_6677ea0917f7d'),
(971,859,'privod','Передний'),
(972,859,'_privod','field_6677ea41921c4'),
(973,859,'mainpage','1'),
(974,859,'_mainpage','field_653a81d87d368'),
(975,859,'story',''),
(976,859,'_story','field_652cf1926b30b'),
(977,859,'passenger','4'),
(978,859,'_passenger','field_652cf39e3f7d1'),
(979,859,'baggage','6'),
(980,859,'_baggage','field_652cf3e100f2c'),
(981,859,'transmission','Вариатор'),
(982,859,'_transmission','field_652cf1bc6b30c'),
(983,859,'gearPower','111'),
(984,859,'_gearPower','field_652cf87a51c4a'),
(985,859,'gearVolume','1.5'),
(986,859,'_gearVolume','field_652cf7fe51c49'),
(987,859,'fuel','Бензин'),
(988,859,'_fuel','field_652cf7d07f3ee'),
(989,859,'color','Серый'),
(990,859,'_color','field_652cf8d46142c'),
(991,859,'mileage','95000'),
(992,859,'_mileage','field_652cf8f76142d'),
(993,859,'mileagerf','1'),
(994,859,'_mileagerf','field_653b17ec65ba1'),
(995,859,'grade',''),
(996,859,'_grade','field_652cf9fc2641c'),
(997,859,'equipment',''),
(998,859,'_equipment','field_652cf9d62641b'),
(999,859,'подогрев_сидений','0'),
(1000,859,'_подогрев_сидений','field_6677fd3ec6e33'),
(1001,859,'кнопка_start','0'),
(1002,859,'_кнопка_start','field_6677fd3ec6e6d'),
(1003,859,'система_a_stop','0'),
(1004,859,'_система_a_stop','field_6677fd3ec6ea8'),
(1005,859,'парктроник','0'),
(1006,859,'_парктроник','field_6677fd3ec6ee2'),
(1007,859,'камера_заднего_хода','0'),
(1008,859,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(1009,859,'полный_мультируль','0'),
(1010,859,'_полный_мультируль','field_6677fd3ec6f58'),
(1011,859,'круиз_контроль','0'),
(1012,859,'_круиз_контроль','field_6677fd3ec6f92'),
(1013,859,'мультимедия_boss','0'),
(1014,859,'_мультимедия_boss','field_6677fd3ec6fcc'),
(1015,859,'led_фары','0'),
(1016,859,'_led_фары','field_6677fd3ec7007'),
(1017,859,'tuman','0'),
(1018,859,'_tuman','field_6677fd3ec7042'),
(1019,859,'not_active','0'),
(1020,859,'_not_active','field_652f8d5124be4'),
(1021,859,'vikup3','715'),
(1022,859,'_vikup3','field_653a1effccb77'),
(1023,859,'vikup5','429'),
(1024,859,'_vikup5','field_653a1fcb27d3b'),
(1025,859,'total3','1670'),
(1026,859,'_total3','field_653a1f7cccb79'),
(1027,859,'total5','1390'),
(1028,859,'_total5','field_653a200940182'),
(1029,859,'week3','11700'),
(1030,859,'_week3','field_653a1f9fccb7a'),
(1031,859,'week5','9700'),
(1032,859,'_week5','field_653a201b40183'),
(1033,859,'rent','1740'),
(1034,859,'_rent','field_653a1ffe40181'),
(1035,859,'first_pay','87000'),
(1036,859,'_first_pay','field_653a0edd7620a'),
(1037,859,'admin_form_edited','form_667d88532f4f4'),
(1038,859,'_edit_last','1'),
(1039,859,'_wp_page_template','default'),
(1040,859,'mark','Acura'),
(1041,859,'_mark','field_652f924d9d479'),
(1042,859,'models_modelAcura','CDX'),
(1043,859,'_models_modelAcura','field_652f924d9dc6a'),
(1044,859,'models',''),
(1045,859,'_models','field_65315e2e102aa'),
(1046,859,'year',''),
(1047,859,'_year','field_653b5f6b571b3'),
(1048,859,'autovideo','0'),
(1049,859,'_autovideo','field_666aa97a0efd5'),
(1052,869,'admin_form_source','form65314be9d2895'),
(1053,869,'rank_math_internal_links_processed','1'),
(1054,869,'model','Mazda Axela 2018'),
(1055,869,'_model','field_65315e734f424'),
(1056,869,'sellprice','1400000'),
(1057,869,'_sellprice','field_6677e590d008f'),
(1058,869,'auto_category','Легковые'),
(1059,869,'_auto_category','field_6531522fea1a0'),
(1060,869,'drive-hand','Правый'),
(1061,869,'_drive-hand','field_6677e9ae6d6aa'),
(1062,869,'generation','0'),
(1063,869,'_generation','field_6677ea0917f7d'),
(1064,869,'privod','Передний'),
(1065,869,'_privod','field_6677ea41921c4'),
(1066,869,'mainpage','1'),
(1067,869,'_mainpage','field_653a81d87d368'),
(1068,869,'story',''),
(1069,869,'_story','field_652cf1926b30b'),
(1070,869,'passenger','4'),
(1071,869,'_passenger','field_652cf39e3f7d1'),
(1072,869,'baggage','4'),
(1073,869,'_baggage','field_652cf3e100f2c'),
(1074,869,'transmission','Автомат'),
(1075,869,'_transmission','field_652cf1bc6b30c'),
(1076,869,'gearPower','111'),
(1077,869,'_gearPower','field_652cf87a51c4a'),
(1078,869,'gearVolume','1.5'),
(1079,869,'_gearVolume','field_652cf7fe51c49'),
(1080,869,'fuel','Бензин'),
(1081,869,'_fuel','field_652cf7d07f3ee'),
(1082,869,'color','серый'),
(1083,869,'_color','field_652cf8d46142c'),
(1084,869,'mileage','96000'),
(1085,869,'_mileage','field_652cf8f76142d'),
(1086,869,'mileagerf','1'),
(1087,869,'_mileagerf','field_653b17ec65ba1'),
(1088,869,'grade',''),
(1089,869,'_grade','field_652cf9fc2641c'),
(1090,869,'equipment',''),
(1091,869,'_equipment','field_652cf9d62641b'),
(1092,869,'подогрев_сидений','0'),
(1093,869,'_подогрев_сидений','field_6677fd3ec6e33'),
(1094,869,'кнопка_start','0'),
(1095,869,'_кнопка_start','field_6677fd3ec6e6d'),
(1096,869,'система_a_stop','0'),
(1097,869,'_система_a_stop','field_6677fd3ec6ea8'),
(1098,869,'парктроник','0'),
(1099,869,'_парктроник','field_6677fd3ec6ee2'),
(1100,869,'камера_заднего_хода','0'),
(1101,869,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(1102,869,'полный_мультируль','0'),
(1103,869,'_полный_мультируль','field_6677fd3ec6f58'),
(1104,869,'круиз_контроль','0'),
(1105,869,'_круиз_контроль','field_6677fd3ec6f92'),
(1106,869,'мультимедия_boss','0'),
(1107,869,'_мультимедия_boss','field_6677fd3ec6fcc'),
(1108,869,'led_фары','0'),
(1109,869,'_led_фары','field_6677fd3ec7007'),
(1110,869,'tuman','0'),
(1111,869,'_tuman','field_6677fd3ec7042'),
(1112,869,'not_active','0'),
(1113,869,'_not_active','field_652f8d5124be4'),
(1114,869,'vikup3','1 151'),
(1115,869,'_vikup3','field_653a1effccb77'),
(1116,869,'vikup5','690'),
(1117,869,'_vikup5','field_653a1fcb27d3b'),
(1118,869,'total3','2690'),
(1119,869,'_total3','field_653a1f7cccb79'),
(1120,869,'total5','2230'),
(1121,869,'_total5','field_653a200940182'),
(1122,869,'week3','18830'),
(1123,869,'_week3','field_653a1f9fccb7a'),
(1124,869,'week5','15610'),
(1125,869,'_week5','field_653a201b40183'),
(1126,869,'rent','2800'),
(1127,869,'_rent','field_653a1ffe40181'),
(1128,869,'first_pay','140000'),
(1129,869,'_first_pay','field_653a0edd7620a'),
(1130,869,'admin_form_edited','form_667d88532f4f4'),
(1131,869,'_edit_last','1'),
(1132,869,'_wp_page_template','default'),
(1133,869,'mark','Acura'),
(1134,869,'_mark','field_652f924d9d479'),
(1135,869,'models_modelAcura','CDX'),
(1136,869,'_models_modelAcura','field_652f924d9dc6a'),
(1137,869,'models',''),
(1138,869,'_models','field_65315e2e102aa'),
(1139,869,'year','2018'),
(1140,869,'_year','field_653b5f6b571b3'),
(1141,869,'_thumbnail_id','1124'),
(1142,869,'autovideo','0'),
(1143,869,'_autovideo','field_666aa97a0efd5'),
(1144,869,'zalog',''),
(1145,869,'_zalog','field_667806542cdf1'),
(1146,869,'lease','0.11'),
(1147,869,'_lease','field_66781546da63b'),
(1148,869,'min_rent_time',''),
(1149,869,'_min_rent_time','field_66780efd3acec'),
(1150,869,'early_buyout','12'),
(1151,869,'_early_buyout','field_667815d1ac182'),
(1152,875,'admin_form_source','form65314be9d2895'),
(1153,875,'rank_math_internal_links_processed','1'),
(1154,875,'model','Toyota Passo 2020 '),
(1155,875,'_model','field_65315e734f424'),
(1156,875,'sellprice','1000000'),
(1157,875,'_sellprice','field_6677e590d008f'),
(1158,875,'auto_category','Легковые'),
(1159,875,'_auto_category','field_6531522fea1a0'),
(1160,875,'drive-hand','Правый'),
(1161,875,'_drive-hand','field_6677e9ae6d6aa'),
(1162,875,'generation','0'),
(1163,875,'_generation','field_6677ea0917f7d'),
(1164,875,'privod','Передний'),
(1165,875,'_privod','field_6677ea41921c4'),
(1166,875,'mainpage','1'),
(1167,875,'_mainpage','field_653a81d87d368'),
(1168,875,'story','Возможно в прокат 2000 руб./сут.'),
(1169,875,'_story','field_652cf1926b30b'),
(1170,875,'passenger','4'),
(1171,875,'_passenger','field_652cf39e3f7d1'),
(1172,875,'baggage','2'),
(1173,875,'_baggage','field_652cf3e100f2c'),
(1174,875,'transmission','Автомат'),
(1175,875,'_transmission','field_652cf1bc6b30c'),
(1176,875,'gearPower','69'),
(1177,875,'_gearPower','field_652cf87a51c4a'),
(1178,875,'gearVolume','1.0'),
(1179,875,'_gearVolume','field_652cf7fe51c49'),
(1180,875,'fuel','Бензин'),
(1181,875,'_fuel','field_652cf7d07f3ee'),
(1182,875,'color','темно зеленый'),
(1183,875,'_color','field_652cf8d46142c'),
(1184,875,'mileage','2500'),
(1185,875,'_mileage','field_652cf8f76142d'),
(1186,875,'mileagerf','1'),
(1187,875,'_mileagerf','field_653b17ec65ba1'),
(1188,875,'grade','4 балла'),
(1189,875,'_grade','field_652cf9fc2641c'),
(1190,875,'equipment',''),
(1191,875,'_equipment','field_652cf9d62641b'),
(1192,875,'подогрев_сидений','1'),
(1193,875,'_подогрев_сидений','field_6677fd3ec6e33'),
(1194,875,'кнопка_start','0'),
(1195,875,'_кнопка_start','field_6677fd3ec6e6d'),
(1196,875,'система_a_stop','0'),
(1197,875,'_система_a_stop','field_6677fd3ec6ea8'),
(1198,875,'парктроник','0'),
(1199,875,'_парктроник','field_6677fd3ec6ee2'),
(1200,875,'камера_заднего_хода','0'),
(1201,875,'_камера_заднего_хода','field_6677fd3ec6f1d'),
(1202,875,'полный_мультируль','0'),
(1203,875,'_полный_мультируль','field_6677fd3ec6f58'),
(1204,875,'круиз_контроль','0'),
(1205,875,'_круиз_контроль','field_6677fd3ec6f92'),
(1206,875,'мультимедия_boss','0'),
(1207,875,'_мультимедия_boss','field_6677fd3ec6fcc'),
(1208,875,'led_фары','0'),
(1209,875,'_led_фары','field_6677fd3ec7007'),
(1210,875,'tuman','0'),
(1211,875,'_tuman','field_6677fd3ec7042'),
(1212,875,'not_active','0'),
(1213,875,'_not_active','field_652f8d5124be4'),
(1214,875,'vikup3','904'),
(1215,875,'_vikup3','field_653a1effccb77'),
(1216,875,'vikup5','542'),
(1217,875,'_vikup5','field_653a1fcb27d3b'),
(1218,875,'total3','1920'),
(1219,875,'_total3','field_653a1f7cccb79'),
(1220,875,'total5','1590'),
(1221,875,'_total5','field_653a200940182'),
(1222,875,'week3','13450'),
(1223,875,'_week3','field_653a1f9fccb7a'),
(1224,875,'week5','11150'),
(1225,875,'_week5','field_653a201b40183'),
(1226,875,'rent','2000'),
(1227,875,'_rent','field_653a1ffe40181'),
(1228,875,'first_pay','100000'),
(1229,875,'_first_pay','field_653a0edd7620a'),
(1230,875,'_wp_old_slug','toyota-passo-2020-%d0%b2%d0%be%d0%b7%d0%bc%d0%be%d0%b6%d0%bd%d0%be-%d0%b2-%d0%bf%d1%80%d0%be%d0%ba%d0%b0%d1%82-2000-%d1%80%d1%83%d0%b1-%d1%81%d1%83%d1%82'),
(1231,875,'admin_form_edited','form_667d88532f4f4'),
(1232,875,'_edit_last','5648'),
(1233,875,'_wp_page_template','default'),
(1234,875,'mark','Acura'),
(1235,875,'_mark','field_652f924d9d479'),
(1236,875,'models_modelAcura','CDX'),
(1237,875,'_models_modelAcura','field_652f924d9dc6a'),
(1238,875,'models',''),
(1239,875,'_models','field_65315e2e102aa'),
(1240,875,'year',''),
(1241,875,'_year','field_653b5f6b571b3'),
(1242,875,'gallery','992,991,990'),
(1243,875,'_gallery','field_65318ff456888'),
(1246,875,'autovideo','1141'),
(1247,875,'_autovideo','field_666aa97a0efd5'),
(1248,875,'zalog','2000'),
(1249,875,'_zalog','field_667806542cdf1'),
(1250,875,'min_rent_time','3'),
(1251,875,'_min_rent_time','field_66780efd3acec'),
(1252,875,'lease','0.11'),
(1253,875,'_lease','field_66781546da63b'),
(1254,875,'early_buyout','12'),
(1255,875,'_early_buyout','field_667815d1ac182'),
(1256,875,'прокат',''),
(1257,875,'_прокат','field_667adc7a3d94d'),
(1258,875,'аренда',''),
(1259,875,'_аренда','field_667ade21fca0c'),
(1260,875,'_thumbnail_id','1168'),
(1261,875,'_edit_lock','1720425246:5648'),
(1262,869,'_edit_lock','1719490238:1'),
(1263,859,'_edit_lock','1719490250:1'),
(1264,859,'zalog',''),
(1265,859,'_zalog','field_667806542cdf1'),
(1266,859,'min_rent_time',''),
(1267,859,'_min_rent_time','field_66780efd3acec'),
(1268,859,'lease','0.11'),
(1269,859,'_lease','field_66781546da63b'),
(1270,859,'early_buyout','12'),
(1271,859,'_early_buyout','field_667815d1ac182'),
(1272,847,'_edit_lock','1719490258:1'),
(1273,838,'_edit_lock','1719490265:1'),
(1274,827,'_edit_lock','1719490272:1'),
(1275,817,'_edit_lock','1719490284:1'),
(1276,801,'_edit_lock','1719490295:1'),
(1277,784,'_edit_lock','1719490359:1'),
(1278,784,'zalog',''),
(1279,784,'_zalog','field_667806542cdf1'),
(1280,784,'min_rent_time',''),
(1281,784,'_min_rent_time','field_66780efd3acec'),
(1282,784,'lease','0.11'),
(1283,784,'_lease','field_66781546da63b'),
(1284,784,'early_buyout','12'),
(1285,784,'_early_buyout','field_667815d1ac182'),
(1286,784,'autovideo','0'),
(1287,784,'_autovideo','field_666aa97a0efd5'),
(1288,679,'_edit_lock','1719490366:1'),
(1299,893,'_edit_lock','1720425059:5648'),
(1300,893,'_edit_last','5648'),
(1303,893,'_generateblocks_dynamic_css_version','1.9.1'),
(1324,893,'_generate-sidebar-layout-meta','no-sidebar'),
(1327,929,'_generateblocks_dynamic_css_version','1.9.1'),
(1330,938,'_wp_trash_meta_status','publish'),
(1331,938,'_wp_trash_meta_time','1719497963'),
(1332,939,'_wp_trash_meta_status','publish'),
(1333,939,'_wp_trash_meta_time','1719497980'),
(1340,954,'_generateblocks_dynamic_css_version','1.9.1'),
(1343,893,'_generateblocks_reusable_blocks','a:2:{i:0;i:1151;i:1;i:954;}'),
(1344,893,'_generate-full-width-content','true'),
(1347,893,'_generate-disable-headline','true'),
(1349,310,'_wp_old_date','2024-06-27'),
(1350,311,'_wp_old_date','2024-06-27'),
(1351,312,'_wp_old_date','2024-06-27'),
(1352,313,'_wp_old_date','2024-06-27'),
(1353,2,'_generateblocks_reusable_blocks','a:2:{i:0;i:1151;i:1;i:954;}'),
(1368,3,'_edit_lock','1719502333:1'),
(1369,3,'_edit_last','1'),
(1372,3,'_generateblocks_dynamic_css_version','1.9.1'),
(1373,3,'_generate-sidebar-layout-meta','no-sidebar'),
(1376,987,'_edit_last','1'),
(1377,987,'admin_form_type','general'),
(1378,987,'_edit_lock','1719510253:1'),
(1379,987,'form_key','form_667d88532f4f4'),
(1380,679,'autovideo','0'),
(1381,679,'_autovideo','field_666aa97a0efd5'),
(1382,679,'zalog',''),
(1383,679,'_zalog','field_667806542cdf1'),
(1384,679,'lease','0.11'),
(1385,679,'_lease','field_66781546da63b'),
(1386,679,'min_rent_time',''),
(1387,679,'_min_rent_time','field_66780efd3acec'),
(1388,679,'early_buyout','12'),
(1389,679,'_early_buyout','field_667815d1ac182'),
(1390,784,'admin_form_edited','form_667d88532f4f4'),
(1391,801,'admin_form_edited','form_667d88532f4f4'),
(1392,801,'autovideo','0'),
(1393,801,'_autovideo','field_666aa97a0efd5'),
(1394,801,'zalog',''),
(1395,801,'_zalog','field_667806542cdf1'),
(1396,801,'lease','0.11'),
(1397,801,'_lease','field_66781546da63b'),
(1398,801,'min_rent_time',''),
(1399,801,'_min_rent_time','field_66780efd3acec'),
(1400,801,'early_buyout','12'),
(1401,801,'_early_buyout','field_667815d1ac182'),
(1402,817,'admin_form_edited','form_667d88532f4f4'),
(1403,817,'autovideo','1091'),
(1404,817,'_autovideo','field_666aa97a0efd5'),
(1405,817,'zalog',''),
(1406,817,'_zalog','field_667806542cdf1'),
(1407,817,'lease','0.11'),
(1408,817,'_lease','field_66781546da63b'),
(1409,817,'min_rent_time',''),
(1410,817,'_min_rent_time','field_66780efd3acec'),
(1411,817,'early_buyout','12'),
(1412,817,'_early_buyout','field_667815d1ac182'),
(1413,827,'admin_form_edited','form_667d88532f4f4'),
(1414,827,'autovideo','0'),
(1415,827,'_autovideo','field_666aa97a0efd5'),
(1416,827,'zalog',''),
(1417,827,'_zalog','field_667806542cdf1'),
(1418,827,'lease','0.11'),
(1419,827,'_lease','field_66781546da63b'),
(1420,827,'min_rent_time',''),
(1421,827,'_min_rent_time','field_66780efd3acec'),
(1422,827,'early_buyout','12'),
(1423,827,'_early_buyout','field_667815d1ac182'),
(1424,838,'admin_form_edited','form_667d88532f4f4'),
(1425,838,'autovideo','0'),
(1426,838,'_autovideo','field_666aa97a0efd5'),
(1427,838,'zalog',''),
(1428,838,'_zalog','field_667806542cdf1'),
(1429,838,'lease','0.11'),
(1430,838,'_lease','field_66781546da63b'),
(1431,838,'min_rent_time',''),
(1432,838,'_min_rent_time','field_66780efd3acec'),
(1433,838,'early_buyout','12'),
(1434,838,'_early_buyout','field_667815d1ac182'),
(1435,847,'admin_form_edited','form_667d88532f4f4'),
(1436,847,'autovideo','0'),
(1437,847,'_autovideo','field_666aa97a0efd5'),
(1438,847,'zalog',''),
(1439,847,'_zalog','field_667806542cdf1'),
(1440,847,'lease','0.11'),
(1441,847,'_lease','field_66781546da63b'),
(1442,847,'min_rent_time',''),
(1443,847,'_min_rent_time','field_66780efd3acec'),
(1444,847,'early_buyout','12'),
(1445,847,'_early_buyout','field_667815d1ac182'),
(1448,1028,'_edit_last','1'),
(1449,1028,'admin_form_type','new_post'),
(1450,1028,'_edit_lock','1719517851:1'),
(1451,1028,'form_key','form_667d93731e495'),
(1452,347,'_edit_lock','1720350877:5648'),
(1453,347,'_edit_last','5648'),
(1456,1061,'_wp_attached_file','EPA667d9aa083689.avif'),
(1457,1061,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667d9aa083689.avif\";s:8:\"filesize\";i:93403;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa148221.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:44873;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa181d30.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:105039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa25d91e.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13974;}}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:{}}s:10:\"originated\";s:36:\"photo1694644629-1-65417e356b3b5.jpeg\";}'),
(1458,1062,'_wp_attached_file','EPA667d9aa31a32e.avif'),
(1459,1062,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667d9aa31a32e.avif\";s:8:\"filesize\";i:63699;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa3c7ddc.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:31272;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa41057b.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:60899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa4b68ce.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11813;}}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:{}}s:10:\"originated\";s:36:\"photo1694644629-2-65417e3536bed.jpeg\";}'),
(1460,1063,'_wp_attached_file','EPA667d9aa518f21-1.avif'),
(1461,1063,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:360;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667d9aa518f21.avif\";s:8:\"filesize\";i:39864;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667d9aa56583f-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:37253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667d9aa5a3e7f-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12170;}}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:{}}s:10:\"originated\";s:36:\"photo1694644629-3-65417e343cd8d.jpeg\";}'),
(1462,1064,'_wp_attached_file','EPA667d9aa663adc.avif'),
(1463,1064,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1444;s:6:\"height\";i:650;s:4:\"file\";s:21:\"EPA667d9aa663adc.avif\";s:8:\"filesize\";i:99901;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa75ba4b.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38814;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa794457.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:83539;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9aa85e1bf.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11738;}}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:{}}s:10:\"originated\";s:34:\"photo1694644629-65417e1e467f9.jpeg\";}'),
(1464,679,'auto-gallery','1061,1062,1064'),
(1465,679,'_auto-gallery','field_65318ff456888'),
(1466,1063,'_reached_dest','1'),
(1467,1065,'_wp_attached_file','EPA667d9c722461b-1.avif'),
(1468,1065,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:807;s:6:\"height\";i:605;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667d9c722461b.avif\";s:8:\"filesize\";i:60069;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667d9c72b17a8-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:53407;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667d9c730ef24-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:17111;}}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:{}}s:10:\"originated\";s:20:\"toyotaTank2008_1.jpg\";}'),
(1469,1066,'_wp_attached_file','EPA667d9c738785a.avif'),
(1470,1066,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:807;s:6:\"height\";i:605;s:4:\"file\";s:21:\"EPA667d9c738785a.avif\";s:8:\"filesize\";i:87739;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9c743f690.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:72597;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9c74a3959.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:21630;}}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:{}}s:10:\"originated\";s:20:\"toyotaTank2008_2.jpg\";}'),
(1471,1067,'_wp_attached_file','EPA667d9c7528051.avif'),
(1472,1067,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:807;s:6:\"height\";i:605;s:4:\"file\";s:21:\"EPA667d9c7528051.avif\";s:8:\"filesize\";i:86834;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9c75ca824.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:74646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9c763cacf.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:24127;}}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:{}}s:10:\"originated\";s:20:\"toyotaTank2008_3.jpg\";}'),
(1473,1068,'_wp_attached_file','EPA667d9c76b5504.avif'),
(1474,1068,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:807;s:6:\"height\";i:605;s:4:\"file\";s:21:\"EPA667d9c76b5504.avif\";s:8:\"filesize\";i:28052;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667d9c77852e0.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:26457;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667d9c77c6493.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10968;}}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:{}}s:10:\"originated\";s:20:\"toyotaTank2008_5.jpg\";}'),
(1475,784,'auto-gallery','1066,1067,1068'),
(1476,784,'_auto-gallery','field_65318ff456888'),
(1477,1065,'_reached_dest','1'),
(1478,1069,'_wp_attached_file','EPA667da0d98f812.avif'),
(1479,1069,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0d98f812.avif\";s:8:\"filesize\";i:134789;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0db19ed9.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:29129;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da0db58f98.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:69339;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da0dc1b20e.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10339;}}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:{}}s:10:\"originated\";s:29:\"7EoVEedqTEI-65433a5bc45e2.jpg\";}'),
(1480,1070,'_wp_attached_file','EPA667da0dd39e35.avif'),
(1481,1070,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0dd39e35.avif\";s:8:\"filesize\";i:122716;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0df3af40.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:32943;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da0df7cb97.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:66990;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da0e0609bc.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13304;}}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:{}}s:10:\"originated\";s:29:\"Eoq3h2Q1uR0-65433a5c5dbcd.jpg\";}'),
(1482,1071,'_wp_attached_file','EPA667da0e187f9a.avif'),
(1483,1071,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0e187f9a.avif\";s:8:\"filesize\";i:99554;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0e31a161.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:28810;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da0e36033d.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:55648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da0e42adef.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9745;}}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:{}}s:10:\"originated\";s:29:\"hIGtPMR0tU4-65433a5ac46ef.jpg\";}'),
(1484,1072,'_wp_attached_file','EPA667da0e55f567.avif'),
(1485,1072,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0e55f567.avif\";s:8:\"filesize\";i:249174;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0e783b70.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:47016;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da0e7d8337.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:125986;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da0e904fb9.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14981;}}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:{}}s:10:\"originated\";s:29:\"MGbX0A1FG98-65433a5f11bd5.jpg\";}'),
(1486,1073,'_wp_attached_file','EPA667da0ea3ad08-1.avif'),
(1487,1073,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667da0ea3ad08.avif\";s:8:\"filesize\";i:264390;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667da0ec408a2-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:47024;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667da0ec90544-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:133691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667da0edc1336-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14079;}}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:{}}s:10:\"originated\";s:29:\"mRvFqspj7KE-65433a5f39a0d.jpg\";}'),
(1490,1075,'_wp_attached_file','EPA667da0f4ebe8b.avif'),
(1491,1075,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0f4ebe8b.avif\";s:8:\"filesize\";i:319181;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0fa15dc2.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:56710;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da0fae3152.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:161232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da0fca2c35.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:17101;}}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:{}}s:10:\"originated\";s:29:\"rgXgzqGtO_k-65433a5d92f05.jpg\";}'),
(1492,1076,'_wp_attached_file','EPA667da0fded80f.avif'),
(1493,1076,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da0fded80f.avif\";s:8:\"filesize\";i:126880;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da0ffd9618.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:29159;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da10059023.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:67979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da1018719e.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10374;}}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:{}}s:10:\"originated\";s:29:\"vACw_IJV3no-65433a5d649d1.jpg\";}'),
(1494,1077,'_wp_attached_file','EPA667da102d65f9.avif'),
(1495,1077,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da102d65f9.avif\";s:8:\"filesize\";i:103786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da104b78c3.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:28090;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da10508840.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:56054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da105eff94.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11570;}}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:{}}s:10:\"originated\";s:29:\"zz2Ga4iSFGE-65433a5d7771d.jpg\";}'),
(1496,801,'auto-gallery','1075,1077,1076,1072,1071,1070,1069'),
(1497,801,'_auto-gallery','field_65318ff456888'),
(1498,1073,'_reached_dest','1'),
(1499,1078,'_wp_attached_file','EPA667da58d3f293-1.avif'),
(1500,1078,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1308;s:6:\"height\";i:650;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667da58d3f293.avif\";s:8:\"filesize\";i:108546;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667da58e1b686-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:44812;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667da58e5e712-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:101699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667da58f27536-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14008;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-574-65433de1cc72a.jpg\";}'),
(1501,1079,'_wp_attached_file','EPA667da58fd102f.avif'),
(1502,1079,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da58fd102f.avif\";s:8:\"filesize\";i:163565;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da590c4460.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:56390;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da591127d4.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:197445;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5921c154.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15109;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-575-65433de07f158.jpg\";}'),
(1503,1080,'_wp_attached_file','EPA667da592d3211.avif'),
(1504,1080,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da592d3211.avif\";s:8:\"filesize\";i:63379;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da5937463a.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:28635;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da593a85ee.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:62546;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5944d1b3.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11531;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-576-65433de136db1.jpg\";}'),
(1505,1081,'_wp_attached_file','EPA667da594e9fd5.avif'),
(1506,1081,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da594e9fd5.avif\";s:8:\"filesize\";i:80995;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da595890d0.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:33240;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da595b9b83.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:90192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5965e3b3.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10262;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-577-65433de16373c.jpg\";}'),
(1507,1082,'_wp_attached_file','EPA667da5970927d.avif'),
(1508,1082,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da5970927d.avif\";s:8:\"filesize\";i:82910;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da597b5a39.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36965;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da597ebfd5.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:87310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da598abbc2.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12241;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-579-65433de16a26c.jpg\";}'),
(1509,1083,'_wp_attached_file','EPA667da59956f7a.avif'),
(1510,1083,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da59956f7a.avif\";s:8:\"filesize\";i:76048;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da59a00eda.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:35723;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da59a3b2c3.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:75777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da59ae76bb.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13653;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-580-65433de064253.jpg\";}'),
(1511,1084,'_wp_attached_file','EPA667da59b9cceb.avif'),
(1512,1084,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da59b9cceb.avif\";s:8:\"filesize\";i:64199;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da59c3dac6.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:30682;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da59c720fb.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:63074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da59d1c095.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12346;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-581-65433ddfe8538.jpg\";}'),
(1513,1085,'_wp_attached_file','EPA667da59db9c0f.avif'),
(1514,1085,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da59db9c0f.avif\";s:8:\"filesize\";i:55904;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da59e655a7.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:26644;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da59ea3045.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:54645;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da59f4a186.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10609;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-582-65433de1b758d.jpg\";}'),
(1515,1086,'_wp_attached_file','EPA667da59fef8d5.avif'),
(1516,1086,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da59fef8d5.avif\";s:8:\"filesize\";i:90791;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da5a0a83b5.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:44342;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da5a0e9d03.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:94837;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5a1be8d8.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15386;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-584-65433de025053.jpg\";}'),
(1517,1087,'_wp_attached_file','EPA667da5a26bbc8.avif'),
(1518,1087,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da5a26bbc8.avif\";s:8:\"filesize\";i:99824;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da5a32ffe0.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:47920;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da5a37d4a2.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:108954;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5a4587cb.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15631;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-585-65433ddf2424d.jpg\";}'),
(1519,1088,'_wp_attached_file','EPA667da5a506411.avif'),
(1520,1088,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da5a506411.avif\";s:8:\"filesize\";i:46318;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da5a58a1be.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20367;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da5a5b7ce3.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:43029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5a649cae.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8184;}}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:{}}s:10:\"originated\";s:36:\"msg-1927946746-586-65433ddf24190.jpg\";}'),
(1521,1089,'_wp_attached_file','EPA667da5a68e3d6.avif'),
(1522,1089,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:486;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"EPA667da5a68e3d6.avif\";s:8:\"filesize\";i:27767;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5a70aa55.avif\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7217;}}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:{}}s:10:\"originated\";s:36:\"msg_1927946746_578-65433ddfe841b.jpg\";}'),
(1523,1090,'_wp_attached_file','EPA667da5a7a61bf.avif'),
(1524,1090,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:810;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"EPA667da5a7a61bf.avif\";s:8:\"filesize\";i:126288;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da5a948add.avif\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:100050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da5a9ebd46.avif\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:17350;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp_Image_2023_09_04_at_15.36.08-65433dc4ed2ed.jpeg\";}'),
(1525,1091,'_wp_attached_file','video5452067374289140099-65433dee9e3e5-1-1.mp4'),
(1526,1091,'_wp_attachment_metadata','a:12:{s:7:\"bitrate\";i:3178917;s:8:\"filesize\";i:19024331;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:47;s:16:\"length_formatted\";s:4:\"0:47\";s:5:\"width\";i:720;s:6:\"height\";i:1280;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:48000;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.03125;}s:17:\"created_timestamp\";i:1693805532;s:4:\"file\";s:94:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/video5452067374289140099-65433dee9e3e5-1.mp4\";}'),
(1527,817,'auto-gallery','1090,1089,1088,1087,1086,1085,1084,1083,1082,1081,1080,1079'),
(1528,817,'_auto-gallery','field_65318ff456888'),
(1529,1078,'_reached_dest','1'),
(1530,1091,'_reached_dest','1'),
(1531,1092,'_wp_attached_file','EPA667da886b07b1-1.avif'),
(1532,1092,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667da886b07b1.avif\";s:8:\"filesize\";i:101600;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667da8879007e-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:48122;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667da887d2758-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:115798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667da888b3320-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14509;}}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:{}}s:10:\"originated\";s:58:\"WhatsApp-Image-2023-10-09-at-12.18.23-1-654c30988915d.jpeg\";}'),
(1533,1093,'_wp_attached_file','EPA667da8896c734.avif'),
(1534,1093,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da8896c734.avif\";s:8:\"filesize\";i:106781;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da88a3c7b8.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:50731;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da88a7dce8.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:120029;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da88b78f2f.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15789;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp-Image-2023-10-09-at-12.18.23-654c30aeb90d7.jpeg\";}'),
(1535,1094,'_wp_attached_file','EPA667da88c313bf.avif'),
(1536,1094,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1280;s:6:\"height\";i:576;s:4:\"file\";s:21:\"EPA667da88c313bf.avif\";s:8:\"filesize\";i:111062;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da88d30a0b.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:48148;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da88d7407c.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:127300;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da88e590ad.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14899;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp-Image-2023-10-09-at-12.18.24-654c30ad36c35.jpeg\";}'),
(1537,1095,'_wp_attached_file','EPA667da88f14890.avif'),
(1538,1095,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:21:\"EPA667da88f14890.avif\";s:8:\"filesize\";i:94786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da88ff3300.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36304;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da8903bab0.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:70981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da890ebf4f.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13943;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp-Image-2023-10-10-at-10.37.57-654c30ac33434.jpeg\";}'),
(1539,1096,'_wp_attached_file','EPA667da891a5daf.avif'),
(1540,1096,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:21:\"EPA667da891a5daf.avif\";s:8:\"filesize\";i:49829;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da8925f0af.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20357;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da8928d6ae.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:35169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da8931af63.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8597;}}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:{}}s:10:\"originated\";s:58:\"WhatsApp-Image-2023-10-10-at-10.37.59-1-654c30ac27c2f.jpeg\";}'),
(1541,1097,'_wp_attached_file','EPA667da893c1b25.avif'),
(1542,1097,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:21:\"EPA667da893c1b25.avif\";s:8:\"filesize\";i:52376;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da8947b561.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20798;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da894abb2b.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:37308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da89539efc.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8684;}}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:{}}s:10:\"originated\";s:58:\"WhatsApp-Image-2023-10-10-at-10.38.00-1-654c30ad3a07c.jpeg\";}'),
(1543,1098,'_wp_attached_file','EPA667da895e4d35.avif'),
(1544,1098,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1600;s:6:\"height\";i:720;s:4:\"file\";s:21:\"EPA667da895e4d35.avif\";s:8:\"filesize\";i:125093;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da896e3773.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:45612;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da89730df2.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:104917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da8980f724.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14589;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp-Image-2023-10-10-at-10.38.00-654c30aeb33a5.jpeg\";}'),
(1545,1099,'_wp_attached_file','EPA667da8985c09d.avif'),
(1546,1099,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:486;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"EPA667da8985c09d.avif\";s:8:\"filesize\";i:48900;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da898db0b2.avif\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9169;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp_Image_2023_10_10_at_10.37.58-654c30aebc1c2.jpeg\";}'),
(1547,1100,'_wp_attached_file','EPA667da8993625d.avif'),
(1548,1100,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:486;s:6:\"height\";i:1080;s:4:\"file\";s:21:\"EPA667da8993625d.avif\";s:8:\"filesize\";i:32044;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da899ad6d1.avif\";s:5:\"width\";i:135;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8034;}}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:{}}s:10:\"originated\";s:56:\"WhatsApp_Image_2023_10_10_at_10.37.59-654c30aead7e4.jpeg\";}'),
(1549,827,'auto-gallery','1100,1099,1098,1097,1096,1095,1094,1093'),
(1550,827,'_auto-gallery','field_65318ff456888'),
(1551,1092,'_reached_dest','1'),
(1552,1101,'_wp_attached_file','EPA667da9277f8d5.avif'),
(1553,1101,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da9277f8d5.avif\";s:8:\"filesize\";i:152729;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da928e2c38.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:33286;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da9292d69a.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:78819;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da929eaedd.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12324;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_43_44-655411b98ae49.jpeg\";}'),
(1554,1102,'_wp_attached_file','EPA667da92adc3f7.avif'),
(1555,1102,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da92adc3f7.avif\";s:8:\"filesize\";i:150407;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da92c42c0c.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:32764;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da92c7a804.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:77999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da92d39d51.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12345;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_43_55-655411b71ca66.jpeg\";}'),
(1556,1103,'_wp_attached_file','EPA667da92e25166.avif'),
(1557,1103,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da92e25166.avif\";s:8:\"filesize\";i:84236;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da92f37662.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:21640;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da92f6649d.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:45327;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da9303c226.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8891;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_44_06-655411b70d899.jpeg\";}'),
(1558,1104,'_wp_attached_file','EPA667da93128a46.avif'),
(1559,1104,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da93128a46.avif\";s:8:\"filesize\";i:168127;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da9329317b.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38618;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da932c84db.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:94932;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da9338bf9b.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12460;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_44_22-655411a6e69c6.jpeg\";}'),
(1560,1105,'_wp_attached_file','EPA667da93475655-1.avif'),
(1561,1105,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667da93475655.avif\";s:8:\"filesize\";i:215873;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667da935ea82f-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:40331;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667da93630ab2-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:108639;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667da9370aced-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13067;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_44_29-655411b838b24.jpeg\";}'),
(1562,1106,'_wp_attached_file','EPA667da937e994e.avif'),
(1563,1106,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da937e994e.avif\";s:8:\"filesize\";i:159396;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da93962416.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:39343;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da9399ff52.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:85196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da93a710ac.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14358;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_44_42-655411ba0d0fd.jpeg\";}'),
(1564,1107,'_wp_attached_file','EPA667da93b625ab.avif'),
(1565,1107,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da93b625ab.avif\";s:8:\"filesize\";i:122247;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da93cadf41.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:34226;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da93ceebfd.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:70560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da93dafd63.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12814;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_45_14-655411b8f1001.jpeg\";}'),
(1566,1108,'_wp_attached_file','EPA667da93eaba73.avif'),
(1567,1108,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da93eaba73.avif\";s:8:\"filesize\";i:99669;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da93fd9341.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:25363;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da940194e2.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:53576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da940ae186.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10556;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_45_28-655411bb6e92d.jpeg\";}'),
(1568,1109,'_wp_attached_file','EPA667da94194595.avif'),
(1569,1109,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667da94194595.avif\";s:8:\"filesize\";i:122951;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667da942e07ea.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:33042;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667da94325a9e.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:68579;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667da943cf3bd.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13106;}}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:{}}s:10:\"originated\";s:38:\"2023_11_13_11_45_56-655411bbf2825.jpeg\";}'),
(1570,838,'auto-gallery','1109,1108,1107,1106,1101,1102,1103,1104'),
(1571,838,'_auto-gallery','field_65318ff456888'),
(1572,1105,'_reached_dest','1'),
(1573,1110,'_wp_attached_file','EPA667daa030f2a2-1.avif'),
(1574,1110,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667daa030f2a2.avif\";s:8:\"filesize\";i:211164;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667daa04a6260-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:36930;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667daa04eb306-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:98795;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667daa05ceda2-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11991;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_00-65542246c7b7a.jpeg\";}'),
(1575,1111,'_wp_attached_file','EPA667daa06c4457.avif'),
(1576,1111,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa06c4457.avif\";s:8:\"filesize\";i:217950;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa083aed9.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:39560;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa08731ea.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:107223;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa0942864.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12705;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_08-65542259bc7ec.jpeg\";}'),
(1577,1112,'_wp_attached_file','EPA667daa0a2a02b.avif'),
(1578,1112,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa0a2a02b.avif\";s:8:\"filesize\";i:97567;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa0c86da5.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:24371;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa0cb4328.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:53056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa0d4e8bc.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9168;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_16-65542256ebe59.jpeg\";}'),
(1579,1113,'_wp_attached_file','EPA667daa0e3a619.avif'),
(1580,1113,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa0e3a619.avif\";s:8:\"filesize\";i:93941;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa0f5ae0e.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:24769;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa0f8a692.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:51015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa1025cc7.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8715;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_41-6554225997719.jpeg\";}'),
(1581,1114,'_wp_attached_file','EPA667daa1118b1e.avif'),
(1582,1114,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa1118b1e.avif\";s:8:\"filesize\";i:106662;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa134b915.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:29097;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa13a8e14.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:59842;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa14d4bf8.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11553;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_45-65542257d68c1.jpeg\";}'),
(1583,1115,'_wp_attached_file','EPA667daa15d72e5.avif'),
(1584,1115,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa15d72e5.avif\";s:8:\"filesize\";i:147284;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa1756802.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:35350;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa178dbb6.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:82195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa184e55e.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12298;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_18_49-655422584d70c.jpeg\";}'),
(1585,1116,'_wp_attached_file','EPA667daa1938047.avif'),
(1586,1116,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daa1938047.avif\";s:8:\"filesize\";i:84826;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daa1a46786.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:22302;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daa1a77bd5.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:45668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daa1b18178.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8727;}}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:{}}s:10:\"originated\";s:38:\"2023_11_15_11_19_11-6554225998149.jpeg\";}'),
(1587,847,'auto-gallery','1111,1112,1113,1114,1115,1116'),
(1588,847,'_auto-gallery','field_65318ff456888'),
(1589,1110,'_reached_dest','1'),
(1590,1117,'_wp_attached_file','EPA667daab37f5b2-1.avif'),
(1591,1117,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667daab37f5b2.avif\";s:8:\"filesize\";i:285582;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667daab51ca2e-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:43407;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"EPA667daab55d61b-1.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:137122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667daab63522a-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12357;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_37_54-657154e083e11.jpeg\";}'),
(1592,1118,'_wp_attached_file','EPA667daab71e72e.avif'),
(1593,1118,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daab71e72e.avif\";s:8:\"filesize\";i:259512;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daab8a8c70.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:43184;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daab8e19f3.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:126906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daab9b1a18.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13320;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_38_06-65713e16ed4af.jpeg\";}'),
(1594,1119,'_wp_attached_file','EPA667daaba9e171.avif'),
(1595,1119,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daaba9e171.avif\";s:8:\"filesize\";i:147514;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daabc08903.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:29957;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daabc3ebb0.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:71133;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daabce8b32.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11542;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_38_15-65713e15ed9e4.jpeg\";}'),
(1596,1120,'_wp_attached_file','EPA667daabdda7ee.avif'),
(1597,1120,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daabdda7ee.avif\";s:8:\"filesize\";i:137808;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daabf45a95.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:32284;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daabf7e1e6.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:74473;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daac039fd1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11612;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_38_26-65713e15a6325.jpeg\";}'),
(1598,1121,'_wp_attached_file','EPA667daac128216.avif'),
(1599,1121,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daac128216.avif\";s:8:\"filesize\";i:225757;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daac29b089.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38989;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daac2d7bf4.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:112619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daac3a097f.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:12119;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_38_43-65713e1709c65.jpeg\";}'),
(1600,1122,'_wp_attached_file','EPA667daac488f4b.avif'),
(1601,1122,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:864;s:4:\"file\";s:21:\"EPA667daac488f4b.avif\";s:8:\"filesize\";i:131124;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667daac5c2777.avif\";s:5:\"width\";i:600;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:29541;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"EPA667daac5f39a2.avif\";s:5:\"width\";i:1200;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:70227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667daac6a9af3.avif\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:10267;}}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:{}}s:10:\"originated\";s:38:\"2023_09_05_11_39_06-65713e14654a5.jpeg\";}'),
(1602,859,'auto-gallery','1121,1122,1118,1120,1119'),
(1603,859,'_auto-gallery','field_65318ff456888'),
(1604,1117,'_reached_dest','1'),
(1605,1123,'_wp_attached_file','EPA667dab58c1038.avif'),
(1606,1123,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667dab58c1038.avif\";s:8:\"filesize\";i:41968;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667dab593d152.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:43830;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667dab59925e3.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16965;}}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:{}}s:10:\"originated\";s:27:\"msg-1001848584899-194-1.jpg\";}'),
(1607,1124,'_wp_attached_file','EPA667dab5a1294b-1.avif'),
(1608,1124,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:71:\"/www/loc/auto.at.loc/wordpress/wp-content/uploads/EPA667dab5a1294b.avif\";s:8:\"filesize\";i:38538;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667dab5a79a07-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:39097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667dab5ac7576-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16547;}}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:{}}s:10:\"originated\";s:27:\"msg-1001848584899-195-1.jpg\";}'),
(1609,1125,'_wp_attached_file','EPA667dab5b4436f.avif'),
(1610,1125,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667dab5b4436f.avif\";s:8:\"filesize\";i:38538;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667dab5bb06b7.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:39097;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667dab5c0a219.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16547;}}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:{}}s:10:\"originated\";s:29:\"msg-1001848584899-195-1-1.jpg\";}'),
(1611,1126,'_wp_attached_file','EPA667dab5c7ff44.avif'),
(1612,1126,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667dab5c7ff44.avif\";s:8:\"filesize\";i:37760;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667dab5ce6a7d.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667dab5d38972.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16335;}}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:{}}s:10:\"originated\";s:27:\"msg-1001848584899-196-1.jpg\";}'),
(1613,1127,'_wp_attached_file','EPA667dab5da8fed.avif'),
(1614,1127,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667dab5da8fed.avif\";s:8:\"filesize\";i:44566;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667dab5e274a9.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:45416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667dab5e7b174.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:18018;}}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:{}}s:10:\"originated\";s:27:\"msg-1001848584899-197-1.jpg\";}'),
(1615,869,'auto-gallery','1123,1125,1126,1127'),
(1616,869,'_auto-gallery','field_65318ff456888'),
(1617,1124,'_reached_dest','1'),
(1630,875,'auto-gallery','1169,1170,1171'),
(1631,875,'_auto-gallery','field_65318ff456888'),
(1637,1138,'_wp_attached_file','EPA667dc5ee538c2.avif'),
(1638,1138,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:975;s:6:\"height\";i:650;s:4:\"file\";s:21:\"EPA667dc5ee538c2.avif\";s:8:\"filesize\";i:23859;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667dc5eeb62bc.avif\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13854;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667dc5eee366b.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7106;}}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:{}}s:10:\"originated\";s:24:\"2023-07-21_132841527.png\";}'),
(1648,1142,'_wp_trash_meta_status','publish'),
(1649,1142,'_wp_trash_meta_time','1719519303'),
(1650,1143,'_wp_trash_meta_status','publish'),
(1651,1143,'_wp_trash_meta_time','1719519360'),
(1656,1151,'_generateblocks_dynamic_css_version','1.9.1'),
(1657,1151,'_edit_lock','1720424381:5648'),
(1658,1156,'_menu_item_type','post_type'),
(1659,1156,'_menu_item_menu_item_parent','0'),
(1660,1156,'_menu_item_object_id','893'),
(1661,1156,'_menu_item_object','page'),
(1662,1156,'_menu_item_target',''),
(1663,1156,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(1664,1156,'_menu_item_xfn',''),
(1665,1156,'_menu_item_url',''),
(1687,1168,'_wp_attached_file','EPA667e46f5e5e3a-1.avif'),
(1688,1168,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:79:\"/www/html/auto.mitrofanov.ru/wordpress/wp-content/uploads/EPA667e46f5e5e3a.avif\";s:8:\"filesize\";i:55296;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"EPA667e46f6abcb8-1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:66753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"EPA667e46f73af85-1.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20076;}}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:12:\"hasWatermark\";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:12:\"hasWatermark\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"originated\";s:30:\"1712538345549_default-1-3.jpeg\";}'),
(1689,1169,'_wp_attached_file','EPA667e46f7e265b.avif'),
(1690,1169,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667e46f7e265b.avif\";s:8:\"filesize\";i:57291;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667e46f8b0cde.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:69734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667e46f943bda.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:21502;}}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:12:\"hasWatermark\";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:12:\"hasWatermark\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"originated\";s:30:\"1712538345660_default-1-3.jpeg\";}'),
(1691,1170,'_wp_attached_file','EPA667e46f9d0b53.avif'),
(1692,1170,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667e46f9d0b53.avif\";s:8:\"filesize\";i:52558;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667e46fa911d3.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:57573;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667e46fb37a9a.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:21183;}}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:12:\"hasWatermark\";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:12:\"hasWatermark\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"originated\";s:30:\"1712538428230_default-1-3.jpeg\";}'),
(1693,1171,'_wp_attached_file','EPA667e46fbce3cc.avif'),
(1694,1171,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:21:\"EPA667e46fbce3cc.avif\";s:8:\"filesize\";i:52227;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"EPA667e46fc98ed1.avif\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:58833;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"EPA667e46fd3ee9f.avif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:19548;}}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:12:\"hasWatermark\";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:12:\"hasWatermark\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:10:\"originated\";s:30:\"1712538428235_default-1-3.jpeg\";}'),
(1695,1168,'_reached_dest','1'),
(1704,1176,'_wp_attached_file','image693.avif'),
(1705,1176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:512;s:4:\"file\";s:13:\"image693.avif\";s:8:\"filesize\";i:28157;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:{}}}'),
(1706,1177,'_wp_attached_file','image693-7.avif'),
(1707,1177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:15:\"image693-7.avif\";s:8:\"filesize\";i:30496;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:{}}}'),
(1710,954,'_edit_lock','1720343810:5648'),
(1713,1156,'_wp_old_date','2024-06-28'),
(1714,310,'_wp_old_date','2024-06-28'),
(1715,311,'_wp_old_date','2024-06-28'),
(1716,312,'_wp_old_date','2024-06-28'),
(1717,313,'_wp_old_date','2024-06-28'),
(1718,1180,'_acf_changed',''),
(1719,1180,'footnotes',''),
(1722,1182,'_acf_changed',''),
(1723,1182,'footnotes','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`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 NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text 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 NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1184 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(2,5648,'2024-06-26 12:10:35','2024-06-26 09:10:35','<!-- wp:generateblocks/container {\"uniqueId\":\"03f2139a\",\"anchor\":\"hero\",\"tagName\":\"section\",\"gradientDirection\":250,\"gradientColorOne\":\"rgba(255, 255, 255, 0)\",\"gradientColorTwo\":\"#000000\",\"gradientColorStopTwo\":60,\"bgOptions\":{\"selector\":\"element\",\"opacity\":0.67,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"wide\",\"isDynamic\":true,\"blockVersion\":4,\"flexDirection\":\"row\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"sizing\":{\"minHeight\":\"\"},\"metadata\":{\"name\":\"Главный блок\"}} -->\n<!-- wp:cover {\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\",\"id\":25,\"dimRatio\":40,\"overlayColor\":\"contrast\",\"isUserOverlayColor\":true,\"minHeight\":80,\"minHeightUnit\":\"vh\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:80vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-contrast-background-color has-background-dim-40 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-25\" alt=\"\" src=\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:generateblocks/container {\"uniqueId\":\"44725117\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"maxWidth\":\"1200px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"e8156c38\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"00b3c9f9\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"gradientDirection\":213,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"sizing\":{\"width\":\"60%\",\"widthMobile\":\"100%\",\"widthTablet\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f6968c0d\",\"element\":\"h1\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"4rem\",\"lineHeight\":\"1em\",\"fontWeight\":\"500\",\"textTransform\":\"\",\"fontSizeMobile\":\"2.4rem\"},\"className\":\"heading-blur\"} -->\n<h1 class=\"gb-headline gb-headline-f6968c0d gb-headline-text heading-blur\">Авто аукционы, прокат и лизинг автомобилей во Владивостоке</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:spacer {\"height\":\"1rem\"} -->\n<div style=\"height:1rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.4rem\"}}} -->\n<p style=\"font-size:1.4rem\">Беспроцентная рассрочка за 15 минут по двум документам</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"08b9e49a\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"var(\\u002d\\u002dbase-3)\"} -->\n<a class=\"gb-button gb-button-08b9e49a gb-button-text\" href=\"/autopark\">Выбор автомобиля ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"bfa74402\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"40%\",\"widthMobile\":\"0%\",\"widthTablet\":\"0%\"}} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5e00fe3d\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingBottom\":\"\",\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Квадраты\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"0e41aa6a\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":1,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"marginTop\":\"-4rem\",\"paddingTop\":\"1rem\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b2f15177\",\"bgOptions\":{\"selector\":\"element\",\"opacity\":1,\"overlay\":false,\"position\":\"center center\",\"size\":\"fit\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"bgImageSize\":\"medium\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2d2a68bd\",\"element\":\"div\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"70ch\"},\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1em\",\"marginTop\":\"1em\"}} -->\n<div class=\"gb-headline gb-headline-2d2a68bd gb-headline-text\">Аренда авто с выкупом востребована среди простых автолюбителей и небольших компаний. С помощью этой услуги можно получить необходимое транспортное средство в пользование сразу</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5ad20c5e\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"805c6927\",\"mediaId\":157,\"sizeSlug\":\"medium\",\"objectFit\":\"inherit\",\"blockVersion\":2,\"spacing\":{\"marginLeft\":\"\"}} -->\n<figure class=\"gb-block-image gb-block-image-805c6927\"><img class=\"gb-image gb-image-805c6927\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d008a582ee.avif\" alt=\"\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"f3af6791\",\"columns\":4,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"14caef2a\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6540072e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6540072e\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Простота</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"c6277367\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-c6277367 gb-headline-text\">Одобрение всего по 2-м документам: паспорт и ВУ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6b82da81\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"9653904f\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-9653904f\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Выбор</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"80fa829b\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-80fa829b gb-headline-text\">Любой автомобиль с авторынка Приморья или из собственного автопарка.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0106888f\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"759ac683\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-759ac683\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Без переплат</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b11a50c6\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-b11a50c6 gb-headline-text\">Нет необходимости оформлять страхование жизни и КАСКО.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"7d9fb158\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e50b0e77\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-e50b0e77\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Доступно</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"36f44819\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-36f44819 gb-headline-text\">Процент одобрения — 99%. Рассматриваем с паспортом СНГ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ce50f91a\",\"anchor\":\"autopark\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginBottom\":\"0px\",\"marginTop\":\"0px\"},\"metadata\":{\"name\":\"Автопарк\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6027f977\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ba221edf\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"paddingBottom\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1819dd31\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-1819dd31 gb-headline-text\">Наш автопарк</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a140c3e1\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-a140c3e1 gb-headline-text\">Наличие и комплектации автомобилей могут отличаться. Точную информацию вам подскажет наш менеджер.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0f97dd41\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"6\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":40,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\",\"widthTablet\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/query-loop -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d03bf97\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"spacing\":{\"marginTop\":\"2rem\",\"marginBottom\":\"1rem\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"ea35b003\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"flexDirection\":\"row-reverse\",\"justifyContent\":\"center\",\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1,2rem\",\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-ea35b003 gb-button-text\" href=\"/autopark\">Смотреть все ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4e297f7d\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c9774e94\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"ba1925c3\",\"mediaId\":286,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-ba1925c3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-ba1925c3 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3059aaa9c.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"cf3da5f3\",\"mediaId\":287,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-cf3da5f3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-cf3da5f3 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d305e3c2d1.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8eac3bac\",\"anchor\":\"howto\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"gradientDirection\":112,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"bgImage\":{\"id\":139,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667cf9460c08c.avif\",\"height\":418,\"width\":1600,\"orientation\":\"landscape\"}},\"bgOptions\":{\"selector\":\"pseudo-element\",\"opacity\":0.58,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"Как арендовать\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"2198e040\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":2,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e70b3c93\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeightMobile\":\"\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e70b3c93 gb-headline-text\">Как арендовать</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a7641c17\",\"element\":\"p\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"800px\"},\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<p class=\"gb-headline gb-headline-a7641c17 gb-headline-text\">Аренда автомобиля не займет много времени. Если Вы заинтересованы в услуге аренды с выкупом или у Вас остались вопросы, заполните форму — и наш менеджер свяжется с Вами в ближайшее время.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2892f900\",\"columns\":4,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"5c3c00e3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"07013b14\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-07013b14 gb-headline-text\">1</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f62320f6\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-f62320f6 gb-headline-text\">Бюджет</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"76a6f303\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-76a6f303 gb-headline-text\">Определить, какую сумму выделить на автомобиль с последующим выкупом.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"67a56c83\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0baa084e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-0baa084e gb-headline-text\">2</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"21f690b2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-21f690b2 gb-headline-text\">Выбор</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e4a4b202\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-e4a4b202 gb-headline-text\">Выбрать автомобиль, соответствующий бюджету. Менеджер поможет.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"cda259c3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3f99b489\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3f99b489 gb-headline-text\">3</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"66234898\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-66234898 gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ddf79abf\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-ddf79abf gb-headline-text\">Обсудить детали, подать документы, подписать договор, внести первоначальный взнос.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"911550c4\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"62ae3ad2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-62ae3ad2 gb-headline-text\">4</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"41c381fc\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"1,2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"spacing\":{\"paddingTop\":\"\",\"marginTop\":\"1.8rem\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-41c381fc gb-headline-text\">Приятной поездки!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"510b1773\",\"element\":\"div\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"},\"spacing\":{\"marginLeft\":\"\"},\"hasIcon\":true,\"removeText\":true,\"iconStyles\":{\"height\":\"1.5em\",\"width\":\"1.5em\"}} -->\n<div class=\"gb-headline gb-headline-510b1773\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"></path></svg></span></div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aa165c0c\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1dcfbb8\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7547b63\",\"mediaId\":284,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7547b63\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7547b63 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3045106c8.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"b206647c\",\"mediaId\":285,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-b206647c\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-b206647c advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3049645a6.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8e6b0750\",\"anchor\":\"calc\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Калькулятор\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4108ae7a\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"efc9e10c\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"95b1a379\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginBottom\":\"2px\",\"marginTop\":\"1rem\"}} -->\n<h2 class=\"gb-headline gb-headline-95b1a379 gb-headline-text\">Авто-калькулятор*</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"341b5ee9\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\".8rem\",\"lineHeight\":\"1em\",\"letterSpacing\":\"2px\"},\"spacing\":{\"marginBottom\":\"2rem\"},\"textColor\":\"var(\\u002d\\u002dcontrast-3)\"} -->\n<div class=\"gb-headline gb-headline-341b5ee9 gb-headline-text\">Авто-калькулятор не является публичной офертой</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dac0f6c\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<h3 class=\"gb-headline gb-headline-5dac0f6c gb-headline-text\">Предварительные расчеты по аренде и выкупу автомобиля</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6ddf9269\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"920px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:html -->\n<div id=\"calcForm\"> <section><fieldset class=\"fieldset-left\"><legend>Данные</legend><h5>Cтоимость автомобиля, руб.</h5><div><input id=\"priceAuto\" type=\"text\" inputmode = \"numeric\" min=\"200000\" max=\"7000000\" value=\"200000\" ><input id=\"autoCalcPrice\" type=\"range\" min=\"200000\" max=\"7000000\" step=\"50000\" value=\"200000\"><div class=\"minmax note\"><p>min</p><p>max</p></div></div><h5>Первоначальный взнос, руб.</h5><p class=\"note\">10% от стоимости авто, но не менее 70 000</p3><div><input id=\"firstPayInput\" type=\"text\" min=\"70000\" max=\"180000\" value=\"70000\"><input id=\"firstPaySlider\" type=\"range\" min=\"70000\" max=\"180000\" step=\"10000\" value=\"70000\"><div class=\"minmax note\"><p>min</p><p>max</p></div> </div><h5>Срок рассрочки</h5><div id=\"loanButtons\"><div class=\"form_radio_btn\"><input id=\"radio-3\" type=\"radio\" name=\"radio\" value=\"3\" checked><label for=\"radio-3\">3 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-4\" type=\"radio\" name=\"radio\" value=\"4\"><label for=\"radio-4\">4 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-5\" type=\"radio\" name=\"radio\" value=\"5\"><label for=\"radio-5\">5 лет</label></div></div></fieldset><fieldset class=\"fieldset-right\"><legend>Расчёт</legend><h5>В день</h5><table><tr><th>Оплата за выкуп</th><td id=\"payDay\">356</td></tr><tr><th>Аренда</th><td id=\"rentDay\">200</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumDay\">556</td></tr></table><br><h5>В неделю</h5><table><tr><th>Оплата за выкуп</th><td id=\"payWeek\">2 492</td></tr><tr><th>Аренда</th><td id=\"rentWeek\">1 400</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumWeek\">3 892</td></tr></table><br><p class=\"note\">* Авто-калькулятор не является публичной офертой. Окончательный расчёт производит менеджер компании</p></fieldset></section></div>\n<script>const rentDay = document.getElementById(\"rentDay\"),\n priceAuto = document.getElementById(\"priceAuto\"),\n firstPaySlider = document.getElementById(\"firstPaySlider\"),\n firstPayInput = document.getElementById(\"firstPayInput\"),\n autoCalcPrice = document.getElementById(\"autoCalcPrice\"),\n calcForm = document.getElementById(\"calcForm\"),\n ranges = calcForm.querySelectorAll(\'input[type=\"range\"]\'),\n texts = calcForm.querySelectorAll(\'input[type=\"text\"]\'),\n payDay = document.getElementById(\"payDay\"),\n sumDay = document.getElementById(\"sumDay\"),\n payWeek = document.getElementById(\"payWeek\"),\n rentWeek = document.getElementById(\"rentWeek\"),\n sumWeek = document.getElementById(\"sumWeek\"),\n loanButtons = document.getElementById(\"loanButtons\");\ntexts.forEach(function(a) { a.value = toSpace(a.value), a.addEventListener(\"input\", function(e) { a.value = a.value.replaceAll(/\\D/g, \"\"); var t = parseInt(a.max);\n parseInt(a.value) > t && (a.value = t), \"priceAuto\" == a.id && setRent(a.value), a.closest(\"div\").querySelectorAll(\'input[type=\"range\"]\')[0].value = a.value, a.value = new Intl.NumberFormat(\"fr-FR\").format(a.value), calculator() }) }), ranges.forEach(function(e) { e.addEventListener(\"input\", function() { e.closest(\"div\").querySelectorAll(\'input[type=\"text\"]\')[0].value = toSpace(e.value), \"autoCalcPrice\" == e.id && setRent(e.value), calculator() }, !1) }), loanButtons.querySelectorAll(\'input[type=\"radio\"]\').forEach(function(e) { e.addEventListener(\"click\", function(e) { calculator() }) });\nlet val = 7e4;\n\nfunction setRent(e) { var t = 7e4 <= .1 * (e = Math.round(e)) ? .1 * e : 7e4,\n a = .9 * e;\n (val = val < t ? t : val) > a && (val = a), val = Math.round(val), firstPaySlider.value = val, firstPayInput.value = val.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), firstPaySlider.max = Math.round(e - .1 * e), firstPayInput.max = Math.round(e - .1 * e), firstPaySlider.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4, firstPayInput.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4 }\n\nfunction toSpace(e) { e = parseFloat(e.replace(/ /g, \"\")); return new Intl.NumberFormat(\"fr-FR\").format(e) }\n\nfunction calculator() { var e = autoCalcPrice.value,\n t = firstPaySlider.value,\n a = loanButtons.querySelector(\'input[name=\"radio\"]:checked\').value,\n t = Math.round((e - t) / (365 * a)),\n a = Math.round(.001 * e),\n e = Math.round(t + a),\n n = 7 * t,\n r = 7 * a,\n l = 7 * e;\n payDay.innerHTML = t.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentDay.innerHTML = a.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumDay.innerHTML = e.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), payWeek.innerHTML = n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentWeek.innerHTML = r.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumWeek.innerHTML = l.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \") }</script>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f6972b76\",\"anchor\":\"rules\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Правила условия\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d5f151f\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d3df0a16\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"dc823bcf\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-dc823bcf gb-headline-text\">Правила и условия</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"a12bbe9a\",\"columns\":3,\"horizontalGap\":30,\"verticalAlignment\":\"flex-start\",\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"df9d4449\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3bda2ac3\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3bda2ac3\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1024 64H128C57.4 64 0 121.4 0 192v640c0 70.6 57.4 128 128 128h896c70.6 0 128-57.4 128-128V192c0-70.6-57.4-128-128-128zm64 768c0 35.2-28.8 64-64 64H128c-35.2 0-64-28.8-64-64V192c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v640zM944 576H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM416 576c88.4 0 160-71.6 160-160s-71.6-160-160-160-160 71.6-160 160 71.6 160 160 160zm0-256c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zm93.6 288c-39 0-48.8 14-93.6 14s-54.6-14-93.6-14c-42.4 0-83.6 18.8-107.6 54.8-14.4 21.4-22.8 47.2-22.8 75V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-14 4.2-27.6 12-39.2 11.2-16.6 31.6-26.4 54.6-26.4 24.8 0 41.6 14 93.6 14 51.8 0 68.6-14 93.6-14 23 0 43.4 10 54.6 26.4 7.8 11.6 12 25.2 12 39.2V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-27.8-8.4-53.6-22.8-75-24.6-36-65.8-54.8-108-54.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0d6b11fd\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-0d6b11fd gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Паспорт гражданина РФ</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительское удостоверение</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"1f403628\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"8b9d1449\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\".9em\",\"width\":\".9em\"}} -->\n<h2 class=\"gb-headline gb-headline-8b9d1449\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m804.6 689.8 64-64c10-10 27.4-3 27.4 11.4V928c0 53-43 96-96 96H96c-53 0-96-43-96-96V224c0-53 43-96 96-96h547c14.2 0 21.4 17.2 11.4 27.4l-64 64c-3 3-7 4.6-11.4 4.6H96v704h704V701c0-4.2 1.6-8.2 4.6-11.2zm313.2-403.6L592.6 811.4l-180.8 20c-52.4 5.8-97-38.4-91.2-91.2l20-180.8L865.8 34.2c45.8-45.8 119.8-45.8 165.4 0l86.4 86.4c45.8 45.8 45.8 120 .2 165.6zM920.2 348 804 231.8 432.4 603.6l-14.6 130.6 130.6-14.6L920.2 348zm129.6-159.4-86.4-86.4c-8.2-8.2-21.6-8.2-29.6 0L872 164l116.2 116.2 61.8-61.8c8-8.4 8-21.6-.2-29.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"97c77259\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-97c77259 gb-headline-text\">Требования</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Возраст арендатора - от 20 лет</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительский стаж - от 1 года</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Постоянная регистрация в Приморском крае</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"56b3bd5a\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\",\"borderRightLeftRadius\":\"4px\",\"borderLeftLeftRadius\":\"4px\",\"borderRightRightRadius\":\"4px\",\"borderLeftRightRadius\":\"4px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"023ebb35\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-023ebb35\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1056.2 343 764 300.4 633.4 35.6c-23.4-47.2-91.2-47.8-114.8 0L388 300.4 95.8 343c-52.4 7.6-73.4 72.2-35.4 109.2l211.4 206-50 291c-9 52.6 46.4 92 92.8 67.4L576 879.2l261.4 137.4c46.4 24.4 101.8-14.8 92.8-67.4l-50-291 211.4-206c38-37 17-101.6-35.4-109.2zm-279 281.6 47.4 276.8L576 770.8 327.4 901.4l47.4-276.8-201.2-196 278-40.4 124.4-252 124.4 252 278 40.4-201.2 196z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f36d93d3\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-f36d93d3 gb-headline-text\">Преимущества</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Первый год до 100% ОСАГО в подарок</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Транспортный налог за наш счёт</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Все авто прошли техосмотр и готовы к эксплуатации</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ecd87f98\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"bdffc95a\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"8245a0e7\",\"mediaId\":1176,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-8245a0e7\"><a href=\"https://ephotel.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-8245a0e7 advert-big\" src=\"https://auto.mitrofanov.ru/wp-content/uploads/image693.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"557d4f72\",\"mediaId\":1177,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-557d4f72\"><a href=\"https://ephotel.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-557d4f72 advert-small\" src=\"https://auto.mitrofanov.ru/wp-content/uploads/image693-7.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d5f949f2\",\"anchor\":\"promo\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\"},\"metadata\":{\"name\":\"Промо\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4778d26c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"62031723\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e99d8e4d\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e99d8e4d gb-headline-text\">Скидки и акции</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"4440eef2\",\"columns\":3,\"horizontalGap\":40,\"verticalGap\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b485d4d6\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"cba9d15a\",\"mediaId\":197,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-cba9d15a\"><img class=\"gb-image gb-image-cba9d15a\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdec3c51.avif\" alt=\"\" title=\"promo1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2331ced8\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-2331ced8 gb-headline-text\">МОМЕНТ-СКИДКА</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"37923a25\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-37923a25 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"9948e97c\",\"hasUrl\":true,\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\",\"className\":\"da-scroll\"} -->\n<a class=\"gb-button gb-button-9948e97c gb-button-text da-scroll\" href=\"#contact\" aria-label=\"Отправить заявку\">Отправить заявку</a>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"e303f7d5\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55c13569\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-55c13569\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm92.49 313l-20 25a16 16 0 01-22.49 2.5l-67-49.72a40 40 0 01-15-31.23V112a16 16 0 0116-16h32a16 16 0 0116 16v144l58 42.5a16 16 0 012.49 22.5z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c14202b1\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"a5a6cbbc\",\"mediaId\":198,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-a5a6cbbc\"><img class=\"gb-image gb-image-a5a6cbbc\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf3368d.avif\" alt=\"\" title=\"promo2\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"830f6662\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-830f6662 gb-headline-text\">ПЕРВЫМ КЛИЕНТАМ</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30c39735\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-30c39735 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"901857e9\",\"hasUrl\":true,\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\",\"className\":\"da-scroll\"} -->\n<a class=\"gb-button gb-button-901857e9 gb-button-text da-scroll\" href=\"#contact\" aria-label=\"Отправить заявку\">Отправить заявку</a>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3e9671ae\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6a12aef2\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6a12aef2\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ed89167e\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"26a84a8c\",\"mediaId\":199,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-26a84a8c\"><img class=\"gb-image gb-image-26a84a8c\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf8a8d6.avif\" alt=\"\" title=\"promo3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"326ecfec\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-326ecfec gb-headline-text\">СКИДКА НА ТОПЛИВО</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4768828a\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-4768828a gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e0950b9c\",\"hasUrl\":true,\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\",\"className\":\"da-scroll\"} -->\n<a class=\"gb-button gb-button-e0950b9c gb-button-text da-scroll\" href=\"#contact\" aria-label=\"Отправить заявку\">Отправить заявку</a>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2f506872\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d877a591\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-d877a591\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"178d527c\",\"anchor\":\"aboutus\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"О нас\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a452c5a7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8b795c24\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"60175f9b\",\"columns\":2,\"horizontalGap\":60,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"cecf43c7\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"cc6c39e2\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-cc6c39e2 gb-headline-text\">О нас</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"233537b0\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-233537b0 gb-headline-text\">Группа компаний EAST POINT имеет опыт работы более 11 лет в своей нише. Основные направления: инвестиционная деятельность, лизинг, аренда транспорта, а также пассажирские и грузовые перевозки.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1a400d00\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-1a400d00 gb-headline-text\">Нашим стратегическим направлением является лизинг автомобилей для физических лиц. Мы знаем все об этом продукте не только как продавец, но и как его потребитель. Соответственно мы ежедневно работаем над тем, чтобы сформировать максимально качественную услугу для наших клиентов, доказывая это на деле.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2329c3b0\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"backgroundColor\":\"#fffa99\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\"},\"borders\":{\"borderLeftStyle\":\"dotted\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"74cbdc9c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"460d7ded\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-460d7ded\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"912e03df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-912e03df gb-headline-text\">ВЫКУПИМ ЛЮБОЕ АВТО У ЧАСТНЫХ ЛИЦ ИЛИ АВТОСАЛОНА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"44ce6543\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3b55dd16\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-3b55dd16\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e51a15f0\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-e51a15f0 gb-headline-text\">ПЕРВЫЙ ГОД ОСАГО В ПОДАРОК</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f43d8ab2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30665d41\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-30665d41\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2bcd357e\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-2bcd357e gb-headline-text\">БЕЗ СКРЫТЫХ ПЛАТЕЖЕЙ И КОМИССИЙ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0348c1ad\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d7bb7192\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d7bb7192\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d6e0b739\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-d6e0b739 gb-headline-text\">ПЕРВОНАЧАЛЬНЫЙ ВЗНОС ВСЕГО ОТ 10%, РАССМАТРИВАЕМ ТРЕЙД-ИН</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5f00d705\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d9913aa0\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d9913aa0\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"49e606b1\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-49e606b1 gb-headline-text\">ЕЖЕНЕДЕЛЬНЫЕ ИЛИ ЕЖЕМЕСЯЧНЫЕ ПЛАТЕЖИ ДЛЯ УДОБСТВА ПЛАНИРОВАНИЯ СЕМЕЙНОГО БЮДЖЕТА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c8ff630c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"183dda12\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-183dda12\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"19d1e5df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-19d1e5df gb-headline-text\">ВОЗМОЖНОСТЬ ВЫКУПИТЬ АВТО УЖЕ ЧЕРЕЗ 12 МЕСЯЦЕВ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"857e9494\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d6bd988c\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7cf04e4\",\"mediaId\":288,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7cf04e4\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7cf04e4 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d30734f85e.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"25034773\",\"mediaId\":289,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-25034773\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-25034773 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d307883c39.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3ae9156b\",\"anchor\":\"faq\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingBottom\":\"\",\"marginBottom\":\"0px\"},\"metadata\":{\"name\":\"Вопрос ответ\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"401d018c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ef566835\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"960px\"},\"spacing\":{\"paddingLeft\":\"3rem\",\"paddingRight\":\"3rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"3rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e13ec977\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e13ec977 gb-headline-text\">Вопрос - ответ</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a2240a6\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4e671e93\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-4e671e93 gb-headline-text\">Как работает аренда авто с выкупом?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fbb69b51\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-fbb69b51 gb-headline-text\">Суть договора аренды с последующим выкупом состоит в следующем: пригодная к эксплуатации машина сдается в аренду (на срок от 36 до 60 месяцев), а вы, например, ежемесячно или еженедельно выплачиваете арендную и выкупную плату. По истечении срока действия договора или при уплате всей суммы выкупа досрочно происходит смена владельца. Таким образом, итоговая стоимость автомобиля складывается из арендных платежей и выкупной цены.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aaf7704f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b8806f5d\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-b8806f5d gb-headline-text\">Какие преимущества аренды авто с выкупом?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>Аренда авто с выкупом имеет ряд преимуществ перед обычной покупкой или прокатом авто:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы не нуждаетесь в кредите или залоге для получения авто.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>У вас есть возможность выбрать любую автомашину (новую или с пробегом) с понравившимися техническими параметрами и комплектацией. Продавцом может быть любой автосалон или частное лицо. Это отличает такую услугу от кредита, поскольку банки обычно выдают заемные средства исключительно на покупку машины в сертифицированном партнерском автосалоне..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы можете сменить авто на другой по желанию или необходимости при условии самостоятельного поиска покупателя на старый автомобиль.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>При заключении договора не придется оформлять обязательные страховые полисы (включая КАСКО и страхование жизни). При этом отказ оформлять страховку не повлияет на решение.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>После окончания договора у вас есть право выкупить автомобиль или арендовать другую машину (обычно это можно сделать на любом сроке). При желании вы можете выкупить транспортное средство досрочно. Или вернуть и вообще не выкупать его.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Услуга доступна арендаторам с любым кредитным рейтингом (включая клиентов с испорченной КИ). Если у вас были просрочки или проблемы с займами, это не станет поводом для отказа. Как правило, одобряется 95-97% заявок.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Арендодатель самостоятельно проверяет ТС на юридическую чистоту и регистрирует его в ГИБДД. Налоги заложены в ежемесячный платеж, а штрафы оплачивает арендатор</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ca2bb1a8\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3a59a527\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-3a59a527 gb-headline-text\">Какие условия аренды авто с выкупом?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>- Вы должны иметь права категории B и стаж вождения не менее года.<br>- Вы должны иметь регистрацию в Приморском Крае.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"58a86ca1\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55b79d33\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-55b79d33 gb-headline-text\">Что будет, когда закончится договор аренды?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6f192558\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-6f192558 gb-headline-text\">После полной выплаты обязательств по договору вы становитесь полноправным владельцем автомобиля.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"998ff85f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dc7505b\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-5dc7505b gb-headline-text\">Кто считается владельцем авто?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ae67c29e\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-ae67c29e gb-headline-text\">До окончания договора юридическим владельцем автомобиля является наша компания. После полной выплаты суммы по договору автомобиль переходит в вашу собственность.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ffeaf257\",\"anchor\":\"contact\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"marginTop\":\"3rem\",\"paddingTop\":\"3rem\",\"paddingBottom\":\"3rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ae1e88b1\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\"}} -->\n<!-- wp:block {\"ref\":1151} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":954} /-->','Главная','','publish','closed','closed','','main','','','2024-07-08 17:46:29','2024-07-08 07:46:29','',0,'https://auto.at.loc/?page_id=2',0,'page','',0),
(3,5648,'2024-06-26 12:10:35','2024-06-26 09:10:35','<!-- wp:generateblocks/container {\"uniqueId\":\"b3ac02dd\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:paragraph -->\n<p>1. Общие положения</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Настоящая политика обработки персональных данных составлена в соответствии с требованиями Федерального закона от 27.07.2006. № 152-ФЗ «О персональных данных» (далее — Закон о персональных данных) и определяет порядок обработки персональных данных и меры по обеспечению безопасности персональных данных, предпринимаемые ООО \"ВЛАДТРАНС\" (далее — Оператор).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.1. Оператор ставит своей важнейшей целью и условием осуществления своей деятельности соблюдение прав и свобод человека и гражданина при обработке его персональных данных, в том числе защиты прав на неприкосновенность частной жизни, личную и семейную тайну.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.2. Настоящая политика Оператора в отношении обработки персональных данных (далее — Политика) применяется ко всей информации, которую Оператор может получить о посетителях веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Основные понятия, используемые в Политике</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.1. Автоматизированная обработка персональных данных — обработка персональных данных с помощью средств вычислительной техники.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.2. Блокирование персональных данных — временное прекращение обработки персональных данных (за исключением случаев, если обработка необходима для уточнения персональных данных).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.3. Веб-сайт — совокупность графических и информационных материалов, а также программ для ЭВМ и баз данных, обеспечивающих их доступность в сети интернет по сетевому адресу https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.4. Информационная система персональных данных — совокупность содержащихся в базах данных персональных данных и обеспечивающих их обработку информационных технологий и технических средств.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.5. Обезличивание персональных данных — действия, в результате которых невозможно определить без использования дополнительной информации принадлежность персональных данных конкретному Пользователю или иному субъекту персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.6. Обработка персональных данных — любое действие (операция) или совокупность действий (операций), совершаемых с использованием средств автоматизации или без использования таких средств с персональными данными, включая сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление, уничтожение персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.7. Оператор — государственный орган, муниципальный орган, юридическое или физическое лицо, самостоятельно или совместно с другими лицами организующие и/или осуществляющие обработку персональных данных, а также определяющие цели обработки персональных данных, состав персональных данных, подлежащих обработке, действия (операции), совершаемые с персональными данными.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.8. Персональные данные — любая информация, относящаяся прямо или косвенно к определенному или определяемому Пользователю веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.9. Персональные данные, разрешенные субъектом персональных данных для распространения, — персональные данные, доступ неограниченного круга лиц к которым предоставлен субъектом персональных данных путем дачи согласия на обработку персональных данных, разрешенных субъектом персональных данных для распространения в порядке, предусмотренном Законом о персональных данных (далее — персональные данные, разрешенные для распространения).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.10. Пользователь — любой посетитель веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.11. Предоставление персональных данных — действия, направленные на раскрытие персональных данных определенному лицу или определенному кругу лиц.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.12. Распространение персональных данных — любые действия, направленные на раскрытие персональных данных неопределенному кругу лиц (передача персональных данных) или на ознакомление с персональными данными неограниченного круга лиц, в том числе обнародование персональных данных в средствах массовой информации, размещение в информационно-телекоммуникационных сетях или предоставление доступа к персональным данным каким-либо иным способом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.13. Трансграничная передача персональных данных — передача персональных данных на территорию иностранного государства органу власти иностранного государства, иностранному физическому или иностранному юридическому лицу.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.14. Уничтожение персональных данных — любые действия, в результате которых персональные данные уничтожаются безвозвратно с невозможностью дальнейшего восстановления содержания персональных данных в информационной системе персональных данных и/или уничтожаются материальные носители персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Основные права и обязанности Оператора</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.1. Оператор имеет право:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— получать от субъекта персональных данных достоверные информацию и/или документы, содержащие персональные данные;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— в случае отзыва субъектом персональных данных согласия на обработку персональных данных, а также, направления обращения с требованием о прекращении обработки персональных данных, Оператор вправе продолжить обработку персональных данных без согласия субъекта персональных данных при наличии оснований, указанных в Законе о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— самостоятельно определять состав и перечень мер, необходимых и достаточных для обеспечения выполнения обязанностей, предусмотренных Законом о персональных данных и принятыми в соответствии с ним нормативными правовыми актами, если иное не предусмотрено Законом о персональных данных или другими федеральными законами.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.2. Оператор обязан:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— предоставлять субъекту персональных данных по его просьбе информацию, касающуюся обработки его персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— организовывать обработку персональных данных в порядке, установленном действующим законодательством РФ;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— отвечать на обращения и запросы субъектов персональных данных и их законных представителей в соответствии с требованиями Закона о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— сообщать в уполномоченный орган по защите прав субъектов персональных данных по запросу этого органа необходимую информацию в течение 10 дней с даты получения такого запроса;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— публиковать или иным образом обеспечивать неограниченный доступ к настоящей Политике в отношении обработки персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— принимать правовые, организационные и технические меры для защиты персональных данных от неправомерного или случайного доступа к ним, уничтожения, изменения, блокирования, копирования, предоставления, распространения персональных данных, а также от иных неправомерных действий в отношении персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— прекратить передачу (распространение, предоставление, доступ) персональных данных, прекратить обработку и уничтожить персональные данные в порядке и случаях, предусмотренных Законом о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— исполнять иные обязанности, предусмотренные Законом о персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Основные права и обязанности субъектов персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.1. Субъекты персональных данных имеют право:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— получать информацию, касающуюся обработки его персональных данных, за исключением случаев, предусмотренных федеральными законами. Сведения предоставляются субъекту персональных данных Оператором в доступной форме, и в них не должны содержаться персональные данные, относящиеся к другим субъектам персональных данных, за исключением случаев, когда имеются законные основания для раскрытия таких персональных данных. Перечень информации и порядок ее получения установлен Законом о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— требовать от оператора уточнения его персональных данных, их блокирования или уничтожения в случае, если персональные данные являются неполными, устаревшими, неточными, незаконно полученными или не являются необходимыми для заявленной цели обработки, а также принимать предусмотренные законом меры по защите своих прав;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— выдвигать условие предварительного согласия при обработке персональных данных в целях продвижения на рынке товаров, работ и услуг;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— на отзыв согласия на обработку персональных данных, а также, на направление требования о прекращении обработки персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— обжаловать в уполномоченный орган по защите прав субъектов персональных данных или в судебном порядке неправомерные действия или бездействие Оператора при обработке его персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— на осуществление иных прав, предусмотренных законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.2. Субъекты персональных данных обязаны:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— предоставлять Оператору достоверные данные о себе;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— сообщать Оператору об уточнении (обновлении, изменении) своих персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.3. Лица, передавшие Оператору недостоверные сведения о себе, либо сведения о другом субъекте персональных данных без согласия последнего, несут ответственность в соответствии с законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Принципы обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.1. Обработка персональных данных осуществляется на законной и справедливой основе.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.2. Обработка персональных данных ограничивается достижением конкретных, заранее определенных и законных целей. Не допускается обработка персональных данных, несовместимая с целями сбора персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.3. Не допускается объединение баз данных, содержащих персональные данные, обработка которых осуществляется в целях, несовместимых между собой.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.4. Обработке подлежат только персональные данные, которые отвечают целям их обработки.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.5. Содержание и объем обрабатываемых персональных данных соответствуют заявленным целям обработки. Не допускается избыточность обрабатываемых персональных данных по отношению к заявленным целям их обработки.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.6. При обработке персональных данных обеспечивается точность персональных данных, их достаточность, а в необходимых случаях и актуальность по отношению к целям обработки персональных данных. Оператор принимает необходимые меры и/или обеспечивает их принятие по удалению или уточнению неполных или неточных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.7. Хранение персональных данных осуществляется в форме, позволяющей определить субъекта персональных данных, не дольше, чем этого требуют цели обработки персональных данных, если срок хранения персональных данных не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем по которому является субъект персональных данных. Обрабатываемые персональные данные уничтожаются либо обезличиваются по достижении целей обработки или в случае утраты необходимости в достижении этих целей, если иное не предусмотрено федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Цели обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Цель обработки предоставление доступа Пользователю к сервисам, информации и/или материалам, содержащимся на веб-сайте</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Персональные данные</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>фамилия, имя, отчество</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>электронный адрес</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>номера телефонов</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Правовые основания</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>уставные (учредительные) документы Оператора</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>договоры, заключаемые между оператором и субъектом персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Федеральный закон \"О персональный данных\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Виды обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Сбор, запись, систематизация, накопление, хранение, уничтожение и обезличивание персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Отправка информационных писем на адрес электронной почты</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Условия обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.1. Обработка персональных данных осуществляется с согласия субъекта персональных данных на обработку его персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.2. Обработка персональных данных необходима для достижения целей, предусмотренных международным договором Российской Федерации или законом, для осуществления возложенных законодательством Российской Федерации на оператора функций, полномочий и обязанностей.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.3. Обработка персональных данных необходима для осуществления правосудия, исполнения судебного акта, акта другого органа или должностного лица, подлежащих исполнению в соответствии с законодательством Российской Федерации об исполнительном производстве.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.4. Обработка персональных данных необходима для исполнения договора, стороной которого либо выгодоприобретателем или поручителем по которому является субъект персональных данных, а также для заключения договора по инициативе субъекта персональных данных или договора, по которому субъект персональных данных будет являться выгодоприобретателем или поручителем.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.5. Обработка персональных данных необходима для осуществления прав и законных интересов оператора или третьих лиц либо для достижения общественно значимых целей при условии, что при этом не нарушаются права и свободы субъекта персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.6. Осуществляется обработка персональных данных, доступ неограниченного круга лиц к которым предоставлен субъектом персональных данных либо по его просьбе (далее — общедоступные персональные данные).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.7. Осуществляется обработка персональных данных, подлежащих опубликованию или обязательному раскрытию в соответствии с федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Порядок сбора, хранения, передачи и других видов обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Безопасность персональных данных, которые обрабатываются Оператором, обеспечивается путем реализации правовых, организационных и технических мер, необходимых для выполнения в полном объеме требований действующего законодательства в области защиты персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.1. Оператор обеспечивает сохранность персональных данных и принимает все возможные меры, исключающие доступ к персональным данным неуполномоченных лиц.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.2. Персональные данные Пользователя никогда, ни при каких условиях не будут переданы третьим лицам, за исключением случаев, связанных с исполнением действующего законодательства либо в случае, если субъектом персональных данных дано согласие Оператору на передачу данных третьему лицу для исполнения обязательств по гражданско-правовому договору.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.3. В случае выявления неточностей в персональных данных, Пользователь может актуализировать их самостоятельно, путем направления Оператору уведомление на адрес электронной почты Оператора bid@dobrolom.com с пометкой «Актуализация персональных данных».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.4. Срок обработки персональных данных определяется достижением целей, для которых были собраны персональные данные, если иной срок не предусмотрен договором или действующим законодательством.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Пользователь может в любой момент отозвать свое согласие на обработку персональных данных, направив Оператору уведомление посредством электронной почты на электронный адрес Оператора bid@dobrolom.com с пометкой «Отзыв согласия на обработку персональных данных».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.5. Вся информация, которая собирается сторонними сервисами, в том числе платежными системами, средствами связи и другими поставщиками услуг, хранится и обрабатывается указанными лицами (Операторами) в соответствии с их Пользовательским соглашением и Политикой конфиденциальности. Субъект персональных данных и/или с указанными документами. Оператор не несет ответственность за действия третьих лиц, в том числе указанных в настоящем пункте поставщиков услуг.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.6. Установленные субъектом персональных данных запреты на передачу (кроме предоставления доступа), а также на обработку или условия обработки (кроме получения доступа) персональных данных, разрешенных для распространения, не действуют в случаях обработки персональных данных в государственных, общественных и иных публичных интересах, определенных законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.7. Оператор при обработке персональных данных обеспечивает конфиденциальность персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.8. Оператор осуществляет хранение персональных данных в форме, позволяющей определить субъекта персональных данных, не дольше, чем этого требуют цели обработки персональных данных, если срок хранения персональных данных не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем по которому является субъект персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.9. Условием прекращения обработки персональных данных может являться достижение целей обработки персональных данных, истечение срока действия согласия субъекта персональных данных, отзыв согласия субъектом персональных данных или требование о прекращении обработки персональных данных, а также выявление неправомерной обработки персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Перечень действий, производимых Оператором с полученными персональными данными</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.1. Оператор осуществляет сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление и уничтожение персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.2. Оператор осуществляет автоматизированную обработку персональных данных с получением и/или передачей полученной информации по информационно-телекоммуникационным сетям или без таковой.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Трансграничная передача персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.1. Оператор до начала осуществления деятельности по трансграничной передаче персональных данных обязан уведомить уполномоченный орган по защите прав субъектов персональных данных о своем намерении осуществлять трансграничную передачу персональных данных (такое уведомление направляется отдельно от уведомления о намерении осуществлять обработку персональных данных).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.2. Оператор до подачи вышеуказанного уведомления, обязан получить от органов власти иностранного государства, иностранных физических лиц, иностранных юридических лиц, которым планируется трансграничная передача персональных данных, соответствующие сведения.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Конфиденциальность персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Оператор и иные лица, получившие доступ к персональным данным, обязаны не раскрывать третьим лицам и не распространять персональные данные без согласия субъекта персональных данных, если иное не предусмотрено федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Заключительные положения</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.1. Пользователь может получить любые разъяснения по интересующим вопросам, касающимся обработки его персональных данных, обратившись к Оператору с помощью электронной почты bid@dobrolom.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.2. В данном документе будут отражены любые изменения политики обработки персональных данных Оператором. Политика действует бессрочно до замены ее новой версией.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.3. Актуальная версия Политики в свободном доступе расположена в сети Интернет по адресу https://auto.mitrofanov.ru/privacy.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->','Политика конфиденциальности','','publish','closed','open','','privacy','','','2024-06-28 01:32:13','2024-06-27 15:32:13','',0,'https://auto.at.loc/?page_id=3',0,'page','',0),
(4,5648,'2024-06-26 12:10:46','0000-00-00 00:00:00','','Черновик','','auto-draft','open','open','','','','','2024-06-26 12:10:46','0000-00-00 00:00:00','',0,'https://auto.at.loc/?p=4',0,'post','',0),
(25,5648,'2024-06-26 21:49:27','2024-06-26 11:49:27','','woman-driving-sports-car-with-a-digital-touchscreen','','inherit','closed','closed','','woman-driving-sports-car-with-a-digital-touchscreen','','','2024-06-26 21:49:34','2024-06-26 11:49:34','',0,'https://auto.at.loc/wp-content/uploads/woman-driving-sports-car-with-a-digital-touchscreen.jpg',0,'attachment','image/avif',0),
(35,5648,'2024-06-26 22:02:55','2024-06-26 12:02:55','{\n \"generate_settings[font_manager]\": {\n \"value\": [\n {\n \"fontFamily\": \"Jost\",\n \"googleFont\": false,\n \"googleFontApi\": 1,\n \"googleFontCategory\": \"sans-serif\",\n \"googleFontVariants\": \"100, 200, 300, regular, 500, 600, 700, 800, 900, 100italic, 200italic, 300italic, italic, 500italic, 600italic, 700italic, 800italic, 900italic\"\n },\n {\n \"fontFamily\": \"\",\n \"googleFont\": false,\n \"googleFontApi\": 1,\n \"googleFontCategory\": \"\",\n \"googleFontVariants\": \"\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:02:55\"\n },\n \"generate_settings[typography]\": {\n \"value\": [\n {\n \"selector\": \"html\",\n \"customSelector\": \"\",\n \"fontFamily\": \"Jost\",\n \"fontWeight\": \"\",\n \"textTransform\": \"\",\n \"textDecoration\": \"\",\n \"fontStyle\": \"\",\n \"fontSize\": \"\",\n \"fontSizeTablet\": \"\",\n \"fontSizeMobile\": \"\",\n \"lineHeight\": \"\",\n \"lineHeightTablet\": \"\",\n \"lineHeightMobile\": \"\",\n \"letterSpacing\": \"\",\n \"letterSpacingTablet\": \"\",\n \"letterSpacingMobile\": \"\",\n \"index\": 0,\n \"module\": \"core\",\n \"group\": \"base\",\n \"marginBottom\": \"\",\n \"marginBottomTablet\": \"\",\n \"marginBottomMobile\": \"\",\n \"marginBottomUnit\": \"\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:02:55\"\n }\n}','','','trash','closed','closed','','2ed09338-b982-4b45-aa01-ccd80f440d73','','','2024-06-26 22:02:55','2024-06-26 12:02:55','',0,'https://auto.at.loc/2ed09338-b982-4b45-aa01-ccd80f440d73/',0,'customize_changeset','',0),
(36,5648,'2024-06-26 22:13:58','2024-06-26 12:13:58','{\n \"generate_settings[typography]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:13:52\"\n },\n \"generate_settings[font_manager]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:13:58\"\n }\n}','','','trash','closed','closed','','45726be2-6812-4d16-af5b-0a17461e5a25','','','2024-06-26 22:13:58','2024-06-26 12:13:58','',0,'https://auto.at.loc/?p=36',0,'customize_changeset','',0),
(37,5648,'2024-06-26 22:15:01','2024-06-26 12:15:01','{\n \"generate_settings[footer_widget_setting]\": {\n \"value\": \"4\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:15:01\"\n }\n}','','','trash','closed','closed','','045875f4-3b93-4ba9-83dd-56241b53df09','','','2024-06-26 22:15:01','2024-06-26 12:15:01','',0,'https://auto.at.loc/045875f4-3b93-4ba9-83dd-56241b53df09/',0,'customize_changeset','',0),
(38,5648,'2024-06-26 22:15:44','2024-06-26 12:15:44','{\n \"generate_settings[underline_links]\": {\n \"value\": \"hover\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-26 12:15:36\"\n }\n}','','','trash','closed','closed','','0c6dec87-f33b-4eb6-8f00-69dd025a6933','','','2024-06-26 22:15:44','2024-06-26 12:15:44','',0,'https://auto.at.loc/?p=38',0,'customize_changeset','',0),
(66,5648,'2024-06-27 12:40:04','2024-06-27 02:40:04','','logo_site','','inherit','closed','closed','','logo_site','','','2024-06-27 12:40:04','2024-06-27 02:40:04','',0,'https://auto.at.loc/wp-content/uploads/logo_site.svg',0,'attachment','image/svg+xml',0),
(67,5648,'2024-06-27 12:41:36','2024-06-27 02:41:36','{\n \"generatepress_child::custom_logo\": {\n \"value\": 66,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 02:41:36\"\n },\n \"generate_settings[hide_title]\": {\n \"value\": true,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 02:41:36\"\n },\n \"generate_settings[logo_width]\": {\n \"value\": \"120\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 02:41:36\"\n }\n}','','','trash','closed','closed','','343b84fb-aea1-40dc-97c0-76ef600999fd','','','2024-06-27 12:41:36','2024-06-27 02:41:36','',0,'https://auto.at.loc/343b84fb-aea1-40dc-97c0-76ef600999fd/',0,'customize_changeset','',0),
(71,5648,'2024-06-27 13:28:04','2024-06-27 03:28:04','{\n \"generate_settings[logo_width]\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 03:28:04\"\n }\n}','','','trash','closed','closed','','db93a701-778a-40a0-8d9a-d385a5635635','','','2024-06-27 13:28:04','2024-06-27 03:28:04','',0,'https://auto.at.loc/db93a701-778a-40a0-8d9a-d385a5635635/',0,'customize_changeset','',0),
(112,5648,'2024-06-27 14:27:48','2024-06-27 04:27:48','{\n \"generate_settings[background_color]\": {\n \"value\": \"var(--base-2)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 04:27:48\"\n },\n \"generate_settings[content_background_color]\": {\n \"value\": \"var(--base-2)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 04:27:48\"\n }\n}','','','trash','closed','closed','','8db7d35c-7923-4067-947d-f28816d952be','','','2024-06-27 14:27:48','2024-06-27 04:27:48','',0,'https://auto.at.loc/8db7d35c-7923-4067-947d-f28816d952be/',0,'customize_changeset','',0),
(127,5648,'2024-06-27 15:00:46','2024-06-27 05:00:46','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-generatepress_child','','','2024-06-27 15:00:46','2024-06-27 05:00:46','',0,'https://auto.at.loc/wp-global-styles-generatepress_child/',0,'wp_global_styles','',0),
(139,5648,'2024-06-27 15:31:49','2024-06-27 05:31:49','','bg-steps','','inherit','closed','closed','','bg-steps','','','2024-06-27 15:31:51','2024-06-27 05:31:51','',0,'https://auto.at.loc/wp-content/uploads/bg-steps.jpg',0,'attachment','image/avif',0),
(157,5648,'2024-06-27 16:02:49','2024-06-27 06:02:49','','car-loc-qdza7dywbhc6pv04s74c3jg2ampg5txvrrmj4ah6b4','','inherit','closed','closed','','car-loc-qdza7dywbhc6pv04s74c3jg2ampg5txvrrmj4ah6b4','','','2024-06-27 16:02:50','2024-06-27 06:02:50','',0,'https://auto.at.loc/wp-content/uploads/car-loc-qdza7dywbhc6pv04s74c3jg2ampg5txvrrmj4ah6b4.png',0,'attachment','image/avif',0),
(159,5648,'2024-06-27 16:03:45','2024-06-27 06:03:45','','map-location','','inherit','closed','closed','','map-location','','','2024-06-27 16:03:46','2024-06-27 06:03:46','',0,'https://auto.at.loc/wp-content/uploads/map-location.jpg',0,'attachment','image/avif',0),
(197,5648,'2024-06-27 16:55:26','2024-06-27 06:55:26','','promo1','','inherit','closed','closed','','promo1','','','2024-06-27 16:55:27','2024-06-27 06:55:27','',0,'https://auto.at.loc/wp-content/uploads/promo1.jpg',0,'attachment','image/avif',0),
(198,5648,'2024-06-27 16:55:27','2024-06-27 06:55:27','','promo2','','inherit','closed','closed','','promo2','','','2024-06-27 16:55:27','2024-06-27 06:55:27','',0,'https://auto.at.loc/wp-content/uploads/promo2.jpg',0,'attachment','image/avif',0),
(199,5648,'2024-06-27 16:55:27','2024-06-27 06:55:27','','promo3','','inherit','closed','closed','','promo3','','','2024-06-27 16:55:27','2024-06-27 06:55:27','',0,'https://auto.at.loc/wp-content/uploads/promo3.jpg',0,'attachment','image/avif',0),
(205,5648,'2024-06-27 17:05:07','2024-06-27 07:05:07','{\n \"custom_css[generatepress_child]\": {\n \"value\": \"@font-face {\\n font-family: \'Jost\';\\n src: url(\'assets/fonts/Jost-VariableFont_wght.woff2\') format(\'woff2\'),\\n url(\'assets/fonts/Jost-VariableFont_wght.ttf\') format(\'truetype\')\\n}\\n\\nhtml {font-size: 17px;}\\nbody {\\n font-family: \'Jost\', sans-serif;\\n font-size: 1rem;\\n overflow-x: hidden;\\n}\\n\\n/*generatepress*/\\n/*header*/\\nheader .inside-header {\\n padding: .4rem 0;\\n height: 80px;\\n}\\n@media (max-width: 768px) {\\n header .inside-header {\\n padding: .4rem;\\n height: 60px;\\n }\\n}\\nheader .site-logo, header .site-logo a {\\n display: flex;\\n height: 100%;\\n align-items: center;\\n}\\nheader.site-header .header-image {\\n height: 88%;\\n width: auto;\\n}\\nheader .main-navigation a {\\n font-size: .9rem;\\n}\\n\\nheader .menu-toggle {\\n line-height: 48px;\\n}\\n\\n\\n\\n/*ADD CLASSES*/\\n.heading-blur{\\n text-shadow: 0 0 .5em black;\\n}\\n.promo-label{\\n position: absolute;\\n top: 0;\\n right: -.5em;\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 07:05:07\"\n }\n}','','','trash','closed','closed','','e09a3435-57ce-4f80-85c0-fdb932ae2fc3','','','2024-06-27 17:05:07','2024-06-27 07:05:07','',0,'https://auto.at.loc/e09a3435-57ce-4f80-85c0-fdb932ae2fc3/',0,'customize_changeset','',0),
(206,5648,'2024-06-27 17:05:07','2024-06-27 07:05:07','','generatepress_child','','publish','closed','closed','','generatepress_child','','','2024-06-27 17:06:47','2024-06-27 07:06:47','',0,'https://auto.at.loc/generatepress_child/',0,'custom_css','',0),
(207,5648,'2024-06-27 17:05:07','2024-06-27 07:05:07','@font-face {\n font-family: \'Jost\';\n src: url(\'assets/fonts/Jost-VariableFont_wght.woff2\') format(\'woff2\'),\n url(\'assets/fonts/Jost-VariableFont_wght.ttf\') format(\'truetype\')\n}\n\nhtml {font-size: 17px;}\nbody {\n font-family: \'Jost\', sans-serif;\n font-size: 1rem;\n overflow-x: hidden;\n}\n\n/*generatepress*/\n/*header*/\nheader .inside-header {\n padding: .4rem 0;\n height: 80px;\n}\n@media (max-width: 768px) {\n header .inside-header {\n padding: .4rem;\n height: 60px;\n }\n}\nheader .site-logo, header .site-logo a {\n display: flex;\n height: 100%;\n align-items: center;\n}\nheader.site-header .header-image {\n height: 88%;\n width: auto;\n}\nheader .main-navigation a {\n font-size: .9rem;\n}\n\nheader .menu-toggle {\n line-height: 48px;\n}\n\n\n\n/*ADD CLASSES*/\n.heading-blur{\n text-shadow: 0 0 .5em black;\n}\n.promo-label{\n position: absolute;\n top: 0;\n right: -.5em;\n}','generatepress_child','','inherit','closed','closed','','206-revision-v1','','','2024-06-27 17:05:07','2024-06-27 07:05:07','',206,'https://auto.at.loc/?p=207',0,'revision','',0),
(208,5648,'2024-06-27 17:06:47','2024-06-27 07:06:47','{\n \"custom_css[generatepress_child]\": {\n \"value\": \"\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 07:06:47\"\n }\n}','','','trash','closed','closed','','bfe7b71e-55ea-41da-8422-3839e99e31e0','','','2024-06-27 17:06:47','2024-06-27 07:06:47','',0,'https://auto.at.loc/bfe7b71e-55ea-41da-8422-3839e99e31e0/',0,'customize_changeset','',0),
(209,5648,'2024-06-27 17:06:47','2024-06-27 07:06:47','','generatepress_child','','inherit','closed','closed','','206-revision-v1','','','2024-06-27 17:06:47','2024-06-27 07:06:47','',206,'https://auto.at.loc/?p=209',0,'revision','',0),
(238,5648,'2024-06-27 17:48:58','2024-06-27 07:48:58','<!-- wp:page-list /-->','Навигация','','publish','closed','closed','','navigation','','','2024-06-27 17:48:58','2024-06-27 07:48:58','',0,'https://auto.at.loc/navigation/',0,'wp_navigation','',0),
(252,5648,'2024-06-27 18:12:17','2024-06-27 08:12:17','{\n \"generate_settings[footer_background_color]\": {\n \"value\": \"var(--contrast)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:12:17\"\n },\n \"generate_settings[footer_text_color]\": {\n \"value\": \"var(--base-3)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:12:17\"\n },\n \"generate_settings[content_layout_setting]\": {\n \"value\": \"separate-containers\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:12:17\"\n },\n \"generate_settings[container_alignment]\": {\n \"value\": \"text\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:12:17\"\n },\n \"generate_settings[footer_widget_setting]\": {\n \"value\": \"0\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:12:17\"\n }\n}','','','trash','closed','closed','','f8a839bd-b0e5-4185-9317-32acb7ad3917','','','2024-06-27 18:12:17','2024-06-27 08:12:17','',0,'https://auto.at.loc/f8a839bd-b0e5-4185-9317-32acb7ad3917/',0,'customize_changeset','',0),
(262,5648,'2024-06-27 18:34:50','2024-06-27 08:34:50','{\n \"generate_settings[global_colors]\": {\n \"value\": [\n {\n \"name\": \"\\u041a\\u043e\\u043d\\u0442\\u0440\\u0430\\u0441\\u0442\",\n \"slug\": \"contrast\",\n \"color\": \"#5adbff\"\n },\n {\n \"name\": \"\\u041a\\u043e\\u043d\\u0442\\u0440\\u0430\\u0441\\u0442 2\",\n \"slug\": \"contrast-2\",\n \"color\": \"#ffdd4a\"\n },\n {\n \"name\": \"\\u041a\\u043e\\u043d\\u0442\\u0440\\u0430\\u0441\\u0442 3\",\n \"slug\": \"contrast-3\",\n \"color\": \"#094074\"\n },\n {\n \"name\": \"\\u041e\\u0441\\u043d\\u043e\\u0432\\u0430\",\n \"slug\": \"base\",\n \"color\": \"#1e73be\"\n },\n {\n \"name\": \"\\u041e\\u0441\\u043d\\u043e\\u0432\\u0430 2\",\n \"slug\": \"base-2\",\n \"color\": \"#f7f8f9\"\n },\n {\n \"name\": \"\\u041e\\u0441\\u043d\\u043e\\u0432\\u0430 3\",\n \"slug\": \"base-3\",\n \"color\": \"#ffffff\"\n },\n {\n \"name\": \"\\u0410\\u043a\\u0446\\u0435\\u043d\\u0442\",\n \"slug\": \"accent\",\n \"color\": \"#fe9000\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:34:50\"\n }\n}','','','trash','closed','closed','','fbaa82da-691d-48ec-ad24-6faa43f70e90','','','2024-06-27 18:34:50','2024-06-27 08:34:50','',0,'https://auto.at.loc/?p=262',0,'customize_changeset','',0),
(263,5648,'2024-06-27 18:38:12','2024-06-27 08:38:12','{\n \"generate_settings[global_colors]\": {\n \"value\": [\n {\n \"name\": \"contrast\",\n \"slug\": \"contrast\",\n \"color\": \"#222222\"\n },\n {\n \"name\": \"contrast-2\",\n \"slug\": \"contrast-2\",\n \"color\": \"#575760\"\n },\n {\n \"name\": \"contrast-3\",\n \"slug\": \"contrast-3\",\n \"color\": \"#b2b2be\"\n },\n {\n \"name\": \"base\",\n \"slug\": \"base\",\n \"color\": \"#f0f0f0\"\n },\n {\n \"name\": \"base-2\",\n \"slug\": \"base-2\",\n \"color\": \"#f7f8f9\"\n },\n {\n \"name\": \"base-3\",\n \"slug\": \"base-3\",\n \"color\": \"#ffffff\"\n },\n {\n \"name\": \"accent\",\n \"slug\": \"accent\",\n \"color\": \"#1e73be\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:38:12\"\n }\n}','','','trash','closed','closed','','b467c08d-2580-4cce-a9b0-4d70e09de783','','','2024-06-27 18:38:12','2024-06-27 08:38:12','',0,'https://auto.at.loc/?p=263',0,'customize_changeset','',0),
(264,5648,'2024-06-27 18:40:33','2024-06-27 08:40:33','{\n \"generate_settings[global_colors]\": {\n \"value\": [\n {\n \"name\": \"contrast\",\n \"slug\": \"contrast\",\n \"color\": \"#222222\"\n },\n {\n \"name\": \"contrast-2\",\n \"slug\": \"contrast-2\",\n \"color\": \"#575760\"\n },\n {\n \"name\": \"contrast-3\",\n \"slug\": \"contrast-3\",\n \"color\": \"#b2b2be\"\n },\n {\n \"name\": \"base\",\n \"slug\": \"base\",\n \"color\": \"#f0f0f0\"\n },\n {\n \"name\": \"base-2\",\n \"slug\": \"base-2\",\n \"color\": \"#f7f8f9\"\n },\n {\n \"name\": \"base-3\",\n \"slug\": \"base-3\",\n \"color\": \"#ffffff\"\n },\n {\n \"name\": \"accent\",\n \"slug\": \"accent\",\n \"color\": \"#1e73be\"\n },\n {\n \"slug\": \"dark-accent\",\n \"color\": \"#094074\"\n },\n {\n \"slug\": \"contrast-4\",\n \"color\": \"#5adbff\"\n },\n {\n \"slug\": \"button-hero\",\n \"color\": \"#ffdd4a\"\n },\n {\n \"slug\": \"button-hero-2\",\n \"color\": \"#fe9000\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 08:40:33\"\n }\n}','','','trash','closed','closed','','49090b18-4395-447f-8837-743368481637','','','2024-06-27 18:40:33','2024-06-27 08:40:33','',0,'https://auto.at.loc/?p=264',0,'customize_changeset','',0),
(266,5648,'2024-06-27 18:47:33','2024-06-27 08:47:33','','logo_auto_white.min','','inherit','closed','closed','','logo_auto_white-min','','','2024-06-27 18:47:33','2024-06-27 08:47:33','',0,'https://auto.at.loc/wp-content/uploads/logo_auto_white.min_.svg',0,'attachment','image/svg+xml',0),
(284,5648,'2024-06-27 19:26:28','2024-06-27 09:26:28','','rect10095','','inherit','closed','closed','','rect10095','','','2024-06-27 19:26:30','2024-06-27 09:26:30','',0,'https://auto.at.loc/wp-content/uploads/rect10095.jpg',0,'attachment','image/avif',0),
(285,5648,'2024-06-27 19:26:33','2024-06-27 09:26:33','','rect10095-0','','inherit','closed','closed','','rect10095-0','','','2024-06-27 19:26:34','2024-06-27 09:26:34','',0,'https://auto.at.loc/wp-content/uploads/rect10095-0.jpg',0,'attachment','image/avif',0),
(286,5648,'2024-06-27 19:26:47','2024-06-27 09:26:47','','rect10095','','inherit','closed','closed','','rect10095-2','','','2024-06-27 19:26:50','2024-06-27 09:26:50','',0,'https://auto.at.loc/wp-content/uploads/rect10095.png',0,'attachment','image/avif',0),
(287,5648,'2024-06-27 19:26:54','2024-06-27 09:26:54','','rect10095-0','','inherit','closed','closed','','rect10095-0-2','','','2024-06-27 19:26:54','2024-06-27 09:26:54','',0,'https://auto.at.loc/wp-content/uploads/rect10095-0.png',0,'attachment','image/avif',0),
(288,5648,'2024-06-27 19:27:10','2024-06-27 09:27:10','','rect10095','','inherit','closed','closed','','rect10095-3','','','2024-06-27 19:27:18','2024-06-27 09:27:18','',0,'https://auto.at.loc/wp-content/uploads/rect10095-1.png',0,'attachment','image/avif',0),
(289,5648,'2024-06-27 19:27:20','2024-06-27 09:27:20','','rect10095-0','','inherit','closed','closed','','rect10095-0-3','','','2024-06-27 19:27:25','2024-06-27 09:27:25','',0,'https://auto.at.loc/wp-content/uploads/rect10095-0-1.png',0,'attachment','image/avif',0),
(308,5648,'2024-06-27 20:43:49','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2024-06-27 20:43:49','0000-00-00 00:00:00','',0,'https://auto.at.loc/?p=308',1,'nav_menu_item','',0),
(310,5648,'2024-07-07 19:13:29','2024-06-27 10:46:07','','Калькулятор','','publish','closed','closed','','%d0%ba%d0%b0%d0%bb%d1%8c%d0%ba%d1%83%d0%bb%d1%8f%d1%82%d0%be%d1%80','','','2024-07-07 19:13:29','2024-07-07 09:13:29','',0,'https://auto.at.loc/?p=310',2,'nav_menu_item','',0),
(311,5648,'2024-07-07 19:13:29','2024-06-27 10:46:07','','Условия','','publish','closed','closed','','%d1%83%d1%81%d0%bb%d0%be%d0%b2%d0%b8%d1%8f','','','2024-07-07 19:13:29','2024-07-07 09:13:29','',0,'https://auto.at.loc/?p=311',3,'nav_menu_item','',0),
(312,5648,'2024-07-07 19:13:29','2024-06-27 10:46:07','','Акции','','publish','closed','closed','','%d0%b0%d0%ba%d1%86%d0%b8%d0%b8','','','2024-07-07 19:13:29','2024-07-07 09:13:29','',0,'https://auto.at.loc/?p=312',4,'nav_menu_item','',0),
(313,5648,'2024-07-07 19:13:29','2024-06-27 10:46:07','','О нас','','publish','closed','closed','','%d0%be-%d0%bd%d0%b0%d1%81','','','2024-07-07 19:13:29','2024-07-07 09:13:29','',0,'https://auto.at.loc/?p=313',5,'nav_menu_item','',0),
(314,5648,'2024-06-27 20:51:14','2024-06-27 10:51:14','{\n \"generate_settings[typography]\": {\n \"value\": [\n {\n \"selector\": \"primary-menu-items\",\n \"customSelector\": \"\",\n \"fontFamily\": \"\",\n \"fontWeight\": \"\",\n \"textTransform\": \"\",\n \"textDecoration\": \"\",\n \"fontStyle\": \"\",\n \"fontSize\": \"2rem\",\n \"fontSizeTablet\": \"\",\n \"fontSizeMobile\": \"\",\n \"lineHeight\": \"\",\n \"lineHeightTablet\": \"\",\n \"lineHeightMobile\": \"\",\n \"letterSpacing\": \"\",\n \"letterSpacingTablet\": \"\",\n \"letterSpacingMobile\": \"\",\n \"index\": 0,\n \"module\": \"core\",\n \"group\": \"primaryNavigation\",\n \"marginBottom\": \"\",\n \"marginBottomTablet\": \"\",\n \"marginBottomMobile\": \"\",\n \"marginBottomUnit\": \"\"\n }\n ],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 10:51:14\"\n }\n}','','','trash','closed','closed','','6bae30c4-87c9-4008-b5fc-d9a036b43c89','','','2024-06-27 20:51:14','2024-06-27 10:51:14','',0,'https://auto.at.loc/?p=314',0,'customize_changeset','',0),
(315,5648,'2024-06-27 20:51:26','2024-06-27 10:51:26','{\n \"generate_settings[typography]\": {\n \"value\": [],\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 10:51:26\"\n }\n}','','','trash','closed','closed','','741a65bb-a289-42d4-bc72-e064ca62ca74','','','2024-06-27 20:51:26','2024-06-27 10:51:26','',0,'https://auto.at.loc/741a65bb-a289-42d4-bc72-e064ca62ca74/',0,'customize_changeset','',0),
(329,5648,'2024-06-27 21:46:37','2024-06-27 11:46:37','a:35:{s:9:\"post_type\";s:4:\"auto\";s:22:\"advanced_configuration\";b:1;s:13:\"import_source\";s:0:\"\";s:11:\"import_date\";s:0:\"\";s:6:\"labels\";a:33:{s:4:\"name\";s:20:\"Автомобили\";s:13:\"singular_name\";s:8:\"Авто\";s:9:\"menu_name\";s:20:\"Автомобили\";s:9:\"all_items\";s:27:\"Все Автомобили\";s:9:\"edit_item\";s:25:\"Изменить Авто\";s:9:\"view_item\";s:29:\"Посмотреть Авто\";s:10:\"view_items\";s:41:\"Посмотреть Автомобили\";s:12:\"add_new_item\";s:36:\"Добавить новое Авто\";s:7:\"add_new\";s:36:\"Добавить новое Авто\";s:8:\"new_item\";s:19:\"Новый Авто\";s:17:\"parent_item_colon\";s:26:\"Родитель Авто:\";s:12:\"search_items\";s:31:\"Поиск Автомобили\";s:9:\"not_found\";s:40:\"Не найдено автомобили\";s:18:\"not_found_in_trash\";s:58:\"В корзине не найдено автомобили\";s:8:\"archives\";s:21:\"Архивы Авто\";s:10:\"attributes\";s:25:\"Атрибуты Авто\";s:14:\"featured_image\";s:0:\"\";s:18:\"set_featured_image\";s:0:\"\";s:21:\"remove_featured_image\";s:0:\"\";s:18:\"use_featured_image\";s:0:\"\";s:16:\"insert_into_item\";s:28:\"Вставить в авто\";s:21:\"uploaded_to_this_item\";s:37:\"Загружено в это авто\";s:17:\"filter_items_list\";s:56:\"Фильтровать список автомобили\";s:14:\"filter_by_date\";s:47:\"Фильтр автомобили по дате\";s:21:\"items_list_navigation\";s:57:\"Автомобили навигация по списку\";s:10:\"items_list\";s:33:\"Автомобили список\";s:14:\"item_published\";s:34:\"Авто опубликовано.\";s:24:\"item_published_privately\";s:51:\"Авто опубликована приватно.\";s:22:\"item_reverted_to_draft\";s:54:\"Авто преобразован в черновик.\";s:14:\"item_scheduled\";s:36:\"Авто запланировано.\";s:12:\"item_updated\";s:26:\"Авто обновлён.\";s:9:\"item_link\";s:25:\"Cсылка на Авто\";s:21:\"item_link_description\";s:27:\"Ссылка на авто.\";}s:11:\"description\";s:0:\"\";s:6:\"public\";b:1;s:12:\"hierarchical\";b:0;s:19:\"exclude_from_search\";b:1;s:18:\"publicly_queryable\";b:1;s:7:\"show_ui\";b:0;s:12:\"show_in_menu\";b:1;s:17:\"admin_menu_parent\";s:0:\"\";s:17:\"show_in_admin_bar\";b:1;s:17:\"show_in_nav_menus\";b:0;s:12:\"show_in_rest\";b:1;s:9:\"rest_base\";s:0:\"\";s:14:\"rest_namespace\";s:5:\"wp/v2\";s:21:\"rest_controller_class\";s:24:\"WP_REST_Posts_Controller\";s:13:\"menu_position\";N;s:9:\"menu_icon\";s:0:\"\";s:19:\"rename_capabilities\";b:0;s:24:\"singular_capability_name\";s:4:\"post\";s:22:\"plural_capability_name\";s:5:\"posts\";s:8:\"supports\";a:2:{i:0;s:5:\"title\";i:1;s:9:\"thumbnail\";}s:10:\"taxonomies\";s:0:\"\";s:11:\"has_archive\";b:0;s:16:\"has_archive_slug\";s:0:\"\";s:7:\"rewrite\";a:4:{s:17:\"permalink_rewrite\";s:13:\"post_type_key\";s:10:\"with_front\";s:1:\"0\";s:5:\"feeds\";s:1:\"0\";s:5:\"pages\";s:1:\"0\";}s:9:\"query_var\";s:13:\"post_type_key\";s:14:\"query_var_name\";s:0:\"\";s:10:\"can_export\";b:0;s:16:\"delete_with_user\";b:0;s:20:\"register_meta_box_cb\";s:0:\"\";s:16:\"enter_title_here\";s:30:\"Модель марка год\";}','Автомобили','%d0%b0%d0%b2%d1%82%d0%be%d0%bc%d0%be%d0%b1%d0%b8%d0%bb%d0%b8','publish','closed','closed','','post_type_667d4fffd5ef4','','','2024-07-08 17:56:57','2024-07-08 07:56:57','',0,'https://auto.at.loc/?post_type=acf-post-type&p=329',0,'acf-post-type','',0),
(330,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:9:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auto\";}}}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\";a:13:{i:0;s:9:\"permalink\";i:1;s:11:\"the_content\";i:2;s:7:\"excerpt\";i:3;s:10:\"discussion\";i:4;s:8:\"comments\";i:5;s:9:\"revisions\";i:6;s:4:\"slug\";i:7;s:6:\"author\";i:8;s:6:\"format\";i:9;s:15:\"page_attributes\";i:10;s:10:\"categories\";i:11;s:4:\"tags\";i:12;s:15:\"send-trackbacks\";}s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:17:\"no_values_message\";s:0:\"\";}','Расчет стоимости','%d1%80%d0%b0%d1%81%d1%87%d0%b5%d1%82-%d1%81%d1%82%d0%be%d0%b8%d0%bc%d0%be%d1%81%d1%82%d0%b8','publish','closed','closed','','group_653a0d1ad35f8','','','2024-06-27 22:08:23','2024-06-27 12:08:23','',0,'https://auto.at.loc/?p=330',5,'acf-field-group','',0),
(331,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Стоимость','','publish','closed','closed','','field_66780333e9dde','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=331',0,'acf-field','',0),
(332,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Цена','sellprice','publish','closed','closed','','field_6677e590d008f','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=332',1,'acf-field','',0),
(333,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Прокат','','publish','closed','closed','','field_6678042629b67','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=333',2,'acf-field','',0),
(334,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Прокат залог','zalog','publish','closed','closed','','field_667806542cdf1','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=334',3,'acf-field','',0),
(335,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Прокат сутки','rent','publish','closed','closed','','field_653a1ffe40181','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=335',4,'acf-field','',0),
(336,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Прокат мин дн','min_rent_time','publish','closed','closed','','field_66780efd3acec','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=336',5,'acf-field','',0),
(337,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Аренда с выкупом','','publish','closed','closed','','field_66780374e9ddf','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=337',6,'acf-field','',0),
(338,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Аренда взнос','first_pay','publish','closed','closed','','field_653a0edd7620a','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=338',7,'acf-field','',0),
(339,5648,'2024-06-27 21:48:43','2024-06-27 11:48:43','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:4:\"0.11\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Аренда %','lease','publish','closed','closed','','field_66781546da63b','','','2024-06-27 21:48:43','2024-06-27 11:48:43','',330,'https://auto.at.loc/?post_type=acf-field&p=339',8,'acf-field','',0),
(340,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Плата за выкуп 3','vikup3','publish','closed','closed','','field_653a1effccb77','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=340',9,'acf-field','',0),
(341,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Плата за выкуп 5','vikup5','publish','closed','closed','','field_653a1fcb27d3b','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=341',10,'acf-field','',0),
(342,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Итого 3','total3','publish','closed','closed','','field_653a1f7cccb79','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=342',11,'acf-field','',0),
(343,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Итого 5','total5','publish','closed','closed','','field_653a200940182','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=343',12,'acf-field','',0),
(344,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Оплата 1 раз в неделю 3','week3','publish','closed','closed','','field_653a1f9fccb7a','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=344',13,'acf-field','',0),
(345,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:1;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Оплата 1 раз в неделю 5','week5','publish','closed','closed','','field_653a201b40183','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=345',14,'acf-field','',0),
(346,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";i:12;s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Аренда мин мес','early_buyout','publish','closed','closed','','field_667815d1ac182','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',330,'https://auto.at.loc/?post_type=acf-field&p=346',15,'acf-field','',0),
(347,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:9:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auto\";}}}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\";a:13:{i:0;s:9:\"permalink\";i:1;s:11:\"the_content\";i:2;s:7:\"excerpt\";i:3;s:10:\"discussion\";i:4;s:8:\"comments\";i:5;s:9:\"revisions\";i:6;s:4:\"slug\";i:7;s:6:\"author\";i:8;s:6:\"format\";i:9;s:15:\"page_attributes\";i:10;s:10:\"categories\";i:11;s:4:\"tags\";i:12;s:15:\"send-trackbacks\";}s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:17:\"no_values_message\";s:0:\"\";}','Тех. часть','%d1%82%d0%b5%d1%85-%d1%87%d0%b0%d1%81%d1%82%d1%8c','publish','closed','closed','','group_652cf1922e657','','','2024-07-07 21:16:59','2024-07-07 11:16:59','',0,'https://auto.at.loc/?p=347',10,'acf-field-group','',0),
(348,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Описание','','publish','closed','closed','','field_6678005670ad5','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=348',0,'acf-field','',0),
(349,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"new_lines\";s:0:\"\";}','Краткое описание','story','publish','closed','closed','','field_652cf1926b30b','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=349',1,'acf-field','',0),
(350,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Фото и видео','','publish','closed','closed','','field_6678008470ad6','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=350',2,'acf-field','',0),
(351,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"photo_gallery\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:14:\"fields[gallery\";a:4:{s:10:\"edit_modal\";s:7:\"Default\";s:12:\"images_limit\";s:0:\"\";s:18:\"remove_edit_button\";s:2:\"No\";s:20:\"remove_delete_button\";s:2:\"No\";}s:10:\"edit_modal\";s:7:\"Default\";}','Доп изображения','auto-gallery','publish','closed','closed','','field_65318ff456888','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=351',3,'acf-field','',0),
(352,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:20:{s:10:\"aria-label\";s:0:\"\";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:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"return_format\";s:5:\"array\";s:7:\"library\";s:10:\"uploadedTo\";s:12:\"no_file_text\";s:0:\"\";s:11:\"button_text\";s:27:\"Добавить видео\";s:16:\"custom_directory\";i:1;s:21:\"custom_directory_name\";s:0:\"\";s:16:\"secure_directory\";i:0;s:17:\"hide_from_library\";i:0;s:8:\"min_size\";s:0:\"\";s:8:\"max_size\";s:0:\"\";s:10:\"mime_types\";s:0:\"\";}','Видео','autovideo','publish','closed','closed','','field_666aa97a0efd5','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=352',4,'acf-field','',0),
(353,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:9:\"placement\";s:4:\"left\";s:8:\"endpoint\";i:0;s:8:\"selected\";i:0;}','Технические данные','','publish','closed','closed','','field_667800a270ad7','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=353',5,'acf-field','',0),
(354,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"choices\";a:4:{s:12:\"Бензин\";s:12:\"Бензин\";s:12:\"Дизель\";s:12:\"Дизель\";s:14:\"Электро\";s:14:\"Электро\";s:12:\"Гибрид\";s:12:\"Гибрид\";}s:13:\"default_value\";i:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Тип топлива','fuel','publish','closed','closed','','field_652cf7d07f3ee','','','2024-06-28 02:45:25','2024-06-27 16:45:25','',347,'https://auto.at.loc/?post_type=acf-field&p=354',6,'acf-field','',0),
(355,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"choices\";a:26:{s:3:\"0.5\";s:3:\"0.5\";s:3:\"0.6\";s:3:\"0.6\";s:3:\"0.7\";s:3:\"0.7\";s:3:\"0.8\";s:3:\"0.8\";s:3:\"0.9\";s:3:\"0.9\";s:3:\"1.0\";s:3:\"1.0\";s:3:\"1.1\";s:3:\"1.1\";s:3:\"1.2\";s:3:\"1.2\";s:3:\"1.3\";s:3:\"1.3\";s:3:\"1.4\";s:3:\"1.4\";s:3:\"1.5\";s:3:\"1.5\";s:3:\"1.6\";s:3:\"1.6\";s:3:\"1.7\";s:3:\"1.7\";s:3:\"1.8\";s:3:\"1.8\";s:3:\"1.9\";s:3:\"1.9\";s:3:\"2.0\";s:3:\"2.0\";s:3:\"2.1\";s:3:\"2.1\";s:3:\"2.2\";s:3:\"2.2\";s:3:\"2.3\";s:3:\"2.3\";s:3:\"2.4\";s:3:\"2.4\";s:3:\"2.5\";s:3:\"2.5\";s:3:\"2.6\";s:3:\"2.6\";s:3:\"2.7\";s:3:\"2.7\";s:3:\"2.8\";s:3:\"2.8\";s:3:\"2.9\";s:3:\"2.9\";s:3:\"3.0\";s:3:\"3.0\";}s:13:\"default_value\";i:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Объём двигателя','gearVolume','publish','closed','closed','','field_652cf7fe51c49','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=355',7,'acf-field','',0),
(356,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Мощность двигателя, л.с.','gearPower','publish','closed','closed','','field_652cf87a51c4a','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=356',8,'acf-field','',0),
(357,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:7:\"choices\";a:4:{s:14:\"Автомат\";s:14:\"Автомат\";s:16:\"Механика\";s:16:\"Механика\";s:16:\"Вариатор\";s:16:\"Вариатор\";s:10:\"Робот\";s:10:\"Робот\";}s:13:\"default_value\";i:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Коробка передач','transmission','publish','closed','closed','','field_652cf1bc6b30c','','','2024-07-07 21:16:59','2024-07-07 11:16:59','',347,'https://auto.at.loc/?post_type=acf-field&p=357',9,'acf-field','',0),
(358,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"choices\";a:3:{s:16:\"Передний\";s:16:\"Передний\";s:12:\"Задний\";s:12:\"Задний\";s:12:\"Полный\";s:12:\"Полный\";}s:13:\"default_value\";b:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Привод','privod','publish','closed','closed','','field_6677ea41921c4','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=358',10,'acf-field','',0),
(359,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Цвет','color','publish','closed','closed','','field_652cf8d46142c','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=359',11,'acf-field','',0),
(360,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"number\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:4:\"step\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Пробег','mileage','publish','closed','closed','','field_652cf8f76142d','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=360',12,'acf-field','',0),
(361,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:4:\"null\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Без пробега по РФ','mileagerf','publish','closed','closed','','field_653b17ec65ba1','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=361',13,'acf-field','',0),
(362,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"choices\";a:2:{s:10:\"Левый\";s:10:\"Левый\";s:12:\"Правый\";s:12:\"Правый\";}s:13:\"default_value\";b:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Руль','drive-hand','publish','closed','closed','','field_6677e9ae6d6aa','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=362',14,'acf-field','',0),
(363,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"choices\";a:6:{i:0;s:3:\"---\";i:1;s:20:\"1 поколение\";i:2;s:20:\"2 поколение\";i:3;s:20:\"3 поколение\";i:4;s:20:\"4 поколение\";i:5;s:20:\"5 поколение\";}s:13:\"default_value\";b:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Поколение','generation','publish','closed','closed','','field_6677ea0917f7d','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=363',15,'acf-field','',0),
(364,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:13:\"default_value\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";}','Оценка','grade','publish','closed','closed','','field_652cf9fc2641c','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=364',16,'acf-field','',0),
(365,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:7:\"choices\";a:10:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";i:8;s:1:\"8\";i:9;s:1:\"9\";i:10;s:2:\"10\";}s:13:\"default_value\";b:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Кол-во пассажиров','passenger','publish','closed','closed','','field_652cf39e3f7d1','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=365',17,'acf-field','',0),
(366,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:17:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"50\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:7:\"choices\";a:6:{i:1;s:1:\"1\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";}s:13:\"default_value\";b:0;s:13:\"return_format\";s:5:\"value\";s:8:\"multiple\";i:0;s:10:\"allow_null\";i:0;s:2:\"ui\";i:0;s:4:\"ajax\";i:0;s:11:\"placeholder\";s:0:\"\";}','Кол-во багажа','baggage','publish','closed','closed','','field_652cf3e100f2c','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',347,'https://auto.at.loc/?post_type=acf-field&p=366',18,'acf-field','',0),
(367,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:9:{s:8:\"location\";a:1:{i:0;a:1:{i:0;a:3:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"auto\";}}}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\";a:13:{i:0;s:9:\"permalink\";i:1;s:11:\"the_content\";i:2;s:7:\"excerpt\";i:3;s:10:\"discussion\";i:4;s:8:\"comments\";i:5;s:9:\"revisions\";i:6;s:4:\"slug\";i:7;s:6:\"author\";i:8;s:6:\"format\";i:9;s:15:\"page_attributes\";i:10;s:10:\"categories\";i:11;s:4:\"tags\";i:12;s:15:\"send-trackbacks\";}s:11:\"description\";s:0:\"\";s:12:\"show_in_rest\";i:0;s:17:\"no_values_message\";s:0:\"\";}','Комплектация','%d0%ba%d0%be%d0%bc%d0%bf%d0%bb%d0%b5%d0%ba%d1%82%d0%b0%d1%86%d0%b8%d1%8f','publish','closed','closed','','group_6677fd3ebff93','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',0,'https://auto.at.loc/?p=367',15,'acf-field-group','',0),
(368,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Подогрев сидений','подогрев_сидений','publish','closed','closed','','field_6677fd3ec6e33','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=368',0,'acf-field','',0),
(369,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Кнопка START','кнопка_start','publish','closed','closed','','field_6677fd3ec6e6d','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=369',1,'acf-field','',0),
(370,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Система A STOP','система_a_stop','publish','closed','closed','','field_6677fd3ec6ea8','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=370',2,'acf-field','',0),
(371,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Парктроник','парктроник','publish','closed','closed','','field_6677fd3ec6ee2','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=371',3,'acf-field','',0),
(372,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Камера заднего хода','камера_заднего_хода','publish','closed','closed','','field_6677fd3ec6f1d','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=372',4,'acf-field','',0),
(373,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Полный мультируль','полный_мультируль','publish','closed','closed','','field_6677fd3ec6f58','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=373',5,'acf-field','',0),
(374,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Круиз контроль','круиз_контроль','publish','closed','closed','','field_6677fd3ec6f92','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=374',6,'acf-field','',0),
(375,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Мультимедия BOSS','мультимедия_boss','publish','closed','closed','','field_6677fd3ec6fcc','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=375',7,'acf-field','',0),
(376,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','LED фары','led_фары','publish','closed','closed','','field_6677fd3ec7007','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=376',8,'acf-field','',0),
(377,5648,'2024-06-27 21:48:44','2024-06-27 11:48:44','a:14:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"true_false\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:2:\"25\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:10:\"only_front\";i:0;s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";i:0;s:7:\"message\";s:0:\"\";s:13:\"default_value\";i:0;s:2:\"ui\";i:0;s:10:\"ui_on_text\";s:0:\"\";s:11:\"ui_off_text\";s:0:\"\";}','Противотуманные фары','tuman','publish','closed','closed','','field_6677fd3ec7042','','','2024-06-27 21:48:44','2024-06-27 11:48:44','',367,'https://auto.at.loc/?post_type=acf-field&p=377',9,'acf-field','',0),
(378,5648,'2024-06-27 21:53:42','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-27 21:53:42','0000-00-00 00:00:00','',0,'https://auto.at.loc/?post_type=auto&p=378',0,'auto','',0),
(379,5648,'2024-06-27 21:55:39','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-27 21:55:39','0000-00-00 00:00:00','',0,'https://auto.at.loc/?post_type=auto&p=379',0,'auto','',0),
(380,5648,'2024-06-27 22:02:55','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-27 22:02:55','0000-00-00 00:00:00','',0,'https://auto.at.loc/?post_type=auto&p=380',0,'auto','',0),
(381,5648,'2024-06-27 22:03:11','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-27 22:03:11','0000-00-00 00:00:00','',0,'https://auto.at.loc/?post_type=auto&p=381',0,'auto','',0),
(382,5648,'2024-06-27 22:03:31','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-27 22:03:31','0000-00-00 00:00:00','',0,'https://auto.at.loc/?post_type=auto&p=382',0,'auto','',0),
(679,5648,'2023-10-31 07:34:53','2023-10-31 04:34:53','','MITSUBISHI COLT 2011','','publish','closed','closed','','mitsubishi-colt-2011','','','2024-06-28 03:03:54','2024-06-27 17:03:54','',0,'https://auto.mitrofanov.ru/auto/honda-shutle-2012-2/',0,'auto','',0),
(784,5648,'2023-11-01 17:31:42','2023-11-01 07:31:42','','Toyota Tank','','publish','closed','closed','','777','','','2024-06-28 03:21:35','2024-06-27 17:21:35','',0,'https://auto.mitrofanov.ru/auto/777/',0,'auto','',0),
(801,5648,'2023-11-02 16:06:30','2023-11-02 06:06:30','','Nissan Note 2019','','publish','closed','closed','','nissan-note-2019','','','2024-06-28 03:28:37','2024-06-27 17:28:37','',0,'https://auto.mitrofanov.ru/auto/nissan-note-2019/',0,'auto','',0),
(817,5648,'2023-11-02 16:22:45','2023-11-02 06:22:45','','Honda Fit Shuttle 2012','','publish','closed','closed','','honda-fit-shuttle-2012-%d0%b3%d0%be%d0%b4','','','2024-06-28 03:49:19','2024-06-27 17:49:19','',0,'https://auto.mitrofanov.ru/auto/honda-fit-shuttle-2012-%d0%b3%d0%be%d0%b4/',0,'auto','',0),
(827,5648,'2023-11-09 11:09:00','2023-11-09 01:09:00','','Honda Shuttle H 2015','','publish','closed','closed','','honda-shuttle-hybrid-2015%d0%b3','','','2024-07-07 21:17:40','2024-07-07 11:17:40','',0,'https://auto.mitrofanov.ru/auto/honda-shuttle-hybrid-2015%d0%b3/',0,'auto','',0),
(838,5648,'2023-11-15 10:35:58','2023-11-15 00:35:58','','Toyota Prius 2010','','publish','closed','closed','','toyota-prius-2010','','','2024-06-28 04:03:23','2024-06-27 18:03:23','',0,'https://auto.mitrofanov.ru/auto/toyota-prius-2010/',0,'auto','',0),
(847,5648,'2023-11-15 11:45:43','2023-11-15 01:45:43','','Toyota Probox 2015','','publish','closed','closed','','toyota-probox-2015','','','2024-06-28 04:06:54','2024-06-27 18:06:54','',0,'https://auto.mitrofanov.ru/auto/toyota-probox-2015/',0,'auto','',0),
(859,5648,'2023-12-07 13:45:13','2023-12-07 03:45:13','','Nissan AD 2018','','publish','closed','closed','','nissan-ad-2018','','','2024-06-28 04:09:50','2024-06-27 18:09:50','',0,'https://auto.mitrofanov.ru/auto/nissan-ad-2018/',0,'auto','',0),
(869,5648,'2024-05-27 09:59:39','2024-05-26 23:59:39','','Mazda Axela 2018','','publish','closed','closed','','mazda-axela-2018','','','2024-06-28 04:12:12','2024-06-27 18:12:12','',0,'https://auto.mitrofanov.ru/auto/mazda-axela-2018/',0,'auto','',0),
(875,5648,'2024-05-28 08:28:52','2024-05-27 22:28:52','','Toyota Passo 2020','','publish','closed','closed','','toyota-passo-2020','','','2024-06-28 15:16:09','2024-06-28 05:16:09','',0,'https://auto.mitrofanov.ru/auto/toyota-passo-2020-%d0%b2%d0%be%d0%b7%d0%bc%d0%be%d0%b6%d0%bd%d0%be-%d0%b2-%d0%bf%d1%80%d0%be%d0%ba%d0%b0%d1%82-2000-%d1%80%d1%83%d0%b1-%d1%81%d1%83%d1%82/',0,'auto','',0),
(893,5648,'2024-06-27 22:37:09','2024-06-27 12:37:09','<!-- wp:generateblocks/container {\"uniqueId\":\"dcfcde3e\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:acf-frontend/form {\"formID\":1028} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"0px\",\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"paddingTopMobile\":\"0rem\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\",\"paddingBottomMobile\":\"0rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b4153a4a\",\"element\":\"h1\",\"blockVersion\":3,\"spacing\":{\"marginTop\":\"2rem\",\"marginBottom\":\"2rem\",\"marginLeft\":\".5rem\",\"marginRight\":\".5rem\"}} -->\n<h1 class=\"gb-headline gb-headline-b4153a4a gb-headline-text\">Автопарк</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"24\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\",\"widthTablet\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:acf-frontend/form {\"formID\":987} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ffeaf257\",\"anchor\":\"contact\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"marginTop\":\"3rem\",\"paddingTop\":\"3rem\",\"paddingBottom\":\"3rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"ae1e88b1\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\"}} -->\n<!-- wp:block {\"ref\":1151} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":954} /-->','Автопарк','','publish','closed','closed','','autopark','','','2024-07-08 17:50:59','2024-07-08 07:50:59','',0,'https://auto.at.loc/?page_id=893',0,'page','',0),
(929,5648,'2024-06-28 00:11:06','2024-06-27 14:11:06','<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"3\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n<!-- /wp:generateblocks/container -->','autos','','publish','closed','closed','','autos','','','2024-06-28 00:27:37','2024-06-27 14:27:37','',0,'https://auto.at.loc/autos/',0,'wp_block','',0),
(938,5648,'2024-06-28 00:19:23','2024-06-27 14:19:23','{\n \"generate_settings[link_color]\": {\n \"value\": \"var(--contrast)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 14:19:23\"\n },\n \"generate_settings[link_color_hover]\": {\n \"value\": \"var(--accent)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 14:19:23\"\n }\n}','','','trash','closed','closed','','a43dc901-da2c-493d-9387-95d9bdb2cbbd','','','2024-06-28 00:19:23','2024-06-27 14:19:23','',0,'https://auto.at.loc/a43dc901-da2c-493d-9387-95d9bdb2cbbd/',0,'customize_changeset','',0),
(939,5648,'2024-06-28 00:19:40','2024-06-27 14:19:40','{\n \"generate_settings[link_color_hover]\": {\n \"value\": \"var(--dark-accent)\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 14:19:40\"\n }\n}','','','trash','closed','closed','','cbe56856-126f-4da2-92c1-490e3318c6d2','','','2024-06-28 00:19:40','2024-06-27 14:19:40','',0,'https://auto.at.loc/cbe56856-126f-4da2-92c1-490e3318c6d2/',0,'customize_changeset','',0),
(941,5648,'2024-06-28 00:26:18','2024-06-27 14:26:18','<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"24\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n<!-- /wp:generateblocks/container -->','autos','','inherit','closed','closed','','929-revision-v1','','','2024-06-28 00:26:18','2024-06-27 14:26:18','',929,'https://auto.at.loc/?p=941',0,'revision','',0),
(942,5648,'2024-06-28 00:27:37','2024-06-27 14:27:37','<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"3\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n<!-- /wp:generateblocks/container -->','autos','','inherit','closed','closed','','929-revision-v1','','','2024-06-28 00:27:37','2024-06-27 14:27:37','',929,'https://auto.at.loc/?p=942',0,'revision','',0),
(954,5648,'2024-06-28 00:42:29','2024-06-27 14:42:29','<!-- wp:generateblocks/container {\"uniqueId\":\"a40e6244\",\"anchor\":\"foo\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"linkColor\":\"var(\\u002d\\u002dbase-3)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"metadata\":{\"name\":\"Футер\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d264a2ba\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"linkColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginTop\":\"0px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"0px\",\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1.5rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"296368d5\",\"columns\":4,\"horizontalGap\":60,\"verticalGapTablet\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6eb67b76\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"38%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"51b49b15\",\"mediaId\":266,\"sizeSlug\":\"full\",\"width\":\"250px\",\"blockVersion\":2,\"spacing\":{\"marginBottom\":\"2rem\"}} -->\n<figure class=\"gb-block-image gb-block-image-51b49b15\"><img class=\"gb-image gb-image-51b49b15\" src=\"https://auto.mitrofanov.ru/wp-content/uploads/logo_auto_white.min_.svg\" alt=\"\" title=\"logo_auto_white.min\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p>Лизинг авто для физических лиц. Скидка до 10% от стоимости автосалона.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Один звонок — своя машина. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"38c597ea\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:paragraph {\"className\":\"conto-contacts\"} -->\n<p class=\"conto-contacts\">КОНТАКТЫ</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2c192ae6\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:paragraph {\"className\":\"conto-hours\"} -->\n<p class=\"conto-hours\">ЧАСЫ РАБОТЫ</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"83b22729\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:paragraph {\"className\":\"conto-social\"} -->\n<p class=\"conto-social\">СВЯЗЬ</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->','footer','','publish','closed','closed','','footer','','','2024-07-22 20:06:14','2024-07-22 10:06:14','',0,'https://auto.at.loc/footer/',0,'wp_block','',0),
(981,5648,'2024-06-28 01:31:51','2024-06-27 15:31:51','<!-- wp:generateblocks/container {\"uniqueId\":\"b3ac02dd\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:paragraph -->\n<p>1. Общие положения</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Настоящая политика обработки персональных данных составлена в соответствии с требованиями Федерального закона от 27.07.2006. № 152-ФЗ «О персональных данных» (далее — Закон о персональных данных) и определяет порядок обработки персональных данных и меры по обеспечению безопасности персональных данных, предпринимаемые ООО \"ВЛАДТРАНС\" (далее — Оператор).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.1. Оператор ставит своей важнейшей целью и условием осуществления своей деятельности соблюдение прав и свобод человека и гражданина при обработке его персональных данных, в том числе защиты прав на неприкосновенность частной жизни, личную и семейную тайну.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>1.2. Настоящая политика Оператора в отношении обработки персональных данных (далее — Политика) применяется ко всей информации, которую Оператор может получить о посетителях веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2. Основные понятия, используемые в Политике</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.1. Автоматизированная обработка персональных данных — обработка персональных данных с помощью средств вычислительной техники.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.2. Блокирование персональных данных — временное прекращение обработки персональных данных (за исключением случаев, если обработка необходима для уточнения персональных данных).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.3. Веб-сайт — совокупность графических и информационных материалов, а также программ для ЭВМ и баз данных, обеспечивающих их доступность в сети интернет по сетевому адресу https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.4. Информационная система персональных данных — совокупность содержащихся в базах данных персональных данных и обеспечивающих их обработку информационных технологий и технических средств.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.5. Обезличивание персональных данных — действия, в результате которых невозможно определить без использования дополнительной информации принадлежность персональных данных конкретному Пользователю или иному субъекту персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.6. Обработка персональных данных — любое действие (операция) или совокупность действий (операций), совершаемых с использованием средств автоматизации или без использования таких средств с персональными данными, включая сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление, уничтожение персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.7. Оператор — государственный орган, муниципальный орган, юридическое или физическое лицо, самостоятельно или совместно с другими лицами организующие и/или осуществляющие обработку персональных данных, а также определяющие цели обработки персональных данных, состав персональных данных, подлежащих обработке, действия (операции), совершаемые с персональными данными.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.8. Персональные данные — любая информация, относящаяся прямо или косвенно к определенному или определяемому Пользователю веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.9. Персональные данные, разрешенные субъектом персональных данных для распространения, — персональные данные, доступ неограниченного круга лиц к которым предоставлен субъектом персональных данных путем дачи согласия на обработку персональных данных, разрешенных субъектом персональных данных для распространения в порядке, предусмотренном Законом о персональных данных (далее — персональные данные, разрешенные для распространения).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.10. Пользователь — любой посетитель веб-сайта https://auto.mitrofanov.ru/.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.11. Предоставление персональных данных — действия, направленные на раскрытие персональных данных определенному лицу или определенному кругу лиц.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.12. Распространение персональных данных — любые действия, направленные на раскрытие персональных данных неопределенному кругу лиц (передача персональных данных) или на ознакомление с персональными данными неограниченного круга лиц, в том числе обнародование персональных данных в средствах массовой информации, размещение в информационно-телекоммуникационных сетях или предоставление доступа к персональным данным каким-либо иным способом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.13. Трансграничная передача персональных данных — передача персональных данных на территорию иностранного государства органу власти иностранного государства, иностранному физическому или иностранному юридическому лицу.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>2.14. Уничтожение персональных данных — любые действия, в результате которых персональные данные уничтожаются безвозвратно с невозможностью дальнейшего восстановления содержания персональных данных в информационной системе персональных данных и/или уничтожаются материальные носители персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3. Основные права и обязанности Оператора</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.1. Оператор имеет право:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— получать от субъекта персональных данных достоверные информацию и/или документы, содержащие персональные данные;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— в случае отзыва субъектом персональных данных согласия на обработку персональных данных, а также, направления обращения с требованием о прекращении обработки персональных данных, Оператор вправе продолжить обработку персональных данных без согласия субъекта персональных данных при наличии оснований, указанных в Законе о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— самостоятельно определять состав и перечень мер, необходимых и достаточных для обеспечения выполнения обязанностей, предусмотренных Законом о персональных данных и принятыми в соответствии с ним нормативными правовыми актами, если иное не предусмотрено Законом о персональных данных или другими федеральными законами.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>3.2. Оператор обязан:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— предоставлять субъекту персональных данных по его просьбе информацию, касающуюся обработки его персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— организовывать обработку персональных данных в порядке, установленном действующим законодательством РФ;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— отвечать на обращения и запросы субъектов персональных данных и их законных представителей в соответствии с требованиями Закона о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— сообщать в уполномоченный орган по защите прав субъектов персональных данных по запросу этого органа необходимую информацию в течение 10 дней с даты получения такого запроса;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— публиковать или иным образом обеспечивать неограниченный доступ к настоящей Политике в отношении обработки персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— принимать правовые, организационные и технические меры для защиты персональных данных от неправомерного или случайного доступа к ним, уничтожения, изменения, блокирования, копирования, предоставления, распространения персональных данных, а также от иных неправомерных действий в отношении персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— прекратить передачу (распространение, предоставление, доступ) персональных данных, прекратить обработку и уничтожить персональные данные в порядке и случаях, предусмотренных Законом о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— исполнять иные обязанности, предусмотренные Законом о персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4. Основные права и обязанности субъектов персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.1. Субъекты персональных данных имеют право:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— получать информацию, касающуюся обработки его персональных данных, за исключением случаев, предусмотренных федеральными законами. Сведения предоставляются субъекту персональных данных Оператором в доступной форме, и в них не должны содержаться персональные данные, относящиеся к другим субъектам персональных данных, за исключением случаев, когда имеются законные основания для раскрытия таких персональных данных. Перечень информации и порядок ее получения установлен Законом о персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— требовать от оператора уточнения его персональных данных, их блокирования или уничтожения в случае, если персональные данные являются неполными, устаревшими, неточными, незаконно полученными или не являются необходимыми для заявленной цели обработки, а также принимать предусмотренные законом меры по защите своих прав;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— выдвигать условие предварительного согласия при обработке персональных данных в целях продвижения на рынке товаров, работ и услуг;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— на отзыв согласия на обработку персональных данных, а также, на направление требования о прекращении обработки персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— обжаловать в уполномоченный орган по защите прав субъектов персональных данных или в судебном порядке неправомерные действия или бездействие Оператора при обработке его персональных данных;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— на осуществление иных прав, предусмотренных законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.2. Субъекты персональных данных обязаны:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— предоставлять Оператору достоверные данные о себе;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>— сообщать Оператору об уточнении (обновлении, изменении) своих персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>4.3. Лица, передавшие Оператору недостоверные сведения о себе, либо сведения о другом субъекте персональных данных без согласия последнего, несут ответственность в соответствии с законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5. Принципы обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.1. Обработка персональных данных осуществляется на законной и справедливой основе.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.2. Обработка персональных данных ограничивается достижением конкретных, заранее определенных и законных целей. Не допускается обработка персональных данных, несовместимая с целями сбора персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.3. Не допускается объединение баз данных, содержащих персональные данные, обработка которых осуществляется в целях, несовместимых между собой.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.4. Обработке подлежат только персональные данные, которые отвечают целям их обработки.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.5. Содержание и объем обрабатываемых персональных данных соответствуют заявленным целям обработки. Не допускается избыточность обрабатываемых персональных данных по отношению к заявленным целям их обработки.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.6. При обработке персональных данных обеспечивается точность персональных данных, их достаточность, а в необходимых случаях и актуальность по отношению к целям обработки персональных данных. Оператор принимает необходимые меры и/или обеспечивает их принятие по удалению или уточнению неполных или неточных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>5.7. Хранение персональных данных осуществляется в форме, позволяющей определить субъекта персональных данных, не дольше, чем этого требуют цели обработки персональных данных, если срок хранения персональных данных не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем по которому является субъект персональных данных. Обрабатываемые персональные данные уничтожаются либо обезличиваются по достижении целей обработки или в случае утраты необходимости в достижении этих целей, если иное не предусмотрено федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>6. Цели обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Цель обработки предоставление доступа Пользователю к сервисам, информации и/или материалам, содержащимся на веб-сайте</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Персональные данные</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>фамилия, имя, отчество</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>электронный адрес</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>номера телефонов</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Правовые основания</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>уставные (учредительные) документы Оператора</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>договоры, заключаемые между оператором и субъектом персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Федеральный закон \"О персональный данных\"</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Виды обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Сбор, запись, систематизация, накопление, хранение, уничтожение и обезличивание персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Отправка информационных писем на адрес электронной почты</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7. Условия обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.1. Обработка персональных данных осуществляется с согласия субъекта персональных данных на обработку его персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.2. Обработка персональных данных необходима для достижения целей, предусмотренных международным договором Российской Федерации или законом, для осуществления возложенных законодательством Российской Федерации на оператора функций, полномочий и обязанностей.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.3. Обработка персональных данных необходима для осуществления правосудия, исполнения судебного акта, акта другого органа или должностного лица, подлежащих исполнению в соответствии с законодательством Российской Федерации об исполнительном производстве.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.4. Обработка персональных данных необходима для исполнения договора, стороной которого либо выгодоприобретателем или поручителем по которому является субъект персональных данных, а также для заключения договора по инициативе субъекта персональных данных или договора, по которому субъект персональных данных будет являться выгодоприобретателем или поручителем.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.5. Обработка персональных данных необходима для осуществления прав и законных интересов оператора или третьих лиц либо для достижения общественно значимых целей при условии, что при этом не нарушаются права и свободы субъекта персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.6. Осуществляется обработка персональных данных, доступ неограниченного круга лиц к которым предоставлен субъектом персональных данных либо по его просьбе (далее — общедоступные персональные данные).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>7.7. Осуществляется обработка персональных данных, подлежащих опубликованию или обязательному раскрытию в соответствии с федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8. Порядок сбора, хранения, передачи и других видов обработки персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Безопасность персональных данных, которые обрабатываются Оператором, обеспечивается путем реализации правовых, организационных и технических мер, необходимых для выполнения в полном объеме требований действующего законодательства в области защиты персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.1. Оператор обеспечивает сохранность персональных данных и принимает все возможные меры, исключающие доступ к персональным данным неуполномоченных лиц.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.2. Персональные данные Пользователя никогда, ни при каких условиях не будут переданы третьим лицам, за исключением случаев, связанных с исполнением действующего законодательства либо в случае, если субъектом персональных данных дано согласие Оператору на передачу данных третьему лицу для исполнения обязательств по гражданско-правовому договору.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.3. В случае выявления неточностей в персональных данных, Пользователь может актуализировать их самостоятельно, путем направления Оператору уведомление на адрес электронной почты Оператора bid@dobrolom.com с пометкой «Актуализация персональных данных».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.4. Срок обработки персональных данных определяется достижением целей, для которых были собраны персональные данные, если иной срок не предусмотрен договором или действующим законодательством.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Пользователь может в любой момент отозвать свое согласие на обработку персональных данных, направив Оператору уведомление посредством электронной почты на электронный адрес Оператора bid@dobrolom.com с пометкой «Отзыв согласия на обработку персональных данных».</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.5. Вся информация, которая собирается сторонними сервисами, в том числе платежными системами, средствами связи и другими поставщиками услуг, хранится и обрабатывается указанными лицами (Операторами) в соответствии с их Пользовательским соглашением и Политикой конфиденциальности. Субъект персональных данных и/или с указанными документами. Оператор не несет ответственность за действия третьих лиц, в том числе указанных в настоящем пункте поставщиков услуг.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.6. Установленные субъектом персональных данных запреты на передачу (кроме предоставления доступа), а также на обработку или условия обработки (кроме получения доступа) персональных данных, разрешенных для распространения, не действуют в случаях обработки персональных данных в государственных, общественных и иных публичных интересах, определенных законодательством РФ.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.7. Оператор при обработке персональных данных обеспечивает конфиденциальность персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.8. Оператор осуществляет хранение персональных данных в форме, позволяющей определить субъекта персональных данных, не дольше, чем этого требуют цели обработки персональных данных, если срок хранения персональных данных не установлен федеральным законом, договором, стороной которого, выгодоприобретателем или поручителем по которому является субъект персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>8.9. Условием прекращения обработки персональных данных может являться достижение целей обработки персональных данных, истечение срока действия согласия субъекта персональных данных, отзыв согласия субъектом персональных данных или требование о прекращении обработки персональных данных, а также выявление неправомерной обработки персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9. Перечень действий, производимых Оператором с полученными персональными данными</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.1. Оператор осуществляет сбор, запись, систематизацию, накопление, хранение, уточнение (обновление, изменение), извлечение, использование, передачу (распространение, предоставление, доступ), обезличивание, блокирование, удаление и уничтожение персональных данных.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>9.2. Оператор осуществляет автоматизированную обработку персональных данных с получением и/или передачей полученной информации по информационно-телекоммуникационным сетям или без таковой.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10. Трансграничная передача персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.1. Оператор до начала осуществления деятельности по трансграничной передаче персональных данных обязан уведомить уполномоченный орган по защите прав субъектов персональных данных о своем намерении осуществлять трансграничную передачу персональных данных (такое уведомление направляется отдельно от уведомления о намерении осуществлять обработку персональных данных).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>10.2. Оператор до подачи вышеуказанного уведомления, обязан получить от органов власти иностранного государства, иностранных физических лиц, иностранных юридических лиц, которым планируется трансграничная передача персональных данных, соответствующие сведения.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>11. Конфиденциальность персональных данных</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Оператор и иные лица, получившие доступ к персональным данным, обязаны не раскрывать третьим лицам и не распространять персональные данные без согласия субъекта персональных данных, если иное не предусмотрено федеральным законом.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12. Заключительные положения</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.1. Пользователь может получить любые разъяснения по интересующим вопросам, касающимся обработки его персональных данных, обратившись к Оператору с помощью электронной почты bid@dobrolom.com.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.2. В данном документе будут отражены любые изменения политики обработки персональных данных Оператором. Политика действует бессрочно до замены ее новой версией.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>12.3. Актуальная версия Политики в свободном доступе расположена в сети Интернет по адресу https://auto.mitrofanov.ru/privacy.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->','Политика конфиденциальности','','inherit','closed','closed','','3-revision-v1','','','2024-06-28 01:31:51','2024-06-27 15:31:51','',3,'https://auto.at.loc/?p=981',0,'revision','',0),
(987,5648,'2024-06-28 01:40:32','2024-06-27 15:40:32','a:21:{s:18:\"custom_fields_save\";s:4:\"post\";s:21:\"save_form_submissions\";s:0:\"\";s:8:\"redirect\";s:7:\"current\";s:19:\"show_update_message\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:24:\"default_required_message\";s:0:\"\";s:22:\"email_verified_message\";s:28:\"Your email has been verified\";s:7:\"no_kses\";s:0:\"\";s:11:\"wp_uploader\";s:1:\"1\";s:15:\"form_conditions\";a:1:{i:0;a:10:{s:9:\"rule_name\";s:14:\"Administrators\";s:10:\"applies_to\";a:2:{i:0;s:4:\"form\";i:1;s:11:\"submissions\";}s:11:\"not_allowed\";s:12:\"show_nothing\";s:19:\"not_allowed_message\";s:56:\"You do not have the proper permissions to view this form\";s:19:\"not_allowed_content\";s:0:\"\";s:11:\"who_can_see\";s:9:\"logged_in\";s:18:\"email_verification\";s:3:\"all\";s:7:\"by_role\";a:1:{i:0;s:13:\"administrator\";}s:10:\"by_user_id\";s:0:\"\";s:19:\"special_permissions\";s:0:\"\";}}s:13:\"show_in_modal\";s:1:\"1\";s:17:\"modal_button_text\";s:16:\"РЕДАКТОР\";s:12:\"save_to_post\";s:9:\"edit_post\";s:12:\"post_to_edit\";s:12:\"current_post\";s:9:\"post_type\";a:1:{i:0;s:4:\"auto\";}s:15:\"new_post_status\";s:9:\"no_change\";s:12:\"save_to_user\";s:9:\"edit_user\";s:12:\"user_to_edit\";s:12:\"current_user\";s:5:\"roles\";a:3:{i:0;s:10:\"subscriber\";i:1;s:6:\"author\";i:2;s:11:\"contributor\";}s:12:\"save_to_term\";s:9:\"edit_term\";s:12:\"term_to_edit\";s:12:\"current_term\";}','Frontend Form','','publish','closed','closed','','frontend-form','','','2024-06-28 02:10:27','2024-06-27 16:10:27','',0,'https://auto.at.loc/?post_type=admin_form&p=987',0,'admin_form','',0),
(988,5648,'2024-06-28 01:42:11','2024-06-27 15:42:11','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"post_title\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:30:\"Марка Модель ГОД\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"custom_slug\";i:0;s:9:\"data_name\";s:5:\"title\";s:11:\"fea_wp_core\";i:1;}','Наименование','fea_post_title','publish','closed','closed','','field_667d87fc26aae','','','2024-06-28 01:46:29','2024-06-27 15:46:29','',987,'https://auto.at.loc/?post_type=acf-field&p=988',0,'acf-field','',0),
(990,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Описание','описание','publish','closed','closed','','field_667d8b001b62b','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=990',1,'acf-field','',0),
(991,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf1926b30b\";}s:14:\"fields_exclude\";s:0:\"\";}','Краткое описание (под слайдером)','краткое_описание_под_слайдером','publish','closed','closed','','field_667d8b1a1b62c','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=991',2,'acf-field','',0),
(992,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:28:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:14:\"featured_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:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:13:\"return_format\";s:5:\"array\";s:12:\"show_preview\";i:1;s:15:\"show_preview_in\";s:0:\"\";s:12:\"preview_type\";s:3:\"img\";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:11:\"resize_file\";i:0;s:12:\"no_file_text\";s:0:\"\";s:11:\"button_text\";s:42:\"Добавить основное фото\";s:16:\"custom_directory\";i:0;s:17:\"hide_from_library\";i:0;s:10:\"mime_types\";s:22:\"jpg,jpeg,png,webp,avif\";s:12:\"preview_size\";s:6:\"medium\";s:11:\"fea_wp_core\";i:1;}','Основное фото','fea_featured_image','publish','closed','closed','','field_667d8b4a1b62d','','','2024-06-28 02:01:46','2024-06-27 16:01:46','',987,'https://auto.at.loc/?post_type=acf-field&p=992',3,'acf-field','',0),
(993,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_65318ff456888\";}s:14:\"fields_exclude\";s:0:\"\";}','Доп. фото','доп_фото','publish','closed','closed','','field_667d8b901b62e','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=993',4,'acf-field','',0),
(994,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_666aa97a0efd5\";}s:14:\"fields_exclude\";s:0:\"\";}','Видеофайл','видеофайл','publish','closed','closed','','field_667d8bb01b62f','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=994',5,'acf-field','',0),
(995,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть фото аккордеон','закрыть_фото_аккордеон','publish','closed','closed','','field_667d8bca1b630','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=995',6,'acf-field','',0),
(996,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Стоимость','стоимость','publish','closed','closed','','field_667d8be01b631','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=996',7,'acf-field','',0),
(997,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_6677e590d008f\";}s:14:\"fields_exclude\";s:0:\"\";}','Стоимость','стоимость','publish','closed','closed','','field_667d8c141b632','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=997',8,'acf-field','',0),
(998,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_667806542cdf1\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8c321b633','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=998',9,'acf-field','',0),
(999,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_653a0edd7620a\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8c4c1b634','','','2024-06-28 01:59:42','2024-06-27 15:59:42','',987,'https://auto.at.loc/?post_type=acf-field&p=999',10,'acf-field','',0),
(1000,5648,'2024-06-28 01:59:42','2024-06-27 15:59:42','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_653a1ffe40181\";}s:14:\"fields_exclude\";s:0:\"\";}','','field_667d8c601b635','publish','closed','closed','','field_667d8c601b635','','','2024-06-28 02:01:37','2024-06-27 16:01:37','',987,'https://auto.at.loc/?post_type=acf-field&p=1000',11,'acf-field','',0),
(1001,5648,'2024-06-28 02:01:37','2024-06-27 16:01:37','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_66781546da63b\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8c7b58650','','','2024-06-28 02:01:37','2024-06-27 16:01:37','',987,'https://auto.at.loc/?post_type=acf-field&p=1001',12,'acf-field','',0),
(1002,5648,'2024-06-28 02:01:37','2024-06-27 16:01:37','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_66780efd3acec\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8c9258651','','','2024-06-28 02:01:37','2024-06-27 16:01:37','',987,'https://auto.at.loc/?post_type=acf-field&p=1002',13,'acf-field','',0),
(1003,5648,'2024-06-28 02:01:37','2024-06-27 16:01:37','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_667815d1ac182\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8caa58652','','','2024-06-28 02:01:37','2024-06-27 16:01:37','',987,'https://auto.at.loc/?post_type=acf-field&p=1003',14,'acf-field','',0),
(1004,5648,'2024-06-28 02:01:37','2024-06-27 16:01:37','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть стоимость','закрыть_стоимость','publish','closed','closed','','field_667d8cd458653','','','2024-06-28 02:01:37','2024-06-27 16:01:37','',987,'https://auto.at.loc/?post_type=acf-field&p=1004',15,'acf-field','',0),
(1005,5648,'2024-06-28 02:04:02','2024-06-27 16:04:02','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Технические детали','технические_детали','publish','closed','closed','','field_667d8d1cac7c8','','','2024-06-28 02:04:02','2024-06-27 16:04:02','',987,'https://auto.at.loc/?post_type=acf-field&p=1005',16,'acf-field','',0),
(1006,5648,'2024-06-28 02:04:02','2024-06-27 16:04:02','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf7d07f3ee\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8d37ac7c9','','','2024-06-28 02:04:02','2024-06-27 16:04:02','',987,'https://auto.at.loc/?post_type=acf-field&p=1006',17,'acf-field','',0),
(1007,5648,'2024-06-28 02:04:02','2024-06-27 16:04:02','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf7fe51c49\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8d4dac7ca','','','2024-06-28 02:04:02','2024-06-27 16:04:02','',987,'https://auto.at.loc/?post_type=acf-field&p=1007',18,'acf-field','',0),
(1008,5648,'2024-06-28 02:04:02','2024-06-27 16:04:02','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf87a51c4a\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8d64ac7cb','','','2024-06-28 02:04:02','2024-06-27 16:04:02','',987,'https://auto.at.loc/?post_type=acf-field&p=1008',19,'acf-field','',0),
(1009,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf1bc6b30c\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8d7a8730b','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1009',20,'acf-field','',0),
(1010,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_6677ea41921c4\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8d8f8730c','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1010',21,'acf-field','',0),
(1011,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf8d46142c\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8da88730d','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1011',22,'acf-field','',0),
(1012,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf8f76142d\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8dbb8730e','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1012',23,'acf-field','',0),
(1013,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_653b17ec65ba1\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8ddb8730f','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1013',24,'acf-field','',0),
(1014,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_6677e9ae6d6aa\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8def87310','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1014',25,'acf-field','',0),
(1015,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_6677ea0917f7d\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8e0487311','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1015',26,'acf-field','',0),
(1016,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf9fc2641c\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8e1087312','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1016',27,'acf-field','',0),
(1017,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf39e3f7d1\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8e2d87313','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1017',28,'acf-field','',0),
(1018,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf3e100f2c\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8e3a87314','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1018',29,'acf-field','',0),
(1019,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть тех детали','закрыть_тех_детали','publish','closed','closed','','field_667d8e6a87315','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1019',30,'acf-field','',0),
(1020,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Комплектация','комплектация','publish','closed','closed','','field_667d8e8187316','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1020',31,'acf-field','',0),
(1021,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"group_6677fd3ebff93\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d8e9287317','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1021',32,'acf-field','',0),
(1022,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть комплектация','','publish','closed','closed','','field_667d8e9e87318','','','2024-06-28 02:10:27','2024-06-27 16:10:27','',987,'https://auto.at.loc/?post_type=acf-field&p=1022',33,'acf-field','',0),
(1023,5648,'2024-06-28 02:10:01','2024-06-27 16:10:01','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"submit_button\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:11:\"button_text\";s:22:\"Подтвердить\";s:8:\"redirect\";s:0:\"\";s:16:\"field_label_hide\";i:1;s:10:\"custom_url\";s:0:\"\";}','','','publish','closed','closed','','field_667d8eb887319','','','2024-06-28 02:10:01','2024-06-27 16:10:01','',987,'https://auto.at.loc/?post_type=acf-field&p=1023',34,'acf-field','',0),
(1028,5648,'2024-06-28 02:47:36','2024-06-27 16:47:36','a:21:{s:18:\"custom_fields_save\";s:4:\"post\";s:21:\"save_form_submissions\";s:0:\"\";s:8:\"redirect\";s:7:\"current\";s:19:\"show_update_message\";s:0:\"\";s:13:\"error_message\";s:0:\"\";s:24:\"default_required_message\";s:0:\"\";s:22:\"email_verified_message\";s:28:\"Your email has been verified\";s:7:\"no_kses\";s:0:\"\";s:11:\"wp_uploader\";s:1:\"1\";s:15:\"form_conditions\";a:1:{i:0;a:10:{s:9:\"rule_name\";s:14:\"Administrators\";s:10:\"applies_to\";a:2:{i:0;s:4:\"form\";i:1;s:11:\"submissions\";}s:11:\"not_allowed\";s:12:\"show_nothing\";s:19:\"not_allowed_message\";s:56:\"You do not have the proper permissions to view this form\";s:19:\"not_allowed_content\";s:0:\"\";s:11:\"who_can_see\";s:9:\"logged_in\";s:18:\"email_verification\";s:3:\"all\";s:7:\"by_role\";a:1:{i:0;s:13:\"administrator\";}s:10:\"by_user_id\";s:0:\"\";s:19:\"special_permissions\";s:0:\"\";}}s:13:\"show_in_modal\";s:1:\"1\";s:17:\"modal_button_text\";s:16:\"Добавить\";s:12:\"save_to_post\";s:8:\"new_post\";s:13:\"new_post_type\";s:4:\"auto\";s:14:\"new_post_terms\";s:12:\"current_term\";s:15:\"new_post_status\";s:7:\"publish\";s:12:\"save_to_user\";s:9:\"edit_user\";s:12:\"user_to_edit\";s:12:\"current_user\";s:5:\"roles\";a:3:{i:0;s:6:\"author\";i:1;s:11:\"contributor\";i:2;s:10:\"subscriber\";}s:12:\"save_to_term\";s:9:\"edit_term\";s:12:\"term_to_edit\";s:12:\"current_term\";}','new auto','','publish','closed','closed','','new-auto','','','2024-06-28 02:54:15','2024-06-27 16:54:15','',0,'https://auto.at.loc/?post_type=admin_form&p=1028',0,'admin_form','',0),
(1029,5648,'2024-06-28 02:29:28','2024-06-27 16:29:28','a:16:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:10:\"post_title\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:1;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:30:\"Марка Модель ГОД\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:11:\"custom_slug\";i:1;s:9:\"data_name\";s:5:\"title\";s:11:\"fea_wp_core\";i:1;}','Наименование','fea_post_title','publish','closed','closed','','field_667d9368a5a21','','','2024-06-28 11:12:15','2024-06-28 01:12:15','',1028,'https://auto.at.loc/?post_type=acf-field&p=1029',0,'acf-field','',0),
(1035,5648,'2024-06-28 02:33:02','2024-06-27 16:33:02','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Описание','описание','publish','closed','closed','','field_667d94173165f','','','2024-06-28 02:33:02','2024-06-27 16:33:02','',1028,'https://auto.at.loc/?post_type=acf-field&p=1035',1,'acf-field','',0),
(1036,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_652cf1926b30b\";}s:14:\"fields_exclude\";s:0:\"\";}','Краткое описание (под слайдером)','краткое_описание_под_слайдером','publish','closed','closed','','field_667d94498b3c0','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1036',2,'acf-field','',0),
(1037,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:28:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:14:\"featured_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:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:13:\"return_format\";s:5:\"array\";s:12:\"show_preview\";i:1;s:15:\"show_preview_in\";s:0:\"\";s:12:\"preview_type\";s:3:\"img\";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:11:\"resize_file\";i:0;s:12:\"no_file_text\";s:0:\"\";s:11:\"button_text\";s:42:\"Добавить основное фото\";s:16:\"custom_directory\";i:0;s:17:\"hide_from_library\";i:0;s:10:\"mime_types\";s:22:\"jpg,jpeg,png,webp,avif\";s:12:\"preview_size\";s:6:\"medium\";s:11:\"fea_wp_core\";i:1;}','Основное фото','fea_featured_image','publish','closed','closed','','field_667d94608b3c1','','','2024-06-28 02:44:30','2024-06-27 16:44:30','',1028,'https://auto.at.loc/?post_type=acf-field&p=1037',3,'acf-field','',0),
(1038,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_65318ff456888\";}s:14:\"fields_exclude\";s:0:\"\";}','Доп. фото','доп_фото','publish','closed','closed','','field_667d94a68b3c2','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1038',4,'acf-field','',0),
(1039,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_666aa97a0efd5\";}s:14:\"fields_exclude\";s:0:\"\";}','Видеофайл','видеофайл','publish','closed','closed','','field_667d94c68b3c3','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1039',5,'acf-field','',0),
(1040,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть фото аккордеон','закрыть_фото_аккордеон','publish','closed','closed','','field_667d94fe8b3c4','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1040',6,'acf-field','',0),
(1041,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Стоимость','стоимость','publish','closed','closed','','field_667d95138b3c5','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1041',7,'acf-field','',0),
(1042,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_6677e590d008f\";}s:14:\"fields_exclude\";s:0:\"\";}','Стоимость','стоимость','publish','closed','closed','','field_667d952b8b3c6','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1042',8,'acf-field','',0),
(1043,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_667806542cdf1\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d953c8b3c7','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1043',9,'acf-field','',0),
(1044,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_653a0edd7620a\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d95598b3c8','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1044',10,'acf-field','',0),
(1045,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_653a1ffe40181\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d956a8b3c9','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1045',11,'acf-field','',0),
(1046,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_66781546da63b\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d957d8b3ca','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1046',12,'acf-field','',0),
(1047,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_66780efd3acec\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d95908b3cb','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1047',13,'acf-field','',0),
(1048,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"field_667815d1ac182\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d95a38b3cc','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1048',14,'acf-field','',0),
(1049,5648,'2024-06-28 02:39:35','2024-06-27 16:39:35','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','Закрыть стоимость','закрыть_стоимость','publish','closed','closed','','field_667d95bc8b3cd','','','2024-06-28 02:39:35','2024-06-27 16:39:35','',1028,'https://auto.at.loc/?post_type=acf-field&p=1049',15,'acf-field','',0),
(1050,5648,'2024-06-28 02:42:10','2024-06-27 16:42:10','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Технические детали','технические_детали','publish','closed','closed','','field_667d95d2b8735','','','2024-06-28 02:42:10','2024-06-27 16:42:10','',1028,'https://auto.at.loc/?post_type=acf-field&p=1050',16,'acf-field','',0),
(1051,5648,'2024-06-28 02:42:10','2024-06-27 16:42:10','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"group_652cf1922e657\";}s:14:\"fields_exclude\";a:6:{i:0;s:19:\"field_6678005670ad5\";i:1;s:19:\"field_652cf1926b30b\";i:2;s:19:\"field_6678008470ad6\";i:3;s:19:\"field_65318ff456888\";i:4;s:19:\"field_666aa97a0efd5\";i:5;s:19:\"field_667800a270ad7\";}}','','','publish','closed','closed','','field_667d95e4b8736','','','2024-06-28 02:42:10','2024-06-27 16:42:10','',1028,'https://auto.at.loc/?post_type=acf-field&p=1051',17,'acf-field','',0),
(1052,5648,'2024-06-28 02:42:10','2024-06-27 16:42:10','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','закрыть тех','закрыть_тех','publish','closed','closed','','field_667d9652b8737','','','2024-06-28 02:42:10','2024-06-27 16:42:10','',1028,'https://auto.at.loc/?post_type=acf-field&p=1052',18,'acf-field','',0),
(1055,5648,'2024-06-28 02:49:05','2024-06-27 16:49:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:0;}','Комплектация','комплектация','publish','closed','closed','','field_667d97ab07969','','','2024-06-28 02:49:05','2024-06-27 16:49:05','',1028,'https://auto.at.loc/?post_type=acf-field&p=1055',19,'acf-field','',0),
(1056,5648,'2024-06-28 02:49:05','2024-06-27 16:49:05','a:10:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"fields_select\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:13:\"fields_select\";a:1:{i:0;s:19:\"group_6677fd3ebff93\";}s:14:\"fields_exclude\";s:0:\"\";}','','','publish','closed','closed','','field_667d97ba0796a','','','2024-06-28 02:49:05','2024-06-27 16:49:05','',1028,'https://auto.at.loc/?post_type=acf-field&p=1056',20,'acf-field','',0),
(1057,5648,'2024-06-28 02:49:05','2024-06-27 16:49:05','a:11:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:9:\"accordion\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";b:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:4:\"open\";i:0;s:12:\"multi_expand\";i:0;s:8:\"endpoint\";i:1;}','закрыть комплектация','закрыть_комплектация','publish','closed','closed','','field_667d97c70796b','','','2024-06-28 02:49:05','2024-06-27 16:49:05','',1028,'https://auto.at.loc/?post_type=acf-field&p=1057',21,'acf-field','',0),
(1058,5648,'2024-06-28 02:49:05','2024-06-27 16:49:05','a:12:{s:10:\"aria-label\";s:0:\"\";s:4:\"type\";s:13:\"submit_button\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";i:0;s:17:\"conditional_logic\";i:0;s:7:\"wrapper\";a:3:{s:5:\"width\";s:0:\"\";s:5:\"class\";s:0:\"\";s:2:\"id\";s:0:\"\";}s:27:\"frontend_admin_display_mode\";s:4:\"edit\";s:17:\"no_values_message\";s:0:\"\";s:11:\"button_text\";s:25:\"Добавить авто\";s:8:\"redirect\";s:7:\"current\";s:16:\"field_label_hide\";i:1;s:10:\"custom_url\";s:0:\"\";}','','','publish','closed','closed','','field_667d97dc0796c','','','2024-06-28 02:49:05','2024-06-27 16:49:05','',1028,'https://auto.at.loc/?post_type=acf-field&p=1058',22,'acf-field','',0),
(1061,5648,'2024-06-28 03:00:15','2024-06-27 17:00:15','','photo1694644629 (1)-65417e356b3b5','','inherit','closed','closed','','photo1694644629-1-65417e356b3b5','','','2024-06-28 03:00:18','2024-06-27 17:00:18','',0,'https://auto.at.loc/wp-content/uploads/photo1694644629-1-65417e356b3b5.jpeg',0,'attachment','image/avif',0),
(1062,5648,'2024-06-28 03:00:18','2024-06-27 17:00:18','','photo1694644629 (2)-65417e3536bed','','inherit','closed','closed','','photo1694644629-2-65417e3536bed','','','2024-06-28 03:00:20','2024-06-27 17:00:20','',0,'https://auto.at.loc/wp-content/uploads/photo1694644629-2-65417e3536bed.jpeg',0,'attachment','image/avif',0),
(1063,5648,'2024-06-28 03:00:20','2024-06-27 17:00:20','','photo1694644629 (3)-65417e343cd8d','','inherit','closed','closed','','photo1694644629-3-65417e343cd8d','','','2024-06-28 03:03:54','2024-06-27 17:03:54','',679,'https://auto.at.loc/wp-content/uploads/photo1694644629-3-65417e343cd8d.jpeg',0,'attachment','image/avif',0),
(1064,5648,'2024-06-28 03:00:21','2024-06-27 17:00:21','','photo1694644629-65417e1e467f9','','inherit','closed','closed','','photo1694644629-65417e1e467f9','','','2024-06-28 03:00:24','2024-06-27 17:00:24','',0,'https://auto.at.loc/wp-content/uploads/photo1694644629-65417e1e467f9.jpeg',0,'attachment','image/avif',0),
(1065,5648,'2024-06-28 03:08:01','2024-06-27 17:08:01','','toyotaTank2008_1','','inherit','closed','closed','','toyotatank2008_1','','','2024-06-28 03:08:36','2024-06-27 17:08:36','',784,'https://auto.at.loc/wp-content/uploads/toyotaTank2008_1.jpg',0,'attachment','image/avif',0),
(1066,5648,'2024-06-28 03:08:03','2024-06-27 17:08:03','','toyotaTank2008_2','','inherit','closed','closed','','toyotatank2008_2','','','2024-06-28 03:08:04','2024-06-27 17:08:04','',0,'https://auto.at.loc/wp-content/uploads/toyotaTank2008_2.jpg',0,'attachment','image/avif',0),
(1067,5648,'2024-06-28 03:08:04','2024-06-27 17:08:04','','toyotaTank2008_3','','inherit','closed','closed','','toyotatank2008_3','','','2024-06-28 03:08:06','2024-06-27 17:08:06','',0,'https://auto.at.loc/wp-content/uploads/toyotaTank2008_3.jpg',0,'attachment','image/avif',0),
(1068,5648,'2024-06-28 03:08:06','2024-06-27 17:08:06','','toyotaTank2008_5','','inherit','closed','closed','','toyotatank2008_5','','','2024-06-28 03:08:07','2024-06-27 17:08:07','',0,'https://auto.at.loc/wp-content/uploads/toyotaTank2008_5.jpg',0,'attachment','image/avif',0),
(1069,5648,'2024-06-28 03:26:48','2024-06-27 17:26:48','','7EoVEedqTEI-65433a5bc45e2','','inherit','closed','closed','','7eoveedqtei-65433a5bc45e2','','','2024-06-28 03:26:52','2024-06-27 17:26:52','',0,'https://auto.at.loc/wp-content/uploads/7EoVEedqTEI-65433a5bc45e2.jpg',0,'attachment','image/avif',0),
(1070,5648,'2024-06-28 03:26:52','2024-06-27 17:26:52','','Eoq3h2Q1uR0-65433a5c5dbcd','','inherit','closed','closed','','eoq3h2q1ur0-65433a5c5dbcd','','','2024-06-28 03:26:56','2024-06-27 17:26:56','',0,'https://auto.at.loc/wp-content/uploads/Eoq3h2Q1uR0-65433a5c5dbcd.jpg',0,'attachment','image/avif',0),
(1071,5648,'2024-06-28 03:26:56','2024-06-27 17:26:56','','hIGtPMR0tU4-65433a5ac46ef','','inherit','closed','closed','','higtpmr0tu4-65433a5ac46ef','','','2024-06-28 03:27:00','2024-06-27 17:27:00','',0,'https://auto.at.loc/wp-content/uploads/hIGtPMR0tU4-65433a5ac46ef.jpg',0,'attachment','image/avif',0),
(1072,5648,'2024-06-28 03:27:00','2024-06-27 17:27:00','','MGbX0A1FG98-65433a5f11bd5','','inherit','closed','closed','','mgbx0a1fg98-65433a5f11bd5','','','2024-06-28 03:27:05','2024-06-27 17:27:05','',0,'https://auto.at.loc/wp-content/uploads/MGbX0A1FG98-65433a5f11bd5.jpg',0,'attachment','image/avif',0),
(1073,5648,'2024-06-28 03:27:05','2024-06-27 17:27:05','','mRvFqspj7KE-65433a5f39a0d','','inherit','closed','closed','','mrvfqspj7ke-65433a5f39a0d','','','2024-06-28 03:28:37','2024-06-27 17:28:37','',801,'https://auto.at.loc/wp-content/uploads/mRvFqspj7KE-65433a5f39a0d.jpg',0,'attachment','image/avif',0),
(1075,5648,'2024-06-28 03:27:15','2024-06-27 17:27:15','','rgXgzqGtO_k-65433a5d92f05','','inherit','closed','closed','','rgxgzqgto_k-65433a5d92f05','','','2024-06-28 03:27:24','2024-06-27 17:27:24','',0,'https://auto.at.loc/wp-content/uploads/rgXgzqGtO_k-65433a5d92f05.jpg',0,'attachment','image/avif',0),
(1076,5648,'2024-06-28 03:27:25','2024-06-27 17:27:25','','vACw_IJV3no-65433a5d649d1','','inherit','closed','closed','','vacw_ijv3no-65433a5d649d1','','','2024-06-28 03:27:29','2024-06-27 17:27:29','',0,'https://auto.at.loc/wp-content/uploads/vACw_IJV3no-65433a5d649d1.jpg',0,'attachment','image/avif',0),
(1077,5648,'2024-06-28 03:27:29','2024-06-27 17:27:29','','zz2Ga4iSFGE-65433a5d7771d','','inherit','closed','closed','','zz2ga4isfge-65433a5d7771d','','','2024-06-28 03:27:34','2024-06-27 17:27:34','',0,'https://auto.at.loc/wp-content/uploads/zz2Ga4iSFGE-65433a5d7771d.jpg',0,'attachment','image/avif',0),
(1078,5648,'2024-06-28 03:46:52','2024-06-27 17:46:52','','msg-1927946746-574-65433de1cc72a','','inherit','closed','closed','','msg-1927946746-574-65433de1cc72a','','','2024-06-28 03:49:01','2024-06-27 17:49:01','',817,'https://auto.at.loc/wp-content/uploads/msg-1927946746-574-65433de1cc72a.jpg',0,'attachment','image/avif',0),
(1079,5648,'2024-06-28 03:46:55','2024-06-27 17:46:55','','msg-1927946746-575-65433de07f158','','inherit','closed','closed','','msg-1927946746-575-65433de07f158','','','2024-06-28 03:46:58','2024-06-27 17:46:58','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-575-65433de07f158.jpg',0,'attachment','image/avif',0),
(1080,5648,'2024-06-28 03:46:58','2024-06-27 17:46:58','','msg-1927946746-576-65433de136db1','','inherit','closed','closed','','msg-1927946746-576-65433de136db1','','','2024-06-28 03:47:00','2024-06-27 17:47:00','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-576-65433de136db1.jpg',0,'attachment','image/avif',0),
(1081,5648,'2024-06-28 03:47:00','2024-06-27 17:47:00','','msg-1927946746-577-65433de16373c','','inherit','closed','closed','','msg-1927946746-577-65433de16373c','','','2024-06-28 03:47:02','2024-06-27 17:47:02','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-577-65433de16373c.jpg',0,'attachment','image/avif',0),
(1082,5648,'2024-06-28 03:47:02','2024-06-27 17:47:02','','msg-1927946746-579-65433de16a26c','','inherit','closed','closed','','msg-1927946746-579-65433de16a26c','','','2024-06-28 03:47:04','2024-06-27 17:47:04','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-579-65433de16a26c.jpg',0,'attachment','image/avif',0),
(1083,5648,'2024-06-28 03:47:04','2024-06-27 17:47:04','','msg-1927946746-580-65433de064253','','inherit','closed','closed','','msg-1927946746-580-65433de064253','','','2024-06-28 03:47:07','2024-06-27 17:47:07','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-580-65433de064253.jpg',0,'attachment','image/avif',0),
(1084,5648,'2024-06-28 03:47:07','2024-06-27 17:47:07','','msg-1927946746-581-65433ddfe8538','','inherit','closed','closed','','msg-1927946746-581-65433ddfe8538','','','2024-06-28 03:47:09','2024-06-27 17:47:09','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-581-65433ddfe8538.jpg',0,'attachment','image/avif',0),
(1085,5648,'2024-06-28 03:47:09','2024-06-27 17:47:09','','msg-1927946746-582-65433de1b758d','','inherit','closed','closed','','msg-1927946746-582-65433de1b758d','','','2024-06-28 03:47:11','2024-06-27 17:47:11','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-582-65433de1b758d.jpg',0,'attachment','image/avif',0),
(1086,5648,'2024-06-28 03:47:11','2024-06-27 17:47:11','','msg-1927946746-584-65433de025053','','inherit','closed','closed','','msg-1927946746-584-65433de025053','','','2024-06-28 03:47:13','2024-06-27 17:47:13','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-584-65433de025053.jpg',0,'attachment','image/avif',0),
(1087,5648,'2024-06-28 03:47:13','2024-06-27 17:47:13','','msg-1927946746-585-65433ddf2424d','','inherit','closed','closed','','msg-1927946746-585-65433ddf2424d','','','2024-06-28 03:47:16','2024-06-27 17:47:16','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-585-65433ddf2424d.jpg',0,'attachment','image/avif',0),
(1088,5648,'2024-06-28 03:47:16','2024-06-27 17:47:16','','msg-1927946746-586-65433ddf24190','','inherit','closed','closed','','msg-1927946746-586-65433ddf24190','','','2024-06-28 03:47:18','2024-06-27 17:47:18','',0,'https://auto.at.loc/wp-content/uploads/msg-1927946746-586-65433ddf24190.jpg',0,'attachment','image/avif',0),
(1089,5648,'2024-06-28 03:47:18','2024-06-27 17:47:18','','msg_1927946746_578-65433ddfe841b','','inherit','closed','closed','','msg_1927946746_578-65433ddfe841b','','','2024-06-28 03:47:19','2024-06-27 17:47:19','',0,'https://auto.at.loc/wp-content/uploads/msg_1927946746_578-65433ddfe841b.jpg',0,'attachment','image/avif',0),
(1090,5648,'2024-06-28 03:47:19','2024-06-27 17:47:19','','WhatsApp_Image_2023_09_04_at_15.36.08-65433dc4ed2ed','','inherit','closed','closed','','whatsapp_image_2023_09_04_at_15-36-08-65433dc4ed2ed','','','2024-06-28 03:47:22','2024-06-27 17:47:22','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp_Image_2023_09_04_at_15.36.08-65433dc4ed2ed.jpeg',0,'attachment','image/avif',0),
(1091,5648,'2024-06-28 03:48:53','2024-06-27 17:48:53','','video5452067374289140099-65433dee9e3e5-1','','inherit','closed','closed','','video5452067374289140099-65433dee9e3e5-1','','','2024-06-28 03:49:01','2024-06-27 17:49:01','',817,'https://auto.at.loc/wp-content/uploads/video5452067374289140099-65433dee9e3e5-1.mp4',0,'attachment','video/mp4',0),
(1092,5648,'2024-06-28 03:59:34','2024-06-27 17:59:34','','WhatsApp Image 2023-10-09 at 12.18.23 (1)-654c30988915d','','inherit','closed','closed','','whatsapp-image-2023-10-09-at-12-18-23-1-654c30988915d','','','2024-06-28 04:00:30','2024-06-27 18:00:30','',827,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-09-at-12.18.23-1-654c30988915d.jpeg',0,'attachment','image/avif',0),
(1093,5648,'2024-06-28 03:59:36','2024-06-27 17:59:36','','WhatsApp Image 2023-10-09 at 12.18.23-654c30aeb90d7','','inherit','closed','closed','','whatsapp-image-2023-10-09-at-12-18-23-654c30aeb90d7','','','2024-06-28 03:59:39','2024-06-27 17:59:39','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-09-at-12.18.23-654c30aeb90d7.jpeg',0,'attachment','image/avif',0),
(1094,5648,'2024-06-28 03:59:39','2024-06-27 17:59:39','','WhatsApp Image 2023-10-09 at 12.18.24-654c30ad36c35','','inherit','closed','closed','','whatsapp-image-2023-10-09-at-12-18-24-654c30ad36c35','','','2024-06-28 03:59:42','2024-06-27 17:59:42','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-09-at-12.18.24-654c30ad36c35.jpeg',0,'attachment','image/avif',0),
(1095,5648,'2024-06-28 03:59:42','2024-06-27 17:59:42','','WhatsApp Image 2023-10-10 at 10.37.57-654c30ac33434','','inherit','closed','closed','','whatsapp-image-2023-10-10-at-10-37-57-654c30ac33434','','','2024-06-28 03:59:45','2024-06-27 17:59:45','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-10-at-10.37.57-654c30ac33434.jpeg',0,'attachment','image/avif',0),
(1096,5648,'2024-06-28 03:59:45','2024-06-27 17:59:45','','WhatsApp Image 2023-10-10 at 10.37.59 (1)-654c30ac27c2f','','inherit','closed','closed','','whatsapp-image-2023-10-10-at-10-37-59-1-654c30ac27c2f','','','2024-06-28 03:59:47','2024-06-27 17:59:47','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-10-at-10.37.59-1-654c30ac27c2f.jpeg',0,'attachment','image/avif',0),
(1097,5648,'2024-06-28 03:59:47','2024-06-27 17:59:47','','WhatsApp Image 2023-10-10 at 10.38.00 (1)-654c30ad3a07c','','inherit','closed','closed','','whatsapp-image-2023-10-10-at-10-38-00-1-654c30ad3a07c','','','2024-06-28 03:59:49','2024-06-27 17:59:49','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-10-at-10.38.00-1-654c30ad3a07c.jpeg',0,'attachment','image/avif',0),
(1098,5648,'2024-06-28 03:59:49','2024-06-27 17:59:49','','WhatsApp Image 2023-10-10 at 10.38.00-654c30aeb33a5','','inherit','closed','closed','','whatsapp-image-2023-10-10-at-10-38-00-654c30aeb33a5','','','2024-06-28 03:59:52','2024-06-27 17:59:52','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp-Image-2023-10-10-at-10.38.00-654c30aeb33a5.jpeg',0,'attachment','image/avif',0),
(1099,5648,'2024-06-28 03:59:52','2024-06-27 17:59:52','','WhatsApp_Image_2023_10_10_at_10.37.58-654c30aebc1c2','','inherit','closed','closed','','whatsapp_image_2023_10_10_at_10-37-58-654c30aebc1c2','','','2024-06-28 03:59:53','2024-06-27 17:59:53','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp_Image_2023_10_10_at_10.37.58-654c30aebc1c2.jpeg',0,'attachment','image/avif',0),
(1100,5648,'2024-06-28 03:59:53','2024-06-27 17:59:53','','WhatsApp_Image_2023_10_10_at_10.37.59-654c30aead7e4','','inherit','closed','closed','','whatsapp_image_2023_10_10_at_10-37-59-654c30aead7e4','','','2024-06-28 03:59:53','2024-06-27 17:59:53','',0,'https://auto.at.loc/wp-content/uploads/WhatsApp_Image_2023_10_10_at_10.37.59-654c30aead7e4.jpeg',0,'attachment','image/avif',0),
(1101,5648,'2024-06-28 04:02:14','2024-06-27 18:02:14','','2023_11_13_11_43_44-655411b98ae49','','inherit','closed','closed','','2023_11_13_11_43_44-655411b98ae49','','','2024-06-28 04:02:18','2024-06-27 18:02:18','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_43_44-655411b98ae49.jpeg',0,'attachment','image/avif',0),
(1102,5648,'2024-06-28 04:02:18','2024-06-27 18:02:18','','2023_11_13_11_43_55-655411b71ca66','','inherit','closed','closed','','2023_11_13_11_43_55-655411b71ca66','','','2024-06-28 04:02:21','2024-06-27 18:02:21','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_43_55-655411b71ca66.jpeg',0,'attachment','image/avif',0),
(1103,5648,'2024-06-28 04:02:21','2024-06-27 18:02:21','','2023_11_13_11_44_06-655411b70d899','','inherit','closed','closed','','2023_11_13_11_44_06-655411b70d899','','','2024-06-28 04:02:24','2024-06-27 18:02:24','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_44_06-655411b70d899.jpeg',0,'attachment','image/avif',0),
(1104,5648,'2024-06-28 04:02:24','2024-06-27 18:02:24','','2023_11_13_11_44_22-655411a6e69c6','','inherit','closed','closed','','2023_11_13_11_44_22-655411a6e69c6','','','2024-06-28 04:02:27','2024-06-27 18:02:27','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_44_22-655411a6e69c6.jpeg',0,'attachment','image/avif',0),
(1105,5648,'2024-06-28 04:02:27','2024-06-27 18:02:27','','2023_11_13_11_44_29-655411b838b24','','inherit','closed','closed','','2023_11_13_11_44_29-655411b838b24','','','2024-06-28 04:03:23','2024-06-27 18:03:23','',838,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_44_29-655411b838b24.jpeg',0,'attachment','image/avif',0),
(1106,5648,'2024-06-28 04:02:31','2024-06-27 18:02:31','','2023_11_13_11_44_42-655411ba0d0fd','','inherit','closed','closed','','2023_11_13_11_44_42-655411ba0d0fd','','','2024-06-28 04:02:34','2024-06-27 18:02:34','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_44_42-655411ba0d0fd.jpeg',0,'attachment','image/avif',0),
(1107,5648,'2024-06-28 04:02:34','2024-06-27 18:02:34','','2023_11_13_11_45_14-655411b8f1001','','inherit','closed','closed','','2023_11_13_11_45_14-655411b8f1001','','','2024-06-28 04:02:37','2024-06-27 18:02:37','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_45_14-655411b8f1001.jpeg',0,'attachment','image/avif',0),
(1108,5648,'2024-06-28 04:02:37','2024-06-27 18:02:37','','2023_11_13_11_45_28-655411bb6e92d','','inherit','closed','closed','','2023_11_13_11_45_28-655411bb6e92d','','','2024-06-28 04:02:40','2024-06-27 18:02:40','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_45_28-655411bb6e92d.jpeg',0,'attachment','image/avif',0),
(1109,5648,'2024-06-28 04:02:40','2024-06-27 18:02:40','','2023_11_13_11_45_56-655411bbf2825','','inherit','closed','closed','','2023_11_13_11_45_56-655411bbf2825','','','2024-06-28 04:02:43','2024-06-27 18:02:43','',0,'https://auto.at.loc/wp-content/uploads/2023_11_13_11_45_56-655411bbf2825.jpeg',0,'attachment','image/avif',0),
(1110,5648,'2024-06-28 04:05:54','2024-06-27 18:05:54','','2023_11_15_11_18_00-65542246c7b7a','','inherit','closed','closed','','2023_11_15_11_18_00-65542246c7b7a','','','2024-06-28 04:06:54','2024-06-27 18:06:54','',847,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_00-65542246c7b7a.jpeg',0,'attachment','image/avif',0),
(1111,5648,'2024-06-28 04:05:58','2024-06-27 18:05:58','','2023_11_15_11_18_08-65542259bc7ec','','inherit','closed','closed','','2023_11_15_11_18_08-65542259bc7ec','','','2024-06-28 04:06:01','2024-06-27 18:06:01','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_08-65542259bc7ec.jpeg',0,'attachment','image/avif',0),
(1112,5648,'2024-06-28 04:06:01','2024-06-27 18:06:01','','2023_11_15_11_18_16-65542256ebe59','','inherit','closed','closed','','2023_11_15_11_18_16-65542256ebe59','','','2024-06-28 04:06:05','2024-06-27 18:06:05','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_16-65542256ebe59.jpeg',0,'attachment','image/avif',0),
(1113,5648,'2024-06-28 04:06:05','2024-06-27 18:06:05','','2023_11_15_11_18_41-6554225997719','','inherit','closed','closed','','2023_11_15_11_18_41-6554225997719','','','2024-06-28 04:06:08','2024-06-27 18:06:08','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_41-6554225997719.jpeg',0,'attachment','image/avif',0),
(1114,5648,'2024-06-28 04:06:08','2024-06-27 18:06:08','','2023_11_15_11_18_45-65542257d68c1','','inherit','closed','closed','','2023_11_15_11_18_45-65542257d68c1','','','2024-06-28 04:06:13','2024-06-27 18:06:13','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_45-65542257d68c1.jpeg',0,'attachment','image/avif',0),
(1115,5648,'2024-06-28 04:06:13','2024-06-27 18:06:13','','2023_11_15_11_18_49-655422584d70c','','inherit','closed','closed','','2023_11_15_11_18_49-655422584d70c','','','2024-06-28 04:06:16','2024-06-27 18:06:16','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_18_49-655422584d70c.jpeg',0,'attachment','image/avif',0),
(1116,5648,'2024-06-28 04:06:16','2024-06-27 18:06:16','','2023_11_15_11_19_11-6554225998149','','inherit','closed','closed','','2023_11_15_11_19_11-6554225998149','','','2024-06-28 04:06:19','2024-06-27 18:06:19','',0,'https://auto.at.loc/wp-content/uploads/2023_11_15_11_19_11-6554225998149.jpeg',0,'attachment','image/avif',0),
(1117,5648,'2024-06-28 04:08:50','2024-06-27 18:08:50','','2023_09_05_11_37_54-657154e083e11','','inherit','closed','closed','','2023_09_05_11_37_54-657154e083e11','','','2024-06-28 04:09:50','2024-06-27 18:09:50','',859,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_37_54-657154e083e11.jpeg',0,'attachment','image/avif',0),
(1118,5648,'2024-06-28 04:08:54','2024-06-27 18:08:54','','2023_09_05_11_38_06-65713e16ed4af','','inherit','closed','closed','','2023_09_05_11_38_06-65713e16ed4af','','','2024-06-28 04:08:57','2024-06-27 18:08:57','',0,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_38_06-65713e16ed4af.jpeg',0,'attachment','image/avif',0),
(1119,5648,'2024-06-28 04:08:57','2024-06-27 18:08:57','','2023_09_05_11_38_15-65713e15ed9e4','','inherit','closed','closed','','2023_09_05_11_38_15-65713e15ed9e4','','','2024-06-28 04:09:01','2024-06-27 18:09:01','',0,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_38_15-65713e15ed9e4.jpeg',0,'attachment','image/avif',0),
(1120,5648,'2024-06-28 04:09:01','2024-06-27 18:09:01','','2023_09_05_11_38_26-65713e15a6325','','inherit','closed','closed','','2023_09_05_11_38_26-65713e15a6325','','','2024-06-28 04:09:04','2024-06-27 18:09:04','',0,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_38_26-65713e15a6325.jpeg',0,'attachment','image/avif',0),
(1121,5648,'2024-06-28 04:09:04','2024-06-27 18:09:04','','2023_09_05_11_38_43-65713e1709c65','','inherit','closed','closed','','2023_09_05_11_38_43-65713e1709c65','','','2024-06-28 04:09:07','2024-06-27 18:09:07','',0,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_38_43-65713e1709c65.jpeg',0,'attachment','image/avif',0),
(1122,5648,'2024-06-28 04:09:07','2024-06-27 18:09:07','','2023_09_05_11_39_06-65713e14654a5','','inherit','closed','closed','','2023_09_05_11_39_06-65713e14654a5','','','2024-06-28 04:09:10','2024-06-27 18:09:10','',0,'https://auto.at.loc/wp-content/uploads/2023_09_05_11_39_06-65713e14654a5.jpeg',0,'attachment','image/avif',0),
(1123,5648,'2024-06-28 04:11:36','2024-06-27 18:11:36','','msg-1001848584899-194-1','','inherit','closed','closed','','msg-1001848584899-194-1','','','2024-06-28 04:11:37','2024-06-27 18:11:37','',0,'https://auto.at.loc/wp-content/uploads/msg-1001848584899-194-1.jpg',0,'attachment','image/avif',0),
(1124,5648,'2024-06-28 04:11:37','2024-06-27 18:11:37','','msg-1001848584899-195-1','','inherit','closed','closed','','msg-1001848584899-195-1','','','2024-06-28 04:12:12','2024-06-27 18:12:12','',869,'https://auto.at.loc/wp-content/uploads/msg-1001848584899-195-1.jpg',0,'attachment','image/avif',0),
(1125,5648,'2024-06-28 04:11:39','2024-06-27 18:11:39','','msg-1001848584899-195-1 (1)','','inherit','closed','closed','','msg-1001848584899-195-1-1','','','2024-06-28 04:11:40','2024-06-27 18:11:40','',0,'https://auto.at.loc/wp-content/uploads/msg-1001848584899-195-1-1.jpg',0,'attachment','image/avif',0),
(1126,5648,'2024-06-28 04:11:40','2024-06-27 18:11:40','','msg-1001848584899-196-1','','inherit','closed','closed','','msg-1001848584899-196-1','','','2024-06-28 04:11:41','2024-06-27 18:11:41','',0,'https://auto.at.loc/wp-content/uploads/msg-1001848584899-196-1.jpg',0,'attachment','image/avif',0),
(1127,5648,'2024-06-28 04:11:41','2024-06-27 18:11:41','','msg-1001848584899-197-1','','inherit','closed','closed','','msg-1001848584899-197-1','','','2024-06-28 04:11:42','2024-06-27 18:11:42','',0,'https://auto.at.loc/wp-content/uploads/msg-1001848584899-197-1.jpg',0,'attachment','image/avif',0),
(1138,5648,'2024-06-28 06:05:01','2024-06-27 20:05:01','','2023-07-21_132841527','','inherit','closed','closed','','2023-07-21_132841527','','','2024-06-28 06:05:03','2024-06-27 20:05:03','',2,'https://auto.at.loc/wp-content/uploads/2023-07-21_132841527.png',0,'attachment','image/avif',0),
(1140,5648,'2024-06-28 06:07:21','2024-06-27 20:07:21','<!-- wp:generateblocks/container {\"uniqueId\":\"03f2139a\",\"anchor\":\"hero\",\"tagName\":\"section\",\"gradientDirection\":250,\"gradientColorOne\":\"rgba(255, 255, 255, 0)\",\"gradientColorTwo\":\"#000000\",\"gradientColorStopTwo\":60,\"bgOptions\":{\"selector\":\"element\",\"opacity\":0.67,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"wide\",\"isDynamic\":true,\"blockVersion\":4,\"flexDirection\":\"row\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"sizing\":{\"minHeight\":\"\"},\"metadata\":{\"name\":\"Главный блок\"}} -->\n<!-- wp:cover {\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\",\"id\":25,\"dimRatio\":40,\"overlayColor\":\"contrast\",\"isUserOverlayColor\":true,\"minHeight\":80,\"minHeightUnit\":\"vh\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:80vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-contrast-background-color has-background-dim-40 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-25\" alt=\"\" src=\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:generateblocks/container {\"uniqueId\":\"44725117\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"maxWidth\":\"1200px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"e8156c38\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"00b3c9f9\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"gradientDirection\":213,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"sizing\":{\"width\":\"60%\",\"widthMobile\":\"100%\",\"widthTablet\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f6968c0d\",\"element\":\"h1\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"4rem\",\"lineHeight\":\"1em\",\"fontWeight\":\"500\",\"textTransform\":\"\",\"fontSizeMobile\":\"2.4rem\"},\"className\":\"heading-blur\"} -->\n<h1 class=\"gb-headline gb-headline-f6968c0d gb-headline-text heading-blur\">Авто аукционы, прокат и лизинг автомобилей во Владивостоке</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:spacer {\"height\":\"1rem\"} -->\n<div style=\"height:1rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.4rem\"}}} -->\n<p style=\"font-size:1.4rem\">Беспроцентная рассрочка за 15 минут по двум документам</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"08b9e49a\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"var(\\u002d\\u002dbase-3)\"} -->\n<a class=\"gb-button gb-button-08b9e49a gb-button-text\" href=\"/autopark\">Выбор автомобиля ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"bfa74402\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"40%\",\"widthMobile\":\"0%\",\"widthTablet\":\"0%\"}} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5e00fe3d\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingBottom\":\"\",\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Квадраты\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"0e41aa6a\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":1,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"marginTop\":\"-4rem\",\"paddingTop\":\"1rem\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b2f15177\",\"bgOptions\":{\"selector\":\"element\",\"opacity\":1,\"overlay\":false,\"position\":\"center center\",\"size\":\"fit\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"bgImageSize\":\"medium\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2d2a68bd\",\"element\":\"div\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"70ch\"},\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1em\",\"marginTop\":\"1em\"}} -->\n<div class=\"gb-headline gb-headline-2d2a68bd gb-headline-text\">Аренда авто с выкупом востребована среди простых автолюбителей и небольших компаний. С помощью этой услуги можно получить необходимое транспортное средство в пользование сразу</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5ad20c5e\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"805c6927\",\"mediaId\":157,\"sizeSlug\":\"medium\",\"objectFit\":\"inherit\",\"blockVersion\":2,\"spacing\":{\"marginLeft\":\"\"}} -->\n<figure class=\"gb-block-image gb-block-image-805c6927\"><img class=\"gb-image gb-image-805c6927\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d008a582ee.avif\" alt=\"\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"f3af6791\",\"columns\":4,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"14caef2a\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6540072e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6540072e\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Простота</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"c6277367\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-c6277367 gb-headline-text\">Одобрение всего по 2-м документам: паспорт и ВУ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6b82da81\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"9653904f\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-9653904f\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Выбор</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"80fa829b\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-80fa829b gb-headline-text\">Любой автомобиль с авторынка Приморья или из собственного автопарка.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0106888f\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"759ac683\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-759ac683\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Без переплат</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b11a50c6\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-b11a50c6 gb-headline-text\">Нет необходимости оформлять страхование жизни и КАСКО.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"7d9fb158\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e50b0e77\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-e50b0e77\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Доступно</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"36f44819\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-36f44819 gb-headline-text\">Процент одобрения — 99%. Рассматриваем с паспортом СНГ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ce50f91a\",\"anchor\":\"autopark\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginBottom\":\"0px\",\"marginTop\":\"0px\"},\"metadata\":{\"name\":\"Автопарк\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6027f977\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ba221edf\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"paddingBottom\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1819dd31\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-1819dd31 gb-headline-text\">Наш автопарк</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a140c3e1\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-a140c3e1 gb-headline-text\">Наличие и комплектации автомобилей могут отличаться. Точную информацию вам подскажет наш менеджер.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0f97dd41\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"6\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":40,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/query-loop -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d03bf97\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"spacing\":{\"marginTop\":\"2rem\",\"marginBottom\":\"1rem\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"ea35b003\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"flexDirection\":\"row-reverse\",\"justifyContent\":\"center\",\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1,2rem\",\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-ea35b003 gb-button-text\" href=\"/autopark\">Смотреть все ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4e297f7d\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c9774e94\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"ba1925c3\",\"mediaId\":286,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-ba1925c3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-ba1925c3 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3059aaa9c.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"cf3da5f3\",\"mediaId\":287,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-cf3da5f3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-cf3da5f3 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d305e3c2d1.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8eac3bac\",\"anchor\":\"howto\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"gradientDirection\":112,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"bgImage\":{\"id\":139,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667cf9460c08c.avif\",\"height\":418,\"width\":1600,\"orientation\":\"landscape\"}},\"bgOptions\":{\"selector\":\"pseudo-element\",\"opacity\":0.58,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"Как арендовать\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"2198e040\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":2,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e70b3c93\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeightMobile\":\"\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e70b3c93 gb-headline-text\">Как арендовать</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a7641c17\",\"element\":\"p\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"800px\"},\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<p class=\"gb-headline gb-headline-a7641c17 gb-headline-text\">Аренда автомобиля не займет много времени. Если Вы заинтересованы в услуге аренды с выкупом или у Вас остались вопросы, заполните форму — и наш менеджер свяжется с Вами в ближайшее время.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2892f900\",\"columns\":4,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"5c3c00e3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"07013b14\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-07013b14 gb-headline-text\">1</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f62320f6\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-f62320f6 gb-headline-text\">Бюджет</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"76a6f303\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-76a6f303 gb-headline-text\">Определить, какую сумму выделить на автомобиль с последующим выкупом.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"67a56c83\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0baa084e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-0baa084e gb-headline-text\">2</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"21f690b2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-21f690b2 gb-headline-text\">Выбор</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e4a4b202\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-e4a4b202 gb-headline-text\">Выбрать автомобиль, соответствующий бюджету. Менеджер поможет.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"cda259c3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3f99b489\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3f99b489 gb-headline-text\">3</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"66234898\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-66234898 gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ddf79abf\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-ddf79abf gb-headline-text\">Обсудить детали, подать документы, подписать договор, внести первоначальный взнос.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"911550c4\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"62ae3ad2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-62ae3ad2 gb-headline-text\">4</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"41c381fc\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"1,2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"spacing\":{\"paddingTop\":\"\",\"marginTop\":\"1.8rem\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-41c381fc gb-headline-text\">Приятной поездки!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"510b1773\",\"element\":\"div\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"},\"spacing\":{\"marginLeft\":\"\"},\"hasIcon\":true,\"removeText\":true,\"iconStyles\":{\"height\":\"1.5em\",\"width\":\"1.5em\"}} -->\n<div class=\"gb-headline gb-headline-510b1773\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"></path></svg></span></div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aa165c0c\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1dcfbb8\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7547b63\",\"mediaId\":284,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7547b63\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7547b63 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3045106c8.avif\" alt=\"\" title=\"rect10095\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"b206647c\",\"mediaId\":285,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-b206647c\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-b206647c advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3049645a6.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8e6b0750\",\"anchor\":\"calc\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Калькулятор\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4108ae7a\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"efc9e10c\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"95b1a379\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginBottom\":\"2px\",\"marginTop\":\"1rem\"}} -->\n<h2 class=\"gb-headline gb-headline-95b1a379 gb-headline-text\">Авто-калькулятор*</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"341b5ee9\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\".8rem\",\"lineHeight\":\"1em\",\"letterSpacing\":\"2px\"},\"spacing\":{\"marginBottom\":\"2rem\"},\"textColor\":\"var(\\u002d\\u002dcontrast-3)\"} -->\n<div class=\"gb-headline gb-headline-341b5ee9 gb-headline-text\">Авто-калькулятор не является публичной офертой</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dac0f6c\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<h3 class=\"gb-headline gb-headline-5dac0f6c gb-headline-text\">Предварительные расчеты по аренде и выкупу автомобиля</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6ddf9269\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"920px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:html -->\n<div id=\"calcForm\"> <section><fieldset class=\"fieldset-left\"><legend>Данные</legend><h5>Cтоимость автомобиля, руб.</h5><div><input id=\"priceAuto\" type=\"text\" inputmode = \"numeric\" min=\"200000\" max=\"7000000\" value=\"200000\" ><input id=\"autoCalcPrice\" type=\"range\" min=\"200000\" max=\"7000000\" step=\"50000\" value=\"200000\"><div class=\"minmax note\"><p>min</p><p>max</p></div></div><h5>Первоначальный взнос, руб.</h5><p class=\"note\">10% от стоимости авто, но не менее 70 000</p3><div><input id=\"firstPayInput\" type=\"text\" min=\"70000\" max=\"180000\" value=\"70000\"><input id=\"firstPaySlider\" type=\"range\" min=\"70000\" max=\"180000\" step=\"10000\" value=\"70000\"><div class=\"minmax note\"><p>min</p><p>max</p></div> </div><h5>Срок рассрочки</h5><div id=\"loanButtons\"><div class=\"form_radio_btn\"><input id=\"radio-3\" type=\"radio\" name=\"radio\" value=\"3\" checked><label for=\"radio-3\">3 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-4\" type=\"radio\" name=\"radio\" value=\"4\"><label for=\"radio-4\">4 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-5\" type=\"radio\" name=\"radio\" value=\"5\"><label for=\"radio-5\">5 лет</label></div></div></fieldset><fieldset class=\"fieldset-right\"><legend>Расчёт</legend><h5>В день</h5><table><tr><th>Оплата за выкуп</th><td id=\"payDay\">356</td></tr><tr><th>Аренда</th><td id=\"rentDay\">200</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumDay\">556</td></tr></table><br><h5>В неделю</h5><table><tr><th>Оплата за выкуп</th><td id=\"payWeek\">2 492</td></tr><tr><th>Аренда</th><td id=\"rentWeek\">1 400</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumWeek\">3 892</td></tr></table><br><p class=\"note\">* Авто-калькулятор не является публичной офертой. Окончательный расчёт производит менеджер компании</p></fieldset></section></div>\n<script>const rentDay = document.getElementById(\"rentDay\"),\n priceAuto = document.getElementById(\"priceAuto\"),\n firstPaySlider = document.getElementById(\"firstPaySlider\"),\n firstPayInput = document.getElementById(\"firstPayInput\"),\n autoCalcPrice = document.getElementById(\"autoCalcPrice\"),\n calcForm = document.getElementById(\"calcForm\"),\n ranges = calcForm.querySelectorAll(\'input[type=\"range\"]\'),\n texts = calcForm.querySelectorAll(\'input[type=\"text\"]\'),\n payDay = document.getElementById(\"payDay\"),\n sumDay = document.getElementById(\"sumDay\"),\n payWeek = document.getElementById(\"payWeek\"),\n rentWeek = document.getElementById(\"rentWeek\"),\n sumWeek = document.getElementById(\"sumWeek\"),\n loanButtons = document.getElementById(\"loanButtons\");\ntexts.forEach(function(a) { a.value = toSpace(a.value), a.addEventListener(\"input\", function(e) { a.value = a.value.replaceAll(/\\D/g, \"\"); var t = parseInt(a.max);\n parseInt(a.value) > t && (a.value = t), \"priceAuto\" == a.id && setRent(a.value), a.closest(\"div\").querySelectorAll(\'input[type=\"range\"]\')[0].value = a.value, a.value = new Intl.NumberFormat(\"fr-FR\").format(a.value), calculator() }) }), ranges.forEach(function(e) { e.addEventListener(\"input\", function() { e.closest(\"div\").querySelectorAll(\'input[type=\"text\"]\')[0].value = toSpace(e.value), \"autoCalcPrice\" == e.id && setRent(e.value), calculator() }, !1) }), loanButtons.querySelectorAll(\'input[type=\"radio\"]\').forEach(function(e) { e.addEventListener(\"click\", function(e) { calculator() }) });\nlet val = 7e4;\n\nfunction setRent(e) { var t = 7e4 <= .1 * (e = Math.round(e)) ? .1 * e : 7e4,\n a = .9 * e;\n (val = val < t ? t : val) > a && (val = a), val = Math.round(val), firstPaySlider.value = val, firstPayInput.value = val.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), firstPaySlider.max = Math.round(e - .1 * e), firstPayInput.max = Math.round(e - .1 * e), firstPaySlider.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4, firstPayInput.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4 }\n\nfunction toSpace(e) { e = parseFloat(e.replace(/ /g, \"\")); return new Intl.NumberFormat(\"fr-FR\").format(e) }\n\nfunction calculator() { var e = autoCalcPrice.value,\n t = firstPaySlider.value,\n a = loanButtons.querySelector(\'input[name=\"radio\"]:checked\').value,\n t = Math.round((e - t) / (365 * a)),\n a = Math.round(.001 * e),\n e = Math.round(t + a),\n n = 7 * t,\n r = 7 * a,\n l = 7 * e;\n payDay.innerHTML = t.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentDay.innerHTML = a.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumDay.innerHTML = e.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), payWeek.innerHTML = n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentWeek.innerHTML = r.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumWeek.innerHTML = l.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \") }</script>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f6972b76\",\"anchor\":\"rules\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Правила условия\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d5f151f\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d3df0a16\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"dc823bcf\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-dc823bcf gb-headline-text\">Правила и условия</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"a12bbe9a\",\"columns\":3,\"horizontalGap\":30,\"verticalAlignment\":\"flex-start\",\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"df9d4449\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3bda2ac3\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3bda2ac3\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1024 64H128C57.4 64 0 121.4 0 192v640c0 70.6 57.4 128 128 128h896c70.6 0 128-57.4 128-128V192c0-70.6-57.4-128-128-128zm64 768c0 35.2-28.8 64-64 64H128c-35.2 0-64-28.8-64-64V192c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v640zM944 576H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM416 576c88.4 0 160-71.6 160-160s-71.6-160-160-160-160 71.6-160 160 71.6 160 160 160zm0-256c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zm93.6 288c-39 0-48.8 14-93.6 14s-54.6-14-93.6-14c-42.4 0-83.6 18.8-107.6 54.8-14.4 21.4-22.8 47.2-22.8 75V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-14 4.2-27.6 12-39.2 11.2-16.6 31.6-26.4 54.6-26.4 24.8 0 41.6 14 93.6 14 51.8 0 68.6-14 93.6-14 23 0 43.4 10 54.6 26.4 7.8 11.6 12 25.2 12 39.2V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-27.8-8.4-53.6-22.8-75-24.6-36-65.8-54.8-108-54.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0d6b11fd\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-0d6b11fd gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Паспорт гражданина РФ</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительское удостоверение</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"1f403628\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"8b9d1449\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\".9em\",\"width\":\".9em\"}} -->\n<h2 class=\"gb-headline gb-headline-8b9d1449\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m804.6 689.8 64-64c10-10 27.4-3 27.4 11.4V928c0 53-43 96-96 96H96c-53 0-96-43-96-96V224c0-53 43-96 96-96h547c14.2 0 21.4 17.2 11.4 27.4l-64 64c-3 3-7 4.6-11.4 4.6H96v704h704V701c0-4.2 1.6-8.2 4.6-11.2zm313.2-403.6L592.6 811.4l-180.8 20c-52.4 5.8-97-38.4-91.2-91.2l20-180.8L865.8 34.2c45.8-45.8 119.8-45.8 165.4 0l86.4 86.4c45.8 45.8 45.8 120 .2 165.6zM920.2 348 804 231.8 432.4 603.6l-14.6 130.6 130.6-14.6L920.2 348zm129.6-159.4-86.4-86.4c-8.2-8.2-21.6-8.2-29.6 0L872 164l116.2 116.2 61.8-61.8c8-8.4 8-21.6-.2-29.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"97c77259\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-97c77259 gb-headline-text\">Требования</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Возраст арендатора - от 20 лет</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительский стаж - от 1 года</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Постоянная регистрация в Приморском крае</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"56b3bd5a\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\",\"borderRightLeftRadius\":\"4px\",\"borderLeftLeftRadius\":\"4px\",\"borderRightRightRadius\":\"4px\",\"borderLeftRightRadius\":\"4px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"023ebb35\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-023ebb35\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1056.2 343 764 300.4 633.4 35.6c-23.4-47.2-91.2-47.8-114.8 0L388 300.4 95.8 343c-52.4 7.6-73.4 72.2-35.4 109.2l211.4 206-50 291c-9 52.6 46.4 92 92.8 67.4L576 879.2l261.4 137.4c46.4 24.4 101.8-14.8 92.8-67.4l-50-291 211.4-206c38-37 17-101.6-35.4-109.2zm-279 281.6 47.4 276.8L576 770.8 327.4 901.4l47.4-276.8-201.2-196 278-40.4 124.4-252 124.4 252 278 40.4-201.2 196z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f36d93d3\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-f36d93d3 gb-headline-text\">Преимущества</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Первый год до 100% ОСАГО в подарок</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Транспортный налог за наш счёт</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Все авто прошли техосмотр и готовы к эксплуатации</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d5f949f2\",\"anchor\":\"promo\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\"},\"metadata\":{\"name\":\"Промо\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4778d26c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"62031723\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e99d8e4d\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e99d8e4d gb-headline-text\">Скидки и акции</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"4440eef2\",\"columns\":3,\"horizontalGap\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b485d4d6\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"cba9d15a\",\"mediaId\":197,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-cba9d15a\"><img class=\"gb-image gb-image-cba9d15a\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdec3c51.avif\" alt=\"\" title=\"promo1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2331ced8\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-2331ced8 gb-headline-text\">МОМЕНТ-СКИДКА</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"37923a25\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-37923a25 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"9948e97c\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-9948e97c gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"e303f7d5\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55c13569\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-55c13569\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm92.49 313l-20 25a16 16 0 01-22.49 2.5l-67-49.72a40 40 0 01-15-31.23V112a16 16 0 0116-16h32a16 16 0 0116 16v144l58 42.5a16 16 0 012.49 22.5z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c14202b1\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"a5a6cbbc\",\"mediaId\":198,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-a5a6cbbc\"><img class=\"gb-image gb-image-a5a6cbbc\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf3368d.avif\" alt=\"\" title=\"promo2\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"830f6662\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-830f6662 gb-headline-text\">ПЕРВЫМ КЛИЕНТАМ</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30c39735\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-30c39735 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"901857e9\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-901857e9 gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3e9671ae\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6a12aef2\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6a12aef2\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ed89167e\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"26a84a8c\",\"mediaId\":199,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-26a84a8c\"><img class=\"gb-image gb-image-26a84a8c\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf8a8d6.avif\" alt=\"\" title=\"promo3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"326ecfec\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-326ecfec gb-headline-text\">СКИДКА НА ТОПЛИВО</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4768828a\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-4768828a gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e0950b9c\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-e0950b9c gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2f506872\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d877a591\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-d877a591\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"178d527c\",\"anchor\":\"aboutus\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"О нас\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a452c5a7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8b795c24\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"60175f9b\",\"columns\":2,\"horizontalGap\":60,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"cecf43c7\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"cc6c39e2\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-cc6c39e2 gb-headline-text\">О нас</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"233537b0\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-233537b0 gb-headline-text\">Группа компаний АМИРО имеет опыт работы более 11 лет в своей нише. Основные направления: инвестиционная деятельность, лизинг, аренда транспорта, а также пассажирские и грузовые перевозки.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1a400d00\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-1a400d00 gb-headline-text\">Нашим стратегическим направлением является лизинг автомобилей для физических лиц. Мы знаем все об этом продукте не только как продавец, но и как его потребитель. Соответственно мы ежедневно работаем над тем, чтобы сформировать максимально качественную услугу для наших клиентов, доказывая это на деле.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2329c3b0\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"backgroundColor\":\"#fffa99\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\"},\"borders\":{\"borderLeftStyle\":\"dotted\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"74cbdc9c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"460d7ded\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-460d7ded\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"912e03df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-912e03df gb-headline-text\">ВЫКУПИМ ЛЮБОЕ АВТО У ЧАСТНЫХ ЛИЦ ИЛИ АВТОСАЛОНА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"44ce6543\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3b55dd16\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-3b55dd16\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e51a15f0\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-e51a15f0 gb-headline-text\">ПЕРВЫЙ ГОД ОСАГО В ПОДАРОК</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f43d8ab2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30665d41\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-30665d41\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2bcd357e\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-2bcd357e gb-headline-text\">БЕЗ СКРЫТЫХ ПЛАТЕЖЕЙ И КОМИССИЙ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0348c1ad\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d7bb7192\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d7bb7192\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d6e0b739\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-d6e0b739 gb-headline-text\">ПЕРВОНАЧАЛЬНЫЙ ВЗНОС ВСЕГО ОТ 10%, РАССМАТРИВАЕМ ТРЕЙД-ИН</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5f00d705\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d9913aa0\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d9913aa0\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"49e606b1\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-49e606b1 gb-headline-text\">ЕЖЕНЕДЕЛЬНЫЕ ИЛИ ЕЖЕМЕСЯЧНЫЕ ПЛАТЕЖИ ДЛЯ УДОБСТВА ПЛАНИРОВАНИЯ СЕМЕЙНОГО БЮДЖЕТА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c8ff630c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"183dda12\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-183dda12\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"19d1e5df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-19d1e5df gb-headline-text\">ВОЗМОЖНОСТЬ ВЫКУПИТЬ АВТО УЖЕ ЧЕРЕЗ 12 МЕСЯЦЕВ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"857e9494\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d6bd988c\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7cf04e4\",\"mediaId\":288,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7cf04e4\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7cf04e4 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d30734f85e.avif\" alt=\"\" title=\"rect10095\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"25034773\",\"mediaId\":289,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-25034773\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-25034773 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d307883c39.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3ae9156b\",\"anchor\":\"faq\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingBottom\":\"\",\"marginBottom\":\"3rem\"},\"metadata\":{\"name\":\"Вопрос ответ\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"401d018c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ef566835\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"960px\"},\"spacing\":{\"paddingLeft\":\"3rem\",\"paddingRight\":\"3rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"3rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e13ec977\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e13ec977 gb-headline-text\">Вопрос - ответ</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a2240a6\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4e671e93\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-4e671e93 gb-headline-text\">КАК РАБОТАЕТ АРЕНДА АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fbb69b51\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-fbb69b51 gb-headline-text\">Суть договора аренды с последующим выкупом состоит в следующем: пригодная к эксплуатации машина сдается в аренду (на срок от 36 до 60 месяцев), а вы, например, ежемесячно или еженедельно выплачиваете арендную и выкупную плату. По истечении срока действия договора или при уплате всей суммы выкупа досрочно происходит смена владельца. Таким образом, итоговая стоимость автомобиля складывается из арендных платежей и выкупной цены.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aaf7704f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b8806f5d\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-b8806f5d gb-headline-text\">КАКИЕ ПРЕИМУЩЕСТВА АРЕНДЫ АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>Аренда авто с выкупом имеет ряд преимуществ перед обычной покупкой или прокатом авто:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы не нуждаетесь в кредите или залоге для получения авто.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>У вас есть возможность выбрать любую автомашину (новую или с пробегом) с понравившимися техническими параметрами и комплектацией. Продавцом может быть любой автосалон или частное лицо. Это отличает такую услугу от кредита, поскольку банки обычно выдают заемные средства исключительно на покупку машины в сертифицированном партнерском автосалоне..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы можете сменить авто на другой по желанию или необходимости при условии самостоятельного поиска покупателя на старый автомобиль.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>При заключении договора не придется оформлять обязательные страховые полисы (включая КАСКО и страхование жизни). При этом отказ оформлять страховку не повлияет на решение.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>После окончания договора у вас есть право выкупить автомобиль или арендовать другую машину (обычно это можно сделать на любом сроке). При желании вы можете выкупить транспортное средство досрочно. Или вернуть и вообще не выкупать его.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Услуга доступна арендаторам с любым кредитным рейтингом (включая клиентов с испорченной КИ). Если у вас были просрочки или проблемы с займами, это не станет поводом для отказа. Как правило, одобряется 95-97% заявок.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Арендодатель самостоятельно проверяет ТС на юридическую чистоту и регистрирует его в ГИБДД. Налоги заложены в ежемесячный платеж, а штрафы оплачивает арендатор</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ca2bb1a8\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3a59a527\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-3a59a527 gb-headline-text\">КАКИЕ УСЛОВИЯ АРЕНДЫ АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>- Вы должны иметь права категории B и стаж вождения не менее года.<br>- Вы должны иметь регистрацию в Приморском Крае.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"58a86ca1\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55b79d33\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-55b79d33 gb-headline-text\">ЧТО БУДЕТ, КОГДА ЗАКОНЧИТСЯ ДОГОВОР АРЕНДЫ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6f192558\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-6f192558 gb-headline-text\">После полной выплаты обязательств по договору вы становитесь полноправным владельцем автомобиля.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"998ff85f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dc7505b\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-5dc7505b gb-headline-text\">КТО СЧИТАЕТСЯ ВЛАДЕЛЬЦЕМ АВТО ДО ЕГО ПОЛНОГО ВЫКУПА?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ae67c29e\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-ae67c29e gb-headline-text\">До окончания договора юридическим владельцем автомобиля является наша компания. После полной выплаты суммы по договору автомобиль переходит в вашу собственность.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":954} /-->','Главная','','inherit','closed','closed','','2-revision-v1','','','2024-06-28 06:07:21','2024-06-27 20:07:21','',2,'https://auto.at.loc/?p=1140',0,'revision','',0),
(1142,5648,'2024-06-28 06:15:03','2024-06-27 20:15:03','{\n \"generate_settings[nav_drop_point]\": {\n \"value\": \"900\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 20:15:03\"\n }\n}','','','trash','closed','closed','','95b2f46a-db1f-4e27-9e2b-43b4071bab93','','','2024-06-28 06:15:03','2024-06-27 20:15:03','',0,'https://auto.at.loc/95b2f46a-db1f-4e27-9e2b-43b4071bab93/',0,'customize_changeset','',0),
(1143,5648,'2024-06-28 06:16:00','2024-06-27 20:16:00','{\n \"generate_settings[nav_drop_point]\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2024-06-27 20:16:00\"\n }\n}','','','trash','closed','closed','','164bc2e9-a62a-4f07-a498-43257b28af06','','','2024-06-28 06:16:00','2024-06-27 20:16:00','',0,'https://auto.at.loc/164bc2e9-a62a-4f07-a498-43257b28af06/',0,'customize_changeset','',0),
(1150,5648,'2024-06-28 06:39:27','2024-06-27 20:39:27','<!-- wp:generateblocks/container {\"uniqueId\":\"dcfcde3e\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:acf-frontend/form {\"formID\":1028} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"4rem\",\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"paddingTopMobile\":\"0rem\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\",\"paddingBottomMobile\":\"0rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b4153a4a\",\"element\":\"h1\",\"blockVersion\":3,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"2rem\"}} -->\n<h1 class=\"gb-headline gb-headline-b4153a4a gb-headline-text\">Автопарк</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"24\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\",\"widthTablet\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:acf-frontend/form {\"formID\":987} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d6292d33\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"4rem\",\"marginLeft\":\"2rem\",\"marginRight\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4819d087\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginBottom\":\"2rem\",\"marginTop\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-4819d087 gb-headline-text\">Свяжитесь с нами!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"048521e7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"758902de\",\"isGrid\":true,\"gridId\":\"048521e7\",\"bgImage\":{\"id\":1138,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667dc5ee538c2.avif\",\"height\":650,\"width\":975,\"orientation\":\"landscape\"}},\"bgImageSize\":\"medium_large\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\",\"height\":\"100%\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d2c1d5b\",\"isGrid\":true,\"gridId\":\"048521e7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:shortcode -->\n[cform]\n<!-- /wp:shortcode -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":954} /-->','Автопарк','','inherit','closed','closed','','893-revision-v1','','','2024-06-28 06:39:27','2024-06-27 20:39:27','',893,'https://auto.at.loc/?p=1150',0,'revision','',0),
(1151,5648,'2024-06-28 06:40:25','2024-06-27 20:40:25','<!-- wp:generateblocks/container {\"uniqueId\":\"d6292d33\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginTop\":\"0rem\",\"marginBottom\":\"0rem\",\"marginLeft\":\"0rem\",\"marginRight\":\"0rem\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"048521e7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"758902de\",\"isGrid\":true,\"gridId\":\"048521e7\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"bgImage\":{\"id\":1138,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667dc5ee538c2.avif\",\"height\":650,\"width\":975,\"orientation\":\"landscape\"}},\"bgOptions\":{\"selector\":\"element\",\"opacity\":1,\"overlay\":false,\"position\":\"center right\",\"size\":\"contain\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"bgImageSize\":\"medium_large\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\",\"height\":\"100%\",\"minHeight\":\"\",\"minHeightMobile\":\"0px\",\"heightMobile\":\"0px\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d2c1d5b\",\"isGrid\":true,\"gridId\":\"048521e7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\"}} -->\n<!-- wp:shortcode -->\n[cform]1[/cform]\n<!-- /wp:shortcode -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->','Contact form','','publish','closed','closed','','contact-form','','','2024-07-08 17:44:41','2024-07-08 07:44:41','',0,'https://auto.at.loc/contact-form/',0,'wp_block','',0),
(1152,5648,'2024-06-28 06:40:29','2024-06-27 20:40:29','<!-- wp:generateblocks/container {\"uniqueId\":\"dcfcde3e\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4} -->\n<!-- wp:acf-frontend/form {\"formID\":1028} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"4rem\",\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"paddingTopMobile\":\"0rem\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\",\"paddingBottomMobile\":\"0rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b4153a4a\",\"element\":\"h1\",\"blockVersion\":3,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"2rem\"}} -->\n<h1 class=\"gb-headline gb-headline-b4153a4a gb-headline-text\">Автопарк</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"24\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":20,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\",\"widthTablet\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:acf-frontend/form {\"formID\":987} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f02abeb1\",\"isDynamic\":true,\"blockVersion\":4,\"variantRole\":\"button-container\",\"display\":\"flex\",\"justifyContent\":\"center\",\"columnGap\":\".5rem\",\"spacing\":{\"marginTop\":\"20px\"},\"isPagination\":true} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"2fb7534d\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-prev\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-2fb7534d gb-button-text\">Назад</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"4a676728\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"fontFamily\":\"\"},\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicContentType\":\"pagination-numbers\"} -->\n<button class=\"gb-button gb-button-4a676728 gb-button-text\">1 2 … 10</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"44a22406\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"spacing\":{\"paddingTop\":\".5rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\".5rem\",\"paddingLeft\":\"1rem\"},\"backgroundColor\":\"#0366d6\",\"backgroundColorHover\":\"#222222\",\"textColor\":\"#ffffff\",\"textColorHover\":\"#ffffff\",\"useDynamicData\":true,\"isPagination\":true,\"dynamicLinkType\":\"pagination-next\",\"dynamicLinkRemoveIfEmpty\":true} -->\n<button class=\"gb-button gb-button-44a22406 gb-button-text\">Далее</button>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/query-loop -->\n\n<!-- wp:block {\"ref\":1151} /-->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":954} /-->','Автопарк','','inherit','closed','closed','','893-revision-v1','','','2024-06-28 06:40:29','2024-06-27 20:40:29','',893,'https://auto.at.loc/?p=1152',0,'revision','',0),
(1153,5648,'2024-06-28 06:41:27','2024-06-27 20:41:27','<!-- wp:generateblocks/container {\"uniqueId\":\"03f2139a\",\"anchor\":\"hero\",\"tagName\":\"section\",\"gradientDirection\":250,\"gradientColorOne\":\"rgba(255, 255, 255, 0)\",\"gradientColorTwo\":\"#000000\",\"gradientColorStopTwo\":60,\"bgOptions\":{\"selector\":\"element\",\"opacity\":0.67,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"wide\",\"isDynamic\":true,\"blockVersion\":4,\"flexDirection\":\"row\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"sizing\":{\"minHeight\":\"\"},\"metadata\":{\"name\":\"Главный блок\"}} -->\n<!-- wp:cover {\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\",\"id\":25,\"dimRatio\":40,\"overlayColor\":\"contrast\",\"isUserOverlayColor\":true,\"minHeight\":80,\"minHeightUnit\":\"vh\",\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull\" style=\"min-height:80vh\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-contrast-background-color has-background-dim-40 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-25\" alt=\"\" src=\"https://auto.at.loc/wp-content/uploads/EPA667c004997f63.avif\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:generateblocks/container {\"uniqueId\":\"44725117\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"maxWidth\":\"1200px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"e8156c38\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"00b3c9f9\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"gradientDirection\":213,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"sizing\":{\"width\":\"60%\",\"widthMobile\":\"100%\",\"widthTablet\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f6968c0d\",\"element\":\"h1\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"4rem\",\"lineHeight\":\"1em\",\"fontWeight\":\"500\",\"textTransform\":\"\",\"fontSizeMobile\":\"2.4rem\"},\"className\":\"heading-blur\"} -->\n<h1 class=\"gb-headline gb-headline-f6968c0d gb-headline-text heading-blur\">Авто аукционы, прокат и лизинг автомобилей во Владивостоке</h1>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:spacer {\"height\":\"1rem\"} -->\n<div style=\"height:1rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.4rem\"}}} -->\n<p style=\"font-size:1.4rem\">Беспроцентная рассрочка за 15 минут по двум документам</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"08b9e49a\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"typography\":{\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"var(\\u002d\\u002dbase-3)\"} -->\n<a class=\"gb-button gb-button-08b9e49a gb-button-text\" href=\"/autopark\">Выбор автомобиля ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"bfa74402\",\"isGrid\":true,\"gridId\":\"e8156c38\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"40%\",\"widthMobile\":\"0%\",\"widthTablet\":\"0%\"}} /-->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container --></div></div>\n<!-- /wp:cover -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5e00fe3d\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingBottom\":\"\",\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Квадраты\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"0e41aa6a\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":1,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"marginTop\":\"-4rem\",\"paddingTop\":\"1rem\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b2f15177\",\"bgOptions\":{\"selector\":\"element\",\"opacity\":1,\"overlay\":false,\"position\":\"center center\",\"size\":\"fit\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"bgImageSize\":\"medium\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginRight\":\"auto\",\"marginLeft\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2d2a68bd\",\"element\":\"div\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"70ch\"},\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1em\",\"marginTop\":\"1em\"}} -->\n<div class=\"gb-headline gb-headline-2d2a68bd gb-headline-text\">Аренда авто с выкупом востребована среди простых автолюбителей и небольших компаний. С помощью этой услуги можно получить необходимое транспортное средство в пользование сразу</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5ad20c5e\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"805c6927\",\"mediaId\":157,\"sizeSlug\":\"medium\",\"objectFit\":\"inherit\",\"blockVersion\":2,\"spacing\":{\"marginLeft\":\"\"}} -->\n<figure class=\"gb-block-image gb-block-image-805c6927\"><img class=\"gb-image gb-image-805c6927\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d008a582ee.avif\" alt=\"\"/></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"f3af6791\",\"columns\":4,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"14caef2a\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6540072e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6540072e\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Простота</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"c6277367\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-c6277367 gb-headline-text\">Одобрение всего по 2-м документам: паспорт и ВУ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6b82da81\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"9653904f\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-9653904f\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Выбор</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"80fa829b\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-80fa829b gb-headline-text\">Любой автомобиль с авторынка Приморья или из собственного автопарка.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0106888f\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"759ac683\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-759ac683\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Без переплат</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b11a50c6\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-b11a50c6 gb-headline-text\">Нет необходимости оформлять страхование жизни и КАСКО.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"7d9fb158\",\"isGrid\":true,\"gridId\":\"f3af6791\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e50b0e77\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"hasIcon\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-e50b0e77\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"></path></svg></span><span class=\"gb-headline-text\">Доступно</span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"36f44819\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"}} -->\n<div class=\"gb-headline gb-headline-36f44819 gb-headline-text\">Процент одобрения — 99%. Рассматриваем с паспортом СНГ.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ce50f91a\",\"anchor\":\"autopark\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginBottom\":\"0px\",\"marginTop\":\"0px\"},\"metadata\":{\"name\":\"Автопарк\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6027f977\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ba221edf\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"paddingBottom\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1819dd31\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-1819dd31 gb-headline-text\">Наш автопарк</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a140c3e1\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-a140c3e1 gb-headline-text\">Наличие и комплектации автомобилей могут отличаться. Точную информацию вам подскажет наш менеджер.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0f97dd41\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"\",\"paddingBottom\":\"\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a6e1a806\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"useGlobalMaxWidth\":true,\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/query-loop {\"uniqueId\":\"596509f0\",\"query\":{\"post_type\":\"auto\",\"per_page\":\"6\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"97541f45\",\"columns\":1,\"horizontalGap\":40,\"verticalGap\":40,\"isDynamic\":true,\"blockVersion\":3,\"isQueryLoop\":true,\"lock\":{\"remove\":true}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"508b875b\",\"isGrid\":true,\"isQueryLoopItem\":true,\"gridId\":\"97541f45\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"33.33%\"},\"spacing\":{\"paddingTop\":\"1rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1rem\",\"marginTop\":\".5rem\",\"marginBottom\":\".5rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\"},\"lock\":{\"move\":true,\"remove\":true},\"className\":\"modal-click\"} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"3d7f02e0\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f1007077\",\"blockVersion\":3,\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"linkColor\":\"var(\\u002d\\u002ddark-accent)\",\"linkColorHover\":\"var(\\u002d\\u002dcontrast)\",\"useDynamicData\":true,\"dynamicContentType\":\"post-title\",\"className\":\"autoname\"} -->\n<h2 class=\"gb-headline gb-headline-f1007077 gb-headline-text autoname\"></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-topblock\"} -->\n<p class=\"auto-loop-topblock\">Цены</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-mainimage\"} -->\n<p class=\"auto-loop-mainimage\">фото</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"auto-loop-footer\"} -->\n<p class=\"auto-loop-footer\">детали</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/query-loop -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d03bf97\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"spacing\":{\"marginTop\":\"2rem\",\"marginBottom\":\"1rem\"}} -->\n<!-- wp:generateblocks/button {\"uniqueId\":\"ea35b003\",\"hasUrl\":true,\"blockVersion\":4,\"display\":\"inline-flex\",\"flexDirection\":\"row-reverse\",\"justifyContent\":\"center\",\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"1,2rem\",\"fontWeight\":\"500\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<a class=\"gb-button gb-button-ea35b003 gb-button-text\" href=\"/autopark\">Смотреть все ➔</a>\n<!-- /wp:generateblocks/button -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"4e297f7d\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"c9774e94\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"ba1925c3\",\"mediaId\":286,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-ba1925c3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-ba1925c3 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3059aaa9c.avif\" alt=\"\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"cf3da5f3\",\"mediaId\":287,\"openInNewWindow\":true,\"relNoFollow\":true,\"relSponsored\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-cf3da5f3\"><a href=\"https://правыйруль.su/\" target=\"_blank\" rel=\"noopener noreferrer nofollow sponsored\"><img class=\"gb-image gb-image-cf3da5f3 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d305e3c2d1.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8eac3bac\",\"anchor\":\"howto\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"gradientDirection\":112,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"bgImage\":{\"id\":139,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667cf9460c08c.avif\",\"height\":418,\"width\":1600,\"orientation\":\"landscape\"}},\"bgOptions\":{\"selector\":\"pseudo-element\",\"opacity\":0.58,\"overlay\":false,\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"overflowX\":\"hidden\",\"overflowY\":\"hidden\",\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"Как арендовать\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"2198e040\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"position\":\"relative\",\"zindex\":2,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"\",\"paddingRight\":\"\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e70b3c93\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeightMobile\":\"\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e70b3c93 gb-headline-text\">Как арендовать</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"a7641c17\",\"element\":\"p\",\"blockVersion\":3,\"sizing\":{\"maxWidth\":\"800px\"},\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<p class=\"gb-headline gb-headline-a7641c17 gb-headline-text\">Аренда автомобиля не займет много времени. Если Вы заинтересованы в услуге аренды с выкупом или у Вас остались вопросы, заполните форму — и наш менеджер свяжется с Вами в ближайшее время.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"2892f900\",\"columns\":4,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"5c3c00e3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"07013b14\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-07013b14 gb-headline-text\">1</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f62320f6\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-f62320f6 gb-headline-text\">Бюджет</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"76a6f303\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-76a6f303 gb-headline-text\">Определить, какую сумму выделить на автомобиль с последующим выкупом.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"67a56c83\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0baa084e\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-0baa084e gb-headline-text\">2</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"21f690b2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-21f690b2 gb-headline-text\">Выбор</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e4a4b202\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-e4a4b202 gb-headline-text\">Выбрать автомобиль, соответствующий бюджету. Менеджер поможет.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"cda259c3\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3f99b489\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3f99b489 gb-headline-text\">3</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"66234898\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-66234898 gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ddf79abf\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\",\"fontSize\":\"1.2rem\",\"lineHeight\":\"1.2em\"}} -->\n<div class=\"gb-headline gb-headline-ddf79abf gb-headline-text\">Обсудить детали, подать документы, подписать договор, внести первоначальный взнос.</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"911550c4\",\"isGrid\":true,\"gridId\":\"2892f900\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"25%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\",\"paddingTopMobile\":\"1rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\",\"paddingBottomMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"62ae3ad2\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"20px\",\"sizing\":{\"width\":\"3.5rem\",\"height\":\"3.5rem\"},\"typography\":{\"fontSize\":\"2.5rem\",\"lineHeight\":\"1em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"1rem\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-62ae3ad2 gb-headline-text\">4</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"41c381fc\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"columnGap\":\"20px\",\"typography\":{\"fontSize\":\"2rem\",\"lineHeight\":\"1,2em\",\"fontSizeTablet\":\"1.2rem\",\"lineHeightTablet\":\"2em\",\"fontSizeMobile\":\"1.4rem\",\"textAlign\":\"center\"},\"spacing\":{\"paddingTop\":\"\",\"marginTop\":\"1.8rem\"},\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-41c381fc gb-headline-text\">Приятной поездки!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"510b1773\",\"element\":\"div\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"typography\":{\"textAlign\":\"center\",\"fontSizeTablet\":\"1rem\"},\"spacing\":{\"marginLeft\":\"\"},\"hasIcon\":true,\"removeText\":true,\"iconStyles\":{\"height\":\"1.5em\",\"width\":\"1.5em\"}} -->\n<div class=\"gb-headline gb-headline-510b1773\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M328 256c0 39.8-32.2 72-72 72s-72-32.2-72-72 32.2-72 72-72 72 32.2 72 72zm104-72c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72zm-352 0c-39.8 0-72 32.2-72 72s32.2 72 72 72 72-32.2 72-72-32.2-72-72-72z\"></path></svg></span></div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aa165c0c\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"f1dcfbb8\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7547b63\",\"mediaId\":284,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7547b63\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7547b63 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3045106c8.avif\" alt=\"\" title=\"rect10095\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"b206647c\",\"mediaId\":285,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-b206647c\"><a href=\"https://tour.mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-b206647c advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d3049645a6.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8e6b0750\",\"anchor\":\"calc\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Калькулятор\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4108ae7a\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"efc9e10c\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"95b1a379\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginBottom\":\"2px\",\"marginTop\":\"1rem\"}} -->\n<h2 class=\"gb-headline gb-headline-95b1a379 gb-headline-text\">Авто-калькулятор*</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"341b5ee9\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\".8rem\",\"lineHeight\":\"1em\",\"letterSpacing\":\"2px\"},\"spacing\":{\"marginBottom\":\"2rem\"},\"textColor\":\"var(\\u002d\\u002dcontrast-3)\"} -->\n<div class=\"gb-headline gb-headline-341b5ee9 gb-headline-text\">Авто-калькулятор не является публичной офертой</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dac0f6c\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<h3 class=\"gb-headline gb-headline-5dac0f6c gb-headline-text\">Предварительные расчеты по аренде и выкупу автомобиля</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"6ddf9269\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"920px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:html -->\n<div id=\"calcForm\"> <section><fieldset class=\"fieldset-left\"><legend>Данные</legend><h5>Cтоимость автомобиля, руб.</h5><div><input id=\"priceAuto\" type=\"text\" inputmode = \"numeric\" min=\"200000\" max=\"7000000\" value=\"200000\" ><input id=\"autoCalcPrice\" type=\"range\" min=\"200000\" max=\"7000000\" step=\"50000\" value=\"200000\"><div class=\"minmax note\"><p>min</p><p>max</p></div></div><h5>Первоначальный взнос, руб.</h5><p class=\"note\">10% от стоимости авто, но не менее 70 000</p3><div><input id=\"firstPayInput\" type=\"text\" min=\"70000\" max=\"180000\" value=\"70000\"><input id=\"firstPaySlider\" type=\"range\" min=\"70000\" max=\"180000\" step=\"10000\" value=\"70000\"><div class=\"minmax note\"><p>min</p><p>max</p></div> </div><h5>Срок рассрочки</h5><div id=\"loanButtons\"><div class=\"form_radio_btn\"><input id=\"radio-3\" type=\"radio\" name=\"radio\" value=\"3\" checked><label for=\"radio-3\">3 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-4\" type=\"radio\" name=\"radio\" value=\"4\"><label for=\"radio-4\">4 года</label></div><div class=\"form_radio_btn\"><input id=\"radio-5\" type=\"radio\" name=\"radio\" value=\"5\"><label for=\"radio-5\">5 лет</label></div></div></fieldset><fieldset class=\"fieldset-right\"><legend>Расчёт</legend><h5>В день</h5><table><tr><th>Оплата за выкуп</th><td id=\"payDay\">356</td></tr><tr><th>Аренда</th><td id=\"rentDay\">200</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumDay\">556</td></tr></table><br><h5>В неделю</h5><table><tr><th>Оплата за выкуп</th><td id=\"payWeek\">2 492</td></tr><tr><th>Аренда</th><td id=\"rentWeek\">1 400</td></tr><tr class=\"totalcalc\"><th>Итого</th><td id=\"sumWeek\">3 892</td></tr></table><br><p class=\"note\">* Авто-калькулятор не является публичной офертой. Окончательный расчёт производит менеджер компании</p></fieldset></section></div>\n<script>const rentDay = document.getElementById(\"rentDay\"),\n priceAuto = document.getElementById(\"priceAuto\"),\n firstPaySlider = document.getElementById(\"firstPaySlider\"),\n firstPayInput = document.getElementById(\"firstPayInput\"),\n autoCalcPrice = document.getElementById(\"autoCalcPrice\"),\n calcForm = document.getElementById(\"calcForm\"),\n ranges = calcForm.querySelectorAll(\'input[type=\"range\"]\'),\n texts = calcForm.querySelectorAll(\'input[type=\"text\"]\'),\n payDay = document.getElementById(\"payDay\"),\n sumDay = document.getElementById(\"sumDay\"),\n payWeek = document.getElementById(\"payWeek\"),\n rentWeek = document.getElementById(\"rentWeek\"),\n sumWeek = document.getElementById(\"sumWeek\"),\n loanButtons = document.getElementById(\"loanButtons\");\ntexts.forEach(function(a) { a.value = toSpace(a.value), a.addEventListener(\"input\", function(e) { a.value = a.value.replaceAll(/\\D/g, \"\"); var t = parseInt(a.max);\n parseInt(a.value) > t && (a.value = t), \"priceAuto\" == a.id && setRent(a.value), a.closest(\"div\").querySelectorAll(\'input[type=\"range\"]\')[0].value = a.value, a.value = new Intl.NumberFormat(\"fr-FR\").format(a.value), calculator() }) }), ranges.forEach(function(e) { e.addEventListener(\"input\", function() { e.closest(\"div\").querySelectorAll(\'input[type=\"text\"]\')[0].value = toSpace(e.value), \"autoCalcPrice\" == e.id && setRent(e.value), calculator() }, !1) }), loanButtons.querySelectorAll(\'input[type=\"radio\"]\').forEach(function(e) { e.addEventListener(\"click\", function(e) { calculator() }) });\nlet val = 7e4;\n\nfunction setRent(e) { var t = 7e4 <= .1 * (e = Math.round(e)) ? .1 * e : 7e4,\n a = .9 * e;\n (val = val < t ? t : val) > a && (val = a), val = Math.round(val), firstPaySlider.value = val, firstPayInput.value = val.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), firstPaySlider.max = Math.round(e - .1 * e), firstPayInput.max = Math.round(e - .1 * e), firstPaySlider.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4, firstPayInput.min = 7e4 <= .1 * e ? Math.round(.1 * e) : 7e4 }\n\nfunction toSpace(e) { e = parseFloat(e.replace(/ /g, \"\")); return new Intl.NumberFormat(\"fr-FR\").format(e) }\n\nfunction calculator() { var e = autoCalcPrice.value,\n t = firstPaySlider.value,\n a = loanButtons.querySelector(\'input[name=\"radio\"]:checked\').value,\n t = Math.round((e - t) / (365 * a)),\n a = Math.round(.001 * e),\n e = Math.round(t + a),\n n = 7 * t,\n r = 7 * a,\n l = 7 * e;\n payDay.innerHTML = t.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentDay.innerHTML = a.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumDay.innerHTML = e.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), payWeek.innerHTML = n.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), rentWeek.innerHTML = r.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \"), sumWeek.innerHTML = l.toString().replace(/\\B(?=(\\d{3})+(?!\\d))/g, \" \") }</script>\n<!-- /wp:html -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f6972b76\",\"anchor\":\"rules\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"},\"metadata\":{\"name\":\"Правила условия\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d5f151f\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d3df0a16\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"dc823bcf\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-dc823bcf gb-headline-text\">Правила и условия</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"a12bbe9a\",\"columns\":3,\"horizontalGap\":30,\"verticalAlignment\":\"flex-start\",\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"df9d4449\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3bda2ac3\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-3bda2ac3\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1024 64H128C57.4 64 0 121.4 0 192v640c0 70.6 57.4 128 128 128h896c70.6 0 128-57.4 128-128V192c0-70.6-57.4-128-128-128zm64 768c0 35.2-28.8 64-64 64H128c-35.2 0-64-28.8-64-64V192c0-35.2 28.8-64 64-64h896c35.2 0 64 28.8 64 64v640zM944 576H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zm0-128H720c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h224c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM416 576c88.4 0 160-71.6 160-160s-71.6-160-160-160-160 71.6-160 160 71.6 160 160 160zm0-256c53 0 96 43 96 96s-43 96-96 96-96-43-96-96 43-96 96-96zm93.6 288c-39 0-48.8 14-93.6 14s-54.6-14-93.6-14c-42.4 0-83.6 18.8-107.6 54.8-14.4 21.4-22.8 47.2-22.8 75V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-14 4.2-27.6 12-39.2 11.2-16.6 31.6-26.4 54.6-26.4 24.8 0 41.6 14 93.6 14 51.8 0 68.6-14 93.6-14 23 0 43.4 10 54.6 26.4 7.8 11.6 12 25.2 12 39.2V784c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16v-46.2c0-27.8-8.4-53.6-22.8-75-24.6-36-65.8-54.8-108-54.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"0d6b11fd\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-0d6b11fd gb-headline-text\">Документы</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Паспорт гражданина РФ</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительское удостоверение</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"1f403628\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"8b9d1449\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\".9em\",\"width\":\".9em\"}} -->\n<h2 class=\"gb-headline gb-headline-8b9d1449\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m804.6 689.8 64-64c10-10 27.4-3 27.4 11.4V928c0 53-43 96-96 96H96c-53 0-96-43-96-96V224c0-53 43-96 96-96h547c14.2 0 21.4 17.2 11.4 27.4l-64 64c-3 3-7 4.6-11.4 4.6H96v704h704V701c0-4.2 1.6-8.2 4.6-11.2zm313.2-403.6L592.6 811.4l-180.8 20c-52.4 5.8-97-38.4-91.2-91.2l20-180.8L865.8 34.2c45.8-45.8 119.8-45.8 165.4 0l86.4 86.4c45.8 45.8 45.8 120 .2 165.6zM920.2 348 804 231.8 432.4 603.6l-14.6 130.6 130.6-14.6L920.2 348zm129.6-159.4-86.4-86.4c-8.2-8.2-21.6-8.2-29.6 0L872 164l116.2 116.2 61.8-61.8c8-8.4 8-21.6-.2-29.8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"97c77259\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-97c77259 gb-headline-text\">Требования</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Возраст арендатора - от 20 лет</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Водительский стаж - от 1 года</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Постоянная регистрация в Приморском крае</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"56b3bd5a\",\"isGrid\":true,\"gridId\":\"a12bbe9a\",\"gradient\":true,\"gradientDirection\":0,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"#f7fdff\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"2rem\"},\"borders\":{\"borderTopWidth\":\"\",\"borderRightWidth\":\"\",\"borderBottomWidth\":\"\",\"borderLeftWidth\":\"\",\"borderTopStyle\":\"\",\"borderRightStyle\":\"\",\"borderBottomStyle\":\"\",\"borderLeftStyle\":\"\",\"borderTopColor\":\"\",\"borderRightColor\":\"\",\"borderBottomColor\":\"\",\"borderLeftColor\":\"\",\"borderTopColorHover\":\"\",\"borderRightColorHover\":\"\",\"borderBottomColorHover\":\"\",\"borderLeftColorHover\":\"\",\"borderTopLeftRadius\":\"1rem\",\"borderTopRightRadius\":\"1rem\",\"borderBottomLeftRadius\":\"\",\"borderBottomRightRadius\":\"\",\"borderRightLeftRadius\":\"4px\",\"borderLeftLeftRadius\":\"4px\",\"borderRightRightRadius\":\"4px\",\"borderLeftRightRadius\":\"4px\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"023ebb35\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"columnGap\":\"0.5em\",\"hasIcon\":true,\"iconColor\":\"var(\\u002d\\u002daccent)\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-023ebb35\"><span class=\"gb-icon\"><svg viewBox=\"0 0 1152 1024\" style=\"display:inline-block;vertical-align:middle\" height=\"72\" width=\"72\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1056.2 343 764 300.4 633.4 35.6c-23.4-47.2-91.2-47.8-114.8 0L388 300.4 95.8 343c-52.4 7.6-73.4 72.2-35.4 109.2l211.4 206-50 291c-9 52.6 46.4 92 92.8 67.4L576 879.2l261.4 137.4c46.4 24.4 101.8-14.8 92.8-67.4l-50-291 211.4-206c38-37 17-101.6-35.4-109.2zm-279 281.6 47.4 276.8L576 770.8 327.4 901.4l47.4-276.8-201.2-196 278-40.4 124.4-252 124.4 252 278 40.4-201.2 196z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"f36d93d3\",\"blockVersion\":3} -->\n<h2 class=\"gb-headline gb-headline-f36d93d3 gb-headline-text\">Преимущества</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Первый год до 100% ОСАГО в подарок</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Транспортный налог за наш счёт</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Все авто прошли техосмотр и готовы к эксплуатации</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"d5f949f2\",\"anchor\":\"promo\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\"},\"metadata\":{\"name\":\"Промо\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"4778d26c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"62031723\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e99d8e4d\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e99d8e4d gb-headline-text\">Скидки и акции</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"4440eef2\",\"columns\":3,\"horizontalGap\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"b485d4d6\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"cba9d15a\",\"mediaId\":197,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-cba9d15a\"><img class=\"gb-image gb-image-cba9d15a\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdec3c51.avif\" alt=\"\" title=\"promo1\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2331ced8\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-2331ced8 gb-headline-text\">МОМЕНТ-СКИДКА</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"37923a25\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-37923a25 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"9948e97c\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-9948e97c gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"e303f7d5\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55c13569\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-55c13569\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm92.49 313l-20 25a16 16 0 01-22.49 2.5l-67-49.72a40 40 0 01-15-31.23V112a16 16 0 0116-16h32a16 16 0 0116 16v144l58 42.5a16 16 0 012.49 22.5z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c14202b1\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"a5a6cbbc\",\"mediaId\":198,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-a5a6cbbc\"><img class=\"gb-image gb-image-a5a6cbbc\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf3368d.avif\" alt=\"\" title=\"promo2\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"830f6662\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-830f6662 gb-headline-text\">ПЕРВЫМ КЛИЕНТАМ</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30c39735\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-30c39735 gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"901857e9\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-901857e9 gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3e9671ae\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6a12aef2\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-6a12aef2\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 384 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M97.12 362.63c-8.69-8.69-4.16-6.24-25.12-11.85-9.51-2.55-17.87-7.45-25.43-13.32L1.2 448.7c-4.39 10.77 3.81 22.47 15.43 22.03l52.69-2.01L105.56 507c8 8.44 22.04 5.81 26.43-4.96l52.05-127.62c-10.84 6.04-22.87 9.58-35.31 9.58-19.5 0-37.82-7.59-51.61-21.37zM382.8 448.7l-45.37-111.24c-7.56 5.88-15.92 10.77-25.43 13.32-21.07 5.64-16.45 3.18-25.12 11.85-13.79 13.78-32.12 21.37-51.62 21.37-12.44 0-24.47-3.55-35.31-9.58L252 502.04c4.39 10.77 18.44 13.4 26.43 4.96l36.25-38.28 52.69 2.01c11.62.44 19.82-11.27 15.43-22.03zM263 340c15.28-15.55 17.03-14.21 38.79-20.14 13.89-3.79 24.75-14.84 28.47-28.98 7.48-28.4 5.54-24.97 25.95-45.75 10.17-10.35 14.14-25.44 10.42-39.58-7.47-28.38-7.48-24.42 0-52.83 3.72-14.14-.25-29.23-10.42-39.58-20.41-20.78-18.47-17.36-25.95-45.75-3.72-14.14-14.58-25.19-28.47-28.98-27.88-7.61-24.52-5.62-44.95-26.41-10.17-10.35-25-14.4-38.89-10.61-27.87 7.6-23.98 7.61-51.9 0-13.89-3.79-28.72.25-38.89 10.61-20.41 20.78-17.05 18.8-44.94 26.41-13.89 3.79-24.75 14.84-28.47 28.98-7.47 28.39-5.54 24.97-25.95 45.75-10.17 10.35-14.15 25.44-10.42 39.58 7.47 28.36 7.48 24.4 0 52.82-3.72 14.14.25 29.23 10.42 39.59 20.41 20.78 18.47 17.35 25.95 45.75 3.72 14.14 14.58 25.19 28.47 28.98C104.6 325.96 106.27 325 121 340c13.23 13.47 33.84 15.88 49.74 5.82a39.676 39.676 0 0 1 42.53 0c15.89 10.06 36.5 7.65 49.73-5.82zM97.66 175.96c0-53.03 42.24-96.02 94.34-96.02s94.34 42.99 94.34 96.02-42.24 96.02-94.34 96.02-94.34-42.99-94.34-96.02z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ed89167e\",\"isGrid\":true,\"gridId\":\"4440eef2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"position\":\"relative\",\"sizing\":{\"width\":\"33.33%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"26a84a8c\",\"mediaId\":199,\"sizeSlug\":\"full\",\"blockVersion\":2} -->\n<figure class=\"gb-block-image gb-block-image-26a84a8c\"><img class=\"gb-image gb-image-26a84a8c\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d0cdf8a8d6.avif\" alt=\"\" title=\"promo3\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"326ecfec\",\"element\":\"h3\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginTop\":\".8em\"}} -->\n<h3 class=\"gb-headline gb-headline-326ecfec gb-headline-text\">СКИДКА НА ТОПЛИВО</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4768828a\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"}} -->\n<p class=\"gb-headline gb-headline-4768828a gb-headline-text\">Скидка на аренду авто до 10%. Свяжитесь с нами прямо сейчас!</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/button {\"uniqueId\":\"e0950b9c\",\"ariaLabel\":\"Отправить заявку\",\"blockVersion\":4,\"buttonType\":\"button\",\"display\":\"inline-flex\",\"typography\":{\"textTransform\":\"uppercase\",\"fontWeight\":\"500\",\"fontSize\":\".9rem\"},\"spacing\":{\"paddingTop\":\"15px\",\"paddingRight\":\"20px\",\"paddingBottom\":\"15px\",\"paddingLeft\":\"20px\"},\"borders\":{\"borderTopLeftRadius\":\"4px\",\"borderTopRightRadius\":\"4px\",\"borderBottomLeftRadius\":\"4px\",\"borderBottomRightRadius\":\"4px\"},\"backgroundColor\":\"var(\\u002d\\u002dbutton-hero)\",\"backgroundColorHover\":\"var(\\u002d\\u002daccent)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\",\"textColorHover\":\"#ffffff\"} -->\n<button class=\"gb-button gb-button-e0950b9c gb-button-text\" aria-label=\"Отправить заявку\">Отправить заявку</button>\n<!-- /wp:generateblocks/button -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2f506872\",\"isDynamic\":true,\"blockVersion\":4,\"className\":\"promo-label\"} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d877a591\",\"blockVersion\":3,\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"columnGap\":\"0.5em\",\"sizing\":{\"width\":\"1.6em\",\"height\":\"1.6em\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\",\"borderTopWidth\":\"1px\",\"borderTopStyle\":\"\",\"borderRightWidth\":\"1px\",\"borderRightStyle\":\"solid\",\"borderTopColor\":\"var(\\u002d\\u002daccent)\",\"borderRightColor\":\"var(\\u002d\\u002daccent)\"},\"backgroundColor\":\"var(\\u002d\\u002dbase-2)\",\"hasIcon\":true,\"iconColor\":\"#ff0000\",\"removeText\":true,\"iconStyles\":{\"height\":\"1em\",\"width\":\"1em\"}} -->\n<h2 class=\"gb-headline gb-headline-d877a591\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M323.56 51.2c-20.8 19.3-39.58 39.59-56.22 59.97C240.08 73.62 206.28 35.53 168 0 69.74 91.17 0 209.96 0 281.6 0 408.85 100.29 512 224 512s224-103.15 224-230.4c0-53.27-51.98-163.14-124.44-230.4zm-19.47 340.65C282.43 407.01 255.72 416 226.86 416 154.71 416 96 368.26 96 290.75c0-38.61 24.31-72.63 72.79-130.75 6.93 7.98 98.83 125.34 98.83 125.34l58.63-66.88c4.14 6.85 7.91 13.55 11.27 19.97 27.35 52.19 15.81 118.97-33.43 153.42z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"178d527c\",\"anchor\":\"aboutus\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"3rem\"},\"metadata\":{\"name\":\"О нас\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"a452c5a7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8b795c24\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"paddingLeft\":\"2rem\",\"paddingRight\":\"2rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"2rem\",\"paddingBottom\":\"2rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"60175f9b\",\"columns\":2,\"horizontalGap\":60,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"cecf43c7\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"cc6c39e2\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"lineHeight\":\"1.2em\",\"fontSize\":\"3rem\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-cc6c39e2 gb-headline-text\">О нас</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"233537b0\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-233537b0 gb-headline-text\">Группа компаний АМИРО имеет опыт работы более 11 лет в своей нише. Основные направления: инвестиционная деятельность, лизинг, аренда транспорта, а также пассажирские и грузовые перевозки.</p>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"1a400d00\",\"element\":\"p\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\"}} -->\n<p class=\"gb-headline gb-headline-1a400d00 gb-headline-text\">Нашим стратегическим направлением является лизинг автомобилей для физических лиц. Мы знаем все об этом продукте не только как продавец, но и как его потребитель. Соответственно мы ежедневно работаем над тем, чтобы сформировать максимально качественную услугу для наших клиентов, доказывая это на деле.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2329c3b0\",\"isGrid\":true,\"gridId\":\"60175f9b\",\"backgroundColor\":\"#fffa99\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingTop\":\"2rem\",\"paddingLeft\":\"1.5rem\",\"paddingRight\":\"1.5rem\",\"paddingBottom\":\"1.5rem\"},\"borders\":{\"borderLeftStyle\":\"dotted\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"74cbdc9c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"460d7ded\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-460d7ded\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"912e03df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-912e03df gb-headline-text\">ВЫКУПИМ ЛЮБОЕ АВТО У ЧАСТНЫХ ЛИЦ ИЛИ АВТОСАЛОНА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"44ce6543\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3b55dd16\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-3b55dd16\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e51a15f0\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-e51a15f0 gb-headline-text\">ПЕРВЫЙ ГОД ОСАГО В ПОДАРОК</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"f43d8ab2\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"30665d41\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-30665d41\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"2bcd357e\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-2bcd357e gb-headline-text\">БЕЗ СКРЫТЫХ ПЛАТЕЖЕЙ И КОМИССИЙ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"0348c1ad\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d7bb7192\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d7bb7192\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d6e0b739\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-d6e0b739 gb-headline-text\">ПЕРВОНАЧАЛЬНЫЙ ВЗНОС ВСЕГО ОТ 10%, РАССМАТРИВАЕМ ТРЕЙД-ИН</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"5f00d705\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"d9913aa0\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-d9913aa0\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"49e606b1\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-49e606b1 gb-headline-text\">ЕЖЕНЕДЕЛЬНЫЕ ИЛИ ЕЖЕМЕСЯЧНЫЕ ПЛАТЕЖИ ДЛЯ УДОБСТВА ПЛАНИРОВАНИЯ СЕМЕЙНОГО БЮДЖЕТА</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"c8ff630c\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"flexDirection\":\"row\",\"flexWrap\":\"nowrap\",\"alignItems\":\"flex-start\",\"justifyContent\":\"flex-start\",\"columnGap\":\"1em\",\"typography\":{\"fontSize\":\"1.2rem\"},\"spacing\":{\"marginBottom\":\".4rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"183dda12\",\"blockVersion\":3,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"sizing\":{\"width\":\"9px\",\"height\":\"9px\"},\"spacing\":{\"marginRight\":\"0px\",\"paddingTop\":\".5rem\",\"paddingLeft\":\".5rem\",\"paddingRight\":\".5rem\",\"paddingBottom\":\".5rem\",\"marginTop\":\"\",\"marginLeft\":\"0px\",\"marginBottom\":\"0px\"},\"borders\":{\"borderTopLeftRadius\":\"99px\",\"borderTopRightRadius\":\"99px\",\"borderBottomLeftRadius\":\"99px\",\"borderBottomRightRadius\":\"99px\"},\"backgroundColor\":\"var(\\u002d\\u002daccent)\",\"hasIcon\":true,\"iconColor\":\"#f9ff4f\",\"removeText\":true,\"iconStyles\":{\"height\":\"15px\",\"width\":\"15px\"}} -->\n<h2 class=\"gb-headline gb-headline-183dda12\"><span class=\"gb-icon\"><svg aria-hidden=\"true\" role=\"img\" height=\"1em\" width=\"1em\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"currentColor\" d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"></path></svg></span></h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"19d1e5df\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"lineHeight\":\"1.3em\"},\"spacing\":{\"marginBottom\":\".6em\"}} -->\n<div class=\"gb-headline gb-headline-19d1e5df gb-headline-text\">ВОЗМОЖНОСТЬ ВЫКУПИТЬ АВТО УЖЕ ЧЕРЕЗ 12 МЕСЯЦЕВ</div>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"857e9494\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"0px\",\"marginTop\":\"3rem\"},\"className\":\"advert\",\"metadata\":{\"name\":\"Реклама\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d6bd988c\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"display\":\"flex\",\"justifyContent\":\"center\",\"sizing\":{\"height\":\"\",\"maxWidth\":\"960px\"},\"spacing\":{\"marginLeft\":\"auto\",\"marginRight\":\"auto\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"e7cf04e4\",\"mediaId\":288,\"openInNewWindow\":true,\"sizeSlug\":\"large\",\"objectFit\":\"contain\",\"blockVersion\":2,\"dynamicSource\":\"post-type\",\"className\":\"advert-big\"} -->\n<figure class=\"gb-block-image gb-block-image-e7cf04e4\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-e7cf04e4 advert-big\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d30734f85e.avif\" alt=\"\" title=\"rect10095\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:generateblocks/image {\"uniqueId\":\"25034773\",\"mediaId\":289,\"openInNewWindow\":true,\"sizeSlug\":\"full\",\"blockVersion\":2,\"className\":\"advert-small\"} -->\n<figure class=\"gb-block-image gb-block-image-25034773\"><a href=\"https://mitrofanov.ru/\" target=\"_blank\" rel=\"noopener noreferrer\"><img class=\"gb-image gb-image-25034773 advert-small\" src=\"https://auto.at.loc/wp-content/uploads/EPA667d307883c39.avif\" alt=\"\" title=\"rect10095-0\"/></a></figure>\n<!-- /wp:generateblocks/image -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"3ae9156b\",\"anchor\":\"faq\",\"tagName\":\"section\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"paddingTop\":\"\",\"paddingLeft\":\"\",\"paddingRight\":\"\",\"paddingBottom\":\"\",\"marginBottom\":\"3rem\"},\"metadata\":{\"name\":\"Вопрос ответ\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"401d018c\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"height\":\"3rem\"},\"metadata\":{\"name\":\"отступ\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ef566835\",\"backgroundColor\":\"var(\\u002d\\u002dbase-3)\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"maxWidth\":\"960px\"},\"spacing\":{\"paddingLeft\":\"3rem\",\"paddingRight\":\"3rem\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"paddingTop\":\"3rem\",\"paddingBottom\":\"3rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"},\"metadata\":{\"name\":\"wrap1200\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e13ec977\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\",\"fontSize\":\"3rem\",\"lineHeight\":\"1.2em\"},\"spacing\":{\"marginTop\":\"1rem\",\"marginBottom\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-e13ec977 gb-headline-text\">Вопрос - ответ</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"8a2240a6\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4e671e93\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-4e671e93 gb-headline-text\">КАК РАБОТАЕТ АРЕНДА АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"fbb69b51\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-fbb69b51 gb-headline-text\">Суть договора аренды с последующим выкупом состоит в следующем: пригодная к эксплуатации машина сдается в аренду (на срок от 36 до 60 месяцев), а вы, например, ежемесячно или еженедельно выплачиваете арендную и выкупную плату. По истечении срока действия договора или при уплате всей суммы выкупа досрочно происходит смена владельца. Таким образом, итоговая стоимость автомобиля складывается из арендных платежей и выкупной цены.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"aaf7704f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"b8806f5d\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-b8806f5d gb-headline-text\">КАКИЕ ПРЕИМУЩЕСТВА АРЕНДЫ АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>Аренда авто с выкупом имеет ряд преимуществ перед обычной покупкой или прокатом авто:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы не нуждаетесь в кредите или залоге для получения авто.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>У вас есть возможность выбрать любую автомашину (новую или с пробегом) с понравившимися техническими параметрами и комплектацией. Продавцом может быть любой автосалон или частное лицо. Это отличает такую услугу от кредита, поскольку банки обычно выдают заемные средства исключительно на покупку машины в сертифицированном партнерском автосалоне..</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Вы можете сменить авто на другой по желанию или необходимости при условии самостоятельного поиска покупателя на старый автомобиль.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>При заключении договора не придется оформлять обязательные страховые полисы (включая КАСКО и страхование жизни). При этом отказ оформлять страховку не повлияет на решение.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>После окончания договора у вас есть право выкупить автомобиль или арендовать другую машину (обычно это можно сделать на любом сроке). При желании вы можете выкупить транспортное средство досрочно. Или вернуть и вообще не выкупать его.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Услуга доступна арендаторам с любым кредитным рейтингом (включая клиентов с испорченной КИ). Если у вас были просрочки или проблемы с займами, это не станет поводом для отказа. Как правило, одобряется 95-97% заявок.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Арендодатель самостоятельно проверяет ТС на юридическую чистоту и регистрирует его в ГИБДД. Налоги заложены в ежемесячный платеж, а штрафы оплачивает арендатор</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"ca2bb1a8\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"3a59a527\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-3a59a527 gb-headline-text\">КАКИЕ УСЛОВИЯ АРЕНДЫ АВТО С ВЫКУПОМ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>- Вы должны иметь права категории B и стаж вождения не менее года.<br>- Вы должны иметь регистрацию в Приморском Крае.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"58a86ca1\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"55b79d33\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-55b79d33 gb-headline-text\">ЧТО БУДЕТ, КОГДА ЗАКОНЧИТСЯ ДОГОВОР АРЕНДЫ?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"6f192558\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-6f192558 gb-headline-text\">После полной выплаты обязательств по договору вы становитесь полноправным владельцем автомобиля.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"998ff85f\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginBottom\":\"\",\"marginTop\":\"2.5rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"5dc7505b\",\"element\":\"h3\",\"blockVersion\":3,\"display\":\"inline-block\",\"typography\":{\"lineHeight\":\"1.5em\"},\"backgroundColor\":\"rgba(31, 116, 191, 0.14)\",\"textColor\":\"var(\\u002d\\u002dcontrast)\"} -->\n<h3 class=\"gb-headline gb-headline-5dc7505b gb-headline-text\">КТО СЧИТАЕТСЯ ВЛАДЕЛЬЦЕМ АВТО ДО ЕГО ПОЛНОГО ВЫКУПА?</h3>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/headline {\"uniqueId\":\"ae67c29e\",\"element\":\"p\",\"blockVersion\":3} -->\n<p class=\"gb-headline gb-headline-ae67c29e gb-headline-text\">До окончания договора юридическим владельцем автомобиля является наша компания. После полной выплаты суммы по договору автомобиль переходит в вашу собственность.</p>\n<!-- /wp:generateblocks/headline -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:block {\"ref\":1151} /-->\n\n<!-- wp:block {\"ref\":954} /-->','Главная','','inherit','closed','closed','','2-revision-v1','','','2024-06-28 06:41:27','2024-06-27 20:41:27','',2,'https://auto.at.loc/?p=1153',0,'revision','',0),
(1154,5648,'2024-06-28 06:43:31','2024-06-27 20:43:31','<!-- wp:generateblocks/container {\"uniqueId\":\"d6292d33\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"4rem\",\"marginLeft\":\"2rem\",\"marginRight\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4819d087\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginBottom\":\"2rem\",\"marginTop\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-4819d087 gb-headline-text\">Свяжитесь с нами!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"048521e7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"758902de\",\"isGrid\":true,\"gridId\":\"048521e7\",\"bgImage\":{\"id\":1138,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667dc5ee538c2.avif\",\"height\":650,\"width\":975,\"orientation\":\"landscape\"}},\"bgImageSize\":\"medium_large\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\",\"height\":\"100%\",\"minHeight\":\"500px\",\"minHeightMobile\":\"0px\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d2c1d5b\",\"isGrid\":true,\"gridId\":\"048521e7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:shortcode -->\n[cform]\n<!-- /wp:shortcode -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->','Contact form','','inherit','closed','closed','','1151-revision-v1','','','2024-06-28 06:43:31','2024-06-27 20:43:31','',1151,'https://auto.at.loc/?p=1154',0,'revision','',0),
(1155,5648,'2024-06-28 06:44:35','2024-06-27 20:44:35','<!-- wp:generateblocks/container {\"uniqueId\":\"d6292d33\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"4rem\",\"marginLeft\":\"2rem\",\"marginRight\":\"2rem\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"4819d087\",\"blockVersion\":3,\"typography\":{\"textAlign\":\"center\"},\"spacing\":{\"marginBottom\":\"2rem\",\"marginTop\":\"2rem\"}} -->\n<h2 class=\"gb-headline gb-headline-4819d087 gb-headline-text\">Свяжитесь с нами!</h2>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:generateblocks/grid {\"uniqueId\":\"048521e7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"758902de\",\"isGrid\":true,\"gridId\":\"048521e7\",\"bgImage\":{\"id\":1138,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667dc5ee538c2.avif\",\"height\":650,\"width\":975,\"orientation\":\"landscape\"}},\"bgImageSize\":\"medium_large\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\",\"height\":\"500px\",\"minHeight\":\"500px\",\"minHeightMobile\":\"0px\",\"heightMobile\":\"0px\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d2c1d5b\",\"isGrid\":true,\"gridId\":\"048521e7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:shortcode -->\n[cform]\n<!-- /wp:shortcode -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->','Contact form','','inherit','closed','closed','','1151-revision-v1','','','2024-06-28 06:44:35','2024-06-27 20:44:35','',1151,'https://auto.at.loc/?p=1155',0,'revision','',0),
(1156,5648,'2024-07-07 19:13:29','2024-06-27 20:48:41',' ','','','publish','closed','closed','','1156','','','2024-07-07 19:13:29','2024-07-07 09:13:29','',0,'https://auto.at.loc/?p=1156',1,'nav_menu_item','',0),
(1157,5648,'2024-06-28 07:35:59','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-28 07:35:59','0000-00-00 00:00:00','',0,'https://auto.mitrofanov.ru/?p=1157',0,'post','',0),
(1166,5649,'2024-06-28 11:08:34','0000-00-00 00:00:00','','Черновик','','auto-draft','closed','closed','','','','','2024-06-28 11:08:34','0000-00-00 00:00:00','',0,'https://auto.mitrofanov.ru/?p=1166',0,'post','',0),
(1168,5648,'2024-06-28 15:15:33','2024-06-28 05:15:33','','hasWatermark','hasWatermark','inherit','closed','closed','','haswatermark-13','','','2024-06-28 15:16:09','2024-06-28 05:16:09','',875,'https://auto.mitrofanov.ru/wp-content/uploads/1712538345549_default-1-3.jpeg',0,'attachment','image/avif',0),
(1169,5648,'2024-06-28 15:15:35','2024-06-28 05:15:35','','hasWatermark','hasWatermark','inherit','closed','closed','','haswatermark-14','','','2024-06-28 15:15:37','2024-06-28 05:15:37','',0,'https://auto.mitrofanov.ru/wp-content/uploads/1712538345660_default-1-3.jpeg',0,'attachment','image/avif',0),
(1170,5648,'2024-06-28 15:15:37','2024-06-28 05:15:37','','hasWatermark','hasWatermark','inherit','closed','closed','','haswatermark-15','','','2024-06-28 15:15:39','2024-06-28 05:15:39','',0,'https://auto.mitrofanov.ru/wp-content/uploads/1712538428230_default-1-3.jpeg',0,'attachment','image/avif',0),
(1171,5648,'2024-06-28 15:15:39','2024-06-28 05:15:39','','hasWatermark','hasWatermark','inherit','closed','closed','','haswatermark-16','','','2024-06-28 15:15:41','2024-06-28 05:15:41','',0,'https://auto.mitrofanov.ru/wp-content/uploads/1712538428235_default-1-3.jpeg',0,'attachment','image/avif',0),
(1176,5648,'2024-07-02 13:02:25','2024-07-02 03:02:25','','image693','','inherit','closed','closed','','image693','','','2024-07-02 13:02:25','2024-07-02 03:02:25','',2,'https://auto.mitrofanov.ru/wp-content/uploads/image693.avif',0,'attachment','image/avif',0),
(1177,5648,'2024-07-02 13:02:42','2024-07-02 03:02:42','','image693-7','','inherit','closed','closed','','image693-7','','','2024-07-02 13:02:42','2024-07-02 03:02:42','',2,'https://auto.mitrofanov.ru/wp-content/uploads/image693-7.avif',0,'attachment','image/avif',0),
(1180,5648,'2024-07-07 19:15:42','2024-07-07 09:15:42','<!-- wp:generateblocks/container {\"uniqueId\":\"a40e6244\",\"anchor\":\"foo\",\"tagName\":\"section\",\"backgroundColor\":\"var(\\u002d\\u002dcontrast)\",\"textColor\":\"var(\\u002d\\u002dbase-3)\",\"linkColor\":\"var(\\u002d\\u002dbase-3)\",\"align\":\"full\",\"isDynamic\":true,\"blockVersion\":4,\"metadata\":{\"name\":\"Футер\"}} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"d264a2ba\",\"gradientDirection\":90,\"gradientColorOne\":\"rgba(255, 255, 255, 0.1)\",\"gradientColorTwo\":\"rgba(0, 0, 0, 0.30)\",\"linkColor\":\"var(\\u002d\\u002dbase-3)\",\"isDynamic\":true,\"blockVersion\":4,\"useGlobalMaxWidth\":true,\"spacing\":{\"marginTop\":\"0px\",\"marginLeft\":\"auto\",\"marginRight\":\"auto\",\"marginBottom\":\"0px\",\"paddingTop\":\"1.5rem\",\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingBottom\":\"1.5rem\",\"paddingLeftMobile\":\"1rem\",\"paddingRightMobile\":\"1rem\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"296368d5\",\"columns\":4,\"horizontalGap\":60,\"verticalGapTablet\":40,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"6eb67b76\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"38%\",\"widthMobile\":\"100%\"}} -->\n<!-- wp:generateblocks/image {\"uniqueId\":\"51b49b15\",\"mediaId\":266,\"sizeSlug\":\"full\",\"width\":\"250px\",\"blockVersion\":2,\"spacing\":{\"marginBottom\":\"2rem\"}} -->\n<figure class=\"gb-block-image gb-block-image-51b49b15\"><img class=\"gb-image gb-image-51b49b15\" src=\"https://auto.at.loc/wp-content/uploads/logo_auto_white.min_.svg\" alt=\"\" title=\"logo_auto_white.min\"/></figure>\n<!-- /wp:generateblocks/image -->\n\n<!-- wp:paragraph -->\n<p>Лизинг авто для физических лиц. Скидка до 10% от стоимости автосалона.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Один звонок — своя машина. </p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"38c597ea\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:paragraph {\"className\":\"conto-contacts\"} -->\n<p class=\"conto-contacts\">КОНТАКТЫ</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"2c192ae6\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"723a23cf\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\",\"fontWeight\":\"500\",\"letterSpacing\":\"1px\"},\"spacing\":{\"marginBottom\":\"1.5rem\"}} -->\n<div class=\"gb-headline gb-headline-723a23cf gb-headline-text\">Часы работы</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph -->\n<p>8:00 — 17:00<br>(выходной: суббота,воскресенье)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ЧАСЫ РАБОТЫ</p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"83b22729\",\"isGrid\":true,\"gridId\":\"296368d5\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"20%\",\"widthMobile\":\"100%\"},\"typography\":{\"fontWeight\":\"300\"}} -->\n<!-- wp:generateblocks/headline {\"uniqueId\":\"e3726937\",\"element\":\"div\",\"blockVersion\":3,\"typography\":{\"fontSize\":\"1.2rem\",\"fontWeight\":\"500\",\"letterSpacing\":\"1px\"},\"spacing\":{\"marginBottom\":\"1.5rem\"}} -->\n<div class=\"gb-headline gb-headline-e3726937 gb-headline-text\">Связь</div>\n<!-- /wp:generateblocks/headline -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://t.me/ep_avto\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Telegram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://vk.com/amiroavto\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">ВКонтакте</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base-3\"}}}},\"textColor\":\"base-3\"} -->\n<p class=\"has-base-3-color has-text-color has-link-color\"><a href=\"https://ok.ru/group/70000003390897/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Одноклассники</a></p>\n<!-- /wp:paragraph -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/container -->','footer','','inherit','closed','closed','','954-autosave-v1','','','2024-07-07 19:15:42','2024-07-07 09:15:42','',954,'https://auto.mitrofanov.ru/?p=1180',0,'revision','',0),
(1182,5648,'2024-07-08 17:37:30','2024-07-08 07:37:30','<!-- wp:generateblocks/container {\"uniqueId\":\"d6292d33\",\"isDynamic\":true,\"blockVersion\":4,\"spacing\":{\"marginTop\":\"4rem\",\"marginBottom\":\"4rem\",\"marginLeft\":\"2rem\",\"marginRight\":\"2rem\"}} -->\n<!-- wp:generateblocks/grid {\"uniqueId\":\"048521e7\",\"columns\":2,\"isDynamic\":true,\"blockVersion\":3} -->\n<!-- wp:generateblocks/container {\"uniqueId\":\"758902de\",\"isGrid\":true,\"gridId\":\"048521e7\",\"bgImage\":{\"id\":1138,\"image\":{\"url\":\"https://auto.at.loc/wp-content/uploads/EPA667dc5ee538c2.avif\",\"height\":650,\"width\":975,\"orientation\":\"landscape\"}},\"bgOptions\":{\"selector\":\"element\",\"opacity\":1,\"overlay\":false,\"position\":\"center center\",\"size\":\"contain\",\"repeat\":\"no-repeat\",\"attachment\":\"\"},\"bgImageSize\":\"medium_large\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\",\"height\":\"100%\",\"minHeight\":\"\",\"minHeightMobile\":\"0px\",\"heightMobile\":\"0px\"}} /-->\n\n<!-- wp:generateblocks/container {\"uniqueId\":\"9d2c1d5b\",\"isGrid\":true,\"gridId\":\"048521e7\",\"isDynamic\":true,\"blockVersion\":4,\"sizing\":{\"width\":\"50%\",\"widthMobile\":\"100%\"},\"spacing\":{\"paddingLeft\":\"1rem\",\"paddingRight\":\"1rem\",\"paddingLeftMobile\":\"0rem\",\"paddingRightMobile\":\"0rem\"}} -->\n<!-- wp:shortcode -->\n[cform]1[/cform]\n<!-- /wp:shortcode -->\n<!-- /wp:generateblocks/container -->\n<!-- /wp:generateblocks/grid -->\n<!-- /wp:generateblocks/container -->','Contact form','','inherit','closed','closed','','1151-autosave-v1','','','2024-07-08 17:37:30','2024-07-08 07:37:30','',1151,'https://auto.mitrofanov.ru/?p=1182',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(127,2,0),
(310,3,0),
(311,3,0),
(312,3,0),
(313,3,0),
(330,1,0),
(347,1,0),
(367,1,0),
(929,5,0),
(1151,6,0),
(1156,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,0),
(2,2,'wp_theme','',0,1),
(3,3,'nav_menu','',0,5),
(4,4,'wp_pattern_category','',0,0),
(5,5,'wp_pattern_category','',0,1),
(6,6,'wp_pattern_category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Без рубрики','%d0%b1%d0%b5%d0%b7-%d1%80%d1%83%d0%b1%d1%80%d0%b8%d0%ba%d0%b8',0),
(2,'generatepress_child','generatepress_child',0),
(3,'Menu 1','menu-1',0),
(4,'Подвалы сайта','footer',0),
(5,'Галерея','gallery',0),
(6,'Контакты','contact',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(41,5648,'nickname','i0druc5qlirrm5jixrg1zj'),
(42,5648,'first_name',''),
(43,5648,'last_name',''),
(44,5648,'description',''),
(45,5648,'rich_editing','true'),
(46,5648,'syntax_highlighting','true'),
(47,5648,'comment_shortcuts','false'),
(48,5648,'admin_color','fresh'),
(49,5648,'use_ssl','0'),
(50,5648,'show_admin_bar_front','true'),
(51,5648,'locale',''),
(52,5648,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(53,5648,'wp_user_level','10'),
(54,5648,'dismissed_wp_pointers',''),
(56,5648,'wp_dashboard_quick_press_last_post_id','1157'),
(57,5648,'community-events-location','a:1:{s:2:\"ip\";s:11:\"46.166.86.0\";}'),
(58,5648,'closedpostboxes_dashboard','a:0:{}'),
(59,5648,'metaboxhidden_dashboard','a:4:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:21:\"dashboard_quick_press\";i:3;s:17:\"dashboard_primary\";}'),
(60,5649,'nickname','vitdobrolom'),
(61,5649,'first_name',''),
(62,5649,'last_name',''),
(63,5649,'description',''),
(64,5649,'rich_editing','true'),
(65,5649,'syntax_highlighting','true'),
(66,5649,'comment_shortcuts','false'),
(67,5649,'admin_color','fresh'),
(68,5649,'use_ssl','0'),
(69,5649,'show_admin_bar_front','true'),
(70,5649,'locale',''),
(71,5649,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(72,5649,'wp_user_level','10'),
(73,5649,'dismissed_wp_pointers',''),
(74,5649,'hide_admin_area',''),
(75,5648,'session_tokens','a:1:{s:64:\"416cf07bfc53da0b93d318e510132e1736c48a0b9e1b7061b4534c4bec98b5c6\";a:4:{s:10:\"expiration\";i:1721814471;s:2:\"ip\";s:13:\"46.166.86.150\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1721641671;}}'),
(76,5648,'wp_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-08T07:48:42.625Z\";s:4:\"core\";a:1:{s:10:\"editorMode\";s:6:\"visual\";}}'),
(77,5648,'submitted::form_667d88532f4f4','4'),
(78,5648,'wp_user-settings','libraryContent=browse'),
(79,5648,'wp_user-settings-time','1719533412'),
(80,5649,'session_tokens','a:1:{s:64:\"d26dcaf546bb503ff37232b38f355e5274d8ca2a0d25d8f006707b7169f6eddc\";a:4:{s:10:\"expiration\";i:1721717007;s:2:\"ip\";s:13:\"85.95.153.100\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1720507407;}}'),
(81,5649,'wp_dashboard_quick_press_last_post_id','1166'),
(82,5649,'community-events-location','a:1:{s:2:\"ip\";s:11:\"85.95.153.0\";}'),
(83,5649,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-06-28T01:13:24.812Z\";}'),
(84,5648,'nav_menu_recently_edited','3'),
(85,5648,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(86,5648,'metaboxhidden_nav-menus','a:3:{i:0;s:24:\"add-post-type-admin_form\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),
(87,5648,'manageedit-acf-post-typecolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),
(88,5648,'acf_user_settings','a:1:{s:19:\"post-type-first-run\";b:1;}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=5650 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(5648,'i0druc5qlirrm5jixrg1zj','$P$B.aFo705VsNjNxgYaFF2Asi8FPPwqm1','i0druc5qlirrm5jixrg1zj','a@k-45.ru','','2024-06-27 21:35:46','',0,'i0druc5qlirrm5jixrg1zj'),
(5649,'vitdobrolom','$P$BI/5/PXxBuC8Xd3S2bKzvqEB2l/j6N/','vitdobrolom','vit@dobrolom.com','','2024-06-27 21:53:43','',0,'vitdobrolom');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!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 */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-11-15 1:00:26