@gravity-ui/page-constructor 5.28.2 → 5.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/blocks/Banner/Banner.css +15 -0
- package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
- package/build/cjs/blocks/Companies/Companies.css +21 -0
- package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/cjs/blocks/Form/Form.css +134 -0
- package/build/cjs/blocks/Header/Header.css +226 -0
- package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/cjs/blocks/Icons/Icons.css +56 -0
- package/build/cjs/blocks/Info/Info.css +32 -0
- package/build/cjs/blocks/Map/Map.css +14 -0
- package/build/cjs/blocks/Media/Media.css +17 -0
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/cjs/blocks/Questions/Questions.css +13 -0
- package/build/cjs/blocks/Share/Share.css +68 -0
- package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/cjs/blocks/Slider/Slider.css +703 -0
- package/build/cjs/blocks/Slider/slick.css +87 -0
- package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/cjs/blocks/SliderNew/Slider.css +834 -0
- package/build/cjs/blocks/Table/Table.css +30 -0
- package/build/cjs/blocks/Tabs/Tabs.css +111 -0
- package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/cjs/components/Anchor/Anchor.css +8 -0
- package/build/cjs/components/Author/Author.css +58 -0
- package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/cjs/components/BlockBase/BlockBase.css +70 -0
- package/build/cjs/components/Button/Button.css +59 -0
- package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/cjs/components/Buttons/Buttons.css +11 -0
- package/build/cjs/components/CardBase/CardBase.css +96 -0
- package/build/cjs/components/ContentList/ContentList.css +65 -0
- package/build/cjs/components/Control/Control.css +88 -0
- package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/cjs/components/FileLink/FileLink.css +54 -0
- package/build/cjs/components/Foldable/Foldable.css +10 -0
- package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
- package/build/cjs/components/Link/Link.css +71 -0
- package/build/cjs/components/Links/Links.css +15 -0
- package/build/cjs/components/Map/Map.css +25 -0
- package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
- package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
- package/build/cjs/components/Media/Image/Image.css +10 -0
- package/build/cjs/components/Media/Media.css +11 -0
- package/build/cjs/components/Media/Video/Video.css +12 -0
- package/build/cjs/components/MediaBase/MediaBase.css +60 -0
- package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
- package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/cjs/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/cjs/components/Table/Table.css +87 -0
- package/build/cjs/components/Title/Title.css +16 -0
- package/build/cjs/components/Title/TitleItem.css +119 -0
- package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
- package/build/cjs/containers/Loadable/Loadable.css +4 -0
- package/build/cjs/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/cjs/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/cjs/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/cjs/editor/components/Layout/Layout.css +50 -0
- package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/cjs/editor/containers/Editor/Editor.css +17 -0
- package/build/cjs/editor/containers/Form/Form.css +87 -0
- package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/cjs/editor/styles/mixins.css +0 -0
- package/build/cjs/editor/styles/root.css +9 -0
- package/build/cjs/editor/styles/variables.css +0 -0
- package/build/cjs/grid/Grid/Grid.css +87 -0
- package/build/cjs/grid/styles/bootstrap.css +1627 -0
- package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/cjs/navigation/components/Logo/Logo.css +23 -0
- package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
- package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
- package/build/cjs/navigation/hooks/useShowBorder.js +3 -2
- package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/cjs/sub-blocks/Content/Content.css +159 -0
- package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
- package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
- package/build/esm/blocks/Banner/Banner.css +15 -0
- package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
- package/build/esm/blocks/Companies/Companies.css +21 -0
- package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
- package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
- package/build/esm/blocks/Form/Form.css +134 -0
- package/build/esm/blocks/Header/Header.css +226 -0
- package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
- package/build/esm/blocks/Icons/Icons.css +56 -0
- package/build/esm/blocks/Info/Info.css +32 -0
- package/build/esm/blocks/Map/Map.css +14 -0
- package/build/esm/blocks/Media/Media.css +17 -0
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
- package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
- package/build/esm/blocks/Questions/Questions.css +13 -0
- package/build/esm/blocks/Share/Share.css +68 -0
- package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
- package/build/esm/blocks/Slider/Slider.css +703 -0
- package/build/esm/blocks/Slider/slick.css +87 -0
- package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
- package/build/esm/blocks/SliderNew/Slider.css +834 -0
- package/build/esm/blocks/Table/Table.css +30 -0
- package/build/esm/blocks/Tabs/Tabs.css +111 -0
- package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
- package/build/esm/components/Anchor/Anchor.css +8 -0
- package/build/esm/components/Author/Author.css +58 -0
- package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
- package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
- package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
- package/build/esm/components/BlockBase/BlockBase.css +70 -0
- package/build/esm/components/Button/Button.css +59 -0
- package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
- package/build/esm/components/Buttons/Buttons.css +11 -0
- package/build/esm/components/CardBase/CardBase.css +96 -0
- package/build/esm/components/ContentList/ContentList.css +65 -0
- package/build/esm/components/Control/Control.css +88 -0
- package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
- package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
- package/build/esm/components/FileLink/FileLink.css +54 -0
- package/build/esm/components/Foldable/Foldable.css +10 -0
- package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
- package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
- package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
- package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
- package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
- package/build/esm/components/Link/Link.css +71 -0
- package/build/esm/components/Links/Links.css +15 -0
- package/build/esm/components/Map/Map.css +25 -0
- package/build/esm/components/Media/DataLens/DataLens.css +20 -0
- package/build/esm/components/Media/Iframe/Iframe.css +18 -0
- package/build/esm/components/Media/Image/Image.css +10 -0
- package/build/esm/components/Media/Media.css +11 -0
- package/build/esm/components/Media/Video/Video.css +12 -0
- package/build/esm/components/MediaBase/MediaBase.css +60 -0
- package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
- package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
- package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
- package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
- package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
- package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
- package/build/esm/components/Table/Table.css +87 -0
- package/build/esm/components/Title/Title.css +16 -0
- package/build/esm/components/Title/TitleItem.css +119 -0
- package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
- package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
- package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
- package/build/esm/containers/Loadable/Loadable.css +4 -0
- package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
- package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
- package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
- package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
- package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
- package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
- package/build/esm/editor/components/Layout/Layout.css +50 -0
- package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
- package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
- package/build/esm/editor/containers/Editor/Editor.css +17 -0
- package/build/esm/editor/containers/Form/Form.css +87 -0
- package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
- package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
- package/build/esm/editor/styles/mixins.css +0 -0
- package/build/esm/editor/styles/root.css +9 -0
- package/build/esm/editor/styles/variables.css +0 -0
- package/build/esm/grid/Grid/Grid.css +87 -0
- package/build/esm/grid/styles/bootstrap.css +1627 -0
- package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
- package/build/esm/navigation/components/Logo/Logo.css +23 -0
- package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
- package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
- package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
- package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
- package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
- package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
- package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
- package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
- package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
- package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
- package/build/esm/navigation/containers/Layout/Layout.css +15 -0
- package/build/esm/navigation/hooks/useShowBorder.js +1 -1
- package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
- package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
- package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
- package/build/esm/sub-blocks/Content/Content.css +159 -0
- package/build/esm/sub-blocks/Divider/Divider.css +27 -0
- package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
- package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
- package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
- package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
- package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
- package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
- package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
- package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
- package/build/esm/sub-blocks/Quote/Quote.css +146 -0
- package/package.json +1 -1
- package/styles/styles.css +128 -0
- package/widget/index.js +1 -1
|
@@ -0,0 +1,226 @@
|
|
|
1
|
+
.pc-header-block__title {
|
|
2
|
+
margin: 0;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
/* use this for style redefinitions to awoid problems with
|
|
6
|
+
unpredictable css rules order in build */
|
|
7
|
+
.pc-header-block {
|
|
8
|
+
position: relative;
|
|
9
|
+
}
|
|
10
|
+
.pc-header-block_full-width {
|
|
11
|
+
--pc-border-radius: 0;
|
|
12
|
+
padding: 16px 0;
|
|
13
|
+
margin: 0 0 16px;
|
|
14
|
+
}
|
|
15
|
+
.pc-header-block__content-wrapper {
|
|
16
|
+
margin: 0 8px;
|
|
17
|
+
height: 100%;
|
|
18
|
+
}
|
|
19
|
+
.pc-header-block__content {
|
|
20
|
+
position: relative;
|
|
21
|
+
height: 100%;
|
|
22
|
+
}
|
|
23
|
+
.pc-header-block__content_theme_dark {
|
|
24
|
+
--g-color-line-focus: var(--pc-color-line-focus-dark);
|
|
25
|
+
}
|
|
26
|
+
.pc-header-block__content_theme_dark .pc-header-block__title,
|
|
27
|
+
.pc-header-block__content_theme_dark .pc-header-block__overtitle {
|
|
28
|
+
color: var(--g-color-text-light-primary);
|
|
29
|
+
}
|
|
30
|
+
.pc-header-block__content_theme_dark .pc-header-block__description .yfm {
|
|
31
|
+
color: var(--g-color-text-light-primary);
|
|
32
|
+
}
|
|
33
|
+
.pc-header-block__content_vertical-offset {
|
|
34
|
+
margin: 16px 0;
|
|
35
|
+
}
|
|
36
|
+
.pc-header-block__content_vertical-offset_s {
|
|
37
|
+
padding: 64px 0;
|
|
38
|
+
}
|
|
39
|
+
.pc-header-block__content_vertical-offset_m {
|
|
40
|
+
padding: 96px 0;
|
|
41
|
+
}
|
|
42
|
+
.pc-header-block__content_vertical-offset_l {
|
|
43
|
+
padding: 128px 0;
|
|
44
|
+
}
|
|
45
|
+
.pc-header-block__content_vertical-offset_xl {
|
|
46
|
+
padding: 160px 0;
|
|
47
|
+
}
|
|
48
|
+
.pc-header-block__content_offset_large {
|
|
49
|
+
padding: calc(128px - 16px) 0 16px;
|
|
50
|
+
}
|
|
51
|
+
.pc-header-block__content-outer, .pc-header-block__content-inner {
|
|
52
|
+
position: relative;
|
|
53
|
+
z-index: 10;
|
|
54
|
+
}
|
|
55
|
+
.pc-header-block__title {
|
|
56
|
+
font-size: var(--g-text-display-4-font-size);
|
|
57
|
+
line-height: var(--g-text-display-4-line-height);
|
|
58
|
+
color: var(--pc-text-header-color);
|
|
59
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
60
|
+
position: relative;
|
|
61
|
+
}
|
|
62
|
+
@media (max-width: 577px) {
|
|
63
|
+
.pc-header-block__title {
|
|
64
|
+
font-size: var(--g-text-display-2-font-size);
|
|
65
|
+
line-height: var(--g-text-display-2-line-height);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
.pc-header-block__title a {
|
|
69
|
+
outline: none;
|
|
70
|
+
color: var(--g-color-text-link);
|
|
71
|
+
text-decoration: none;
|
|
72
|
+
cursor: pointer;
|
|
73
|
+
}
|
|
74
|
+
.utilityfocus .pc-header-block__title a:focus {
|
|
75
|
+
outline: 2px solid #ffdb4d;
|
|
76
|
+
}
|
|
77
|
+
.pc-header-block__title a:hover, .pc-header-block__title a:active {
|
|
78
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
79
|
+
color: var(--g-color-text-link-hover);
|
|
80
|
+
}
|
|
81
|
+
.pc-header-block__description {
|
|
82
|
+
margin-top: 16px;
|
|
83
|
+
}
|
|
84
|
+
.pc-header-block__description .yfm {
|
|
85
|
+
font-size: var(--g-text-body-3-font-size);
|
|
86
|
+
line-height: var(--g-text-body-3-line-height);
|
|
87
|
+
color: var(--g-color-text-primary);
|
|
88
|
+
}
|
|
89
|
+
.pc-header-block__buttons {
|
|
90
|
+
margin-top: 16px;
|
|
91
|
+
}
|
|
92
|
+
.pc-header-block__button.pc-header-block__button {
|
|
93
|
+
margin-top: 16px;
|
|
94
|
+
margin-right: 16px;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.pc-header-block__media {
|
|
98
|
+
position: absolute;
|
|
99
|
+
display: none;
|
|
100
|
+
top: 16px;
|
|
101
|
+
right: 0;
|
|
102
|
+
width: 50%;
|
|
103
|
+
height: calc(100% - 2 * 16px);
|
|
104
|
+
overflow: hidden;
|
|
105
|
+
object-fit: cover;
|
|
106
|
+
border-radius: var(--pc-border-radius);
|
|
107
|
+
}
|
|
108
|
+
.pc-header-block__media_s {
|
|
109
|
+
width: 32%;
|
|
110
|
+
}
|
|
111
|
+
.pc-header-block__video {
|
|
112
|
+
height: 100%;
|
|
113
|
+
}
|
|
114
|
+
.pc-header-block__video > video {
|
|
115
|
+
border-radius: var(--pc-border-radius);
|
|
116
|
+
width: 100%;
|
|
117
|
+
height: 100%;
|
|
118
|
+
object-fit: cover;
|
|
119
|
+
}
|
|
120
|
+
.pc-header-block__image {
|
|
121
|
+
width: 100%;
|
|
122
|
+
height: 100%;
|
|
123
|
+
object-fit: cover;
|
|
124
|
+
border-radius: var(--pc-border-radius);
|
|
125
|
+
}
|
|
126
|
+
.pc-header-block__breadcrumbs {
|
|
127
|
+
position: absolute;
|
|
128
|
+
top: 16px;
|
|
129
|
+
z-index: 11;
|
|
130
|
+
}
|
|
131
|
+
.pc-header-block__background-media {
|
|
132
|
+
height: 100%;
|
|
133
|
+
}
|
|
134
|
+
.pc-header-block__background-media > div {
|
|
135
|
+
height: 100%;
|
|
136
|
+
width: 100%;
|
|
137
|
+
}
|
|
138
|
+
.pc-header-block__background-media > div:not(.pc-header-block__video) {
|
|
139
|
+
position: absolute;
|
|
140
|
+
}
|
|
141
|
+
.pc-header-block__background, .pc-header-block__background.pc-header-block__background_media {
|
|
142
|
+
position: absolute;
|
|
143
|
+
top: 0;
|
|
144
|
+
overflow: hidden;
|
|
145
|
+
z-index: 5;
|
|
146
|
+
width: 1440px;
|
|
147
|
+
max-width: 100%;
|
|
148
|
+
left: 50%;
|
|
149
|
+
transform: translateX(-50%);
|
|
150
|
+
height: 100%;
|
|
151
|
+
border-radius: var(--pc-border-radius);
|
|
152
|
+
}
|
|
153
|
+
.pc-header-block__background.pc-header-block__background_full-width-media, .pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media {
|
|
154
|
+
width: 100%;
|
|
155
|
+
}
|
|
156
|
+
.pc-header-block__background.pc-header-block__background_full-width-media > div, .pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media > div {
|
|
157
|
+
max-width: none;
|
|
158
|
+
}
|
|
159
|
+
.pc-header-block__background.pc-header-block__background_full-width-media video, .pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media video {
|
|
160
|
+
height: 100%;
|
|
161
|
+
width: 100%;
|
|
162
|
+
object-fit: cover;
|
|
163
|
+
}
|
|
164
|
+
.pc-header-block__background_full-width {
|
|
165
|
+
left: 0;
|
|
166
|
+
transform: none;
|
|
167
|
+
max-width: none;
|
|
168
|
+
width: 100%;
|
|
169
|
+
background-color: var(--g-color-base-background);
|
|
170
|
+
}
|
|
171
|
+
.pc-header-block__overtitle {
|
|
172
|
+
font-size: var(--g-text-body-3-font-size);
|
|
173
|
+
line-height: var(--g-text-body-3-line-height);
|
|
174
|
+
margin-bottom: 8px;
|
|
175
|
+
}
|
|
176
|
+
.pc-header-block__overtitle a {
|
|
177
|
+
outline: none;
|
|
178
|
+
color: var(--g-color-text-link);
|
|
179
|
+
text-decoration: none;
|
|
180
|
+
cursor: pointer;
|
|
181
|
+
}
|
|
182
|
+
.utilityfocus .pc-header-block__overtitle a:focus {
|
|
183
|
+
outline: 2px solid #ffdb4d;
|
|
184
|
+
}
|
|
185
|
+
.pc-header-block__overtitle a:hover, .pc-header-block__overtitle a:active {
|
|
186
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
187
|
+
color: var(--g-color-text-link-hover);
|
|
188
|
+
}
|
|
189
|
+
.pc-header-block_media-view_fit .pc-header-block__video > video,
|
|
190
|
+
.pc-header-block_media-view_fit .pc-header-block__image {
|
|
191
|
+
object-fit: contain;
|
|
192
|
+
height: auto;
|
|
193
|
+
width: auto;
|
|
194
|
+
max-height: 100%;
|
|
195
|
+
max-width: 100%;
|
|
196
|
+
position: absolute;
|
|
197
|
+
top: 50%;
|
|
198
|
+
left: 50%;
|
|
199
|
+
transform: translate(-50%, -50%);
|
|
200
|
+
}
|
|
201
|
+
@media (max-width: 1440px) {
|
|
202
|
+
.pc-header-block__background, .pc-header-block__background.pc-header-block__background_media {
|
|
203
|
+
left: 0;
|
|
204
|
+
transform: none;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
@media (max-width: 769px) {
|
|
208
|
+
.pc-header-block_has-media .pc-header-block__content {
|
|
209
|
+
padding-top: 48px;
|
|
210
|
+
}
|
|
211
|
+
.pc-header-block .pc-header-block__content_vertical-offset_s, .pc-header-block .pc-header-block__content_vertical-offset_m, .pc-header-block .pc-header-block__content_vertical-offset_l, .pc-header-block .pc-header-block__content_vertical-offset_xl {
|
|
212
|
+
padding: calc(96px - 16px) 0;
|
|
213
|
+
}
|
|
214
|
+
.pc-header-block .pc-header-block__content_offset_large {
|
|
215
|
+
padding: calc(96px - 16px) 0 16px;
|
|
216
|
+
margin-bottom: -32px;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
@media (min-width: 769px) {
|
|
220
|
+
.pc-header-block__media {
|
|
221
|
+
display: block;
|
|
222
|
+
}
|
|
223
|
+
.pc-header-block_has-media .pc-header-block__content-inner {
|
|
224
|
+
padding-right: 48px;
|
|
225
|
+
}
|
|
226
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-header-slider-block__item {
|
|
4
|
+
display: block;
|
|
5
|
+
height: 100%;
|
|
6
|
+
overflow: hidden;
|
|
7
|
+
transform: translateZ(0);
|
|
8
|
+
}
|
|
9
|
+
.pc-header-slider-block__item-content {
|
|
10
|
+
height: inherit;
|
|
11
|
+
overflow: hidden;
|
|
12
|
+
}
|
|
13
|
+
.pc-header-slider-block__item-content.pc-header-slider-block__item-content {
|
|
14
|
+
margin: 0 0 16px;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.pc-header-slider-block__item-content .pc-header-block__content {
|
|
18
|
+
padding: 115px 0;
|
|
19
|
+
display: flex;
|
|
20
|
+
align-items: center;
|
|
21
|
+
}
|
|
22
|
+
.pc-header-slider-block__item-content .pc-Grid,
|
|
23
|
+
.pc-header-slider-block__item-content .container-fluid,
|
|
24
|
+
.pc-header-slider-block__item-content .container-fluid .row {
|
|
25
|
+
height: inherit;
|
|
26
|
+
}
|
|
27
|
+
.pc-header-slider-block__item-content .pc-header-block__media {
|
|
28
|
+
padding-bottom: 48px;
|
|
29
|
+
padding-top: 16px;
|
|
30
|
+
}
|
|
31
|
+
@media (max-width: 1410px) and (min-width: 577px) {
|
|
32
|
+
.pc-header-slider-block__item-content .pc-header-block__content {
|
|
33
|
+
padding-left: 32px;
|
|
34
|
+
padding-right: 32px;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
@media (max-width: 769px) {
|
|
38
|
+
.pc-header-slider-block.pc-SliderBlock {
|
|
39
|
+
margin-left: -8px;
|
|
40
|
+
padding-left: 0;
|
|
41
|
+
width: calc(100% + 8px);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@media (max-width: 577px) {
|
|
45
|
+
.pc-header-slider-block__item-content .pc-header-block__content {
|
|
46
|
+
padding-left: 0;
|
|
47
|
+
padding-right: 0;
|
|
48
|
+
}
|
|
49
|
+
.pc-header-slider-block__item-content .pc-header-block__container-fluid {
|
|
50
|
+
padding-left: 24px;
|
|
51
|
+
}
|
|
52
|
+
.pc-header-slider-block .slick-track .slick-slide {
|
|
53
|
+
max-width: 100%;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-icons-block {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
font-size: var(--g-text-body-2-font-size);
|
|
8
|
+
line-height: var(--g-text-body-2-line-height);
|
|
9
|
+
}
|
|
10
|
+
.pc-icons-block_size_s .pc-icons-block__item {
|
|
11
|
+
width: 96px;
|
|
12
|
+
}
|
|
13
|
+
.pc-icons-block_size_m .pc-icons-block__item {
|
|
14
|
+
width: 128px;
|
|
15
|
+
}
|
|
16
|
+
.pc-icons-block_size_l .pc-icons-block__item {
|
|
17
|
+
width: 160px;
|
|
18
|
+
}
|
|
19
|
+
.pc-icons-block__header {
|
|
20
|
+
width: 100%;
|
|
21
|
+
padding-bottom: 24px;
|
|
22
|
+
text-align: center;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
align-items: center;
|
|
26
|
+
height: max-content;
|
|
27
|
+
}
|
|
28
|
+
.pc-icons-block__text {
|
|
29
|
+
margin: 8px 0 0;
|
|
30
|
+
text-align: center;
|
|
31
|
+
}
|
|
32
|
+
.pc-icons-block__item {
|
|
33
|
+
color: inherit;
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
margin: 0 8px 24px;
|
|
36
|
+
}
|
|
37
|
+
.pc-icons-block a.pc-icons-block__item {
|
|
38
|
+
border-radius: var(--g-focus-border-radius);
|
|
39
|
+
}
|
|
40
|
+
.pc-icons-block a.pc-icons-block__item:focus {
|
|
41
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
42
|
+
outline-offset: 0;
|
|
43
|
+
}
|
|
44
|
+
.pc-icons-block a.pc-icons-block__item:focus:not(:focus-visible) {
|
|
45
|
+
outline: 0;
|
|
46
|
+
}
|
|
47
|
+
.pc-icons-block__image {
|
|
48
|
+
max-width: 100%;
|
|
49
|
+
margin: 0 auto;
|
|
50
|
+
display: block;
|
|
51
|
+
}
|
|
52
|
+
@media (max-width: 576px) {
|
|
53
|
+
.pc-icons-block__item {
|
|
54
|
+
max-width: calc(50% - 8px * 2);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-info-block__container {
|
|
4
|
+
background-color: var(--g-color-base-brand);
|
|
5
|
+
padding: 96px 64px;
|
|
6
|
+
border-radius: var(--pc-border-radius);
|
|
7
|
+
}
|
|
8
|
+
.pc-info-block__left, .pc-info-block__right {
|
|
9
|
+
padding-right: 96px;
|
|
10
|
+
padding-bottom: 16px;
|
|
11
|
+
}
|
|
12
|
+
@media (max-width: 1081px) {
|
|
13
|
+
.pc-info-block__left, .pc-info-block__right {
|
|
14
|
+
padding-bottom: 0;
|
|
15
|
+
}
|
|
16
|
+
.pc-info-block__container {
|
|
17
|
+
padding: 96px 64px;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
@media (max-width: 769px) {
|
|
21
|
+
.pc-info-block__left {
|
|
22
|
+
margin-bottom: 48px;
|
|
23
|
+
}
|
|
24
|
+
.pc-info-block__left, .pc-info-block__right {
|
|
25
|
+
padding-right: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
@media (max-width: 577px) {
|
|
29
|
+
.pc-info-block__container {
|
|
30
|
+
padding: 64px 32px;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-map-block_border_shadow {
|
|
4
|
+
box-shadow: 0 2px 8px var(--pc-color-sfx-shadow), 0 4px 24px var(--pc-color-sfx-shadow);
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
border-radius: var(--pc-border-radius);
|
|
7
|
+
}
|
|
8
|
+
.pc-map-block_border_line {
|
|
9
|
+
border-radius: var(--pc-border-radius);
|
|
10
|
+
border: 1px solid var(--g-color-line-generic);
|
|
11
|
+
}
|
|
12
|
+
.pc-map-block_border_none {
|
|
13
|
+
border-radius: var(--pc-border-radius);
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-media-block_border_shadow {
|
|
4
|
+
box-shadow: 0 2px 8px var(--pc-color-sfx-shadow), 0 4px 24px var(--pc-color-sfx-shadow);
|
|
5
|
+
overflow-x: hidden;
|
|
6
|
+
border-radius: var(--pc-border-radius);
|
|
7
|
+
}
|
|
8
|
+
.pc-media-block_border_line {
|
|
9
|
+
border-radius: var(--pc-border-radius);
|
|
10
|
+
border: 1px solid var(--g-color-line-generic);
|
|
11
|
+
}
|
|
12
|
+
.pc-media-block_border_none {
|
|
13
|
+
border-radius: var(--pc-border-radius);
|
|
14
|
+
}
|
|
15
|
+
.pc-media-block__image {
|
|
16
|
+
border-radius: var(--pc-border-radius);
|
|
17
|
+
}
|