@gravity-ui/page-constructor 5.28.2 → 5.28.3

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.
Files changed (244) hide show
  1. package/build/cjs/blocks/Banner/Banner.css +15 -0
  2. package/build/cjs/blocks/CardLayout/CardLayout.css +343 -0
  3. package/build/cjs/blocks/Companies/Companies.css +21 -0
  4. package/build/cjs/blocks/ContentLayout/ContentLayout.css +59 -0
  5. package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  6. package/build/cjs/blocks/FilterBlock/FilterBlock.css +49 -0
  7. package/build/cjs/blocks/Form/Form.css +134 -0
  8. package/build/cjs/blocks/Header/Header.css +226 -0
  9. package/build/cjs/blocks/HeaderSlider/HeaderSlider.css +55 -0
  10. package/build/cjs/blocks/Icons/Icons.css +56 -0
  11. package/build/cjs/blocks/Info/Info.css +32 -0
  12. package/build/cjs/blocks/Map/Map.css +14 -0
  13. package/build/cjs/blocks/Media/Media.css +17 -0
  14. package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  15. package/build/cjs/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
  16. package/build/cjs/blocks/Questions/Questions.css +13 -0
  17. package/build/cjs/blocks/Share/Share.css +68 -0
  18. package/build/cjs/blocks/Slider/Arrow/Arrow.css +65 -0
  19. package/build/cjs/blocks/Slider/Slider.css +703 -0
  20. package/build/cjs/blocks/Slider/slick.css +87 -0
  21. package/build/cjs/blocks/SliderNew/Arrow/Arrow.css +62 -0
  22. package/build/cjs/blocks/SliderNew/Slider.css +834 -0
  23. package/build/cjs/blocks/Table/Table.css +30 -0
  24. package/build/cjs/blocks/Tabs/Tabs.css +111 -0
  25. package/build/cjs/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  26. package/build/cjs/components/Anchor/Anchor.css +8 -0
  27. package/build/cjs/components/Author/Author.css +58 -0
  28. package/build/cjs/components/BackgroundImage/BackgroundImage.css +16 -0
  29. package/build/cjs/components/BackgroundMedia/BackgroundMedia.css +60 -0
  30. package/build/cjs/components/BalancedMasonry/BalancedMasonry.css +10 -0
  31. package/build/cjs/components/BlockBase/BlockBase.css +70 -0
  32. package/build/cjs/components/Button/Button.css +59 -0
  33. package/build/cjs/components/ButtonTabs/ButtonTabs.css +28 -0
  34. package/build/cjs/components/Buttons/Buttons.css +11 -0
  35. package/build/cjs/components/CardBase/CardBase.css +96 -0
  36. package/build/cjs/components/ContentList/ContentList.css +65 -0
  37. package/build/cjs/components/Control/Control.css +88 -0
  38. package/build/cjs/components/DefaultVideo/DefaultVideo.css +5 -0
  39. package/build/cjs/components/ErrorWrapper/ErrorWrapper.css +11 -0
  40. package/build/cjs/components/FileLink/FileLink.css +54 -0
  41. package/build/cjs/components/Foldable/Foldable.css +10 -0
  42. package/build/cjs/components/FullWidthBackground/FullWidthBackground.css +13 -0
  43. package/build/cjs/components/FullscreenImage/FullscreenImage.css +80 -0
  44. package/build/cjs/components/FullscreenMedia/FullscreenMedia.css +75 -0
  45. package/build/cjs/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  46. package/build/cjs/components/IconWrapper/IconWrapper.css +32 -0
  47. package/build/cjs/components/Link/Link.css +71 -0
  48. package/build/cjs/components/Links/Links.css +15 -0
  49. package/build/cjs/components/Map/Map.css +25 -0
  50. package/build/cjs/components/Media/DataLens/DataLens.css +20 -0
  51. package/build/cjs/components/Media/Iframe/Iframe.css +18 -0
  52. package/build/cjs/components/Media/Image/Image.css +10 -0
  53. package/build/cjs/components/Media/Media.css +11 -0
  54. package/build/cjs/components/Media/Video/Video.css +12 -0
  55. package/build/cjs/components/MediaBase/MediaBase.css +60 -0
  56. package/build/cjs/components/MediaBase/MediaBaseContent.css +12 -0
  57. package/build/cjs/components/MetaInfo/MetaInfo.css +11 -0
  58. package/build/cjs/components/OverflowScroller/OverflowScroller.css +58 -0
  59. package/build/cjs/components/ReactPlayer/CircleProgress.css +3 -0
  60. package/build/cjs/components/ReactPlayer/CustomBarControls.css +91 -0
  61. package/build/cjs/components/ReactPlayer/ReactPlayer.css +78 -0
  62. package/build/cjs/components/Table/Table.css +87 -0
  63. package/build/cjs/components/Title/Title.css +16 -0
  64. package/build/cjs/components/Title/TitleItem.css +119 -0
  65. package/build/cjs/components/ToggleArrow/ToggleArrow.css +23 -0
  66. package/build/cjs/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  67. package/build/cjs/components/VideoBlock/VideoBlock.css +55 -0
  68. package/build/cjs/containers/Loadable/Loadable.css +4 -0
  69. package/build/cjs/containers/PageConstructor/PageConstructor.css +198 -0
  70. package/build/cjs/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  71. package/build/cjs/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  72. package/build/cjs/editor/components/AddBlock/AddBlock.css +82 -0
  73. package/build/cjs/editor/components/CodeEditor/CodeEditor.css +55 -0
  74. package/build/cjs/editor/components/ControlPanel/ControlPanel.css +32 -0
  75. package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  76. package/build/cjs/editor/components/EditBlock/EditBlock.css +56 -0
  77. package/build/cjs/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  78. package/build/cjs/editor/components/Layout/Layout.css +50 -0
  79. package/build/cjs/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  80. package/build/cjs/editor/components/PageSettings/PageSettings.css +26 -0
  81. package/build/cjs/editor/containers/Editor/Editor.css +17 -0
  82. package/build/cjs/editor/containers/Form/Form.css +87 -0
  83. package/build/cjs/editor/containers/Form/dynamic-form-custom.css +0 -0
  84. package/build/cjs/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  85. package/build/cjs/editor/styles/mixins.css +0 -0
  86. package/build/cjs/editor/styles/root.css +9 -0
  87. package/build/cjs/editor/styles/variables.css +0 -0
  88. package/build/cjs/grid/Grid/Grid.css +87 -0
  89. package/build/cjs/grid/styles/bootstrap.css +1627 -0
  90. package/build/cjs/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  91. package/build/cjs/navigation/components/Logo/Logo.css +23 -0
  92. package/build/cjs/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  93. package/build/cjs/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  94. package/build/cjs/navigation/components/Navigation/Navigation.css +12 -0
  95. package/build/cjs/navigation/components/NavigationItem/NavigationItem.css +31 -0
  96. package/build/cjs/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  97. package/build/cjs/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  98. package/build/cjs/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  99. package/build/cjs/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  100. package/build/cjs/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  101. package/build/cjs/navigation/components/NavigationItem/mixins.css +0 -0
  102. package/build/cjs/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  103. package/build/cjs/navigation/components/SocialIcon/SocialIcon.css +20 -0
  104. package/build/cjs/navigation/containers/Layout/Layout.css +15 -0
  105. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  106. package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
  107. package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
  108. package/build/cjs/sub-blocks/Content/Content.css +159 -0
  109. package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
  110. package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  111. package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
  112. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  113. package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
  114. package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
  115. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  116. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  117. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  118. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  119. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  120. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  121. package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
  122. package/build/esm/blocks/Banner/Banner.css +15 -0
  123. package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
  124. package/build/esm/blocks/Companies/Companies.css +21 -0
  125. package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
  126. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  127. package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
  128. package/build/esm/blocks/Form/Form.css +134 -0
  129. package/build/esm/blocks/Header/Header.css +226 -0
  130. package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
  131. package/build/esm/blocks/Icons/Icons.css +56 -0
  132. package/build/esm/blocks/Info/Info.css +32 -0
  133. package/build/esm/blocks/Map/Map.css +14 -0
  134. package/build/esm/blocks/Media/Media.css +17 -0
  135. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  136. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
  137. package/build/esm/blocks/Questions/Questions.css +13 -0
  138. package/build/esm/blocks/Share/Share.css +68 -0
  139. package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
  140. package/build/esm/blocks/Slider/Slider.css +703 -0
  141. package/build/esm/blocks/Slider/slick.css +87 -0
  142. package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
  143. package/build/esm/blocks/SliderNew/Slider.css +834 -0
  144. package/build/esm/blocks/Table/Table.css +30 -0
  145. package/build/esm/blocks/Tabs/Tabs.css +111 -0
  146. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  147. package/build/esm/components/Anchor/Anchor.css +8 -0
  148. package/build/esm/components/Author/Author.css +58 -0
  149. package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
  150. package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
  151. package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
  152. package/build/esm/components/BlockBase/BlockBase.css +70 -0
  153. package/build/esm/components/Button/Button.css +59 -0
  154. package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
  155. package/build/esm/components/Buttons/Buttons.css +11 -0
  156. package/build/esm/components/CardBase/CardBase.css +96 -0
  157. package/build/esm/components/ContentList/ContentList.css +65 -0
  158. package/build/esm/components/Control/Control.css +88 -0
  159. package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
  160. package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
  161. package/build/esm/components/FileLink/FileLink.css +54 -0
  162. package/build/esm/components/Foldable/Foldable.css +10 -0
  163. package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
  164. package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
  165. package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
  166. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  167. package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
  168. package/build/esm/components/Link/Link.css +71 -0
  169. package/build/esm/components/Links/Links.css +15 -0
  170. package/build/esm/components/Map/Map.css +25 -0
  171. package/build/esm/components/Media/DataLens/DataLens.css +20 -0
  172. package/build/esm/components/Media/Iframe/Iframe.css +18 -0
  173. package/build/esm/components/Media/Image/Image.css +10 -0
  174. package/build/esm/components/Media/Media.css +11 -0
  175. package/build/esm/components/Media/Video/Video.css +12 -0
  176. package/build/esm/components/MediaBase/MediaBase.css +60 -0
  177. package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
  178. package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
  179. package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
  180. package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
  181. package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
  182. package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
  183. package/build/esm/components/Table/Table.css +87 -0
  184. package/build/esm/components/Title/Title.css +16 -0
  185. package/build/esm/components/Title/TitleItem.css +119 -0
  186. package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
  187. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  188. package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
  189. package/build/esm/containers/Loadable/Loadable.css +4 -0
  190. package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
  191. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  192. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  193. package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
  194. package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
  195. package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
  196. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  197. package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
  198. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  199. package/build/esm/editor/components/Layout/Layout.css +50 -0
  200. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  201. package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
  202. package/build/esm/editor/containers/Editor/Editor.css +17 -0
  203. package/build/esm/editor/containers/Form/Form.css +87 -0
  204. package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
  205. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  206. package/build/esm/editor/styles/mixins.css +0 -0
  207. package/build/esm/editor/styles/root.css +9 -0
  208. package/build/esm/editor/styles/variables.css +0 -0
  209. package/build/esm/grid/Grid/Grid.css +87 -0
  210. package/build/esm/grid/styles/bootstrap.css +1627 -0
  211. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  212. package/build/esm/navigation/components/Logo/Logo.css +23 -0
  213. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  214. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  215. package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
  216. package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
  217. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  218. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  219. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  220. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  221. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  222. package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
  223. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  224. package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
  225. package/build/esm/navigation/containers/Layout/Layout.css +15 -0
  226. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  227. package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
  228. package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
  229. package/build/esm/sub-blocks/Content/Content.css +159 -0
  230. package/build/esm/sub-blocks/Divider/Divider.css +27 -0
  231. package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  232. package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
  233. package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  234. package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
  235. package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
  236. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  237. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  238. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  239. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  240. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  241. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  242. package/build/esm/sub-blocks/Quote/Quote.css +146 -0
  243. package/package.json +1 -1
  244. package/styles/styles.css +128 -0
@@ -0,0 +1,29 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-layout-item {
4
+ display: flex;
5
+ flex-direction: column;
6
+ height: 100%;
7
+ }
8
+ .pc-layout-item__media {
9
+ width: 100%;
10
+ display: block;
11
+ border-radius: var(--pc-border-radius);
12
+ }
13
+ .pc-layout-item__media_border {
14
+ border: 1px solid var(--g-color-line-generic);
15
+ }
16
+ .pc-layout-item__meta-info {
17
+ margin: 16px 0 -8px 0;
18
+ }
19
+ .pc-layout-item__content {
20
+ display: flex;
21
+ flex: auto;
22
+ margin: 16px 16px 0 0;
23
+ }
24
+ .pc-layout-item__content_no-media {
25
+ margin: 0;
26
+ }
27
+ .pc-layout-item__wrapper {
28
+ flex: auto;
29
+ }
@@ -0,0 +1,5 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-MediaCard__body {
4
+ padding: 0;
5
+ }
@@ -0,0 +1,100 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-price-card {
4
+ position: relative;
5
+ }
6
+ .pc-price-card.pc-price-card {
7
+ min-height: auto;
8
+ }
9
+
10
+ .pc-price-card__background {
11
+ position: absolute;
12
+ top: 0;
13
+ left: 0;
14
+ width: 100%;
15
+ height: 100%;
16
+ }
17
+ .pc-price-card__content {
18
+ height: 100%;
19
+ display: flex;
20
+ flex-direction: column;
21
+ position: relative;
22
+ }
23
+ .pc-price-card__content_theme_dark {
24
+ color: var(--g-color-text-light-primary);
25
+ --g-color-line-focus: var(--pc-color-line-focus-dark);
26
+ }
27
+ .pc-price-card__content_theme_dark .pc-price-card__info .yfm,
28
+ .pc-price-card__content_theme_dark .pc-price-card__info .yfm * {
29
+ color: var(--g-color-text-light-primary);
30
+ }
31
+ .pc-price-card__content_theme_dark .pc-price-card__info a {
32
+ text-decoration: underline;
33
+ }
34
+ .pc-price-card__content_theme_dark .pc-price-card__info a:hover {
35
+ color: var(--g-color-text-light-secondary);
36
+ }
37
+ .pc-price-card__content_theme_light {
38
+ color: var(--g-color-text-dark-primary);
39
+ }
40
+ .pc-price-card__content_theme_light .pc-price-card__info .yfm,
41
+ .pc-price-card__content_theme_light .pc-price-card__info .yfm * {
42
+ color: var(--g-color-text-dark-primary);
43
+ }
44
+ .pc-price-card__content_theme_light .pc-price-card__info a {
45
+ text-decoration: underline;
46
+ }
47
+ .pc-price-card__content_theme_light .pc-price-card__info a:hover {
48
+ color: var(--g-color-text-dark-secondary);
49
+ }
50
+ .pc-price-card__title {
51
+ font-size: var(--g-text-subheader-3-font-size);
52
+ line-height: var(--g-text-subheader-3-line-height);
53
+ margin-bottom: 24px;
54
+ }
55
+ .pc-price-card__price {
56
+ margin-bottom: 24px;
57
+ }
58
+ .pc-price-card__price-value {
59
+ font-size: var(--g-text-display-1-font-size);
60
+ line-height: var(--g-text-display-1-line-height);
61
+ font-weight: var(--g-text-accent-font-weight);
62
+ }
63
+ .pc-price-card__price-period {
64
+ margin-left: 4px;
65
+ }
66
+ .pc-price-card__price-details {
67
+ font-size: var(--g-text-body-2-font-size);
68
+ line-height: var(--g-text-body-2-line-height);
69
+ white-space: pre-wrap;
70
+ }
71
+ .pc-price-card__main {
72
+ flex: 1;
73
+ min-height: 0;
74
+ display: flex;
75
+ flex-direction: column;
76
+ position: relative;
77
+ }
78
+ .pc-price-card__info {
79
+ flex: 1;
80
+ min-height: 0;
81
+ display: flex;
82
+ flex-direction: column;
83
+ }
84
+ .pc-price-card__description:not(:last-child) {
85
+ margin-bottom: 12px;
86
+ }
87
+ .pc-price-card__links, .pc-price-card__buttons {
88
+ margin-top: 24px;
89
+ }
90
+ .pc-price-card__footer {
91
+ margin-top: 0px;
92
+ }
93
+ @media (max-width: 769px) {
94
+ .pc-price-card__title, .pc-price-card__price {
95
+ margin-bottom: 16px;
96
+ }
97
+ .pc-price-card__links, .pc-price-card__buttons {
98
+ margin-top: 16px;
99
+ }
100
+ }
@@ -0,0 +1,35 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-combined-price-detailed-block__row {
4
+ /* stylelint-disable declaration-no-important */
5
+ margin: 0 !important;
6
+ }
7
+ .pc-combined-price-detailed-block__row .col {
8
+ padding: 0;
9
+ margin: 12px;
10
+ }
11
+ .pc-combined-price-detailed-block__row > * {
12
+ display: flex;
13
+ width: 100%;
14
+ }
15
+ .pc-combined-price-detailed-block__row:not(:last-child) {
16
+ border-bottom: 1px solid var(--g-color-line-generic);
17
+ margin-bottom: 12px !important;
18
+ padding-bottom: 12px;
19
+ }
20
+ @media (min-width: 1081px) {
21
+ .pc-combined-price-detailed-block__description > * {
22
+ padding-top: 12px;
23
+ }
24
+ .pc-combined-price-detailed-block__description_delimiter > * {
25
+ border-top: 1px solid var(--g-color-line-generic);
26
+ }
27
+ .pc-combined-price-detailed-block__empty-column {
28
+ border-top: 0;
29
+ }
30
+ }
31
+ @media (max-width: 1080px) {
32
+ .pc-combined-price-detailed-block__description > * {
33
+ margin-top: 0 !important;
34
+ }
35
+ }
@@ -0,0 +1,50 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-price-description {
4
+ margin-bottom: 12px;
5
+ }
6
+ .pc-price-description__title_size_l, .pc-price-description__description_size_l, .pc-price-description__detailed-title_size_l {
7
+ font-size: var(--g-text-header-1-font-size);
8
+ line-height: var(--g-text-header-1-line-height);
9
+ }
10
+ .pc-price-description__title_size_m, .pc-price-description__description_size_m, .pc-price-description__detailed-title_size_m {
11
+ font-size: var(--g-text-body-2-font-size);
12
+ line-height: var(--g-text-body-2-line-height);
13
+ }
14
+ .pc-price-description__title_size_s, .pc-price-description__description_size_s, .pc-price-description__detailed-title_size_s {
15
+ font-size: var(--g-text-body-1-font-size);
16
+ line-height: var(--g-text-body-1-line-height);
17
+ }
18
+ .pc-price-description__main-title {
19
+ font-weight: var(--g-text-accent-font-weight);
20
+ }
21
+ .pc-price-description__main-title_color_cornflower {
22
+ color: var(--g-color-base-brand);
23
+ }
24
+ .pc-price-description__main-title_color_black {
25
+ color: var(--g-color-text-primary);
26
+ }
27
+ .pc-price-description__title {
28
+ display: flex;
29
+ padding: 16px 0 12px 0;
30
+ align-items: flex-end;
31
+ }
32
+ .pc-price-description__description {
33
+ font-weight: 400;
34
+ }
35
+ .pc-price-description__detailed-title {
36
+ margin-left: 4px;
37
+ }
38
+ .pc-price-description__label_size_s {
39
+ font-size: var(--g-text-body-2-font-size);
40
+ line-height: var(--g-text-body-2-line-height);
41
+ }
42
+ .pc-price-description__label_size_xs {
43
+ font-size: var(--g-text-body-1-font-size);
44
+ line-height: var(--g-text-body-1-line-height);
45
+ }
46
+ @media (max-width: 577px) {
47
+ .pc-price-description {
48
+ min-width: 160px;
49
+ }
50
+ }
@@ -0,0 +1,11 @@
1
+ .pc-marked-list__list-item {
2
+ display: flex;
3
+ }
4
+ .pc-marked-list__text {
5
+ margin-left: 8px;
6
+ }
7
+ .pc-marked-list__img {
8
+ margin-top: 5px;
9
+ height: fit-content;
10
+ content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUgNCA1IDcuNSAxMS41IDEiIHN0cm9rZT0iIzUyODJGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
11
+ }
@@ -0,0 +1,20 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-settings-list__title, .pc-settings-list__description {
4
+ font-weight: 400;
5
+ }
6
+ .pc-settings-list__title_size_l, .pc-settings-list__description_size_l {
7
+ font-size: var(--g-text-header-1-font-size);
8
+ line-height: var(--g-text-header-1-line-height);
9
+ }
10
+ .pc-settings-list__title_size_m, .pc-settings-list__description_size_m {
11
+ font-size: var(--g-text-body-2-font-size);
12
+ line-height: var(--g-text-body-2-line-height);
13
+ }
14
+ .pc-settings-list__title_size_s, .pc-settings-list__description_size_s {
15
+ font-size: var(--g-text-body-1-font-size);
16
+ line-height: var(--g-text-body-1-line-height);
17
+ }
18
+ .pc-settings-list__title {
19
+ color: var(--g-color-text-hint);
20
+ }
@@ -0,0 +1,61 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ @media (min-width: 1081px) {
4
+ .pc-price-details__non_foldable {
5
+ display: block;
6
+ }
7
+ .pc-price-details__foldable {
8
+ display: none;
9
+ }
10
+ }
11
+ @media (max-width: 1080px) {
12
+ .pc-price-details__non_foldable {
13
+ display: none;
14
+ }
15
+ .pc-price-details__foldable {
16
+ display: block;
17
+ }
18
+ }
19
+ .pc-price-details__delimiter-line {
20
+ border-top: 1px solid var(--g-color-line-generic);
21
+ }
22
+ .pc-price-details__arrow {
23
+ margin: auto 10px;
24
+ }
25
+ .pc-price-details__foldable_title {
26
+ font-size: var(--g-text-body-2-font-size);
27
+ line-height: var(--g-text-body-2-line-height);
28
+ display: inline-block;
29
+ margin: 0;
30
+ padding: 0;
31
+ font: inherit;
32
+ border: none;
33
+ outline: none;
34
+ color: inherit;
35
+ background: none;
36
+ cursor: pointer;
37
+ cursor: pointer;
38
+ display: flex;
39
+ align-items: center;
40
+ font-weight: 400;
41
+ border-radius: var(--g-focus-border-radius);
42
+ }
43
+ .pc-price-details__foldable_title:focus {
44
+ outline: 2px solid var(--g-color-line-focus);
45
+ outline-offset: 0;
46
+ }
47
+ .pc-price-details__foldable_title:focus:not(:focus-visible) {
48
+ outline: 0;
49
+ }
50
+ .pc-price-details__foldable_title_color_cornflower {
51
+ color: var(--g-color-text-link);
52
+ }
53
+ .pc-price-details__foldable_title_color_black {
54
+ color: var(--g-color-text-primary);
55
+ }
56
+ .pc-price-details__foldable_block > * {
57
+ padding-top: 12px;
58
+ }
59
+ .pc-price-details .pc-settings-list__title {
60
+ margin-bottom: 2px;
61
+ }
@@ -0,0 +1,9 @@
1
+ .pc-separate-price-detailed-block .pc-price-description {
2
+ margin-bottom: 0;
3
+ }
4
+ .pc-separate-price-detailed-block .pc-price-details > * {
5
+ padding-top: 12px;
6
+ }
7
+ .pc-separate-price-detailed-block .pc-price-details {
8
+ margin-top: 24px;
9
+ }
@@ -0,0 +1,146 @@
1
+ @charset "UTF-8";
2
+ .pc-quote_border_shadow {
3
+ box-shadow: 0px 4px 24px var(--pc-color-sfx-shadow), 0px 2px 8px var(--pc-color-sfx-shadow);
4
+ }
5
+
6
+ /* use this for style redefinitions to awoid problems with
7
+ unpredictable css rules order in build */
8
+ .pc-quote {
9
+ min-height: 248px;
10
+ height: 100%;
11
+ overflow-x: hidden;
12
+ border-radius: var(--pc-border-radius);
13
+ background-color: var(--g-color-base-float);
14
+ transition: box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
15
+ display: flex;
16
+ min-height: 400px;
17
+ height: 100%;
18
+ }
19
+ .pc-quote_theme_dark {
20
+ color: var(--g-color-text-light-primary);
21
+ }
22
+ .pc-quote_theme_dark h1,
23
+ .pc-quote_theme_dark h2,
24
+ .pc-quote_theme_dark h3,
25
+ .pc-quote_theme_dark h4,
26
+ .pc-quote_theme_dark h5,
27
+ .pc-quote_theme_dark h6,
28
+ .pc-quote_theme_dark .yfm {
29
+ color: var(--g-color-text-light-primary);
30
+ }
31
+ .pc-quote_border_line {
32
+ border: 1px solid var(--g-color-line-generic);
33
+ }
34
+ @media (min-width: 577px) {
35
+ .slick-slide:not(.slick-active) .pc-quote {
36
+ box-shadow: none;
37
+ }
38
+ .swiper-slide:not(.swiper-slide-visible) .pc-quote {
39
+ box-shadow: none;
40
+ }
41
+ }
42
+ .pc-quote__logo {
43
+ height: 48px;
44
+ }
45
+ .pc-quote__content-wrapper {
46
+ display: flex;
47
+ flex-direction: column;
48
+ justify-content: space-between;
49
+ width: calc(50% + 5px * 2);
50
+ margin-right: 5px;
51
+ padding: 48px 32px 48px 48px;
52
+ }
53
+ .pc-quote__image-wrapper {
54
+ flex: 1;
55
+ margin-left: 5px;
56
+ overflow: hidden;
57
+ margin: var(--pc-image-padding);
58
+ border-radius: calc(var(--pc-border-radius) - var(--pc-image-padding));
59
+ }
60
+ .pc-quote__content {
61
+ margin-top: 24px;
62
+ position: relative;
63
+ font-size: var(--g-text-body-3-font-size);
64
+ line-height: var(--g-text-body-3-line-height);
65
+ }
66
+ .pc-quote__content_quote-type_chevron::before {
67
+ position: absolute;
68
+ left: -10px;
69
+ content: "«";
70
+ }
71
+ .pc-quote__content_quote-type_chevron .pc-quote__text::after {
72
+ content: "»";
73
+ }
74
+ .pc-quote__content_quote-type_english-double::before {
75
+ position: absolute;
76
+ left: -8px;
77
+ content: "“";
78
+ }
79
+ .pc-quote__content_quote-type_english-double .pc-quote__text::after {
80
+ content: "”";
81
+ }
82
+ .pc-quote__content .yfm {
83
+ font-size: var(--g-text-body-3-font-size);
84
+ line-height: var(--g-text-body-3-line-height);
85
+ }
86
+ .pc-quote__content .yfm > * {
87
+ display: inline;
88
+ }
89
+ .pc-quote__content .yfm:after {
90
+ position: relative;
91
+ left: -5px;
92
+ }
93
+ .pc-quote__image {
94
+ width: 100%;
95
+ height: 100%;
96
+ object-fit: cover;
97
+ }
98
+ .pc-quote__author-wrapper {
99
+ display: flex;
100
+ justify-content: space-between;
101
+ align-items: flex-end;
102
+ margin-top: 20px;
103
+ }
104
+ .pc-quote__author {
105
+ max-width: calc(60% - 20px);
106
+ margin-right: 20px;
107
+ }
108
+ .pc-quote__link-button {
109
+ /* stylelint-disable declaration-no-important */
110
+ /* stylelint-enable declaration-no-important */
111
+ }
112
+ .pc-quote__link-button_theme_dark {
113
+ color: var(--g-color-base-background) !important;
114
+ }
115
+ .pc-quote__link-button_theme_dark:before {
116
+ border-color: var(--g-color-base-background) !important;
117
+ }
118
+ @media (max-width: 1081px) {
119
+ .pc-quote__author-wrapper {
120
+ flex-direction: column;
121
+ }
122
+ .pc-quote__author {
123
+ margin-right: 0;
124
+ margin-bottom: 32px;
125
+ max-width: initial;
126
+ }
127
+ .pc-quote__link-button {
128
+ align-self: flex-start;
129
+ }
130
+ }
131
+ @media (max-width: 769px) {
132
+ .pc-quote__content-wrapper {
133
+ width: calc(75% + 5px * 2);
134
+ }
135
+ }
136
+ @media (max-width: 577px) {
137
+ .pc-quote__image-wrapper {
138
+ display: none;
139
+ }
140
+ .pc-quote__content-wrapper {
141
+ padding: 32px;
142
+ }
143
+ .pc-quote__content-wrapper {
144
+ width: 100%;
145
+ }
146
+ }
@@ -0,0 +1,15 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ @media (min-width: 769px) {
4
+ .pc-banner-block.pc-AnimateBlock, .pc-AnimateBlock .pc-banner-block {
5
+ position: relative;
6
+ top: 100px;
7
+ opacity: 0;
8
+ }
9
+ .pc-banner-block.pc-AnimateBlock.animate, .pc-AnimateBlock .pc-banner-block.animate {
10
+ top: 0;
11
+ opacity: 1;
12
+ transition: top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
13
+ transition-delay: 0s;
14
+ }
15
+ }