^ Drupal\commerce_product\Entity\ProductVariation {#4832
  #entityTypeId: "commerce_product_variation"
  #enforceIsNew: null
  #typedData: Drupal\Core\Entity\Plugin\DataType\EntityAdapter {#4833
    #definition: Drupal\Core\Entity\TypedData\EntityDataDefinition {#4836
      #definition: array:1 [
        "constraints" => array:2 [
          "EntityType" => "commerce_product_variation"
          "Bundle" => array:1 [
            0 => "default"
          ]
        ]
      ]
      #typedDataManager: null
      #propertyDefinitions: array:19 [
        "variation_id" => Drupal\Core\Field\BaseFieldDefinition {#3423
          #definition: array:6 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3424
              #string: "ID"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "variation_id"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3425
            #definition: array:2 [
              "type" => "field_item:integer"
              "settings" => array:6 [
                "unsigned" => true
                "size" => "normal"
                "min" => ""
                "max" => ""
                "prefix" => ""
                "suffix" => ""
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3423}
          }
          #type: "integer"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "uuid" => Drupal\Core\Field\BaseFieldDefinition {#3426
          #definition: array:6 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3427
              #string: "UUID"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "uuid"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3428
            #definition: array:2 [
              "type" => "field_item:uuid"
              "settings" => array:3 [
                "max_length" => 128
                "is_ascii" => true
                "case_sensitive" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3426}
          }
          #type: "uuid"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "langcode" => Drupal\Core\Field\BaseFieldDefinition {#3429
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3430
              #string: "Language"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "translatable" => true
            "provider" => "commerce_product"
            "field_name" => "langcode"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3431
            #definition: array:2 [
              "type" => "field_item:language"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3429}
          }
          #type: "language"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "type" => Drupal\Core\Field\BaseFieldDefinition {#3432
          #definition: array:7 [
            "label" => "Тип вариации товара"
            "required" => true
            "read-only" => true
            "provider" => "commerce_product"
            "field_name" => "type"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3433
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "commerce_product_variation_type"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3432}
          }
          #type: "entity_reference"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "uid" => Drupal\Core\Field\BaseFieldDefinition {#3434
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3435
              #string: "Author"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "default_value_callback" => "Drupal\commerce_product\Entity\ProductVariation::getDefaultEntityOwner"
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3436
              #string: "The variation author."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "uid"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3437
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "user"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3434}
          }
          #type: "entity_reference"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "status" => Drupal\Core\Field\BaseFieldDefinition {#3438
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3439
              #string: "Published"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "revisionable" => true
            "translatable" => true
            "default_value" => array:1 [
              0 => array:1 [
                "value" => true
              ]
            ]
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "status"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3440
            #definition: array:2 [
              "type" => "field_item:boolean"
              "settings" => array:2 [
                "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3441 …5}
                "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3442 …5}
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3438}
          }
          #type: "boolean"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "product_id" => Drupal\Core\Field\BaseFieldDefinition {#3443
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3444
              #string: "Product"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3445
              #string: "The parent product."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "read-only" => true
            "display" => array:1 [
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "product_id"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3446
            #definition: array:2 [
              "type" => "field_item:entity_reference"
              "settings" => array:3 [
                "target_type" => "commerce_product"
                "handler" => "default"
                "handler_settings" => []
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3443}
          }
          #type: "entity_reference"
          #propertyDefinitions: array:2 [
            "target_id" => Drupal\Core\TypedData\DataReferenceTargetDefinition {#4843
              #definition: array:4 [
                "type" => "integer"
                "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#4844 …5}
                "settings" => array:1 [ …1]
                "required" => true
              ]
              #typedDataManager: null
            }
            "entity" => Drupal\Core\TypedData\DataReferenceDefinition {#4845
              #definition: array:6 [
                "type" => "entity_reference"
                "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#527 …5}
                "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#4847 …5}
                "computed" => true
                "read-only" => false
                "constraints" => array:1 [ …1]
              ]
              #typedDataManager: null
              #targetDefinition: Drupal\Core\Entity\TypedData\EntityDataDefinition {#4848
                #definition: array:12 [ …12]
                #typedDataManager: null
                #propertyDefinitions: null
              }
            }
          ]
          #schema: null
          #indexes: []
        }
        "sku" => Drupal\Core\Field\BaseFieldDefinition {#3447
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3448
              #string: "SKU"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3449
              #string: "The unique, machine-readable identifier for a variation."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "constraints" => array:1 [
              "ProductVariationSku" => null
            ]
            "display" => array:2 [
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "sku"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3450
            #definition: array:2 [
              "type" => "field_item:string"
              "settings" => array:4 [
                "max_length" => 255
                "is_ascii" => false
                "case_sensitive" => false
                "display_description" => true
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3447}
          }
          #type: "string"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "title" => Drupal\Core\Field\BaseFieldDefinition {#3451
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3452
              #string: "Title"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3453
              #string: "The variation title."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "translatable" => true
            "display" => array:2 [
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
              "view" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "title"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3454
            #definition: array:2 [
              "type" => "field_item:string"
              "settings" => array:4 [
                "max_length" => 255
                "is_ascii" => false
                "case_sensitive" => false
                "default_value" => ""
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3451}
          }
          #type: "string"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "list_price" => Drupal\Core\Field\BaseFieldDefinition {#3455
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3456
              #string: "List price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3457
              #string: "The list price."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "list_price"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3458
            #definition: array:2 [
              "type" => "field_item:commerce_price"
              "settings" => array:2 [
                "available_currencies" => []
                "allow_negative" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3455}
          }
          #type: "commerce_price"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "price" => Drupal\Core\Field\BaseFieldDefinition {#3459
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3460
              #string: "Price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3461
              #string: "The price"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "required" => true
            "display" => array:2 [
              "view" => array:2 [
                "options" => array:3 [ …3]
                "configurable" => true
              ]
              "form" => array:2 [
                "options" => array:2 [ …2]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "price"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3462
            #definition: array:2 [
              "type" => "field_item:commerce_price"
              "settings" => array:2 [
                "available_currencies" => []
                "allow_negative" => false
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3459}
          }
          #type: "commerce_price"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "created" => Drupal\Core\Field\BaseFieldDefinition {#3463
          #definition: array:8 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3464
              #string: "Created"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3465
              #string: "The time when the variation was created."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "display" => array:1 [
              "form" => array:2 [
                "options" => array:1 [ …1]
                "configurable" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "created"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3466
            #definition: array:2 [
              "type" => "field_item:created"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3463}
          }
          #type: "created"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "changed" => Drupal\Core\Field\BaseFieldDefinition {#3467
          #definition: array:7 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3468
              #string: "Changed"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3469
              #string: "The time when the variation was last edited."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "provider" => "commerce_product"
            "field_name" => "changed"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3470
            #definition: array:2 [
              "type" => "field_item:changed"
              "settings" => []
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3467}
          }
          #type: "changed"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#3471
          #definition: array:9 [
            "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3472
              #string: "Default translation"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#3473
              #string: "A flag indicating whether this is the default translation."
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "translatable" => true
            "revisionable" => true
            "default_value" => array:1 [
              0 => array:1 [
                "value" => true
              ]
            ]
            "provider" => "commerce_product"
            "field_name" => "default_langcode"
            "entity_type" => "commerce_product_variation"
            "bundle" => null
          ]
          #typedDataManager: null
          #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3474
            #definition: array:2 [
              "type" => "field_item:boolean"
              "settings" => array:2 [
                "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3475 …5}
                "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#3476 …5}
              ]
            ]
            #typedDataManager: null
            #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#3471}
          }
          #type: "boolean"
          #propertyDefinitions: null
          #schema: null
          #indexes: []
        }
        "attribute_cvet" => Drupal\field\Entity\FieldConfig {#4838
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.attribute_cvet"
          #status: true
          #uuid: "67562115-5939-464d-ab9e-4efa4ab290aa"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:1 [
            "config" => array:3 [
              0 => "commerce_product.commerce_product_attribute.cvet"
              1 => "commerce_product.commerce_product_variation_type.default"
              2 => "field.storage.commerce_product_variation.attribute_cvet"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.attribute_cvet"
          #field_name: "attribute_cvet"
          #field_type: "entity_reference"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Цвет"
          #description: ""
          #settings: array:2 [
            "handler" => "default:commerce_product_attribute_value"
            "handler_settings" => array:1 [
              "target_bundles" => array:1 [
                0 => "cvet"
              ]
            ]
          ]
          #required: true
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_3d" => Drupal\field\Entity\FieldConfig {#4839
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_3d"
          #status: true
          #uuid: "9287d047-f80e-416c-bc74-dc436ec42711"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_3d"
            ]
            "module" => array:1 [
              0 => "image"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_3d"
          #field_name: "field_3d"
          #field_type: "image"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "3D"
          #description: ""
          #settings: array:12 [
            "handler" => "default:file"
            "handler_settings" => []
            "file_directory" => "[date:custom:Y]-[date:custom:m]"
            "file_extensions" => "png gif jpg jpeg"
            "max_filesize" => "100 MB"
            "max_resolution" => ""
            "min_resolution" => ""
            "alt_field" => false
            "alt_field_required" => true
            "title_field" => false
            "title_field_required" => false
            "default_image" => array:5 [
              "uuid" => ""
              "alt" => ""
              "title" => ""
              "width" => null
              "height" => null
            ]
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_cena_dlya_xml" => Drupal\field\Entity\FieldConfig {#4840
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_cena_dlya_xml"
          #status: true
          #uuid: "51052b72-4c78-40c9-aaea-6a4f08e8bd8a"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_cena_dlya_xml"
            ]
            "module" => array:1 [
              0 => "commerce_price"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_cena_dlya_xml"
          #field_name: "field_cena_dlya_xml"
          #field_type: "commerce_price"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Цена для xml"
          #description: "Будет заменять цену в xmk файлах генерируемых по ссылки /catalog/{taxonomy_tid}/feed.xml"
          #settings: array:2 [
            "available_currencies" => array:2 [
              0 => "0"
              1 => "0"
            ]
            "allow_negative" => false
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_excele_artikul" => Drupal\field\Entity\FieldConfig {#4841
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_excele_artikul"
          #status: true
          #uuid: "e665f17d-6f0e-4873-8b5d-231b9b66a9b0"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:1 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_excele_artikul"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_excele_artikul"
          #field_name: "field_excele_artikul"
          #field_type: "string"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Артикул из ecxcel"
          #description: ""
          #settings: []
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
        "field_vfoto" => Drupal\field\Entity\FieldConfig {#4842
          #entityTypeId: "field_config"
          #enforceIsNew: null
          #typedData: null
          #cacheContexts: array:1 [
            0 => "languages:language_interface"
          ]
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #originalId: "commerce_product_variation.default.field_vfoto"
          #status: true
          #uuid: "e864db4f-2d56-49a2-b4bd-e35369c36b56"
          -isUninstalling: false
          #langcode: "ru"
          #third_party_settings: []
          #_core: []
          #trustedData: false
          #dependencies: array:2 [
            "config" => array:2 [
              0 => "commerce_product.commerce_product_variation_type.default"
              1 => "field.storage.commerce_product_variation.field_vfoto"
            ]
            "module" => array:1 [
              0 => "image"
            ]
          ]
          #isSyncing: false
          #id: "commerce_product_variation.default.field_vfoto"
          #field_name: "field_vfoto"
          #field_type: "image"
          #entity_type: "commerce_product_variation"
          #bundle: "default"
          #label: "Фото"
          #description: ""
          #settings: array:12 [
            "handler" => "default:file"
            "handler_settings" => []
            "file_directory" => "[date:custom:Y]-[date:custom:m]"
            "file_extensions" => "png gif jpg jpeg"
            "max_filesize" => ""
            "max_resolution" => ""
            "min_resolution" => ""
            "alt_field" => true
            "alt_field_required" => false
            "title_field" => true
            "title_field_required" => false
            "default_image" => array:5 [
              "uuid" => ""
              "alt" => ""
              "title" => ""
              "width" => null
              "height" => null
            ]
          ]
          #required: false
          #translatable: false
          #default_value: []
          #default_value_callback: ""
          #fieldStorage: null
          #itemDefinition: null
          #constraints: []
          #propertyConstraints: []
          #deleted: false
        }
      ]
    }
    #name: null
    #parent: null
    #_serviceIds: []
    #_entityStorages: []
    #stringTranslation: null
    #typedDataManager: null
    #entity: Drupal\commerce_product\Entity\ProductVariation {#4832}
  }
  #cacheContexts: []
  #cacheTags: []
  #cacheMaxAge: -1
  #_serviceIds: []
  #_entityStorages: []
  #values: array:18 [
    "variation_id" => array:1 [
      "x-default" => "586"
    ]
    "type" => array:1 [
      "x-default" => "default"
    ]
    "uuid" => array:1 [
      "x-default" => "b2650c77-d5c1-48b8-bc7a-e0f923eb64a7"
    ]
    "langcode" => array:1 [
      "x-default" => "ru"
    ]
    "uid" => array:1 [
      "x-default" => "1"
    ]
    "status" => array:1 [
      "x-default" => "1"
    ]
    "product_id" => array:1 [
      "x-default" => "333"
    ]
    "sku" => array:1 [
      "x-default" => "БКШ-2-Принт под дерево"
    ]
    "title" => array:1 [
      "x-default" => "Принт под дерево"
    ]
    "list_price" => array:1 [
      "x-default" => array:2 [
        "number" => null
        "currency_code" => null
      ]
    ]
    "price" => array:1 [
      "x-default" => array:2 [
        "number" => "296000.000000"
        "currency_code" => "RUB"
      ]
    ]
    "created" => array:1 [
      "x-default" => "1671566134"
    ]
    "changed" => array:1 [
      "x-default" => "1738682870"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
    "attribute_cvet" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "target_id" => "6"
        ]
      ]
    ]
    "field_3d" => array:1 [
      "x-default" => array:73 [
        0 => array:5 [
          "target_id" => "58701"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        1 => array:5 [
          "target_id" => "58702"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        2 => array:5 [
          "target_id" => "58703"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        3 => array:5 [
          "target_id" => "58704"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        4 => array:5 [
          "target_id" => "58705"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        5 => array:5 [
          "target_id" => "58706"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        6 => array:5 [
          "target_id" => "58707"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        7 => array:5 [
          "target_id" => "58708"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        8 => array:5 [
          "target_id" => "58709"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        9 => array:5 [
          "target_id" => "58710"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        10 => array:5 [
          "target_id" => "58711"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        11 => array:5 [
          "target_id" => "58712"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        12 => array:5 [
          "target_id" => "58713"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        13 => array:5 [
          "target_id" => "58714"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        14 => array:5 [
          "target_id" => "58715"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        15 => array:5 [
          "target_id" => "58716"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        16 => array:5 [
          "target_id" => "58717"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        17 => array:5 [
          "target_id" => "58718"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        18 => array:5 [
          "target_id" => "58719"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        19 => array:5 [
          "target_id" => "58720"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        20 => array:5 [
          "target_id" => "58721"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        21 => array:5 [
          "target_id" => "58722"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        22 => array:5 [
          "target_id" => "58723"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        23 => array:5 [
          "target_id" => "58724"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        24 => array:5 [
          "target_id" => "58725"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        25 => array:5 [
          "target_id" => "58726"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        26 => array:5 [
          "target_id" => "58727"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        27 => array:5 [
          "target_id" => "58728"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        28 => array:5 [
          "target_id" => "58729"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        29 => array:5 [
          "target_id" => "58730"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        30 => array:5 [
          "target_id" => "58731"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        31 => array:5 [
          "target_id" => "58732"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        32 => array:5 [
          "target_id" => "58733"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        33 => array:5 [
          "target_id" => "58734"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        34 => array:5 [
          "target_id" => "58736"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        35 => array:5 [
          "target_id" => "58737"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        36 => array:5 [
          "target_id" => "58738"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        37 => array:5 [
          "target_id" => "58739"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        38 => array:5 [
          "target_id" => "58740"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        39 => array:5 [
          "target_id" => "58741"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        40 => array:5 [
          "target_id" => "58742"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        41 => array:5 [
          "target_id" => "58743"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        42 => array:5 [
          "target_id" => "58744"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        43 => array:5 [
          "target_id" => "58745"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        44 => array:5 [
          "target_id" => "58746"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        45 => array:5 [
          "target_id" => "58747"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        46 => array:5 [
          "target_id" => "58748"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        47 => array:5 [
          "target_id" => "58749"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        48 => array:5 [
          "target_id" => "58750"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        49 => array:5 [
          "target_id" => "58751"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        50 => array:5 [
          "target_id" => "58752"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        51 => array:5 [
          "target_id" => "58753"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        52 => array:5 [
          "target_id" => "58754"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        53 => array:5 [
          "target_id" => "58755"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        54 => array:5 [
          "target_id" => "58756"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        55 => array:5 [
          "target_id" => "58757"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        56 => array:5 [
          "target_id" => "58758"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        57 => array:5 [
          "target_id" => "58759"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        58 => array:5 [
          "target_id" => "58760"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        59 => array:5 [
          "target_id" => "58761"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        60 => array:5 [
          "target_id" => "58762"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        61 => array:5 [
          "target_id" => "58763"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        62 => array:5 [
          "target_id" => "58764"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        63 => array:5 [
          "target_id" => "58765"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        64 => array:5 [
          "target_id" => "58766"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        65 => array:5 [
          "target_id" => "58767"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        66 => array:5 [
          "target_id" => "58768"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        67 => array:5 [
          "target_id" => "58769"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        68 => array:5 [
          "target_id" => "58770"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        69 => array:5 [
          "target_id" => "58771"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        70 => array:5 [
          "target_id" => "58772"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        71 => array:5 [
          "target_id" => "58773"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
        72 => array:5 [
          "target_id" => "58774"
          "alt" => ""
          "title" => ""
          "width" => "670"
          "height" => "475"
        ]
      ]
    ]
    "field_excele_artikul" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "ХСШ-04-Д-Т-Б"
        ]
      ]
    ]
    "field_vfoto" => array:1 [
      "x-default" => array:1 [
        0 => array:5 [
          "target_id" => "58511"
          "alt" => "Гараж для автомобиля SKOGGY с распашными воротами 4 м"
          "title" => "Гараж для автомобиля SKOGGY с распашными воротами 4 м"
          "width" => "670"
          "height" => "475"
        ]
      ]
    ]
  ]
  #fields: array:1 [
    "product_id" => array:1 [
      "x-default" => Drupal\Core\Field\EntityReferenceFieldItemList {#4837
        #definition: Drupal\Core\Field\BaseFieldDefinition {#3443}
        #name: "product_id"
        #parent: Drupal\Core\Entity\Plugin\DataType\EntityAdapter {#4833}
        #_serviceIds: []
        #_entityStorages: []
        #stringTranslation: null
        #typedDataManager: Drupal\Core\TypedData\TypedDataManager {#935
          #discovery: null
          #factory: null
          #mapper: null
          #cacheKey: "typed_data_types_plugins"
          #cacheTags: []
          #alterHook: "data_type_info"
          #subdir: "Plugin/DataType"
          #moduleHandler: Drupal\Core\Extension\ModuleHandler {#107
            #loadedFiles: array:199 [
              "address" => true
              "admin_toolbar" => true
              "admin_toolbar_links_access_filter" => true
              "admin_toolbar_tools" => true
              "advagg" => true
              "advagg_bundler" => true
              "advagg_css_minify" => true
              "advagg_js_minify" => true
              "advban" => true
              "ajax_loader" => true
              "antibot" => true
              "automated_cron" => true
              "b24" => true
              "b24_utm" => true
              "b24_webform" => true
              "better_exposed_filters" => true
              "big_pipe" => true
              "block" => true
              "block_class" => true
              "block_content" => true
              "breakpoint" => true
              "ckeditor" => true
              "ckeditor_youtube" => true
              "cleantalk" => true
              "colorbox" => true
              "comment" => true
              "commerce" => true
              "commerce_cart" => true
              "commerce_checkout" => true
              "commerce_number_pattern" => true
              "commerce_order" => true
              "commerce_payment" => true
              "commerce_price" => true
              "commerce_product" => true
              "commerce_store" => true
              "config" => true
              "contact" => true
              "context" => true
              "context_ui" => true
              "contextual" => true
              "csv_serialization" => true
              "ctools" => true
              "datetime" => true
              "datetime_range" => true
              "dbug" => true
              "draggableviews" => true
              "draggableviews_demo" => true
              "dropzonejs" => true
              "dynamic_entity_reference" => true
              "easy_breadcrumb" => true
              "easy_install" => true
              "editor" => true
              "entity" => true
              "entity_clone" => true
              "entity_reference_revisions" => true
              "facets" => true
              "field" => true
              "field_group" => true
              "field_ui" => true
              "file" => true
              "file_mdm" => true
              "file_mdm_exif" => true
              "file_mdm_font" => true
              "filter" => true
              "geolocation" => true
              "geolocation_address" => true
              "geolocation_google_maps" => true
              "geolocation_google_static_maps" => true
              "geolocation_yandex" => true
              "google_tag" => true
              "honeypot" => true
              "image" => true
              "image_effects" => true
              "imageapi_optimize" => true
              "imagemagick" => true
              "imce" => true
              "inline_entity_form" => true
              "inline_form_errors" => true
              "jquery_ui" => true
              "jquery_ui_datepicker" => true
              "jquery_ui_slider" => true
              "jquery_ui_touch_punch" => true
              "language" => true
              "layout_discovery" => true
              "lazy" => true
              "link" => true
              "locale" => true
              "mailsystem" => true
              "masonry" => true
              "media" => true
              "media_library" => true
              "menu_block" => true
              "menu_link_content" => true
              "menu_ui" => true
              "metatag" => true
              "metatag_facebook" => true
              "metatag_open_graph" => true
              "metatag_open_graph_products" => true
              "metatag_views" => true
              "mimemail" => true
              "minifyhtml" => true
              "minifyjs" => true
              "mw_catalog_feed" => true
              "mw_control" => true
              "mw_front" => true
              "mw_google_spreadsheet" => true
              "mw_lazy_blocks" => true
              "mw_lazy_variables" => true
              "mw_projects_feed" => true
              "mw_projects_filter" => true
              "mw_site_block" => true
              "mw_tsnode" => true
              "mw_yandex_rss" => true
              "mw_yml_csv" => true
              "mw_youtube" => true
              "myhtmlmail" => true
              "mysql" => true
              "node" => true
              "options" => true
              "page_cache" => true
              "path" => true
              "path_alias" => true
              "php" => true
              "profile" => true
              "queue_ui" => true
              "redirect" => true
              "redirect_404" => true
              "redis" => true
              "remove_http_headers" => true
              "responsive_image" => true
              "rest" => true
              "restrict_ip" => true
              "rocketship_webform_utm" => true
              "rules" => true
              "scheduler" => true
              "scheduler_rules_integration" => true
              "schema_article" => true
              "schema_metatag" => true
              "schema_organization" => true
              "schema_product" => true
              "search_api" => true
              "search_api_db" => true
              "search_api_db_defaults" => true
              "select2" => true
              "serialization" => true
              "shortcut" => true
              "sms" => true
              "smtp" => true
              "sophron" => true
              "standard" => true
              "state_machine" => true
              "svg_image" => true
              "svg_image_responsive" => true
              "system" => true
              "taxonomy" => true
              "taxonomy_menu" => true
              "tb_megamenu" => true
              "telephone" => true
              "term_reference_tree" => true
              "text" => true
              "token" => true
              "token_filter" => true
              "toolbar" => true
              "twig_field_value" => true
              "twig_tweak" => true
              "typed_data" => true
              "unset_html_head_link" => true
              "url_redirect" => true
              "user" => true
              "views_bootstrap" => true
              "views_data_export" => true
              "views_entity_form_field" => true
              "views_infinite_scroll" => true
              "views_rss" => true
              "views_rss_core" => true
              "views_rss_yandex" => true
              "views_term_hierarchy_weight_field" => true
              "views_ui" => true
              "webform" => true
              "webform_attachment" => true
              "webform_image_select" => true
              "webform_node" => true
              "webform_options_limit" => true
              "webform_shortcuts" => true
              "webform_submission_log" => true
              "webform_ui" => true
              "webp" => true
              "x_frame_options_configuration" => true
              "xmlsitemap_custom" => true
              "xmlsitemap_engines" => true
              "yandex_yml" => true
              "pathauto" => true
              "selective_better_exposed_filters" => true
              "webform_bootstrap" => true
              "xmlsitemap" => true
              "masonry_views" => true
              "views" => true
              "paragraphs" => true
              "tvi" => true
            ]
            #moduleList: array:199 [
              "address" => Drupal\Core\Extension\Extension {#109 …5}
              "admin_toolbar" => Drupal\Core\Extension\Extension {#110 …5}
              "admin_toolbar_links_access_filter" => Drupal\Core\Extension\Extension {#111 …5}
              "admin_toolbar_tools" => Drupal\Core\Extension\Extension {#112 …5}
              "advagg" => Drupal\Core\Extension\Extension {#113 …5}
              "advagg_bundler" => Drupal\Core\Extension\Extension {#114 …5}
              "advagg_css_minify" => Drupal\Core\Extension\Extension {#115 …5}
              "advagg_js_minify" => Drupal\Core\Extension\Extension {#116 …5}
              "advban" => Drupal\Core\Extension\Extension {#117 …5}
              "ajax_loader" => Drupal\Core\Extension\Extension {#118 …5}
              "antibot" => Drupal\Core\Extension\Extension {#119 …5}
              "automated_cron" => Drupal\Core\Extension\Extension {#120 …5}
              "b24" => Drupal\Core\Extension\Extension {#121 …5}
              "b24_utm" => Drupal\Core\Extension\Extension {#122 …5}
              "b24_webform" => Drupal\Core\Extension\Extension {#123 …5}
              "better_exposed_filters" => Drupal\Core\Extension\Extension {#124 …5}
              "big_pipe" => Drupal\Core\Extension\Extension {#125 …5}
              "block" => Drupal\Core\Extension\Extension {#126 …5}
              "block_class" => Drupal\Core\Extension\Extension {#127 …5}
              "block_content" => Drupal\Core\Extension\Extension {#128 …5}
              "breakpoint" => Drupal\Core\Extension\Extension {#129 …5}
              "ckeditor" => Drupal\Core\Extension\Extension {#130 …5}
              "ckeditor_youtube" => Drupal\Core\Extension\Extension {#131 …5}
              "cleantalk" => Drupal\Core\Extension\Extension {#132 …5}
              "colorbox" => Drupal\Core\Extension\Extension {#133 …5}
              "comment" => Drupal\Core\Extension\Extension {#134 …5}
              "commerce" => Drupal\Core\Extension\Extension {#135 …5}
              "commerce_cart" => Drupal\Core\Extension\Extension {#136 …5}
              "commerce_checkout" => Drupal\Core\Extension\Extension {#137 …5}
              "commerce_number_pattern" => Drupal\Core\Extension\Extension {#138 …5}
              "commerce_order" => Drupal\Core\Extension\Extension {#139 …5}
              "commerce_payment" => Drupal\Core\Extension\Extension {#140 …5}
              "commerce_price" => Drupal\Core\Extension\Extension {#141 …5}
              "commerce_product" => Drupal\Core\Extension\Extension {#142 …5}
              "commerce_store" => Drupal\Core\Extension\Extension {#143 …5}
              "config" => Drupal\Core\Extension\Extension {#144 …5}
              "contact" => Drupal\Core\Extension\Extension {#145 …5}
              "context" => Drupal\Core\Extension\Extension {#146 …5}
              "context_ui" => Drupal\Core\Extension\Extension {#147 …5}
              "contextual" => Drupal\Core\Extension\Extension {#148 …5}
              "csv_serialization" => Drupal\Core\Extension\Extension {#149 …5}
              "ctools" => Drupal\Core\Extension\Extension {#150 …5}
              "datetime" => Drupal\Core\Extension\Extension {#151 …5}
              "datetime_range" => Drupal\Core\Extension\Extension {#152 …5}
              "dbug" => Drupal\Core\Extension\Extension {#153 …5}
              "draggableviews" => Drupal\Core\Extension\Extension {#154 …5}
              "draggableviews_demo" => Drupal\Core\Extension\Extension {#155 …5}
              "dropzonejs" => Drupal\Core\Extension\Extension {#156 …5}
              "dynamic_entity_reference" => Drupal\Core\Extension\Extension {#157 …5}
              "easy_breadcrumb" => Drupal\Core\Extension\Extension {#158 …5}
              "easy_install" => Drupal\Core\Extension\Extension {#159 …5}
              "editor" => Drupal\Core\Extension\Extension {#160 …5}
              "entity" => Drupal\Core\Extension\Extension {#161 …5}
              "entity_clone" => Drupal\Core\Extension\Extension {#162 …5}
              "entity_reference_revisions" => Drupal\Core\Extension\Extension {#163 …5}
              "facets" => Drupal\Core\Extension\Extension {#164 …5}
              "field" => Drupal\Core\Extension\Extension {#165 …5}
              "field_group" => Drupal\Core\Extension\Extension {#166 …5}
              "field_ui" => Drupal\Core\Extension\Extension {#167 …5}
              "file" => Drupal\Core\Extension\Extension {#168 …5}
              "file_mdm" => Drupal\Core\Extension\Extension {#169 …5}
              "file_mdm_exif" => Drupal\Core\Extension\Extension {#170 …5}
              "file_mdm_font" => Drupal\Core\Extension\Extension {#171 …5}
              "filter" => Drupal\Core\Extension\Extension {#172 …5}
              "geolocation" => Drupal\Core\Extension\Extension {#173 …5}
              "geolocation_address" => Drupal\Core\Extension\Extension {#174 …5}
              "geolocation_google_maps" => Drupal\Core\Extension\Extension {#175 …5}
              "geolocation_google_static_maps" => Drupal\Core\Extension\Extension {#176 …5}
              "geolocation_yandex" => Drupal\Core\Extension\Extension {#177 …5}
              "google_tag" => Drupal\Core\Extension\Extension {#178 …5}
              "honeypot" => Drupal\Core\Extension\Extension {#179 …5}
              "image" => Drupal\Core\Extension\Extension {#180 …5}
              "image_effects" => Drupal\Core\Extension\Extension {#181 …5}
              "imageapi_optimize" => Drupal\Core\Extension\Extension {#182 …5}
              "imagemagick" => Drupal\Core\Extension\Extension {#183 …5}
              "imce" => Drupal\Core\Extension\Extension {#184 …5}
              "inline_entity_form" => Drupal\Core\Extension\Extension {#185 …5}
              "inline_form_errors" => Drupal\Core\Extension\Extension {#186 …5}
              "jquery_ui" => Drupal\Core\Extension\Extension {#187 …5}
              "jquery_ui_datepicker" => Drupal\Core\Extension\Extension {#188 …5}
              "jquery_ui_slider" => Drupal\Core\Extension\Extension {#189 …5}
              "jquery_ui_touch_punch" => Drupal\Core\Extension\Extension {#190 …5}
              "language" => Drupal\Core\Extension\Extension {#191 …5}
              "layout_discovery" => Drupal\Core\Extension\Extension {#192 …5}
              "lazy" => Drupal\Core\Extension\Extension {#193 …5}
              "link" => Drupal\Core\Extension\Extension {#194 …5}
              "locale" => Drupal\Core\Extension\Extension {#195 …5}
              "mailsystem" => Drupal\Core\Extension\Extension {#196 …5}
              "masonry" => Drupal\Core\Extension\Extension {#197 …5}
              "media" => Drupal\Core\Extension\Extension {#198 …5}
              "media_library" => Drupal\Core\Extension\Extension {#199 …5}
              "menu_block" => Drupal\Core\Extension\Extension {#200 …5}
              "menu_link_content" => Drupal\Core\Extension\Extension {#201 …5}
              "menu_ui" => Drupal\Core\Extension\Extension {#202 …5}
              "metatag" => Drupal\Core\Extension\Extension {#203 …5}
              "metatag_facebook" => Drupal\Core\Extension\Extension {#204 …5}
              "metatag_open_graph" => Drupal\Core\Extension\Extension {#205 …5}
              "metatag_open_graph_products" => Drupal\Core\Extension\Extension {#206 …5}
              "metatag_views" => Drupal\Core\Extension\Extension {#207 …5}
              "mimemail" => Drupal\Core\Extension\Extension {#208 …5}
              "minifyhtml" => Drupal\Core\Extension\Extension {#209 …5}
              "minifyjs" => Drupal\Core\Extension\Extension {#210 …5}
              "mw_catalog_feed" => Drupal\Core\Extension\Extension {#211 …5}
              "mw_control" => Drupal\Core\Extension\Extension {#212 …5}
              "mw_front" => Drupal\Core\Extension\Extension {#213 …5}
              "mw_google_spreadsheet" => Drupal\Core\Extension\Extension {#214 …5}
              "mw_lazy_blocks" => Drupal\Core\Extension\Extension {#215 …5}
              "mw_lazy_variables" => Drupal\Core\Extension\Extension {#216 …5}
              "mw_projects_feed" => Drupal\Core\Extension\Extension {#217 …5}
              "mw_projects_filter" => Drupal\Core\Extension\Extension {#218 …5}
              "mw_site_block" => Drupal\Core\Extension\Extension {#219 …5}
              "mw_tsnode" => Drupal\Core\Extension\Extension {#220 …5}
              "mw_yandex_rss" => Drupal\Core\Extension\Extension {#221 …5}
              "mw_yml_csv" => Drupal\Core\Extension\Extension {#222 …5}
              "mw_youtube" => Drupal\Core\Extension\Extension {#223 …5}
              "myhtmlmail" => Drupal\Core\Extension\Extension {#224 …5}
              "mysql" => Drupal\Core\Extension\Extension {#225 …5}
              "node" => Drupal\Core\Extension\Extension {#226 …5}
              "options" => Drupal\Core\Extension\Extension {#227 …5}
              "page_cache" => Drupal\Core\Extension\Extension {#228 …5}
              "path" => Drupal\Core\Extension\Extension {#229 …5}
              "path_alias" => Drupal\Core\Extension\Extension {#230 …5}
              "php" => Drupal\Core\Extension\Extension {#231 …5}
              "profile" => Drupal\Core\Extension\Extension {#232 …5}
              "queue_ui" => Drupal\Core\Extension\Extension {#233 …5}
              "redirect" => Drupal\Core\Extension\Extension {#234 …5}
              "redirect_404" => Drupal\Core\Extension\Extension {#235 …5}
              "redis" => Drupal\Core\Extension\Extension {#236 …5}
              "remove_http_headers" => Drupal\Core\Extension\Extension {#237 …5}
              "responsive_image" => Drupal\Core\Extension\Extension {#238 …5}
              "rest" => Drupal\Core\Extension\Extension {#239 …5}
              "restrict_ip" => Drupal\Core\Extension\Extension {#240 …5}
              "rocketship_webform_utm" => Drupal\Core\Extension\Extension {#241 …5}
              "rules" => Drupal\Core\Extension\Extension {#242 …5}
              "scheduler" => Drupal\Core\Extension\Extension {#243 …5}
              "scheduler_rules_integration" => Drupal\Core\Extension\Extension {#244 …5}
              "schema_article" => Drupal\Core\Extension\Extension {#245 …5}
              "schema_metatag" => Drupal\Core\Extension\Extension {#246 …5}
              "schema_organization" => Drupal\Core\Extension\Extension {#247 …5}
              "schema_product" => Drupal\Core\Extension\Extension {#248 …5}
              "search_api" => Drupal\Core\Extension\Extension {#249 …5}
              "search_api_db" => Drupal\Core\Extension\Extension {#250 …5}
              "search_api_db_defaults" => Drupal\Core\Extension\Extension {#251 …5}
              "select2" => Drupal\Core\Extension\Extension {#252 …5}
              "serialization" => Drupal\Core\Extension\Extension {#253 …5}
              "shortcut" => Drupal\Core\Extension\Extension {#254 …5}
              "sms" => Drupal\Core\Extension\Extension {#255 …5}
              "smtp" => Drupal\Core\Extension\Extension {#256 …5}
              "sophron" => Drupal\Core\Extension\Extension {#257 …5}
              "standard" => Drupal\Core\Extension\Extension {#258 …5}
              "state_machine" => Drupal\Core\Extension\Extension {#259 …5}
              "svg_image" => Drupal\Core\Extension\Extension {#260 …5}
              "svg_image_responsive" => Drupal\Core\Extension\Extension {#261 …5}
              "system" => Drupal\Core\Extension\Extension {#262 …5}
              "taxonomy" => Drupal\Core\Extension\Extension {#263 …5}
              "taxonomy_menu" => Drupal\Core\Extension\Extension {#264 …5}
              "tb_megamenu" => Drupal\Core\Extension\Extension {#265 …5}
              "telephone" => Drupal\Core\Extension\Extension {#266 …5}
              "term_reference_tree" => Drupal\Core\Extension\Extension {#267 …5}
              "text" => Drupal\Core\Extension\Extension {#268 …5}
              "token" => Drupal\Core\Extension\Extension {#269 …5}
              "token_filter" => Drupal\Core\Extension\Extension {#270 …5}
              "toolbar" => Drupal\Core\Extension\Extension {#271 …5}
              "twig_field_value" => Drupal\Core\Extension\Extension {#272 …5}
              "twig_tweak" => Drupal\Core\Extension\Extension {#273 …5}
              "typed_data" => Drupal\Core\Extension\Extension {#274 …5}
              "unset_html_head_link" => Drupal\Core\Extension\Extension {#275 …5}
              "url_redirect" => Drupal\Core\Extension\Extension {#276 …5}
              "user" => Drupal\Core\Extension\Extension {#277 …5}
              "views_bootstrap" => Drupal\Core\Extension\Extension {#278 …5}
              "views_data_export" => Drupal\Core\Extension\Extension {#279 …5}
              "views_entity_form_field" => Drupal\Core\Extension\Extension {#280 …5}
              "views_infinite_scroll" => Drupal\Core\Extension\Extension {#281 …5}
              "views_rss" => Drupal\Core\Extension\Extension {#282 …5}
              "views_rss_core" => Drupal\Core\Extension\Extension {#283 …5}
              "views_rss_yandex" => Drupal\Core\Extension\Extension {#284 …5}
              "views_term_hierarchy_weight_field" => Drupal\Core\Extension\Extension {#285 …5}
              "views_ui" => Drupal\Core\Extension\Extension {#286 …5}
              "webform" => Drupal\Core\Extension\Extension {#287 …5}
              "webform_attachment" => Drupal\Core\Extension\Extension {#288 …5}
              "webform_image_select" => Drupal\Core\Extension\Extension {#289 …5}
              "webform_node" => Drupal\Core\Extension\Extension {#290 …5}
              "webform_options_limit" => Drupal\Core\Extension\Extension {#291 …5}
              "webform_shortcuts" => Drupal\Core\Extension\Extension {#292 …5}
              "webform_submission_log" => Drupal\Core\Extension\Extension {#293 …5}
              "webform_ui" => Drupal\Core\Extension\Extension {#294 …5}
              "webp" => Drupal\Core\Extension\Extension {#295 …5}
              "x_frame_options_configuration" => Drupal\Core\Extension\Extension {#296 …5}
              "xmlsitemap_custom" => Drupal\Core\Extension\Extension {#297 …5}
              "xmlsitemap_engines" => Drupal\Core\Extension\Extension {#298 …5}
              "yandex_yml" => Drupal\Core\Extension\Extension {#299 …5}
              "pathauto" => Drupal\Core\Extension\Extension {#300 …5}
              "selective_better_exposed_filters" => Drupal\Core\Extension\Extension {#301 …5}
              "webform_bootstrap" => Drupal\Core\Extension\Extension {#302 …5}
              "xmlsitemap" => Drupal\Core\Extension\Extension {#303 …5}
              "masonry_views" => Drupal\Core\Extension\Extension {#304 …5}
              "views" => Drupal\Core\Extension\Extension {#305 …5}
              "paragraphs" => Drupal\Core\Extension\Extension {#306 …5}
              "tvi" => Drupal\Core\Extension\Extension {#307 …5}
            ]
            #loaded: true
            #implementations: array:2912 [
              "module_implements_alter" => array:9 [ …9]
              "entity_load" => []
              "user_role_load" => []
              "language_types_info" => []
              "language_types_info_alter" => array:1 [ …1]
              "entity_preload" => []
              "user_load" => []
              "taxonomy_term_load" => []
              "entity_bundle_info" => array:1 [ …1]
              "block_content_type_load" => []
              "comment_type_load" => []
              "commerce_order_item_type_load" => []
              "commerce_order_type_load" => []
              "commerce_product_variation_type_load" => []
              "commerce_product_type_load" => []
              "commerce_product_attribute_load" => []
              "commerce_store_type_load" => []
              "contact_form_load" => []
              "media_type_load" => []
              "node_type_load" => []
              "profile_type_load" => []
              "shortcut_set_load" => []
              "taxonomy_vocabulary_load" => []
              "webform_load" => array:1 [ …1]
              "context_load" => []
              "system_info_alter" => array:1 [ …1]
              "date_format_load" => []
              "element_info_alter" => array:7 [ …7]
              "webform_element_info_alter" => []
              "webform_element_default_properties_alter" => []
              "webform_handler_invoke_alter" => []
              "webform_handler_invoke_alter_elements_alter" => []
              "entity_access" => array:3 [ …3]
              "filter_format_access" => []
              "webform_options_alter" => []
              "paragraphs_type_load" => []
              "entity_bundle_info_alter" => array:1 [ …1]
              "entity_bundle_field_info" => array:2 [ …2]
              "field_config_load" => []
              "entity_bundle_field_info_alter" => []
              "view_load" => []
              "views_pre_view" => []
              "views_plugins_field_alter" => []
              "entity_field_storage_info" => array:2 [ …2]
              "field_storage_config_load" => []
              "entity_field_storage_info_alter" => []
              "entity_field_access" => array:2 [ …2]
              "entity_field_access_alter" => []
              "views_plugins_argument_alter" => array:1 [ …1]
              "views_plugins_sort_alter" => []
              "views_plugins_filter_alter" => array:1 [ …1]
              "views_plugins_relationship_alter" => []
              "views_plugins_area_alter" => []
              "views_plugins_pager_alter" => []
              "views_pre_build" => []
              "views_plugins_query_alter" => []
              "views_plugins_join_alter" => []
              "views_plugins_argument_validator_alter" => array:1 [ …1]
              "taxonomy_term_access" => []
              "views_query_alter" => array:6 [ …6]
              "views_plugins_cache_alter" => array:1 [ …1]
              "search_api_index_load" => []
              "field_formatter_info_alter" => array:7 [ …7]
              "views_plugins_argument_default_alter" => []
              "entity_view_mode_load" => []
              "image_style_load" => []
              "views_query_substitutions" => array:4 [ …4]
              "views_post_build" => []
              "views_pre_execute" => []
              "query_alter" => []
              "query_views_alter" => array:1 [ …1]
              "query_views_products_alter" => []
              "query_taxonomy_term_access_alter" => []
              "query_commerce_product_access_alter" => []
              "query_term_access_alter" => []
              "query_commerce_product_load_multiple_alter" => []
              "entity_storage_load" => array:1 [ …1]
              "commerce_product_storage_load" => []
              "commerce_product_load" => []
              "views_post_execute" => []
              "entity_view_mode_alter" => []
              "entity_view_mode_info_alter" => []
              "commerce_product_build_defaults_alter" => []
              "entity_build_defaults_alter" => []
              "views_pre_render" => array:4 [ …4]
              "views_post_render" => array:2 [ …2]
              "twig_tweak_filters_alter" => []
              "twig_tweak_functions_alter" => []
              "twig_tweak_tests_alter" => []
              "taxonomy_term_build_defaults_alter" => []
              "theme_suggestions_views_view" => []
              "theme_suggestions_alter" => array:2 [ …2]
              "theme_suggestions_views_view_alter" => []
              "template_preprocess_default_variables_alter" => array:1 [ …1]
              "theme_suggestions_views_bootstrap_grid" => []
              "theme_suggestions_views_bootstrap_grid_alter" => []
              "query_entity_query_alter" => array:1 [ …1]
              "query_entity_query_commerce_store_alter" => []
              "commerce_store_load" => []
              "entity_extra_field_info" => array:8 [ …8]
              "entity_extra_field_info_alter" => array:1 [ …1]
              "entity_view_display_load" => []
              "entity_view_display_alter" => array:1 [ …1]
              "entity_prepare_view" => []
              "commerce_product_variation_load" => []
              "commerce_product_variation_access" => []
              "commerce_product_access" => []
              "commerce_order_item_field_values_init" => []
              "entity_field_values_init" => []
              "commerce_order_item_create" => []
              "entity_create" => []
              "entity_form_mode_alter" => []
              "entity_form_display_load" => []
              "entity_form_display_alter" => array:2 [ …2]
              "query_commerce_product_variation_access_alter" => []
              "query_entity_query_commerce_product_variation_alter" => []
              "query_entity_access_alter" => []
              "entity_prepare_form" => []
              "commerce_order_item_prepare_form" => []
              "field_widget_info_alter" => array:6 [ …6]
              "commerce_product_attribute_value_load" => []
              "field_widget_form_alter" => array:1 [ …1]
              "field_widget_commerce_product_variation_attributes_form_alter" => []
              "field_widget_single_element_form_alter" => array:6 [ …6]
              "field_widget_single_element_commerce_product_variation_attributes_form_alter" => []
              "field_widget_multivalue_form_alter" => []
              "field_widget_multivalue_commerce_product_variation_attributes_form_alter" => []
              "field_widget_complete_form_alter" => array:1 [ …1]
              "field_widget_complete_commerce_product_variation_attributes_form_alter" => []
              "form_alter" => array:15 [ …15]
              "form_commerce_order_item_add_to_cart_form_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_11_alter" => []
              "commerce_product_attribute_value_build_defaults_alter" => []
              "file_load" => []
              "entity_display_build_alter" => []
              "commerce_product_attribute_value_view" => []
              "entity_view" => array:3 [ …3]
              "commerce_product_attribute_value_view_alter" => []
              "entity_view_alter" => array:3 [ …3]
              "theme_suggestions_commerce_product_attribute_value" => array:1 [ …1]
              "theme_suggestions_commerce_product_attribute_value_alter" => []
              "theme_suggestions_field" => array:1 [ …1]
              "theme_suggestions_field_alter" => []
              "file_url_alter" => []
              "commerce_product_view" => []
              "commerce_product_variation_build_defaults_alter" => []
              "commerce_currency_load" => []
              "commerce_product_variation_view" => []
              "commerce_product_variation_view_alter" => []
              "commerce_product_view_alter" => []
              "theme_suggestions_commerce_product" => array:1 [ …1]
              "theme_suggestions_commerce_product_alter" => []
              "theme_suggestions_image_formatter" => []
              "theme_suggestions_image_formatter_alter" => []
              "theme_suggestions_image_style" => []
              "theme_suggestions_image_style_alter" => []
              "image_effect_info_alter" => []
              "theme_suggestions_image" => []
              "theme_suggestions_image_alter" => []
              "lazy_settings_alter" => []
              "link_alter" => array:1 [ …1]
              "theme_suggestions_field_multiple_value_form" => []
              "theme_suggestions_field_multiple_value_form_alter" => []
              "theme_suggestions_input" => []
              "theme_suggestions_input_alter" => []
              "theme_suggestions_form_element" => array:1 [ …1]
              "theme_suggestions_form_element_alter" => []
              "theme_suggestions_radios" => array:1 [ …1]
              "theme_suggestions_radios_alter" => []
              "theme_suggestions_fieldset" => []
              "theme_suggestions_fieldset_alter" => []
              "theme_suggestions_container" => []
              "theme_suggestions_container_alter" => array:1 [ …1]
              "theme_suggestions_form" => []
              "theme_suggestions_form_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_12_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_311_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_312_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_342_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_56_alter" => []
              "query_file_load_multiple_alter" => []
              "file_storage_load" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_52_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_249_alter" => []
              "form_commerce_order_item_add_to_cart_form_commerce_product_246_alter" => []
              "theme_suggestions_pager" => []
              "theme_suggestions_pager_alter" => []
              "taxonomy_term_view" => []
              "taxonomy_term_view_alter" => []
              "theme_suggestions_taxonomy_term" => array:1 [ …1]
              "theme_suggestions_taxonomy_term_alter" => []
              "filter_format_load" => []
              "filter_info_alter" => []
              "token_entity_mapping_alter" => []
              "block_load" => []
              "block_access" => array:1 [ …1]
              "query_entity_query_block_content_alter" => []
              "block_content_load" => []
              "menu_load" => []
              "block_alter" => array:1 [ …1]
               …2712
            ]
            #verified: array:35 [ …35]
            #hookInfo: null
            #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#108 …4}
            #cacheNeedsWriting: false
            #alterFunctions: array:10 [ …10]
            #root: "/var/www/fastuser/data/www/skoggy.ru/web"
            #includeFileKeys: array:1 [ …1]
          }
          #defaults: []
          #pluginDefinitionAnnotationName: "Drupal\Core\TypedData\Annotation\DataType"
          #pluginInterface: null
          #namespaces: ArrayObject {#312
            -storage: array:214 [ …214]
            flag::STD_PROP_LIST: false
            flag::ARRAY_AS_PROPS: false
            iteratorClass: "ArrayIterator"
          }
          #additionalAnnotationNamespaces: []
          #definitions: array:434 [
            "formatted_price" => array:8 [ …8]
            "dynamic_entity_reference" => array:8 [ …8]
            "entity_revision_reference" => array:8 [ …8]
            "entity_revision" => array:10 [ …10]
            "entity_revision:block" => array:12 [ …12]
            "entity_revision:block_content" => array:12 [ …12]
            "entity_revision:block_content:akciya" => array:11 [ …11]
            "entity_revision:block_content:basic" => array:11 [ …11]
            "entity_revision:block_content:blok_galereya" => array:11 [ …11]
            "entity_revision:block_content:blok_slayder" => array:11 [ …11]
            "entity_revision:block_content:promo" => array:11 [ …11]
            "entity_revision:block_content_type" => array:12 [ …12]
            "entity_revision:comment" => array:12 [ …12]
            "entity_revision:comment:comment" => array:11 [ …11]
            "entity_revision:comment_type" => array:12 [ …12]
            "entity_revision:commerce_checkout_flow" => array:12 [ …12]
            "entity_revision:commerce_number_pattern" => array:12 [ …12]
            "entity_revision:commerce_order_item_type" => array:12 [ …12]
            "entity_revision:commerce_order_type" => array:12 [ …12]
            "entity_revision:commerce_order_item" => array:12 [ …12]
            "entity_revision:commerce_order_item:default" => array:11 [ …11]
            "entity_revision:commerce_order" => array:12 [ …12]
            "entity_revision:commerce_order:default" => array:11 [ …11]
            "entity_revision:commerce_payment_method" => array:12 [ …12]
            "entity_revision:commerce_payment_method:credit_card" => array:11 [ …11]
            "entity_revision:commerce_payment_method:paypal" => array:11 [ …11]
            "entity_revision:commerce_payment_gateway" => array:12 [ …12]
            "entity_revision:commerce_payment" => array:12 [ …12]
            "entity_revision:commerce_payment:payment_default" => array:11 [ …11]
            "entity_revision:commerce_payment:payment_manual" => array:11 [ …11]
            "entity_revision:commerce_currency" => array:12 [ …12]
            "entity_revision:commerce_product_variation" => array:12 [ …12]
            "entity_revision:commerce_product_variation:default" => array:11 [ …11]
            "entity_revision:commerce_product_type" => array:12 [ …12]
            "entity_revision:commerce_product" => array:12 [ …12]
            "entity_revision:commerce_product:default" => array:11 [ …11]
            "entity_revision:commerce_product_variation_type" => array:12 [ …12]
            "entity_revision:commerce_product_attribute_value" => array:12 [ …12]
            "entity_revision:commerce_product_attribute_value:cvet" => array:11 [ …11]
            "entity_revision:commerce_product_attribute" => array:12 [ …12]
            "entity_revision:commerce_store" => array:12 [ …12]
            "entity_revision:commerce_store:online" => array:11 [ …11]
            "entity_revision:commerce_store_type" => array:12 [ …12]
            "entity_revision:contact_message" => array:12 [ …12]
            "entity_revision:contact_message:personal" => array:11 [ …11]
            "entity_revision:contact_form" => array:12 [ …12]
            "entity_revision:context" => array:12 [ …12]
            "entity_revision:editor" => array:12 [ …12]
            "entity_revision:facets_facet" => array:12 [ …12]
            "entity_revision:facets_facet_source" => array:12 [ …12]
            "entity_revision:field_config" => array:12 [ …12]
            "entity_revision:field_storage_config" => array:12 [ …12]
            "entity_revision:file" => array:12 [ …12]
            "entity_revision:filter_format" => array:12 [ …12]
            "entity_revision:google_tag_container" => array:12 [ …12]
            "entity_revision:image_style" => array:12 [ …12]
            "entity_revision:imageapi_optimize_pipeline" => array:12 [ …12]
            "entity_revision:imce_profile" => array:12 [ …12]
            "entity_revision:configurable_language" => array:12 [ …12]
            "entity_revision:language_content_settings" => array:12 [ …12]
            "entity_revision:media_type" => array:12 [ …12]
            "entity_revision:media" => array:12 [ …12]
            "entity_revision:media:audio" => array:11 [ …11]
            "entity_revision:media:document" => array:11 [ …11]
            "entity_revision:media:image" => array:11 [ …11]
            "entity_revision:media:remote_video" => array:11 [ …11]
            "entity_revision:media:video" => array:11 [ …11]
            "entity_revision:menu_link_content" => array:12 [ …12]
            "entity_revision:menu_link_content:menu_link_content" => array:11 [ …11]
            "entity_revision:metatag_defaults" => array:12 [ …12]
            "entity_revision:node" => array:12 [ …12]
            "entity_revision:node:article" => array:11 [ …11]
            "entity_revision:node:direction" => array:11 [ …11]
            "entity_revision:node:dop" => array:11 [ …11]
            "entity_revision:node:draggableviews_demo" => array:11 [ …11]
            "entity_revision:node:faq" => array:11 [ …11]
            "entity_revision:node:letters" => array:11 [ …11]
            "entity_revision:node:page" => array:11 [ …11]
            "entity_revision:node:projects" => array:11 [ …11]
            "entity_revision:node:reviews" => array:11 [ …11]
            "entity_revision:node:services" => array:11 [ …11]
            "entity_revision:node:slayder" => array:11 [ …11]
            "entity_revision:node:tekhnicheskaya_dokumentaciya" => array:11 [ …11]
            "entity_revision:node:usefor" => array:11 [ …11]
            "entity_revision:node:video" => array:11 [ …11]
            "entity_revision:node:vystavochnye_ploschadi" => array:11 [ …11]
            "entity_revision:node:webform" => array:11 [ …11]
            "entity_revision:node_type" => array:12 [ …12]
            "entity_revision:path_alias" => array:12 [ …12]
            "entity_revision:profile" => array:12 [ …12]
            "entity_revision:profile:customer" => array:11 [ …11]
            "entity_revision:profile_type" => array:12 [ …12]
            "entity_revision:redirect" => array:12 [ …12]
            "entity_revision:redirect:redirect" => array:11 [ …11]
            "entity_revision:responsive_image_style" => array:12 [ …12]
            "entity_revision:rest_resource_config" => array:12 [ …12]
            "entity_revision:rules_reaction_rule" => array:12 [ …12]
            "entity_revision:rules_component" => array:12 [ …12]
            "entity_revision:search_api_index" => array:12 [ …12]
            "entity_revision:search_api_server" => array:12 [ …12]
            "entity_revision:search_api_task" => array:12 [ …12]
            "entity_revision:shortcut" => array:12 [ …12]
            "entity_revision:shortcut:default" => array:11 [ …11]
            "entity_revision:shortcut_set" => array:12 [ …12]
            "entity_revision:sms_report" => array:12 [ …12]
            "entity_revision:sms_result" => array:12 [ …12]
            "entity_revision:sms_gateway" => array:12 [ …12]
            "entity_revision:phone_number_settings" => array:12 [ …12]
            "entity_revision:sms_phone_number_verification" => array:12 [ …12]
            "entity_revision:sms" => array:12 [ …12]
            "entity_revision:menu" => array:12 [ …12]
            "entity_revision:action" => array:12 [ …12]
            "entity_revision:taxonomy_vocabulary" => array:12 [ …12]
            "entity_revision:taxonomy_term" => array:12 [ …12]
            "entity_revision:taxonomy_term:catalog" => array:11 [ …11]
            "entity_revision:taxonomy_term:cvet" => array:11 [ …11]
            "entity_revision:taxonomy_term:dlina" => array:11 [ …11]
            "entity_revision:taxonomy_term:dopolneniya" => array:11 [ …11]
            "entity_revision:taxonomy_term:kategoriya_faq" => array:11 [ …11]
            "entity_revision:taxonomy_term:kategoriya_statey" => array:11 [ …11]
            "entity_revision:taxonomy_term:naznachenie" => array:11 [ …11]
            "entity_revision:taxonomy_term:nomenklatura" => array:11 [ …11]
            "entity_revision:taxonomy_term:osveschenie" => array:11 [ …11]
            "entity_revision:taxonomy_term:otzyvy" => array:11 [ …11]
            "entity_revision:taxonomy_term:preimuschestva" => array:11 [ …11]
            "entity_revision:taxonomy_term:shirina" => array:11 [ …11]
            "entity_revision:taxonomy_term:shkafy_i_boksy" => array:11 [ …11]
            "entity_revision:taxonomy_term:sistemy_khraneniya" => array:11 [ …11]
            "entity_revision:taxonomy_term:sovmestimost" => array:11 [ …11]
            "entity_revision:taxonomy_term:tags" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_konstrukcii" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_kryshi" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_produkta" => array:11 [ …11]
            "entity_revision:taxonomy_term:tip_vorot" => array:11 [ …11]
            "entity_revision:taxonomy_term:v_komplekte" => array:11 [ …11]
            "entity_revision:taxonomy_term:vorota_i_rollety" => array:11 [ …11]
            "entity_revision:taxonomy_term:vysota" => array:11 [ …11]
            "entity_revision:taxonomy_menu" => array:12 [ …12]
            "entity_revision:tb_megamenu" => array:12 [ …12]
            "entity_revision:url_redirect" => array:12 [ …12]
            "entity_revision:user_role" => array:12 [ …12]
            "entity_revision:user" => array:12 [ …12]
            "entity_revision:webform_submission" => array:12 [ …12]
            "entity_revision:webform" => array:12 [ …12]
            "entity_revision:webform_options" => array:12 [ …12]
            "entity_revision:webform_image_select_images" => array:12 [ …12]
            "entity_revision:pathauto_pattern" => array:12 [ …12]
            "entity_revision:xmlsitemap" => array:12 [ …12]
            "entity_revision:view" => array:12 [ …12]
            "entity_revision:paragraphs_type" => array:12 [ …12]
            "entity_revision:paragraph" => array:12 [ …12]
            "entity_revision:entity_view_mode" => array:12 [ …12]
            "entity_revision:entity_form_mode" => array:12 [ …12]
            "entity_revision:entity_view_display" => array:12 [ …12]
            "entity_revision:entity_form_display" => array:12 [ …12]
            "entity_revision:base_field_override" => array:12 [ …12]
            "entity_revision:date_format" => array:12 [ …12]
            "entity_revision:webform_submission:contact" => array:11 [ …11]
            "entity_revision:webform_submission:dileram_forma_vnizu" => array:11 [ …11]
            "entity_revision:webform_submission:dileram_popup" => array:11 [ …11]
            "entity_revision:webform_submission:khotite_bolshe_primerov" => array:11 [ …11]
            "entity_revision:webform_submission:konsultaciya_popup" => array:11 [ …11]
            "entity_revision:webform_submission:konsultaciya_specialista" => array:11 [ …11]
            "entity_revision:webform_submission:maincontrol" => array:11 [ …11]
            "entity_revision:webform_submission:poluchit_skidku" => array:11 [ …11]
            "entity_revision:webform_submission:quiz" => array:11 [ …11]
            "entity_revision:webform_submission:quiz_parking" => array:11 [ …11]
            "entity_revision:webform_submission:test" => array:11 [ …11]
            "entity_revision:webform_submission:zadat_vopros_popup" => array:11 [ …11]
            "entity_revision:webform_submission:zakaz_proekta" => array:11 [ …11]
            "entity_revision:webform_submission:zakaz_tovara" => array:11 [ …11]
            "entity_revision:webform_submission:zakazat_obratnyy_zvonok" => array:11 [ …11]
            "entity_revision:webform_submission:zapisatsya_popup" => array:11 [ …11]
            "entity_revision:webform_submission:zapros_scheta_na_oplatu" => array:11 [ …11]
            "entity_revision:webform_submission:zaprosit_kommercheskoe_predlozhe" => array:11 [ …11]
            "entity_revision:webform_submission:zayavka_na_uslugu" => array:11 [ …11]
            "entity_revision:paragraph:dopolnenie" => array:11 [ …11]
            "entity_revision:paragraph:nomenklatura" => array:11 [ …11]
            "entity_revision:paragraph:preimuschestva" => array:11 [ …11]
            "entity_revision:paragraph:tabs" => array:11 [ …11]
            "entity_revision:paragraph:tovar" => array:11 [ …11]
            "entity_revision:paragraph:v_komplekte" => array:11 [ …11]
            "filter_format" => array:8 [ …8]
            "metatag" => array:8 [ …8]
            "current_date" => array:9 [ …9]
            "current_path" => array:9 [ …9]
            "site" => array:9 [ …9]
            "search_api_html" => array:8 [ …8]
            "search_api_text" => array:8 [ …8]
            "text" => array:8 [ …8]
            "entity" => array:10 [ …10]
            "entity:block" => array:12 [ …12]
            "entity:block_content" => array:12 [ …12]
            "entity:block_content:akciya" => array:11 [ …11]
            "entity:block_content:basic" => array:11 [ …11]
            "entity:block_content:blok_galereya" => array:11 [ …11]
            "entity:block_content:blok_slayder" => array:11 [ …11]
            "entity:block_content:promo" => array:11 [ …11]
            "entity:block_content_type" => array:12 [ …12]
            "entity:comment" => array:12 [ …12]
            "entity:comment:comment" => array:11 [ …11]
            "entity:comment_type" => array:12 [ …12]
            "entity:commerce_checkout_flow" => array:12 [ …12]
            "entity:commerce_number_pattern" => array:12 [ …12]
            "entity:commerce_order_item_type" => array:12 [ …12]
            "entity:commerce_order_type" => array:12 [ …12]
            "entity:commerce_order_item" => array:12 [ …12]
            "entity:commerce_order_item:default" => array:11 [ …11]
            "entity:commerce_order" => array:12 [ …12]
            "entity:commerce_order:default" => array:11 [ …11]
            "entity:commerce_payment_method" => array:12 [ …12]
            "entity:commerce_payment_method:credit_card" => array:11 [ …11]
            "entity:commerce_payment_method:paypal" => array:11 [ …11]
            "entity:commerce_payment_gateway" => array:12 [ …12]
            "entity:commerce_payment" => array:12 [ …12]
            "entity:commerce_payment:payment_default" => array:11 [ …11]
            "entity:commerce_payment:payment_manual" => array:11 [ …11]
            "entity:commerce_currency" => array:12 [ …12]
            "entity:commerce_product_variation" => array:12 [ …12]
            "entity:commerce_product_variation:default" => array:11 [ …11]
            "entity:commerce_product_type" => array:12 [ …12]
            "entity:commerce_product" => array:12 [ …12]
            "entity:commerce_product:default" => array:11 [ …11]
            "entity:commerce_product_variation_type" => array:12 [ …12]
            "entity:commerce_product_attribute_value" => array:12 [ …12]
            "entity:commerce_product_attribute_value:cvet" => array:11 [ …11]
            "entity:commerce_product_attribute" => array:12 [ …12]
            "entity:commerce_store" => array:12 [ …12]
            "entity:commerce_store:online" => array:11 [ …11]
            "entity:commerce_store_type" => array:12 [ …12]
            "entity:contact_message" => array:12 [ …12]
            "entity:contact_message:personal" => array:11 [ …11]
            "entity:contact_form" => array:12 [ …12]
            "entity:context" => array:12 [ …12]
            "entity:editor" => array:12 [ …12]
            "entity:facets_facet" => array:12 [ …12]
            "entity:facets_facet_source" => array:12 [ …12]
            "entity:field_config" => array:12 [ …12]
            "entity:field_storage_config" => array:12 [ …12]
            "entity:file" => array:12 [ …12]
            "entity:filter_format" => array:12 [ …12]
            "entity:google_tag_container" => array:12 [ …12]
            "entity:image_style" => array:12 [ …12]
            "entity:imageapi_optimize_pipeline" => array:12 [ …12]
            "entity:imce_profile" => array:12 [ …12]
            "entity:configurable_language" => array:12 [ …12]
            "entity:language_content_settings" => array:12 [ …12]
            "entity:media_type" => array:12 [ …12]
            "entity:media" => array:12 [ …12]
            "entity:media:audio" => array:11 [ …11]
            "entity:media:document" => array:11 [ …11]
            "entity:media:image" => array:11 [ …11]
            "entity:media:remote_video" => array:11 [ …11]
            "entity:media:video" => array:11 [ …11]
            "entity:menu_link_content" => array:12 [ …12]
            "entity:menu_link_content:menu_link_content" => array:11 [ …11]
            "entity:metatag_defaults" => array:12 [ …12]
            "entity:node" => array:12 [ …12]
            "entity:node:article" => array:11 [ …11]
            "entity:node:direction" => array:11 [ …11]
            "entity:node:dop" => array:11 [ …11]
            "entity:node:draggableviews_demo" => array:11 [ …11]
            "entity:node:faq" => array:11 [ …11]
            "entity:node:letters" => array:11 [ …11]
            "entity:node:page" => array:11 [ …11]
            "entity:node:projects" => array:11 [ …11]
            "entity:node:reviews" => array:11 [ …11]
            "entity:node:services" => array:11 [ …11]
            "entity:node:slayder" => array:11 [ …11]
            "entity:node:tekhnicheskaya_dokumentaciya" => array:11 [ …11]
            "entity:node:usefor" => array:11 [ …11]
            "entity:node:video" => array:11 [ …11]
            "entity:node:vystavochnye_ploschadi" => array:11 [ …11]
            "entity:node:webform" => array:11 [ …11]
            "entity:node_type" => array:12 [ …12]
            "entity:path_alias" => array:12 [ …12]
            "entity:profile" => array:12 [ …12]
            "entity:profile:customer" => array:11 [ …11]
            "entity:profile_type" => array:12 [ …12]
            "entity:redirect" => array:12 [ …12]
            "entity:redirect:redirect" => array:11 [ …11]
            "entity:responsive_image_style" => array:12 [ …12]
            "entity:rest_resource_config" => array:12 [ …12]
            "entity:rules_reaction_rule" => array:12 [ …12]
            "entity:rules_component" => array:12 [ …12]
            "entity:search_api_index" => array:12 [ …12]
            "entity:search_api_server" => array:12 [ …12]
            "entity:search_api_task" => array:12 [ …12]
            "entity:shortcut" => array:12 [ …12]
            "entity:shortcut:default" => array:11 [ …11]
            "entity:shortcut_set" => array:12 [ …12]
            "entity:sms_report" => array:12 [ …12]
            "entity:sms_result" => array:12 [ …12]
            "entity:sms_gateway" => array:12 [ …12]
            "entity:phone_number_settings" => array:12 [ …12]
            "entity:sms_phone_number_verification" => array:12 [ …12]
            "entity:sms" => array:12 [ …12]
            "entity:menu" => array:12 [ …12]
            "entity:action" => array:12 [ …12]
            "entity:taxonomy_vocabulary" => array:12 [ …12]
            "entity:taxonomy_term" => array:12 [ …12]
            "entity:taxonomy_term:catalog" => array:11 [ …11]
            "entity:taxonomy_term:cvet" => array:11 [ …11]
            "entity:taxonomy_term:dlina" => array:11 [ …11]
            "entity:taxonomy_term:dopolneniya" => array:11 [ …11]
            "entity:taxonomy_term:kategoriya_faq" => array:11 [ …11]
            "entity:taxonomy_term:kategoriya_statey" => array:11 [ …11]
            "entity:taxonomy_term:naznachenie" => array:11 [ …11]
            "entity:taxonomy_term:nomenklatura" => array:11 [ …11]
            "entity:taxonomy_term:osveschenie" => array:11 [ …11]
            "entity:taxonomy_term:otzyvy" => array:11 [ …11]
            "entity:taxonomy_term:preimuschestva" => array:11 [ …11]
            "entity:taxonomy_term:shirina" => array:11 [ …11]
            "entity:taxonomy_term:shkafy_i_boksy" => array:11 [ …11]
            "entity:taxonomy_term:sistemy_khraneniya" => array:11 [ …11]
            "entity:taxonomy_term:sovmestimost" => array:11 [ …11]
            "entity:taxonomy_term:tags" => array:11 [ …11]
            "entity:taxonomy_term:tip" => array:11 [ …11]
            "entity:taxonomy_term:tip_konstrukcii" => array:11 [ …11]
            "entity:taxonomy_term:tip_kryshi" => array:11 [ …11]
            "entity:taxonomy_term:tip_produkta" => array:11 [ …11]
            "entity:taxonomy_term:tip_vorot" => array:11 [ …11]
            "entity:taxonomy_term:v_komplekte" => array:11 [ …11]
            "entity:taxonomy_term:vorota_i_rollety" => array:11 [ …11]
            "entity:taxonomy_term:vysota" => array:11 [ …11]
            "entity:taxonomy_menu" => array:12 [ …12]
            "entity:tb_megamenu" => array:12 [ …12]
            "entity:url_redirect" => array:12 [ …12]
            "entity:user_role" => array:12 [ …12]
            "entity:user" => array:12 [ …12]
            "entity:webform_submission" => array:12 [ …12]
            "entity:webform" => array:12 [ …12]
            "entity:webform_options" => array:12 [ …12]
            "entity:webform_image_select_images" => array:12 [ …12]
            "entity:pathauto_pattern" => array:12 [ …12]
            "entity:xmlsitemap" => array:12 [ …12]
            "entity:view" => array:12 [ …12]
            "entity:paragraphs_type" => array:12 [ …12]
            "entity:paragraph" => array:12 [ …12]
            "entity:entity_view_mode" => array:12 [ …12]
            "entity:entity_form_mode" => array:12 [ …12]
            "entity:entity_view_display" => array:12 [ …12]
            "entity:entity_form_display" => array:12 [ …12]
            "entity:base_field_override" => array:12 [ …12]
            "entity:date_format" => array:12 [ …12]
            "entity:webform_submission:contact" => array:11 [ …11]
            "entity:webform_submission:dileram_forma_vnizu" => array:11 [ …11]
            "entity:webform_submission:dileram_popup" => array:11 [ …11]
            "entity:webform_submission:khotite_bolshe_primerov" => array:11 [ …11]
            "entity:webform_submission:konsultaciya_popup" => array:11 [ …11]
            "entity:webform_submission:konsultaciya_specialista" => array:11 [ …11]
            "entity:webform_submission:maincontrol" => array:11 [ …11]
            "entity:webform_submission:poluchit_skidku" => array:11 [ …11]
            "entity:webform_submission:quiz" => array:11 [ …11]
            "entity:webform_submission:quiz_parking" => array:11 [ …11]
            "entity:webform_submission:test" => array:11 [ …11]
            "entity:webform_submission:zadat_vopros_popup" => array:11 [ …11]
            "entity:webform_submission:zakaz_proekta" => array:11 [ …11]
            "entity:webform_submission:zakaz_tovara" => array:11 [ …11]
            "entity:webform_submission:zakazat_obratnyy_zvonok" => array:11 [ …11]
            "entity:webform_submission:zapisatsya_popup" => array:11 [ …11]
            "entity:webform_submission:zapros_scheta_na_oplatu" => array:11 [ …11]
            "entity:webform_submission:zaprosit_kommercheskoe_predlozhe" => array:11 [ …11]
            "entity:webform_submission:zayavka_na_uslugu" => array:11 [ …11]
            "entity:paragraph:dopolnenie" => array:11 [ …11]
            "entity:paragraph:nomenklatura" => array:11 [ …11]
            "entity:paragraph:preimuschestva" => array:11 [ …11]
            "entity:paragraph:tabs" => array:11 [ …11]
            "entity:paragraph:tovar" => array:11 [ …11]
            "entity:paragraph:v_komplekte" => array:11 [ …11]
            "entity_reference" => array:8 [ …8]
            "float" => array:8 [ …8]
            "email" => array:9 [ …9]
            "timestamp" => array:8 [ …8]
            "list" => array:8 [ …8]
            "binary" => array:8 [ …8]
            "string" => array:8 [ …8]
            "any" => array:8 [ …8]
            "uri" => array:8 [ …8]
            "map" => array:8 [ …8]
            "timespan" => array:8 [ …8]
            "datetime_iso8601" => array:8 [ …8]
            "language_reference" => array:8 [ …8]
            "boolean" => array:8 [ …8]
            "language" => array:9 [ …9]
            "duration_iso8601" => array:8 [ …8]
            "integer" => array:8 [ …8]
            "field_item:address_country" => array:13 [ …13]
            "field_item:address_zone" => array:14 [ …14]
            "field_item:address" => array:13 [ …13]
            "field_item:comment" => array:14 [ …14]
            "field_item:commerce_remote_id" => array:13 [ …13]
            "field_item:commerce_plugin_item:commerce_condition" => array:15 [ …15]
            "field_item:commerce_plugin_item:commerce_promotion_offer" => array:15 [ …15]
            "field_item:commerce_adjustment" => array:12 [ …12]
            "field_item:commerce_price" => array:13 [ …13]
            "field_item:datetime" => array:14 [ …14]
            "field_item:daterange" => array:13 [ …13]
            "field_item:dynamic_entity_reference" => array:13 [ …13]
            "field_item:entity_reference_revisions" => array:13 [ …13]
            "field_item:file_uri" => array:13 [ …13]
            "field_item:file" => array:15 [ …15]
            "field_item:geolocation" => array:13 [ …13]
            "field_item:image" => array:16 [ …16]
            "field_item:link" => array:14 [ …14]
            "field_item:metatag" => array:14 [ …14]
            "field_item:list_string" => array:14 [ …14]
            "field_item:list_integer" => array:14 [ …14]
            "field_item:list_float" => array:14 [ …14]
            "field_item:path" => array:13 [ …13]
            "field_item:redirect_source" => array:13 [ …13]
            "field_item:state" => array:13 [ …13]
            "field_item:telephone" => array:13 [ …13]
            "field_item:text_with_summary" => array:14 [ …14]
            "field_item:text" => array:14 [ …14]
            "field_item:text_long" => array:14 [ …14]
            "field_item:webform" => array:13 [ …13]
            "field_item:email" => array:13 [ …13]
            "field_item:boolean" => array:13 [ …13]
            "field_item:string" => array:13 [ …13]
            "field_item:uri" => array:13 [ …13]
            "field_item:timestamp" => array:14 [ …14]
            "field_item:password" => array:11 [ …11]
            "field_item:uuid" => array:12 [ …12]
            "field_item:decimal" => array:13 [ …13]
            "field_item:entity_reference" => array:13 [ …13]
            "field_item:map" => array:11 [ …11]
            "field_item:changed" => array:13 [ …13]
            "field_item:float" => array:13 [ …13]
            "field_item:string_long" => array:13 [ …13]
            "field_item:integer" => array:13 [ …13]
            "field_item:created" => array:13 [ …13]
            "field_item:language" => array:14 [ …14]
          ]
          #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#102
            #maxRows: 5000
            #bin: "cache_discovery"
            #connection: Drupal\mysql\Driver\Database\mysql\Connection {#16 …24}
            #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#64 …4}
          }
          #useCaches: true
          #validator: null
          #constraintManager: Drupal\Core\Validation\ConstraintManager {#310
            #discovery: null
            #factory: Drupal\Core\Validation\ConstraintFactory {#311 …2}
            #mapper: null
            #cacheKey: "validation_constraint_plugins"
            #cacheTags: []
            #alterHook: "validation_constraint"
            #subdir: "Plugin/Validation/Constraint"
            #moduleHandler: Drupal\Core\Extension\ModuleHandler {#107}
            #defaults: []
            #pluginDefinitionAnnotationName: "Drupal\Core\Validation\Annotation\Constraint"
            #pluginInterface: null
            #namespaces: ArrayObject {#312}
            #additionalAnnotationNamespaces: []
            #definitions: null
            #cacheBackend: Drupal\Core\Cache\DatabaseBackend {#102}
            #useCaches: true
          }
          #prototypes: array:77 [
            "entity:commerce_product:default::body" => Drupal\Core\Field\FieldItemList {#2596 …9}
            "entity:commerce_product:default:body.0:processed" => Drupal\text\TextProcessed {#2784 …8}
            "entity:commerce_product:default:body.0:summary_processed" => Drupal\text\TextProcessed {#2786 …8}
            "entity:commerce_product:default:body" => Drupal\text\Plugin\Field\FieldType\TextWithSummaryItem {#2739 …9}
            "entity:commerce_product:default::field_advantages" => Drupal\Core\Field\EntityReferenceFieldItemList {#2792 …9}
            "entity:commerce_product:default:field_advantages.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2799 …9}
            "entity:commerce_product:default:field_advantages" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2794 …9}
            "entity:commerce_product:default::field_category" => Drupal\Core\Field\EntityReferenceFieldItemList {#2894 …9}
            "entity:commerce_product:default:field_category.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2900 …9}
            "entity:commerce_product:default:field_category" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2896 …9}
            "entity:commerce_product:default::field_char1" => Drupal\Core\Field\EntityReferenceFieldItemList {#2915 …9}
            "entity:commerce_product:default:field_char1.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2921 …9}
            "entity:commerce_product:default:field_char1" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2917 …9}
            "entity:commerce_product:default::field_complect" => Drupal\Core\Field\EntityReferenceFieldItemList {#2928 …9}
            "entity:commerce_product:default:field_complect.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2934 …9}
            "entity:commerce_product:default:field_complect" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2930 …9}
            "entity:commerce_product:default::field_dlina" => Drupal\Core\Field\EntityReferenceFieldItemList {#2957 …9}
            "entity:commerce_product:default:field_dlina.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#2963 …9}
            "entity:commerce_product:default:field_dlina" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#2959 …9}
            "entity:commerce_product:default::field_dopolneniya" => Drupal\Core\Field\EntityReferenceFieldItemList {#2970 …9}
            "entity:commerce_product:default::field_galereya" => Drupal\file\Plugin\Field\FieldType\FileFieldItemList {#2972 …9}
            "entity:commerce_product:default:field_galereya.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3039 …9}
            "entity:commerce_product:default:field_galereya" => Drupal\image\Plugin\Field\FieldType\ImageItem {#2977 …9}
            "entity:commerce_product:default::field_hidedop" => Drupal\Core\Field\FieldItemList {#3048 …9}
            "entity:commerce_product:default:field_hidedop" => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem {#3050 …9}
            "entity:commerce_product:default::field_hideuseful" => Drupal\Core\Field\FieldItemList {#3055 …9}
            "entity:commerce_product:default:field_hideuseful" => Drupal\Core\Field\Plugin\Field\FieldType\BooleanItem {#3057 …9}
            "entity:commerce_product:default::field_metatags" => Drupal\metatag\Plugin\Field\FieldType\MetatagFieldItemList {#3062 …9}
            "entity:commerce_product:default::field_naznachenie" => Drupal\Core\Field\EntityReferenceFieldItemList {#3064 …9}
            "entity:commerce_product:default::field_nom" => Drupal\Core\Field\EntityReferenceFieldItemList {#3066 …9}
            "entity:commerce_product:default:field_nom.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3072 …9}
            "entity:commerce_product:default:field_nom" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3068 …9}
            "entity:commerce_product:default::field_osveschenie" => Drupal\Core\Field\EntityReferenceFieldItemList {#3099 …9}
            "entity:commerce_product:default::field_rekomenduem_posmotret" => Drupal\Core\Field\EntityReferenceFieldItemList {#3101 …9}
            "entity:commerce_product:default:field_rekomenduem_posmotret.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3107 …9}
            "entity:commerce_product:default:field_rekomenduem_posmotret" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3103 …9}
            "entity:commerce_product:default::field_shirina" => Drupal\Core\Field\EntityReferenceFieldItemList {#3122 …9}
            "entity:commerce_product:default:field_shirina.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3128 …9}
            "entity:commerce_product:default:field_shirina" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3124 …9}
            "entity:commerce_product:default::field_shkafy_i_boksy" => Drupal\Core\Field\EntityReferenceFieldItemList {#3135 …9}
            "entity:commerce_product:default::field_sistemy_khraneniya" => Drupal\Core\Field\EntityReferenceFieldItemList {#3137 …9}
            "entity:commerce_product:default::field_size" => Drupal\Core\Field\FieldItemList {#3139 …9}
            "entity:commerce_product:default:field_size" => Drupal\Core\Field\Plugin\Field\FieldType\StringItem {#3141 …9}
            "entity:commerce_product:default::field_size2" => Drupal\Core\Field\FieldItemList {#3146 …9}
            "entity:commerce_product:default::field_size3" => Drupal\Core\Field\FieldItemList {#3148 …9}
            "entity:commerce_product:default::field_skhemy" => Drupal\file\Plugin\Field\FieldType\FileFieldItemList {#3150 …9}
            "entity:commerce_product:default::field_sovmestimost" => Drupal\Core\Field\EntityReferenceFieldItemList {#3152 …9}
            "entity:commerce_product:default::field_tags" => Drupal\Core\Field\EntityReferenceFieldItemList {#3154 …9}
            "entity:commerce_product:default:field_tags.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3160 …9}
            "entity:commerce_product:default:field_tags" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3156 …9}
            "entity:commerce_product:default::field_tip" => Drupal\Core\Field\EntityReferenceFieldItemList {#3277 …9}
            "entity:commerce_product:default::field_tip_konstrukcii" => Drupal\Core\Field\EntityReferenceFieldItemList {#3279 …9}
            "entity:commerce_product:default:field_tip_konstrukcii.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3285 …9}
            "entity:commerce_product:default:field_tip_konstrukcii" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3281 …9}
            "entity:commerce_product:default::field_tip_vorot" => Drupal\Core\Field\EntityReferenceFieldItemList {#3292 …9}
            "entity:commerce_product:default:field_tip_vorot.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3298 …9}
            "entity:commerce_product:default:field_tip_vorot" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3294 …9}
            "entity:commerce_product:default::field_ves" => Drupal\Core\Field\FieldItemList {#3305 …9}
            "entity:commerce_product:default::field_video" => Drupal\Core\Field\EntityReferenceFieldItemList {#3307 …9}
            "entity:commerce_product:default:field_video.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3314 …9}
            "entity:commerce_product:default:field_video" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3309 …9}
            "entity:commerce_product:default::field_vorota_i_rollety" => Drupal\Core\Field\EntityReferenceFieldItemList {#3395 …9}
            "entity:commerce_product:default::field_vysota" => Drupal\Core\Field\EntityReferenceFieldItemList {#3397 …9}
            "entity:commerce_product:default:field_vysota.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3403 …9}
            "entity:commerce_product:default:field_vysota" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3399 …9}
            "entity:commerce_product:default::title" => Drupal\Core\Field\FieldItemList {#3410 …9}
            "entity:commerce_product:default:title" => Drupal\Core\Field\Plugin\Field\FieldType\StringItem {#3411 …9}
            "entity:commerce_product:default::variations" => Drupal\Core\Field\EntityReferenceFieldItemList {#3416 …9}
            "entity:commerce_product:default:variations.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#3422 …9}
            "entity:commerce_product:default:variations" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#3417 …9}
            "entity:commerce_product:default:body.0:summary" => Drupal\Core\TypedData\Plugin\DataType\StringData {#3489 …8}
            "entity:commerce_product:default:body.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#3595 …8}
            "entity:commerce_product:default:field_size.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#4151 …8}
            "entity:commerce_product:default:title.0:value" => Drupal\Core\TypedData\Plugin\DataType\StringData {#4685 …8}
            "entity:commerce_product_variation:default::product_id" => Drupal\Core\Field\EntityReferenceFieldItemList {#4834 …9}
            "entity:commerce_product_variation:default:product_id.0:entity" => Drupal\Core\Entity\Plugin\DataType\EntityReference {#4846 …9}
            "entity:commerce_product_variation:default:product_id" => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#4835 …9}
          ]
          #classResolver: Drupal\Core\DependencyInjection\ClassResolver {#74
            #_serviceIds: []
            #_entityStorages: []
            #container: Drupal\Core\DependencyInjection\Container {#22}
          }
          #_serviceIds: []
          #_entityStorages: []
        }
        #list: array:1 [
          0 => Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem {#4850
            #definition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#3446}
            #name: 0
            #parent: Drupal\Core\Field\EntityReferenceFieldItemList {#4837}
            #_serviceIds: []
            #_entityStorages: []
            #stringTranslation: null
            #typedDataManager: Drupal\Core\TypedData\TypedDataManager {#935}
            #values: array:1 [ …1]
            #properties: array:1 [ …1]
          }
        ]
        #langcode: "ru"
      }
    ]
  ]
  #fieldDefinitions: array:19 [
    "variation_id" => Drupal\Core\Field\BaseFieldDefinition {#3423}
    "uuid" => Drupal\Core\Field\BaseFieldDefinition {#3426}
    "langcode" => Drupal\Core\Field\BaseFieldDefinition {#3429}
    "type" => Drupal\Core\Field\BaseFieldDefinition {#3432}
    "uid" => Drupal\Core\Field\BaseFieldDefinition {#3434}
    "status" => Drupal\Core\Field\BaseFieldDefinition {#3438}
    "product_id" => Drupal\Core\Field\BaseFieldDefinition {#3443}
    "sku" => Drupal\Core\Field\BaseFieldDefinition {#3447}
    "title" => Drupal\Core\Field\BaseFieldDefinition {#3451}
    "list_price" => Drupal\Core\Field\BaseFieldDefinition {#3455}
    "price" => Drupal\Core\Field\BaseFieldDefinition {#3459}
    "created" => Drupal\Core\Field\BaseFieldDefinition {#3463}
    "changed" => Drupal\Core\Field\BaseFieldDefinition {#3467}
    "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#3471}
    "attribute_cvet" => Drupal\field\Entity\FieldConfig {#4838}
    "field_3d" => Drupal\field\Entity\FieldConfig {#4839}
    "field_cena_dlya_xml" => Drupal\field\Entity\FieldConfig {#4840}
    "field_excele_artikul" => Drupal\field\Entity\FieldConfig {#4841}
    "field_vfoto" => Drupal\field\Entity\FieldConfig {#4842}
  ]
  #languages: array:3 [
    "ru" => Drupal\Core\Language\Language {#1940
      #name: "Russian"
      #id: "ru"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "und" => Drupal\Core\Language\Language {#1935
      #name: "Не указано"
      #id: "und"
      #direction: "ltr"
      #weight: 2
      #locked: true
    }
    "zxx" => Drupal\Core\Language\Language {#1942
      #name: "Не применимо"
      #id: "zxx"
      #direction: "ltr"
      #weight: 3
      #locked: true
    }
  ]
  #langcodeKey: "langcode"
  #defaultLangcodeKey: "default_langcode"
  #activeLangcode: "x-default"
  #defaultLangcode: "ru"
  #translations: array:1 [
    "x-default" => array:2 [
      "status" => 1
      "entity" => Drupal\commerce_product\Entity\ProductVariation {#4832}
    ]
  ]
  #translationInitialize: false
  #newRevision: false
  #isDefaultRevision: true
  #entityKeys: array:4 [
    "bundle" => "default"
    "id" => "586"
    "uuid" => "b2650c77-d5c1-48b8-bc7a-e0f923eb64a7"
    "revision" => null
  ]
  #translatableEntityKeys: array:6 [
    "langcode" => array:1 [
      "x-default" => "ru"
    ]
    "label" => array:1 [
      "x-default" => "Принт под дерево"
    ]
    "published" => array:1 [
      "x-default" => "1"
    ]
    "owner" => array:1 [
      "x-default" => "1"
    ]
    "uid" => array:1 [
      "x-default" => "1"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
  ]
  #validated: false
  #validationRequired: false
  #loadedRevisionId: null
  #revisionTranslationAffectedKey: "revision_translation_affected"
  #enforceRevisionTranslationAffected: []
  #isSyncing: false
}
Купить Широкий хозблок для хранения с двускатной крышей SKOGGY длиной 4 м | SKOGGY
0%

Широкий хозблок для хранения с двускатной крышей SKOGGY длиной 4 м

Размер (ДxШxВ):
4.12х4.22х2.45
Популярные цвета:
Принт под дерево

Идеален для хранения

Сборно-
разборный

Оцинкованные
поверхности

от
296 000 ₽
За изделие в цинке За изделие в цинке, в окрашенном варианте уточняйте у менеджеров

Различные цвета

Изготавливаем в цинке, различных цветах RAL. Возможно частичное или полное брендирование посредством нанесения печати. Если у вас есть любимая картинка или рисунок - мы можем его напечатать на контейнере.

RAL 8017
RAL 7024
RAL 7035
RAL 6005
RAL 7004
RAL 9003
RAL 3005
RAL 5005
RAL 1014
И другие нестандартные RAL по запросу
Профнастил в цвете “под дерево”
Пепельный дуб
Пепельный дуб
Дуб Грэй
Дуб Грэй
Тёмный дуб
Тёмный дуб
Дуб 3Д
Дуб 3Д
Три “уютных” принта под дерево, в случае если вы хотите сочетать практичность металла с природным цветом 🌿
Примеры кастомного принта

О товаре

Контейнер SKOGGY с увеличенной шириной и высотой – это не просто сарай или кладовая, а инновационное решение для организации хранения, превосходящее по функциональности и адаптивности традиционные аналоги. Его многофункциональность делает его идеальным выбором для широкого круга задач и условий эксплуатации, от частного использования на приусадебном участке или даче до профессионального применения в самых различных сферах.

Мобильность

Контейнер SKOGGY с увеличенной шириной и высотой любого предназначения отличаются одной технической особенностью – сборно-разборный тип конструкции:

  • контейнер быстро собирается
  • контейнер быстро разбирается

Процесс сборки и разборки проходит без необходимости использовать специальный инструмент и технику. Конструкцию собирают 2 человека за 2 часа. Цикл сборки-разборки контейнера может повторяться многократно без потери эксплуатационных свойств. Контейнер можно будет продать даже после многократного использования.

В отличие от стационарных построек, контейнера SKOGGY отличаются мобильностью и компактностью. Их легко транспортировать с помощью стандартных транспортных средств.

Конструкция контейнера SKOGGY с увеличенной шириной и высотой предусматривает эффективную вентиляцию, предотвращающую образование конденсата и обеспечивающую циркуляцию воздуха внутри помещения. 

Дизайн

По желанию заказчика, контейнер может быть оборудован дополнительными системами хранения:

  • прямой стеллаж, 
  • система хранения для инвентаря, 
  • инструментальная панель,
  • велосипедная стойка,
  • система хранения для шин.

Контейнер SKOGGY с увеличенной шириной и высотой может выглядеть именно так, как вы пожелаете.

Выберите свой вариант дизайна:

  • базовый вариант - из оцинкованной стали
  • различные расцветки RAL
  • с нанесением печати

Для установки контейнеров SKOGGY не требуется подготовка фундамента, достаточно лишь твердой ровной поверхности.


 

Технические характеристики

Номенклатура
Профиль (двери, стены, крыша)
Оцинкованная сталь 0,5 мм
Профиль (ребра жесткости внутренние)
Оцинкованная сталь 0,7 мм
Профиль (соединительные уголки внутренние)
Оцинкованная сталь 2 мм
Профлист НС-35
0,5 мм
Профиль (пол)
Оцинкованная сталь 2 мм
Пол
OSB 18 мм
Соединение профилей между собой
Заклепка резьбовая М8 + БОЛТ М8х16
Соединение профилей с профлистом
Заклепка алюминиевая вытяжная 4,8х12
Соединение уголков внутренних с боковыми стенами и крышей
Заклепка резьбовая М8 + БОЛТ М8х16
Соединение пола (OSB) c профилем
Саморез 5х35 (с буром под металл)
Соединение боковой стены с полом (OSB)
Саморез 5х35
В комплекте
Пол
2 шт
Крыша
2 шт
Боковая стена
4 шт
Торцевая стена
1 шт
Уголок внутренний
4 шт
Створка двери
2 шт
Замок врезной
1 шт
Ручка двери
1 шт
Саморез 5х3,5, БОЛТ М8, Гайка М8
в комплекте

Часто задаваемые вопросы

Смотреть все
Какие замки и ручки входят в комплектацию?

В стандартную комплектацию входят врезной замок и врезная ручка. Замок закрывается на два оборота, как и в обычных дверях.

 

Дополнительно можно приобрести антивандальный засов, а также, установить необходимое количество ручек для вашего удобства.

Сейчас мы решили сделать собственную ручку, брендированную SKOGGY. Это новая разработка от инженеров нашей компании. Делаем на собственных станках (гибочном и лазерном). Ручка стала более удобной для использования и более гармонично смотрится в сочетании с нашими хозблоками.

Как делали новую ручку…

Отечественный ли продукт SKOGGY?

Мы отечественные на все 100 %! Материалы, конструкция хозблока и сотрудники – все изготовлено в пределах нашей страны. В том числе и собственные разработки дополнительных элементов. Поэтому, вне зависимости от ситуации на внешнем рынке, вы сможете получить свой контейнер быстро и без каких-либо проблем!

А вот и видео доказательство:

Стоимость хозблоков и гаражей SKOGGY

На нашем сайте указана цена за продукт в стандартном цинковом цвете в формате «от». Если вы желаете дополнительные аксессуары, системы хранения, индивидуальную окраску, то вам необходимо обратиться к нашим менеджерам. Они проконсультируют по цене хозблока или гаража в другом цвете, будь то оттенок палитры RAL, либо же оригинальный принт.

Александр постарался наиболее подробно рассказать из чего складывается цена в небольшом видео:

Герметичен ли хозблок SKOGGY?

Хозблок герметичен, но имеет вентиляцию. Это реализовано за счет гофрированной структуры профлиста, которая позволяет потокам воздуха циркулировать внутри, не нарушая целостности хранящихся там вещей. 

Профнастил также обеспечивает хорошую защиту от проникновения влаги – конструкция крыши и водостоков отводит осадки на внешнюю сторону, не позволяя им затопить внутреннее пространство. Всё, что вы будете хранить в хозблоке, останется целым не невредимым.

Смотрите короткий видео-ответ:

Сможет ли мышь пробраться внутрь хозблока?

Стены хозблока изготовлены таким образом, чтоб ни один грызун не смог пролезть. Технологические отверстия расположены на уровне пола по всему периметру. Они выводят лишнюю влагу наружу, но с внешней стороны к ним доступа нет. Ни мыши, ни другие мелкие грызуны или земноводные пробраться в хозблок не смогут.

Этот факт подтверждает и менеджер Екатерина в коротком видео-ответе:

Как осуществляется доставка и сборка контейнера?

Если на вашем участке есть доступ для манипулятора, то контейнер мы можем привезти в собранном виде и сразу установить на подготовленную поверхность.

Если же нет возможности для заезда к месту установки, то мы предоставляем услугу сборки. Весь процесс занимает примерно два часа.

По вашему желанию, мы можем доставить конструкцию в разобранном виде и в удобный для вас день. Установку реально осуществить в любой момент, как с помощью специалиста, так и своими руками.

Доставку мы осуществляем собственным транспортом не только по Москве и МО,…

На какую поверхность устанавливается хозблок?

Хозблок устанавливается на ровную твердую поверхность. Это может быть плитка, асфальт, бетон, либо любая выровненная и утрамбованная поверхность (песок, щебень, земля).

Если нет возможности обеспечить ровную площадку или почва рыхлая, имеются небольшие ямы, наклоны, то мы можем установить конструкцию на бетонные блоки размером 20х20х40 см.

Наши специалисты приезжают к вам на участок и выравнивают поверхность перед воздвижением блоков. 

Если необходимо, то можно установить блоки на подготовленную поверхность и таким образом поднять уровень пола…

Куда стекает вода с крыши блок контейнера?

У каждого контейнера установлены водостоки, которые удаляют влагу даже с плоской крыши. Сам контейнер герметичен, но чтобы вода не задерживалась на крыше, по краям прикручиваются помощники.

 

По водостокам течет водичка, бегут ручейки, а внутрь даже капелька не просачивается? Благодаря углублениям в листе крыши, вода не задерживается на крыше, а отступы позволяют ей стекать не со стен контейнера, а на расстоянии примерно 10 см.

Защита от протекания и мокрых стен! Ни снег, ни зной, ни дождик проливной SKOGGY не помеха☔️

 

 

Чем SKOGGY отличается от конкурентов?

Для сравнения мы собрали список преимуществ контейнеров SKOGGY перед довольно популярным производителем похожих конструкций.

Вариативность продукта

Мы привыкли подразумевать под контейнером прямоугольное сооружение. Так выглядят морские контейнеры для перевозки грузов и продукция наших конкурентов. СКОГГИ помимо стандартных решений предлагает разные типы крыш:

плоская односкатная двускатная

Так простой контейнер превращается в более практичную постройку. Односкатная или двускатная крыши не задерживают осадки, да и смотрятся повеселее. Односкатную можно прислонить…

Как установить контейнер, если нет твердого покрытия?

Прежде чем устанавливать контейнер на своем участке, мы несомненно сначала думаем о подготовке территории. У кого-то на участке есть есть ровная площадка (например, выложенная плиткой), а для других это может стать существенной проблемой. Давайте разберемся что делать, когда ровной площадки на территории нет.

СОДЕРЖАНИЕ

Как расставить фундаментные блоки? Схемы расстановки стандартных контейнеров Схемы расстановки широких хозблоков

Когда на месте, где собирается расположиться контейнер, твердой поверхности нет, можно воспользоваться бетонными блоками размером 20*20*40 см.…

Можно ли посетить ваше производство?

Посетить наше производство можно по предварительной записи. Позвоните заранее, чтобы выбрать удобное время. В ходе экскурсии вы сможете ознакомиться с моделями контейнеров, их размерами, вариантами расцветки, чтобы выбрать подходящий вариант и аксессуары к ним.

Мы расскажем о нюансах эксплуатации хозблоков. Вы сможете задать любой вопрос, связанный с хранением и транспортировкой. Наша компания работает в выходные и праздничные дни, практически круглосуточно.

Как зафиксировать цену на блок контейнер?

Основной материал, из которого производится наша продукция – это металл. Поэтому цены на нашу продукцию напрямую зависят от цен на металл на рынке. Цены на рынке металлов нестабильны, поэтому мы пересматриваем стоимость нашей продукции каждый месяц.

Чтобы вам было комфортно спланировать начало дачного сезона, мы приготовили для вас специальное предложение.

❗ Сделайте предоплату и защитите себя от повышения на нашу продукцию сроком в 4 месяца, в дальнейшем мы привезём готовый контейнер в согласованные с Вами дату и время.

Таким образом вы…

Можно ли установить двери с двух сторон?

Возможна конфигурация с установкой дверей с двух сторон контейнера. Такой вариант оптимален при установке перегородки, разделяющей контейнер на две части. Также такой вариант удобен для организации складов: доступ к складированным вещам будет более удобно получить с двух сторон.

Можно ли разделить контейнер на 2 части, установив внутри контейнера перегородку?

При необходимости контейнер можно разделить на две части перегородкой. Таким образом будут два независимых помещения с отдельным входом. Для доступа в такой контейнер необходимо установить ворота с обоих торцов.

Разделение на две части перегородкой возможно для контейнеров с размерами (длина):

4 метра (2+2 м) 5 метров (2+3 м) 6 метров (2+4 м), (3+3 м)
Какая расчетная нагрузка на пол контейнера?

Нагрузка на пол контейнера SKOGGY может составлять до 500 кг на квадратный метр площади.

Это значит, что вы сможете использовать контейнер для хранения любых, даже самых тяжелых грузов. Это могут быть громоздкие бочки, строительные материалы, любое оборудование, большое количество коробок со старыми вещами и многое другое.

Вы также можете смело использовать контейнер как гараж, разместив в нем мотоцикл или даже два, квадроцикл, снегоход и т.д. Металлический контейнер без труда выдержит даже кроссовер!

Тестирование пола контейнера

Чтобы вы были уверены в…

Какие материалы используются для изготовления контейнера?

По своей конструкции контейнер Skoggy представляет модульное сооружение, которое состоит из сборных элементов. При сборке элементы устанавливаются один в другой и фиксируются болтовыми соединениями. Конструкция дверей, крыши и стен представляют собой каркас из сложногнутого профиля толщиной 0,7 мм. Каркас обшивается профлистом НС-35 толщиной 0,45-0,55 мм. Такая толщина оптимальна для обеспечения прочности и устойчивости конструкции.

Для пола используется сложногнутый профиль толщиной 2,0 мм. В зависимости от модели контейнера для настила пола используются…

Чем отличается контейнер Skoggy от морского контейнера?

Контейнеры Skoggy имеют ряд отличительных особенностей, и сравнение с морскими контейнерами четко их выделяет.

 

1. Внешний вид

Начнем с того, что морские контейнеры, которые используются в качестве БК, хозблоков, гаражей и сараев – это всегда уже бывшие в употреблении конструкции со всеми вытекающими отсюда последствиями. Это, как правило, потрепанное и неприглядное сооружение, к тому же дорогое.

 

Важные внешние отличия сборно-разборного контейнера Skoggy от морского контейнера:

Какая максимально возможная нагрузка на крышу блок контейнера?

Когда говорят о расчете снеговой нагрузки на крышу, то говорят о том, сколько килограмм снега может приходиться на каждый квадратный метр крыши, пока она реально может держать такой вес до начала деформации конструкции. Говоря простым языком, какой шапке снега можно позволить лежать на крыше каждую зиму без опасения того, что она проломит кровлю или расшатает контейнер.

Нагрузка на плоскую крышу контейнера Skoggy может составлять до 250 кг на квадратный метр площади.

Что это значит? Давайте разбираться.

В среднем, по Москве и Московской области, выпадает около 60…

У вас есть к нам вопрос?
Отправьте нам его, и мы ответим в течение часа!

Назначение товара

Новости и полезные материалы

Все новости
26.03.2025
Проведите выходные с пользой и максимальной выгодой! Приезжайте на дни открытых дверей в SKOGGY!
07.03.2025
Поздравляем женщин с прекрасным праздником 8 марта! А также напоминаем о выгодных мартовских акциях.
07.03.2025
Даем практические советы по изготовлению мини теплицы на дачном участке своими руками, а также обращаем внимание на альтернативные варианты.

Отзывы о нас

Все отзывы
Вадим Семин
15.01.2025

Всё отлично, привезли вовремя собрали ребята быстро. Менеджеру отдельное спасибо за подсказки и разъяснения

Солехжон Махмудов
18.12.2024

Сотрудничал с компанией Скогги, закаказывал сарай на дачу. Остался довольным качеством материалов. Конструкция прочная, устойчивая!

Кадимов Арай
13.12.2024

У компании Скогги, пoкупал хозблок для дачи. Заказ делал с доставкой и сборкой. Достaвили на вторую неделю, установили быстро. Понравилось качество материaла, смотрится отлично. Спасибо.

Присоединяйтесь к нам в соцсетях

Ежедневные интересные посты, акции и предложения в VK.com

Уличный металлический шкаф SKOGGY для инвентаря и шин в деревне Алексеево, Московская область 00:25
29.03.2025
Уличный шкаф SKOGGY из прочной стали для хранения дачного инвентаря, шин и автозапчастей. Заказчик ...
40 Views 0 Likes 0 Comments
28 марта 2025 г. 00:46
28.03.2025
409 Views 4 Likes 0 Comments
Lorem ipsum dolor sit amet.
94 Views
4
Show more
Напишите нам
в WhatsApp
Напишите нам
в WhatsApp