@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.
Files changed (247) 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/navigation/hooks/useShowBorder.js +3 -2
  106. package/build/cjs/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  107. package/build/cjs/sub-blocks/BannerCard/BannerCard.css +97 -0
  108. package/build/cjs/sub-blocks/BasicCard/BasicCard.css +12 -0
  109. package/build/cjs/sub-blocks/Content/Content.css +159 -0
  110. package/build/cjs/sub-blocks/Divider/Divider.css +27 -0
  111. package/build/cjs/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  112. package/build/cjs/sub-blocks/ImageCard/ImageCard.css +102 -0
  113. package/build/cjs/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  114. package/build/cjs/sub-blocks/MediaCard/MediaCard.css +5 -0
  115. package/build/cjs/sub-blocks/PriceCard/PriceCard.css +100 -0
  116. package/build/cjs/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  117. package/build/cjs/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  118. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  119. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  120. package/build/cjs/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  121. package/build/cjs/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  122. package/build/cjs/sub-blocks/Quote/Quote.css +146 -0
  123. package/build/esm/blocks/Banner/Banner.css +15 -0
  124. package/build/esm/blocks/CardLayout/CardLayout.css +343 -0
  125. package/build/esm/blocks/Companies/Companies.css +21 -0
  126. package/build/esm/blocks/ContentLayout/ContentLayout.css +59 -0
  127. package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +402 -0
  128. package/build/esm/blocks/FilterBlock/FilterBlock.css +49 -0
  129. package/build/esm/blocks/Form/Form.css +134 -0
  130. package/build/esm/blocks/Header/Header.css +226 -0
  131. package/build/esm/blocks/HeaderSlider/HeaderSlider.css +55 -0
  132. package/build/esm/blocks/Icons/Icons.css +56 -0
  133. package/build/esm/blocks/Info/Info.css +32 -0
  134. package/build/esm/blocks/Map/Map.css +14 -0
  135. package/build/esm/blocks/Media/Media.css +17 -0
  136. package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +390 -0
  137. package/build/esm/blocks/Questions/QuestionBlockItem/QuestionBlockItem.css +66 -0
  138. package/build/esm/blocks/Questions/Questions.css +13 -0
  139. package/build/esm/blocks/Share/Share.css +68 -0
  140. package/build/esm/blocks/Slider/Arrow/Arrow.css +65 -0
  141. package/build/esm/blocks/Slider/Slider.css +703 -0
  142. package/build/esm/blocks/Slider/slick.css +87 -0
  143. package/build/esm/blocks/SliderNew/Arrow/Arrow.css +62 -0
  144. package/build/esm/blocks/SliderNew/Slider.css +834 -0
  145. package/build/esm/blocks/Table/Table.css +30 -0
  146. package/build/esm/blocks/Tabs/Tabs.css +111 -0
  147. package/build/esm/blocks/Tabs/TabsTextContent/TabsTextContent.css +27 -0
  148. package/build/esm/components/Anchor/Anchor.css +8 -0
  149. package/build/esm/components/Author/Author.css +58 -0
  150. package/build/esm/components/BackgroundImage/BackgroundImage.css +16 -0
  151. package/build/esm/components/BackgroundMedia/BackgroundMedia.css +60 -0
  152. package/build/esm/components/BalancedMasonry/BalancedMasonry.css +10 -0
  153. package/build/esm/components/BlockBase/BlockBase.css +70 -0
  154. package/build/esm/components/Button/Button.css +59 -0
  155. package/build/esm/components/ButtonTabs/ButtonTabs.css +28 -0
  156. package/build/esm/components/Buttons/Buttons.css +11 -0
  157. package/build/esm/components/CardBase/CardBase.css +96 -0
  158. package/build/esm/components/ContentList/ContentList.css +65 -0
  159. package/build/esm/components/Control/Control.css +88 -0
  160. package/build/esm/components/DefaultVideo/DefaultVideo.css +5 -0
  161. package/build/esm/components/ErrorWrapper/ErrorWrapper.css +11 -0
  162. package/build/esm/components/FileLink/FileLink.css +54 -0
  163. package/build/esm/components/Foldable/Foldable.css +10 -0
  164. package/build/esm/components/FullWidthBackground/FullWidthBackground.css +13 -0
  165. package/build/esm/components/FullscreenImage/FullscreenImage.css +80 -0
  166. package/build/esm/components/FullscreenMedia/FullscreenMedia.css +75 -0
  167. package/build/esm/components/HeaderBreadcrumbs/HeaderBreadcrumbs.css +45 -0
  168. package/build/esm/components/IconWrapper/IconWrapper.css +32 -0
  169. package/build/esm/components/Link/Link.css +71 -0
  170. package/build/esm/components/Links/Links.css +15 -0
  171. package/build/esm/components/Map/Map.css +25 -0
  172. package/build/esm/components/Media/DataLens/DataLens.css +20 -0
  173. package/build/esm/components/Media/Iframe/Iframe.css +18 -0
  174. package/build/esm/components/Media/Image/Image.css +10 -0
  175. package/build/esm/components/Media/Media.css +11 -0
  176. package/build/esm/components/Media/Video/Video.css +12 -0
  177. package/build/esm/components/MediaBase/MediaBase.css +60 -0
  178. package/build/esm/components/MediaBase/MediaBaseContent.css +12 -0
  179. package/build/esm/components/MetaInfo/MetaInfo.css +11 -0
  180. package/build/esm/components/OverflowScroller/OverflowScroller.css +58 -0
  181. package/build/esm/components/ReactPlayer/CircleProgress.css +3 -0
  182. package/build/esm/components/ReactPlayer/CustomBarControls.css +91 -0
  183. package/build/esm/components/ReactPlayer/ReactPlayer.css +78 -0
  184. package/build/esm/components/Table/Table.css +87 -0
  185. package/build/esm/components/Title/Title.css +16 -0
  186. package/build/esm/components/Title/TitleItem.css +119 -0
  187. package/build/esm/components/ToggleArrow/ToggleArrow.css +23 -0
  188. package/build/esm/components/UnpublishedLabel/UnpublishedLabel.css +19 -0
  189. package/build/esm/components/VideoBlock/VideoBlock.css +55 -0
  190. package/build/esm/containers/Loadable/Loadable.css +4 -0
  191. package/build/esm/containers/PageConstructor/PageConstructor.css +198 -0
  192. package/build/esm/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.css +38 -0
  193. package/build/esm/containers/PageConstructor/components/ConstructorRow/ConstructorRow.css +8 -0
  194. package/build/esm/editor/components/AddBlock/AddBlock.css +82 -0
  195. package/build/esm/editor/components/CodeEditor/CodeEditor.css +55 -0
  196. package/build/esm/editor/components/ControlPanel/ControlPanel.css +32 -0
  197. package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
  198. package/build/esm/editor/components/EditBlock/EditBlock.css +56 -0
  199. package/build/esm/editor/components/ErrorBoundary/ErrorBoundary.css +27 -0
  200. package/build/esm/editor/components/Layout/Layout.css +50 -0
  201. package/build/esm/editor/components/NotFoundBlock/NotFoundBlock.css +21 -0
  202. package/build/esm/editor/components/PageSettings/PageSettings.css +26 -0
  203. package/build/esm/editor/containers/Editor/Editor.css +17 -0
  204. package/build/esm/editor/containers/Form/Form.css +87 -0
  205. package/build/esm/editor/containers/Form/dynamic-form-custom.css +0 -0
  206. package/build/esm/editor/dynamic-forms-custom/components/OneOfCustom/OneOfCustom.css +27 -0
  207. package/build/esm/editor/styles/mixins.css +0 -0
  208. package/build/esm/editor/styles/root.css +9 -0
  209. package/build/esm/editor/styles/variables.css +0 -0
  210. package/build/esm/grid/Grid/Grid.css +87 -0
  211. package/build/esm/grid/styles/bootstrap.css +1627 -0
  212. package/build/esm/navigation/components/DesktopNavigation/DesktopNavigation.css +131 -0
  213. package/build/esm/navigation/components/Logo/Logo.css +23 -0
  214. package/build/esm/navigation/components/MobileMenuButton/MobileMenuButton.css +7 -0
  215. package/build/esm/navigation/components/MobileNavigation/MobileNavigation.css +72 -0
  216. package/build/esm/navigation/components/Navigation/Navigation.css +12 -0
  217. package/build/esm/navigation/components/NavigationItem/NavigationItem.css +31 -0
  218. package/build/esm/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.css +5 -0
  219. package/build/esm/navigation/components/NavigationItem/components/GithubButton/GithubButton.css +14 -0
  220. package/build/esm/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.css +3 -0
  221. package/build/esm/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.css +26 -0
  222. package/build/esm/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.css +32 -0
  223. package/build/esm/navigation/components/NavigationItem/mixins.css +0 -0
  224. package/build/esm/navigation/components/NavigationPopup/NavigationPopup.css +30 -0
  225. package/build/esm/navigation/components/SocialIcon/SocialIcon.css +20 -0
  226. package/build/esm/navigation/containers/Layout/Layout.css +15 -0
  227. package/build/esm/navigation/hooks/useShowBorder.js +1 -1
  228. package/build/esm/sub-blocks/BackgroundCard/BackgroundCard.css +49 -0
  229. package/build/esm/sub-blocks/BannerCard/BannerCard.css +97 -0
  230. package/build/esm/sub-blocks/BasicCard/BasicCard.css +12 -0
  231. package/build/esm/sub-blocks/Content/Content.css +159 -0
  232. package/build/esm/sub-blocks/Divider/Divider.css +27 -0
  233. package/build/esm/sub-blocks/HubspotForm/HubspotForm.css +401 -0
  234. package/build/esm/sub-blocks/ImageCard/ImageCard.css +102 -0
  235. package/build/esm/sub-blocks/LayoutItem/LayoutItem.css +29 -0
  236. package/build/esm/sub-blocks/MediaCard/MediaCard.css +5 -0
  237. package/build/esm/sub-blocks/PriceCard/PriceCard.css +100 -0
  238. package/build/esm/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.css +35 -0
  239. package/build/esm/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.css +50 -0
  240. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/List.css +11 -0
  241. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.css +20 -0
  242. package/build/esm/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.css +61 -0
  243. package/build/esm/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.css +9 -0
  244. package/build/esm/sub-blocks/Quote/Quote.css +146 -0
  245. package/package.json +1 -1
  246. package/styles/styles.css +128 -0
  247. package/widget/index.js +1 -1
@@ -0,0 +1,402 @@
1
+ .pc-ExtendedFeaturesBlock__item-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-ExtendedFeaturesBlock__items {
8
+ margin-top: -32px;
9
+ }
10
+ .pc-ExtendedFeaturesBlock__header + .pc-ExtendedFeaturesBlock__items {
11
+ margin-top: 0;
12
+ }
13
+ .pc-ExtendedFeaturesBlock__item {
14
+ margin-top: 32px;
15
+ }
16
+ .pc-ExtendedFeaturesBlock__item.col {
17
+ padding-right: 32px;
18
+ }
19
+ .pc-ExtendedFeaturesBlock__item-title {
20
+ font-size: var(--g-text-header-1-font-size);
21
+ line-height: var(--g-text-header-1-line-height);
22
+ color: var(--pc-text-header-color);
23
+ font-weight: var(--g-text-accent-font-weight);
24
+ display: block;
25
+ position: relative;
26
+ margin-bottom: 8px;
27
+ }
28
+ .pc-ExtendedFeaturesBlock__item-title a {
29
+ outline: none;
30
+ color: var(--g-color-text-link);
31
+ text-decoration: none;
32
+ cursor: pointer;
33
+ }
34
+ .utilityfocus .pc-ExtendedFeaturesBlock__item-title a:focus {
35
+ outline: 2px solid #ffdb4d;
36
+ }
37
+ .pc-ExtendedFeaturesBlock__item-title a:hover, .pc-ExtendedFeaturesBlock__item-title a:active {
38
+ --pc-text-header-color: var(--g-color-text-link-hover);
39
+ color: var(--g-color-text-link-hover);
40
+ }
41
+ .pc-ExtendedFeaturesBlock__item-label {
42
+ font-size: var(--g-text-caption-2-font-size);
43
+ line-height: var(--g-text-caption-2-line-height);
44
+ position: relative;
45
+ top: -3px;
46
+ height: 16px;
47
+ margin-left: 8px;
48
+ padding: 1.5px 5px 2px;
49
+ color: var(--g-color-base-background);
50
+ background-color: var(--g-color-base-brand);
51
+ border-radius: 4px;
52
+ }
53
+ .pc-ExtendedFeaturesBlock__item-text, .pc-ExtendedFeaturesBlock__item-link {
54
+ font-size: var(--g-text-body-2-font-size);
55
+ line-height: var(--g-text-body-2-line-height);
56
+ }
57
+ .pc-ExtendedFeaturesBlock__item-text a {
58
+ outline: none;
59
+ color: var(--g-color-text-link);
60
+ text-decoration: none;
61
+ cursor: pointer;
62
+ }
63
+ .utilityfocus .pc-ExtendedFeaturesBlock__item-text a:focus {
64
+ outline: 2px solid #ffdb4d;
65
+ }
66
+ .pc-ExtendedFeaturesBlock__item-text a:hover, .pc-ExtendedFeaturesBlock__item-text a:active {
67
+ --pc-text-header-color: var(--g-color-text-link-hover);
68
+ color: var(--g-color-text-link-hover);
69
+ }
70
+ .pc-ExtendedFeaturesBlock__item-link {
71
+ margin-top: 8px;
72
+ color: var(--g-color-text-link);
73
+ }
74
+ .pc-ExtendedFeaturesBlock__icon {
75
+ width: 32px;
76
+ height: 32px;
77
+ background-size: cover;
78
+ display: block;
79
+ }
80
+ .pc-ExtendedFeaturesBlock__icon-wrap {
81
+ margin-bottom: 12px;
82
+ }
83
+ @media (max-width: 577px) {
84
+ .pc-ExtendedFeaturesBlock__item {
85
+ margin-top: 32px;
86
+ }
87
+ .pc-ExtendedFeaturesBlock__item.col {
88
+ padding-right: 8px;
89
+ }
90
+ }
91
+ @media (min-width: 769px) {
92
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock .pc-ExtendedFeaturesBlock__item, .pc-AnimateBlock .pc-ExtendedFeaturesBlock .pc-ExtendedFeaturesBlock__item {
93
+ position: relative;
94
+ top: 100px;
95
+ opacity: 0;
96
+ }
97
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item, .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item {
98
+ top: 0;
99
+ opacity: 1;
100
+ 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);
101
+ }
102
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0) {
103
+ transition-delay: 0s;
104
+ }
105
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1) {
106
+ transition-delay: 0.1s;
107
+ }
108
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2) {
109
+ transition-delay: 0.2s;
110
+ }
111
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3) {
112
+ transition-delay: 0.3s;
113
+ }
114
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4) {
115
+ transition-delay: 0.4s;
116
+ }
117
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5) {
118
+ transition-delay: 0.5s;
119
+ }
120
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6) {
121
+ transition-delay: 0.6s;
122
+ }
123
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7) {
124
+ transition-delay: 0.7s;
125
+ }
126
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8) {
127
+ transition-delay: 0.8s;
128
+ }
129
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9) {
130
+ transition-delay: 0.9s;
131
+ }
132
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(10) {
133
+ transition-delay: 1s;
134
+ }
135
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(11) {
136
+ transition-delay: 1.1s;
137
+ }
138
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(12) {
139
+ transition-delay: 1.2s;
140
+ }
141
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(13) {
142
+ transition-delay: 1.3s;
143
+ }
144
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(14) {
145
+ transition-delay: 1.4s;
146
+ }
147
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(15) {
148
+ transition-delay: 1.5s;
149
+ }
150
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(16) {
151
+ transition-delay: 1.6s;
152
+ }
153
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(17) {
154
+ transition-delay: 1.7s;
155
+ }
156
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(18) {
157
+ transition-delay: 1.8s;
158
+ }
159
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(19) {
160
+ transition-delay: 1.9s;
161
+ }
162
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(20) {
163
+ transition-delay: 2s;
164
+ }
165
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(21) {
166
+ transition-delay: 2.1s;
167
+ }
168
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(22) {
169
+ transition-delay: 2.2s;
170
+ }
171
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(23) {
172
+ transition-delay: 2.3s;
173
+ }
174
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(24) {
175
+ transition-delay: 2.4s;
176
+ }
177
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(25) {
178
+ transition-delay: 2.5s;
179
+ }
180
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(26) {
181
+ transition-delay: 2.6s;
182
+ }
183
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(27) {
184
+ transition-delay: 2.7s;
185
+ }
186
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(28) {
187
+ transition-delay: 2.8s;
188
+ }
189
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(29) {
190
+ transition-delay: 2.9s;
191
+ }
192
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(30) {
193
+ transition-delay: 3s;
194
+ }
195
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(31) {
196
+ transition-delay: 3.1s;
197
+ }
198
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(32) {
199
+ transition-delay: 3.2s;
200
+ }
201
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(33) {
202
+ transition-delay: 3.3s;
203
+ }
204
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(34) {
205
+ transition-delay: 3.4s;
206
+ }
207
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(35) {
208
+ transition-delay: 3.5s;
209
+ }
210
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(36) {
211
+ transition-delay: 3.6s;
212
+ }
213
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(37) {
214
+ transition-delay: 3.7s;
215
+ }
216
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(38) {
217
+ transition-delay: 3.8s;
218
+ }
219
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(39) {
220
+ transition-delay: 3.9s;
221
+ }
222
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(40) {
223
+ transition-delay: 4s;
224
+ }
225
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(41) {
226
+ transition-delay: 4.1s;
227
+ }
228
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(42) {
229
+ transition-delay: 4.2s;
230
+ }
231
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(43) {
232
+ transition-delay: 4.3s;
233
+ }
234
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(44) {
235
+ transition-delay: 4.4s;
236
+ }
237
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(45) {
238
+ transition-delay: 4.5s;
239
+ }
240
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(46) {
241
+ transition-delay: 4.6s;
242
+ }
243
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(47) {
244
+ transition-delay: 4.7s;
245
+ }
246
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(48) {
247
+ transition-delay: 4.8s;
248
+ }
249
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(49) {
250
+ transition-delay: 4.9s;
251
+ }
252
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(50) {
253
+ transition-delay: 5s;
254
+ }
255
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(51) {
256
+ transition-delay: 5.1s;
257
+ }
258
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(52) {
259
+ transition-delay: 5.2s;
260
+ }
261
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(53) {
262
+ transition-delay: 5.3s;
263
+ }
264
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(54) {
265
+ transition-delay: 5.4s;
266
+ }
267
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(55) {
268
+ transition-delay: 5.5s;
269
+ }
270
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(56) {
271
+ transition-delay: 5.6s;
272
+ }
273
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(57) {
274
+ transition-delay: 5.7s;
275
+ }
276
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(58) {
277
+ transition-delay: 5.8s;
278
+ }
279
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(59) {
280
+ transition-delay: 5.9s;
281
+ }
282
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(60) {
283
+ transition-delay: 6s;
284
+ }
285
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(61) {
286
+ transition-delay: 6.1s;
287
+ }
288
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(62) {
289
+ transition-delay: 6.2s;
290
+ }
291
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(63) {
292
+ transition-delay: 6.3s;
293
+ }
294
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(64) {
295
+ transition-delay: 6.4s;
296
+ }
297
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(65) {
298
+ transition-delay: 6.5s;
299
+ }
300
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(66) {
301
+ transition-delay: 6.6s;
302
+ }
303
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(67) {
304
+ transition-delay: 6.7s;
305
+ }
306
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(68) {
307
+ transition-delay: 6.8s;
308
+ }
309
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(69) {
310
+ transition-delay: 6.9s;
311
+ }
312
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(70) {
313
+ transition-delay: 7s;
314
+ }
315
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(71) {
316
+ transition-delay: 7.1s;
317
+ }
318
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(72) {
319
+ transition-delay: 7.2s;
320
+ }
321
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(73) {
322
+ transition-delay: 7.3s;
323
+ }
324
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(74) {
325
+ transition-delay: 7.4s;
326
+ }
327
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(75) {
328
+ transition-delay: 7.5s;
329
+ }
330
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(76) {
331
+ transition-delay: 7.6s;
332
+ }
333
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(77) {
334
+ transition-delay: 7.7s;
335
+ }
336
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(78) {
337
+ transition-delay: 7.8s;
338
+ }
339
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(79) {
340
+ transition-delay: 7.9s;
341
+ }
342
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(80) {
343
+ transition-delay: 8s;
344
+ }
345
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(81) {
346
+ transition-delay: 8.1s;
347
+ }
348
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(82) {
349
+ transition-delay: 8.2s;
350
+ }
351
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(83) {
352
+ transition-delay: 8.3s;
353
+ }
354
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(84) {
355
+ transition-delay: 8.4s;
356
+ }
357
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(85) {
358
+ transition-delay: 8.5s;
359
+ }
360
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(86) {
361
+ transition-delay: 8.6s;
362
+ }
363
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(87) {
364
+ transition-delay: 8.7s;
365
+ }
366
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(88) {
367
+ transition-delay: 8.8s;
368
+ }
369
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(89) {
370
+ transition-delay: 8.9s;
371
+ }
372
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(90) {
373
+ transition-delay: 9s;
374
+ }
375
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(91) {
376
+ transition-delay: 9.1s;
377
+ }
378
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(92) {
379
+ transition-delay: 9.2s;
380
+ }
381
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(93) {
382
+ transition-delay: 9.3s;
383
+ }
384
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(94) {
385
+ transition-delay: 9.4s;
386
+ }
387
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(95) {
388
+ transition-delay: 9.5s;
389
+ }
390
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(96) {
391
+ transition-delay: 9.6s;
392
+ }
393
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(97) {
394
+ transition-delay: 9.7s;
395
+ }
396
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(98) {
397
+ transition-delay: 9.8s;
398
+ }
399
+ .pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99), .pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(99) {
400
+ transition-delay: 9.9s;
401
+ }
402
+ }
@@ -0,0 +1,49 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-filter-block {
4
+ --pc-first-block-indent: 0;
5
+ --pc-first-block-mobile-indent: 0;
6
+ }
7
+ .pc-filter-block__title {
8
+ margin-bottom: 24px;
9
+ }
10
+ .pc-filter-block__title_centered {
11
+ text-align: center;
12
+ }
13
+ .pc-filter-block__title_centered > * {
14
+ margin: 0 auto;
15
+ }
16
+ .pc-filter-block__tabs {
17
+ margin-bottom: 0;
18
+ display: flex;
19
+ flex-wrap: wrap;
20
+ justify-content: flex-start;
21
+ }
22
+ .pc-filter-block__tabs_centered {
23
+ justify-content: center;
24
+ }
25
+ @media (max-width: 769px) {
26
+ .pc-filter-block__tabs {
27
+ flex-wrap: nowrap;
28
+ justify-content: flex-start;
29
+ overflow: auto;
30
+ margin-left: -48px;
31
+ margin-right: -48px;
32
+ padding-left: 48px;
33
+ padding-right: 40px;
34
+ }
35
+ }
36
+ @media (max-width: 577px) {
37
+ .pc-filter-block__tabs {
38
+ margin-left: -24px;
39
+ margin-right: -24px;
40
+ padding-left: 24px;
41
+ padding-right: 16px;
42
+ }
43
+ }
44
+ .row .pc-filter-block__block-container.row {
45
+ margin: 0px;
46
+ }
47
+ .pc-filter-block__cards-container {
48
+ width: 100%;
49
+ }
@@ -0,0 +1,134 @@
1
+ /* use this for style redefinitions to awoid problems with
2
+ unpredictable css rules order in build */
3
+ .pc-form-block {
4
+ border-radius: 32px;
5
+ position: relative;
6
+ }
7
+ .pc-form-block__title {
8
+ margin: 0 0 24px 10px;
9
+ }
10
+ .pc-form-block__title_mobile {
11
+ margin-left: 4px;
12
+ }
13
+ .pc-form-block__full-form {
14
+ background-color: var(--g-color-base-background);
15
+ padding: 48px 64px 48px calc(64px - 10px);
16
+ border-radius: var(--pc-border-radius);
17
+ }
18
+ .pc-form-block__media {
19
+ position: absolute;
20
+ top: 0;
21
+ left: 0;
22
+ bottom: 0;
23
+ right: 0;
24
+ border-radius: 32px;
25
+ }
26
+ .pc-form-block__image {
27
+ height: 100%;
28
+ width: 100%;
29
+ object-fit: cover;
30
+ object-position: top;
31
+ }
32
+ .pc-form-block__row_direction_form-content {
33
+ flex-direction: row-reverse;
34
+ }
35
+ .pc-form-block__row_direction_center {
36
+ flex-direction: column;
37
+ }
38
+ .pc-form-block__row_direction_center .pc-form-block__content-wrapper {
39
+ margin-bottom: 32px;
40
+ }
41
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__full-form {
42
+ box-shadow: 0 4px 24px var(--pc-color-sfx-shadow), 0 2px 8px var(--pc-color-sfx-shadow);
43
+ }
44
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper {
45
+ padding: 48px 0 64px 64px;
46
+ }
47
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper {
48
+ padding: 48px 64px 64px 0;
49
+ }
50
+ .pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__form-wrapper {
51
+ padding: 16px 0 24px 16px;
52
+ }
53
+ .pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__form-wrapper {
54
+ padding: 16px 16px 24px 0;
55
+ }
56
+ .pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper, .pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper {
57
+ padding: 64px;
58
+ }
59
+ .pc-form-block_with-background .pc-form-block__row_direction_center {
60
+ padding-top: 64px;
61
+ padding-bottom: 48px;
62
+ }
63
+ @media (min-width: 1081px) {
64
+ .pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__content-col, .pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__content-col {
65
+ flex: 1 0 0;
66
+ }
67
+ .pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form, .pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form, .pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form {
68
+ min-width: 475px;
69
+ }
70
+ .pc-form-block_form-type_yandex .pc-form-block__row_direction_form-content .pc-form-block__form-col, .pc-form-block_form-type_yandex .pc-form-block__row_direction_content-form .pc-form-block__form-col, .pc-form-block_form-type_yandex .pc-form-block__row_direction_center .pc-form-block__form-col {
71
+ max-width: initial;
72
+ width: fit-content;
73
+ }
74
+ }
75
+ @media (max-width: 1081px) and (min-width: 769px) {
76
+ .pc-form-block__row {
77
+ flex-direction: column;
78
+ }
79
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,
80
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,
81
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
82
+ max-width: 609px;
83
+ }
84
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__center,
85
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,
86
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__center,
87
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,
88
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
89
+ margin: 0 auto;
90
+ padding-right: 0;
91
+ padding-left: 0;
92
+ }
93
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper {
94
+ padding-top: 0;
95
+ }
96
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
97
+ text-align: center;
98
+ padding-bottom: 32px;
99
+ }
100
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
101
+ padding: 0 0 32px 0;
102
+ }
103
+ }
104
+ @media (max-width: 769px) {
105
+ .pc-form-block__full-form {
106
+ padding: 32px;
107
+ }
108
+ .pc-form-block_with-background .pc-form-block__row, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row {
109
+ padding: 0;
110
+ }
111
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__form-wrapper,
112
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__form-wrapper,
113
+ .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
114
+ padding: 0;
115
+ }
116
+ .pc-form-block_with-background .pc-form-block__row .pc-form-block__content-wrapper, .pc-form-block:not(.pc-form-block_with-background) .pc-form-block__row .pc-form-block__content-wrapper {
117
+ padding-bottom: 32px;
118
+ margin-bottom: 0;
119
+ }
120
+ .pc-form-block_with-background {
121
+ padding: 0 8px;
122
+ }
123
+ .pc-form-block_with-background .pc-form-block__row {
124
+ padding-top: 32px;
125
+ padding-bottom: 32px;
126
+ }
127
+ .pc-form-block_with-background .pc-form-block__row_direction_form-content .pc-form-block__content-wrapper, .pc-form-block_with-background .pc-form-block__row_direction_content-form .pc-form-block__content-wrapper, .pc-form-block_with-background .pc-form-block__row_direction_center .pc-form-block__content-wrapper {
128
+ padding-right: 16px;
129
+ padding-left: 16px;
130
+ }
131
+ .pc-form-block_with-background .pc-form-block__row_direction_form-content, .pc-form-block_with-background .pc-form-block__row_direction_content-form {
132
+ padding-top: 32px;
133
+ }
134
+ }