@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,390 @@
|
|
|
1
|
+
.pc-PromoFeaturesBlock__card-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-PromoFeaturesBlock__card-title {
|
|
8
|
+
font-size: var(--g-text-header-1-font-size);
|
|
9
|
+
line-height: var(--g-text-header-1-line-height);
|
|
10
|
+
color: var(--pc-text-header-color);
|
|
11
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
12
|
+
}
|
|
13
|
+
.pc-PromoFeaturesBlock__card-container {
|
|
14
|
+
display: flex;
|
|
15
|
+
}
|
|
16
|
+
.pc-PromoFeaturesBlock__card-container-column + .pc-PromoFeaturesBlock__card-container-column {
|
|
17
|
+
margin-left: calc(8px * 2);
|
|
18
|
+
}
|
|
19
|
+
.pc-PromoFeaturesBlock__header {
|
|
20
|
+
margin-bottom: 32px;
|
|
21
|
+
}
|
|
22
|
+
.pc-PromoFeaturesBlock__background {
|
|
23
|
+
background-color: inherit;
|
|
24
|
+
}
|
|
25
|
+
.pc-PromoFeaturesBlock__background_grey {
|
|
26
|
+
background-color: var(--g-color-base-misc-light);
|
|
27
|
+
}
|
|
28
|
+
.pc-PromoFeaturesBlock_grey {
|
|
29
|
+
padding: 64px 0;
|
|
30
|
+
}
|
|
31
|
+
.pc-PromoFeaturesBlock__card {
|
|
32
|
+
color: inherit;
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
display: flex;
|
|
35
|
+
flex-direction: column;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
border-radius: var(--pc-border-radius);
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
}
|
|
40
|
+
.pc-PromoFeaturesBlock__card-info {
|
|
41
|
+
padding: 32px 32px 0 32px;
|
|
42
|
+
}
|
|
43
|
+
.pc-PromoFeaturesBlock__card-title {
|
|
44
|
+
margin-bottom: 8px;
|
|
45
|
+
}
|
|
46
|
+
.pc-PromoFeaturesBlock__card-text {
|
|
47
|
+
font-size: var(--g-text-body-2-font-size);
|
|
48
|
+
line-height: var(--g-text-body-2-line-height);
|
|
49
|
+
}
|
|
50
|
+
.pc-PromoFeaturesBlock__card-media {
|
|
51
|
+
margin-top: 16px;
|
|
52
|
+
}
|
|
53
|
+
.pc-PromoFeaturesBlock__card + .pc-PromoFeaturesBlock__card {
|
|
54
|
+
margin-top: 16px;
|
|
55
|
+
}
|
|
56
|
+
.pc-PromoFeaturesBlock__card_no-media .pc-PromoFeaturesBlock__card-info {
|
|
57
|
+
padding: 32px;
|
|
58
|
+
}
|
|
59
|
+
.pc-PromoFeaturesBlock__card_light {
|
|
60
|
+
background-color: var(--g-color-base-background);
|
|
61
|
+
}
|
|
62
|
+
.pc-PromoFeaturesBlock__card_default {
|
|
63
|
+
background-color: var(--g-color-base-misc-light);
|
|
64
|
+
}
|
|
65
|
+
.pc-PromoFeaturesBlock__card_accent {
|
|
66
|
+
color: var(--g-color-text-light-primary);
|
|
67
|
+
background-color: var(--g-color-base-brand);
|
|
68
|
+
}
|
|
69
|
+
.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-title,
|
|
70
|
+
.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-text > .yfm * {
|
|
71
|
+
color: var(--g-color-text-light-primary);
|
|
72
|
+
}
|
|
73
|
+
.pc-PromoFeaturesBlock__card_accent-light {
|
|
74
|
+
background-color: var(--pc-color-base-copper);
|
|
75
|
+
}
|
|
76
|
+
.pc-PromoFeaturesBlock__card_primary {
|
|
77
|
+
background-color: var(--pc-color-base-gold);
|
|
78
|
+
}
|
|
79
|
+
@media (min-width: 769px) {
|
|
80
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock .pc-PromoFeaturesBlock__card-container-column, .pc-AnimateBlock .pc-PromoFeaturesBlock .pc-PromoFeaturesBlock__card-container-column {
|
|
81
|
+
position: relative;
|
|
82
|
+
top: 100px;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
}
|
|
85
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column, .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column {
|
|
86
|
+
top: 0;
|
|
87
|
+
opacity: 1;
|
|
88
|
+
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);
|
|
89
|
+
}
|
|
90
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0) {
|
|
91
|
+
transition-delay: 0s;
|
|
92
|
+
}
|
|
93
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1) {
|
|
94
|
+
transition-delay: 0.1s;
|
|
95
|
+
}
|
|
96
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2) {
|
|
97
|
+
transition-delay: 0.2s;
|
|
98
|
+
}
|
|
99
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3) {
|
|
100
|
+
transition-delay: 0.3s;
|
|
101
|
+
}
|
|
102
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4) {
|
|
103
|
+
transition-delay: 0.4s;
|
|
104
|
+
}
|
|
105
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5) {
|
|
106
|
+
transition-delay: 0.5s;
|
|
107
|
+
}
|
|
108
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6) {
|
|
109
|
+
transition-delay: 0.6s;
|
|
110
|
+
}
|
|
111
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7) {
|
|
112
|
+
transition-delay: 0.7s;
|
|
113
|
+
}
|
|
114
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8) {
|
|
115
|
+
transition-delay: 0.8s;
|
|
116
|
+
}
|
|
117
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9) {
|
|
118
|
+
transition-delay: 0.9s;
|
|
119
|
+
}
|
|
120
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(10) {
|
|
121
|
+
transition-delay: 1s;
|
|
122
|
+
}
|
|
123
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(11) {
|
|
124
|
+
transition-delay: 1.1s;
|
|
125
|
+
}
|
|
126
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(12) {
|
|
127
|
+
transition-delay: 1.2s;
|
|
128
|
+
}
|
|
129
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(13) {
|
|
130
|
+
transition-delay: 1.3s;
|
|
131
|
+
}
|
|
132
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(14) {
|
|
133
|
+
transition-delay: 1.4s;
|
|
134
|
+
}
|
|
135
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(15) {
|
|
136
|
+
transition-delay: 1.5s;
|
|
137
|
+
}
|
|
138
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(16) {
|
|
139
|
+
transition-delay: 1.6s;
|
|
140
|
+
}
|
|
141
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(17) {
|
|
142
|
+
transition-delay: 1.7s;
|
|
143
|
+
}
|
|
144
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(18) {
|
|
145
|
+
transition-delay: 1.8s;
|
|
146
|
+
}
|
|
147
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(19) {
|
|
148
|
+
transition-delay: 1.9s;
|
|
149
|
+
}
|
|
150
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(20) {
|
|
151
|
+
transition-delay: 2s;
|
|
152
|
+
}
|
|
153
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(21) {
|
|
154
|
+
transition-delay: 2.1s;
|
|
155
|
+
}
|
|
156
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(22) {
|
|
157
|
+
transition-delay: 2.2s;
|
|
158
|
+
}
|
|
159
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(23) {
|
|
160
|
+
transition-delay: 2.3s;
|
|
161
|
+
}
|
|
162
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(24) {
|
|
163
|
+
transition-delay: 2.4s;
|
|
164
|
+
}
|
|
165
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(25) {
|
|
166
|
+
transition-delay: 2.5s;
|
|
167
|
+
}
|
|
168
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(26) {
|
|
169
|
+
transition-delay: 2.6s;
|
|
170
|
+
}
|
|
171
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(27) {
|
|
172
|
+
transition-delay: 2.7s;
|
|
173
|
+
}
|
|
174
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(28) {
|
|
175
|
+
transition-delay: 2.8s;
|
|
176
|
+
}
|
|
177
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(29) {
|
|
178
|
+
transition-delay: 2.9s;
|
|
179
|
+
}
|
|
180
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(30) {
|
|
181
|
+
transition-delay: 3s;
|
|
182
|
+
}
|
|
183
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(31) {
|
|
184
|
+
transition-delay: 3.1s;
|
|
185
|
+
}
|
|
186
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(32) {
|
|
187
|
+
transition-delay: 3.2s;
|
|
188
|
+
}
|
|
189
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(33) {
|
|
190
|
+
transition-delay: 3.3s;
|
|
191
|
+
}
|
|
192
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(34) {
|
|
193
|
+
transition-delay: 3.4s;
|
|
194
|
+
}
|
|
195
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(35) {
|
|
196
|
+
transition-delay: 3.5s;
|
|
197
|
+
}
|
|
198
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(36) {
|
|
199
|
+
transition-delay: 3.6s;
|
|
200
|
+
}
|
|
201
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(37) {
|
|
202
|
+
transition-delay: 3.7s;
|
|
203
|
+
}
|
|
204
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(38) {
|
|
205
|
+
transition-delay: 3.8s;
|
|
206
|
+
}
|
|
207
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(39) {
|
|
208
|
+
transition-delay: 3.9s;
|
|
209
|
+
}
|
|
210
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(40) {
|
|
211
|
+
transition-delay: 4s;
|
|
212
|
+
}
|
|
213
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(41) {
|
|
214
|
+
transition-delay: 4.1s;
|
|
215
|
+
}
|
|
216
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(42) {
|
|
217
|
+
transition-delay: 4.2s;
|
|
218
|
+
}
|
|
219
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(43) {
|
|
220
|
+
transition-delay: 4.3s;
|
|
221
|
+
}
|
|
222
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(44) {
|
|
223
|
+
transition-delay: 4.4s;
|
|
224
|
+
}
|
|
225
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(45) {
|
|
226
|
+
transition-delay: 4.5s;
|
|
227
|
+
}
|
|
228
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(46) {
|
|
229
|
+
transition-delay: 4.6s;
|
|
230
|
+
}
|
|
231
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(47) {
|
|
232
|
+
transition-delay: 4.7s;
|
|
233
|
+
}
|
|
234
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(48) {
|
|
235
|
+
transition-delay: 4.8s;
|
|
236
|
+
}
|
|
237
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(49) {
|
|
238
|
+
transition-delay: 4.9s;
|
|
239
|
+
}
|
|
240
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(50) {
|
|
241
|
+
transition-delay: 5s;
|
|
242
|
+
}
|
|
243
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(51) {
|
|
244
|
+
transition-delay: 5.1s;
|
|
245
|
+
}
|
|
246
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(52) {
|
|
247
|
+
transition-delay: 5.2s;
|
|
248
|
+
}
|
|
249
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(53) {
|
|
250
|
+
transition-delay: 5.3s;
|
|
251
|
+
}
|
|
252
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(54) {
|
|
253
|
+
transition-delay: 5.4s;
|
|
254
|
+
}
|
|
255
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(55) {
|
|
256
|
+
transition-delay: 5.5s;
|
|
257
|
+
}
|
|
258
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(56) {
|
|
259
|
+
transition-delay: 5.6s;
|
|
260
|
+
}
|
|
261
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(57) {
|
|
262
|
+
transition-delay: 5.7s;
|
|
263
|
+
}
|
|
264
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(58) {
|
|
265
|
+
transition-delay: 5.8s;
|
|
266
|
+
}
|
|
267
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(59) {
|
|
268
|
+
transition-delay: 5.9s;
|
|
269
|
+
}
|
|
270
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(60) {
|
|
271
|
+
transition-delay: 6s;
|
|
272
|
+
}
|
|
273
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(61) {
|
|
274
|
+
transition-delay: 6.1s;
|
|
275
|
+
}
|
|
276
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(62) {
|
|
277
|
+
transition-delay: 6.2s;
|
|
278
|
+
}
|
|
279
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(63) {
|
|
280
|
+
transition-delay: 6.3s;
|
|
281
|
+
}
|
|
282
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(64) {
|
|
283
|
+
transition-delay: 6.4s;
|
|
284
|
+
}
|
|
285
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(65) {
|
|
286
|
+
transition-delay: 6.5s;
|
|
287
|
+
}
|
|
288
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(66) {
|
|
289
|
+
transition-delay: 6.6s;
|
|
290
|
+
}
|
|
291
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(67) {
|
|
292
|
+
transition-delay: 6.7s;
|
|
293
|
+
}
|
|
294
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(68) {
|
|
295
|
+
transition-delay: 6.8s;
|
|
296
|
+
}
|
|
297
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(69) {
|
|
298
|
+
transition-delay: 6.9s;
|
|
299
|
+
}
|
|
300
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(70) {
|
|
301
|
+
transition-delay: 7s;
|
|
302
|
+
}
|
|
303
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(71) {
|
|
304
|
+
transition-delay: 7.1s;
|
|
305
|
+
}
|
|
306
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(72) {
|
|
307
|
+
transition-delay: 7.2s;
|
|
308
|
+
}
|
|
309
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(73) {
|
|
310
|
+
transition-delay: 7.3s;
|
|
311
|
+
}
|
|
312
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(74) {
|
|
313
|
+
transition-delay: 7.4s;
|
|
314
|
+
}
|
|
315
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(75) {
|
|
316
|
+
transition-delay: 7.5s;
|
|
317
|
+
}
|
|
318
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(76) {
|
|
319
|
+
transition-delay: 7.6s;
|
|
320
|
+
}
|
|
321
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(77) {
|
|
322
|
+
transition-delay: 7.7s;
|
|
323
|
+
}
|
|
324
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(78) {
|
|
325
|
+
transition-delay: 7.8s;
|
|
326
|
+
}
|
|
327
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(79) {
|
|
328
|
+
transition-delay: 7.9s;
|
|
329
|
+
}
|
|
330
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(80) {
|
|
331
|
+
transition-delay: 8s;
|
|
332
|
+
}
|
|
333
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(81) {
|
|
334
|
+
transition-delay: 8.1s;
|
|
335
|
+
}
|
|
336
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(82) {
|
|
337
|
+
transition-delay: 8.2s;
|
|
338
|
+
}
|
|
339
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(83) {
|
|
340
|
+
transition-delay: 8.3s;
|
|
341
|
+
}
|
|
342
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(84) {
|
|
343
|
+
transition-delay: 8.4s;
|
|
344
|
+
}
|
|
345
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(85) {
|
|
346
|
+
transition-delay: 8.5s;
|
|
347
|
+
}
|
|
348
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(86) {
|
|
349
|
+
transition-delay: 8.6s;
|
|
350
|
+
}
|
|
351
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(87) {
|
|
352
|
+
transition-delay: 8.7s;
|
|
353
|
+
}
|
|
354
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(88) {
|
|
355
|
+
transition-delay: 8.8s;
|
|
356
|
+
}
|
|
357
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(89) {
|
|
358
|
+
transition-delay: 8.9s;
|
|
359
|
+
}
|
|
360
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(90) {
|
|
361
|
+
transition-delay: 9s;
|
|
362
|
+
}
|
|
363
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(91) {
|
|
364
|
+
transition-delay: 9.1s;
|
|
365
|
+
}
|
|
366
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(92) {
|
|
367
|
+
transition-delay: 9.2s;
|
|
368
|
+
}
|
|
369
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(93) {
|
|
370
|
+
transition-delay: 9.3s;
|
|
371
|
+
}
|
|
372
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(94) {
|
|
373
|
+
transition-delay: 9.4s;
|
|
374
|
+
}
|
|
375
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(95) {
|
|
376
|
+
transition-delay: 9.5s;
|
|
377
|
+
}
|
|
378
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(96) {
|
|
379
|
+
transition-delay: 9.6s;
|
|
380
|
+
}
|
|
381
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(97) {
|
|
382
|
+
transition-delay: 9.7s;
|
|
383
|
+
}
|
|
384
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(98) {
|
|
385
|
+
transition-delay: 9.8s;
|
|
386
|
+
}
|
|
387
|
+
.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99), .pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(99) {
|
|
388
|
+
transition-delay: 9.9s;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
.pc-QuestionsBlockItem__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-QuestionsBlockItem {
|
|
8
|
+
padding-bottom: 32px;
|
|
9
|
+
border-bottom: 1px solid var(--g-color-line-generic);
|
|
10
|
+
}
|
|
11
|
+
.pc-QuestionsBlockItem + .pc-QuestionsBlockItem {
|
|
12
|
+
padding-top: 32px;
|
|
13
|
+
}
|
|
14
|
+
.pc-QuestionsBlockItem__title {
|
|
15
|
+
font-size: var(--g-text-header-1-font-size);
|
|
16
|
+
line-height: var(--g-text-header-1-line-height);
|
|
17
|
+
color: var(--pc-text-header-color);
|
|
18
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
19
|
+
position: relative;
|
|
20
|
+
padding-right: 24px;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
border-radius: var(--g-focus-border-radius);
|
|
23
|
+
}
|
|
24
|
+
.pc-QuestionsBlockItem__title:focus {
|
|
25
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
26
|
+
outline-offset: 0;
|
|
27
|
+
}
|
|
28
|
+
.pc-QuestionsBlockItem__title:focus:not(:focus-visible) {
|
|
29
|
+
outline: 0;
|
|
30
|
+
}
|
|
31
|
+
.pc-QuestionsBlockItem__title a {
|
|
32
|
+
outline: none;
|
|
33
|
+
color: var(--g-color-text-link);
|
|
34
|
+
text-decoration: none;
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
.utilityfocus .pc-QuestionsBlockItem__title a:focus {
|
|
38
|
+
outline: 2px solid #ffdb4d;
|
|
39
|
+
}
|
|
40
|
+
.pc-QuestionsBlockItem__title a:hover, .pc-QuestionsBlockItem__title a:active {
|
|
41
|
+
--pc-text-header-color: var(--g-color-text-link-hover);
|
|
42
|
+
color: var(--g-color-text-link-hover);
|
|
43
|
+
}
|
|
44
|
+
.pc-QuestionsBlockItem__arrow {
|
|
45
|
+
position: absolute;
|
|
46
|
+
right: 0;
|
|
47
|
+
top: 0;
|
|
48
|
+
bottom: 0;
|
|
49
|
+
margin: auto;
|
|
50
|
+
color: var(--g-color-text-primary);
|
|
51
|
+
}
|
|
52
|
+
.pc-QuestionsBlockItem__link {
|
|
53
|
+
font-size: var(--g-text-body-2-font-size);
|
|
54
|
+
line-height: var(--g-text-body-2-line-height);
|
|
55
|
+
}
|
|
56
|
+
.pc-QuestionsBlockItem__link.pc-QuestionsBlockItem__link a {
|
|
57
|
+
outline-offset: -2px;
|
|
58
|
+
border-radius: calc(var(--g-focus-border-radius) + 2px);
|
|
59
|
+
display: inline-block;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.pc-QuestionsBlockItem__text {
|
|
63
|
+
font-size: var(--g-text-body-2-font-size);
|
|
64
|
+
line-height: var(--g-text-body-2-line-height);
|
|
65
|
+
margin-top: 12px;
|
|
66
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/* use this for style redefinitions to awoid problems with
|
|
2
|
+
unpredictable css rules order in build */
|
|
3
|
+
.pc-QuestionsBlock__title {
|
|
4
|
+
top: calc(var(--header-height) + 32px);
|
|
5
|
+
position: sticky;
|
|
6
|
+
margin-bottom: 32px;
|
|
7
|
+
margin-right: 64px;
|
|
8
|
+
}
|
|
9
|
+
@media (max-width: 769px) {
|
|
10
|
+
.pc-QuestionsBlock__title {
|
|
11
|
+
margin-right: 0;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
.pc-share-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-share-block__title {
|
|
8
|
+
font-size: var(--g-text-body-3-font-size);
|
|
9
|
+
line-height: var(--g-text-body-3-line-height);
|
|
10
|
+
color: var(--pc-text-header-color);
|
|
11
|
+
font-weight: var(--g-text-accent-font-weight);
|
|
12
|
+
text-align: center;
|
|
13
|
+
font-weight: normal;
|
|
14
|
+
}
|
|
15
|
+
.pc-share-block__items {
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
margin-top: 16px;
|
|
19
|
+
}
|
|
20
|
+
.pc-share-block__item.pc-share-block__item {
|
|
21
|
+
display: flex;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
25
|
+
width: 48px !important;
|
|
26
|
+
height: 48px;
|
|
27
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
28
|
+
border-radius: 100% !important;
|
|
29
|
+
}
|
|
30
|
+
.pc-share-block__item.pc-share-block__item_type_vk {
|
|
31
|
+
background-color: var(--pc-color-vk);
|
|
32
|
+
}
|
|
33
|
+
.pc-share-block__item.pc-share-block__item_type_facebook {
|
|
34
|
+
background-color: var(--pc-color-facebook);
|
|
35
|
+
}
|
|
36
|
+
.pc-share-block__item.pc-share-block__item_type_twitter {
|
|
37
|
+
background-color: var(--pc-color-twitter);
|
|
38
|
+
}
|
|
39
|
+
.pc-share-block__item.pc-share-block__item_type_telegram {
|
|
40
|
+
background-color: var(--pc-color-telegram);
|
|
41
|
+
}
|
|
42
|
+
.pc-share-block__item.pc-share-block__item_type_telegram {
|
|
43
|
+
background-color: var(--pc-color-telegram);
|
|
44
|
+
}
|
|
45
|
+
.pc-share-block__item.pc-share-block__item_type_linkedin {
|
|
46
|
+
background-color: var(--pc-color-linkedin);
|
|
47
|
+
}
|
|
48
|
+
.pc-share-block__item.pc-share-block__item.pc-share-block__item.pc-share-block__item:before {
|
|
49
|
+
border-radius: 100%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.pc-share-block__item.pc-share-block__item:hover:before {
|
|
53
|
+
/* stylelint-disable-next-line declaration-no-important */
|
|
54
|
+
background-color: var(--g-color-base-generic) !important;
|
|
55
|
+
border-radius: 100%;
|
|
56
|
+
}
|
|
57
|
+
.pc-share-block__item.pc-share-block__item + .pc-share-block__item.pc-share-block__item {
|
|
58
|
+
margin-left: 12px;
|
|
59
|
+
}
|
|
60
|
+
.pc-share-block__item.pc-share-block__item svg {
|
|
61
|
+
color: var(--g-color-base-background);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@media (max-width: 577px) {
|
|
65
|
+
.pc-share-block__items {
|
|
66
|
+
flex-wrap: wrap;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
.pc-slider-block-arrow__button {
|
|
2
|
+
box-shadow: 0px 4px 24px var(--pc-color-sfx-shadow), 0px 2px 8px var(--pc-color-sfx-shadow);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.pc-slider-block-arrow__button:hover {
|
|
6
|
+
box-shadow: 0px 4px 24px var(--g-color-sfx-shadow), 0px 2px 8px var(--g-color-sfx-shadow);
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* use this for style redefinitions to awoid problems with
|
|
11
|
+
unpredictable css rules order in build */
|
|
12
|
+
.pc-slider-block-arrow__icon-wrapper, .pc-slider-block-arrow__button, .pc-slider-block-arrow {
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.pc-slider-block-arrow {
|
|
19
|
+
width: 42px;
|
|
20
|
+
height: 42px;
|
|
21
|
+
cursor: pointer;
|
|
22
|
+
}
|
|
23
|
+
@media (max-width: 576px) {
|
|
24
|
+
.pc-slider-block-arrow {
|
|
25
|
+
display: none;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
.pc-slider-block-arrow_type_left {
|
|
29
|
+
margin-right: 16px;
|
|
30
|
+
}
|
|
31
|
+
.pc-slider-block-arrow_type_left .pc-slider-block-arrow__icon-wrapper {
|
|
32
|
+
transform: rotate(180deg);
|
|
33
|
+
}
|
|
34
|
+
.pc-slider-block-arrow__button {
|
|
35
|
+
display: inline-block;
|
|
36
|
+
margin: 0;
|
|
37
|
+
padding: 0;
|
|
38
|
+
font: inherit;
|
|
39
|
+
border: none;
|
|
40
|
+
outline: none;
|
|
41
|
+
color: inherit;
|
|
42
|
+
background: none;
|
|
43
|
+
cursor: pointer;
|
|
44
|
+
width: 42px;
|
|
45
|
+
height: 42px;
|
|
46
|
+
color: var(--g-color-text-secondary);
|
|
47
|
+
border-radius: 100%;
|
|
48
|
+
background-color: var(--g-color-base-background);
|
|
49
|
+
box-shadow: 0 4px 24px var(--pc-color-sfx-shadow), 0 2px 8px var(--pc-color-sfx-shadow);
|
|
50
|
+
transition: box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), color 1s cubic-bezier(0.22, 0.61, 0.36, 1);
|
|
51
|
+
}
|
|
52
|
+
.pc-slider-block-arrow__button:focus {
|
|
53
|
+
outline: 2px solid var(--g-color-line-focus);
|
|
54
|
+
outline-offset: 0;
|
|
55
|
+
}
|
|
56
|
+
.pc-slider-block-arrow__button:focus:not(:focus-visible) {
|
|
57
|
+
outline: 0;
|
|
58
|
+
}
|
|
59
|
+
.pc-slider-block-arrow:hover .pc-slider-block-arrow__button {
|
|
60
|
+
color: var(--g-color-text-primary);
|
|
61
|
+
box-shadow: 0 2px 12px var(--pc-color-sfx-shadow), 0 4px 24px var(--pc-color-sfx-shadow);
|
|
62
|
+
}
|
|
63
|
+
.pc-slider-block-arrow__icon {
|
|
64
|
+
position: relative;
|
|
65
|
+
}
|