@gravity-ui/page-constructor 4.47.0-beta.0 → 4.47.2
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/README.md +2 -2
- package/build/cjs/blocks/CardLayout/CardLayout.css +278 -1
- package/build/cjs/blocks/CardLayout/CardLayout.js +2 -1
- package/build/cjs/blocks/CardLayout/schema.d.ts +134 -62
- package/build/cjs/blocks/CardLayout/schema.js +6 -1
- package/build/cjs/blocks/ContentLayout/schema.d.ts +123 -65
- package/build/cjs/blocks/ContentLayout/schema.js +1 -1
- package/build/cjs/blocks/ExtendedFeatures/ExtendedFeatures.css +270 -0
- package/build/cjs/blocks/Form/Form.css +4 -2
- package/build/cjs/blocks/Header/schema.d.ts +3 -33
- package/build/cjs/blocks/HeaderSlider/schema.d.ts +1 -11
- package/build/cjs/blocks/Map/Map.css +14 -0
- package/build/cjs/blocks/Map/Map.d.ts +1 -1
- package/build/cjs/blocks/Map/Map.js +9 -2
- package/build/cjs/blocks/Map/schema.d.ts +4 -0
- package/build/cjs/blocks/Media/Media.css +14 -0
- package/build/cjs/blocks/Media/Media.js +8 -2
- package/build/cjs/blocks/Media/schema.d.ts +16 -22
- package/build/cjs/blocks/Media/schema.js +9 -2
- package/build/cjs/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +270 -0
- package/build/cjs/blocks/PromoFeaturesBlock/schema.d.ts +1 -11
- package/build/cjs/blocks/Slider/Slider.css +270 -0
- package/build/cjs/blocks/Tabs/schema.d.ts +1 -11
- package/build/cjs/components/BalancedMasonry/BalancedMasonry.js +1 -1
- package/build/cjs/components/Image/schema.d.ts +102 -1
- package/build/cjs/components/Image/schema.js +9 -3
- package/build/cjs/components/Map/GoogleMap.js +2 -2
- package/build/cjs/components/Map/YMap/YandexMap.js +2 -2
- package/build/cjs/components/Media/Iframe/Iframe.css +4 -0
- package/build/cjs/components/Media/Iframe/Iframe.js +4 -64
- package/build/cjs/components/MediaBase/MediaBase.css +6 -0
- package/build/cjs/components/MediaBase/MediaBase.js +2 -2
- package/build/cjs/constructor-items.d.ts +1 -1
- package/build/cjs/editor/data/templates/banner-block.json +1 -2
- package/build/cjs/editor/data/templates/card-layout-block.json +3 -3
- package/build/cjs/editor/data/templates/companies-block.json +3 -9
- package/build/cjs/editor/data/templates/extended-features-block.json +3 -6
- package/build/cjs/editor/data/templates/filter-block.json +3 -3
- package/build/cjs/editor/data/templates/form-block.json +1 -1
- package/build/cjs/editor/data/templates/header-slider-block.json +2 -12
- package/build/cjs/editor/data/templates/icons-block.json +5 -5
- package/build/cjs/editor/data/templates/media-block.json +1 -4
- package/build/cjs/editor/data/templates/promo-features-block.json +5 -5
- package/build/cjs/editor/data/templates/slider-block.json +5 -5
- package/build/cjs/editor/data/templates/tabs-block.json +9 -42
- package/build/cjs/grid/Col/Col.d.ts +1 -1
- package/build/cjs/models/constructor-items/blocks.d.ts +6 -5
- package/build/cjs/models/constructor-items/common.d.ts +12 -5
- package/build/cjs/schema/constants.d.ts +2 -12
- package/build/cjs/schema/validators/common.d.ts +5 -11
- package/build/cjs/schema/validators/common.js +7 -10
- package/build/cjs/sub-blocks/BackgroundCard/schema.d.ts +1 -1
- package/build/cjs/sub-blocks/LayoutItem/schema.d.ts +1 -11
- package/build/cjs/sub-blocks/MediaCard/schema.d.ts +1 -11
- package/build/cjs/utils/borderSelector.d.ts +7 -0
- package/build/cjs/utils/borderSelector.js +18 -0
- package/build/esm/blocks/CardLayout/CardLayout.css +278 -1
- package/build/esm/blocks/CardLayout/CardLayout.js +3 -1
- package/build/esm/blocks/CardLayout/schema.d.ts +134 -62
- package/build/esm/blocks/CardLayout/schema.js +8 -3
- package/build/esm/blocks/ContentLayout/schema.d.ts +123 -65
- package/build/esm/blocks/ContentLayout/schema.js +2 -2
- package/build/esm/blocks/ExtendedFeatures/ExtendedFeatures.css +270 -0
- package/build/esm/blocks/Form/Form.css +4 -2
- package/build/esm/blocks/Header/schema.d.ts +3 -33
- package/build/esm/blocks/HeaderSlider/schema.d.ts +1 -11
- package/build/esm/blocks/Map/Map.css +14 -0
- package/build/esm/blocks/Map/Map.d.ts +2 -1
- package/build/esm/blocks/Map/Map.js +10 -2
- package/build/esm/blocks/Map/schema.d.ts +4 -0
- package/build/esm/blocks/Media/Media.css +14 -0
- package/build/esm/blocks/Media/Media.d.ts +1 -0
- package/build/esm/blocks/Media/Media.js +10 -3
- package/build/esm/blocks/Media/schema.d.ts +16 -22
- package/build/esm/blocks/Media/schema.js +9 -2
- package/build/esm/blocks/PromoFeaturesBlock/PromoFeaturesBlock.css +270 -0
- package/build/esm/blocks/PromoFeaturesBlock/schema.d.ts +1 -11
- package/build/esm/blocks/Slider/Slider.css +270 -0
- package/build/esm/blocks/Tabs/schema.d.ts +1 -11
- package/build/esm/components/BalancedMasonry/BalancedMasonry.js +1 -1
- package/build/esm/components/Image/schema.d.ts +102 -1
- package/build/esm/components/Image/schema.js +8 -2
- package/build/esm/components/Map/GoogleMap.js +2 -2
- package/build/esm/components/Map/YMap/YandexMap.js +2 -2
- package/build/esm/components/Media/Iframe/Iframe.css +4 -0
- package/build/esm/components/Media/Iframe/Iframe.js +4 -64
- package/build/esm/components/MediaBase/MediaBase.css +6 -0
- package/build/esm/components/MediaBase/MediaBase.js +2 -2
- package/build/esm/constructor-items.d.ts +1 -1
- package/build/esm/editor/data/templates/banner-block.json +1 -2
- package/build/esm/editor/data/templates/card-layout-block.json +3 -3
- package/build/esm/editor/data/templates/companies-block.json +3 -9
- package/build/esm/editor/data/templates/extended-features-block.json +3 -6
- package/build/esm/editor/data/templates/filter-block.json +3 -3
- package/build/esm/editor/data/templates/form-block.json +1 -1
- package/build/esm/editor/data/templates/header-slider-block.json +2 -12
- package/build/esm/editor/data/templates/icons-block.json +5 -5
- package/build/esm/editor/data/templates/media-block.json +1 -4
- package/build/esm/editor/data/templates/promo-features-block.json +5 -5
- package/build/esm/editor/data/templates/slider-block.json +5 -5
- package/build/esm/editor/data/templates/tabs-block.json +9 -42
- package/build/esm/grid/Col/Col.d.ts +1 -1
- package/build/esm/models/constructor-items/blocks.d.ts +6 -5
- package/build/esm/models/constructor-items/common.d.ts +12 -5
- package/build/esm/schema/constants.d.ts +2 -12
- package/build/esm/schema/validators/common.d.ts +5 -11
- package/build/esm/schema/validators/common.js +6 -9
- package/build/esm/sub-blocks/BackgroundCard/schema.d.ts +1 -1
- package/build/esm/sub-blocks/LayoutItem/schema.d.ts +1 -11
- package/build/esm/sub-blocks/MediaCard/schema.d.ts +1 -11
- package/build/esm/utils/borderSelector.d.ts +7 -0
- package/build/esm/utils/borderSelector.js +14 -0
- package/package.json +2 -4
- package/server/models/constructor-items/blocks.d.ts +6 -5
- package/server/models/constructor-items/common.d.ts +12 -5
- package/styles/mixins.scss +30 -10
- package/widget/index.js +1 -1
- package/build/cjs/editor/data/templates/preview-block.json +0 -38
- package/build/cjs/editor/data/templates/security-block.json +0 -36
- package/build/cjs/editor/data/templates/simple-block.json +0 -7
- package/build/esm/editor/data/templates/preview-block.json +0 -38
- package/build/esm/editor/data/templates/security-block.json +0 -36
- package/build/esm/editor/data/templates/simple-block.json +0 -7
|
@@ -117,4 +117,274 @@ unpredictable css rules order in build */
|
|
|
117
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
118
|
transition-delay: 0.9s;
|
|
119
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
|
+
}
|
|
120
390
|
}
|
|
@@ -276,20 +276,10 @@ export declare const PromoFeaturesItem: {
|
|
|
276
276
|
type: string;
|
|
277
277
|
};
|
|
278
278
|
height: {
|
|
279
|
-
oneOf: ({
|
|
280
|
-
type: string;
|
|
281
|
-
enum?: undefined;
|
|
282
|
-
} | {
|
|
283
|
-
type: string;
|
|
284
|
-
enum: string[];
|
|
285
|
-
})[];
|
|
286
|
-
};
|
|
287
|
-
width: {
|
|
288
279
|
type: string;
|
|
289
280
|
};
|
|
290
|
-
|
|
281
|
+
width: {
|
|
291
282
|
type: string;
|
|
292
|
-
enum: string[];
|
|
293
283
|
};
|
|
294
284
|
};
|
|
295
285
|
};
|
|
@@ -238,6 +238,276 @@ unpredictable css rules order in build */
|
|
|
238
238
|
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(9), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(9) {
|
|
239
239
|
transition-delay: 0.9s;
|
|
240
240
|
}
|
|
241
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(10), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(10) {
|
|
242
|
+
transition-delay: 1s;
|
|
243
|
+
}
|
|
244
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(11), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(11) {
|
|
245
|
+
transition-delay: 1.1s;
|
|
246
|
+
}
|
|
247
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(12), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(12) {
|
|
248
|
+
transition-delay: 1.2s;
|
|
249
|
+
}
|
|
250
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(13), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(13) {
|
|
251
|
+
transition-delay: 1.3s;
|
|
252
|
+
}
|
|
253
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(14), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(14) {
|
|
254
|
+
transition-delay: 1.4s;
|
|
255
|
+
}
|
|
256
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(15), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(15) {
|
|
257
|
+
transition-delay: 1.5s;
|
|
258
|
+
}
|
|
259
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(16), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(16) {
|
|
260
|
+
transition-delay: 1.6s;
|
|
261
|
+
}
|
|
262
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(17), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(17) {
|
|
263
|
+
transition-delay: 1.7s;
|
|
264
|
+
}
|
|
265
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(18), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(18) {
|
|
266
|
+
transition-delay: 1.8s;
|
|
267
|
+
}
|
|
268
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(19), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(19) {
|
|
269
|
+
transition-delay: 1.9s;
|
|
270
|
+
}
|
|
271
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(20), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(20) {
|
|
272
|
+
transition-delay: 2s;
|
|
273
|
+
}
|
|
274
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(21), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(21) {
|
|
275
|
+
transition-delay: 2.1s;
|
|
276
|
+
}
|
|
277
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(22), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(22) {
|
|
278
|
+
transition-delay: 2.2s;
|
|
279
|
+
}
|
|
280
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(23), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(23) {
|
|
281
|
+
transition-delay: 2.3s;
|
|
282
|
+
}
|
|
283
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(24), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(24) {
|
|
284
|
+
transition-delay: 2.4s;
|
|
285
|
+
}
|
|
286
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(25), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(25) {
|
|
287
|
+
transition-delay: 2.5s;
|
|
288
|
+
}
|
|
289
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(26), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(26) {
|
|
290
|
+
transition-delay: 2.6s;
|
|
291
|
+
}
|
|
292
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(27), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(27) {
|
|
293
|
+
transition-delay: 2.7s;
|
|
294
|
+
}
|
|
295
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(28), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(28) {
|
|
296
|
+
transition-delay: 2.8s;
|
|
297
|
+
}
|
|
298
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(29), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(29) {
|
|
299
|
+
transition-delay: 2.9s;
|
|
300
|
+
}
|
|
301
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(30), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(30) {
|
|
302
|
+
transition-delay: 3s;
|
|
303
|
+
}
|
|
304
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(31), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(31) {
|
|
305
|
+
transition-delay: 3.1s;
|
|
306
|
+
}
|
|
307
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(32), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(32) {
|
|
308
|
+
transition-delay: 3.2s;
|
|
309
|
+
}
|
|
310
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(33), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(33) {
|
|
311
|
+
transition-delay: 3.3s;
|
|
312
|
+
}
|
|
313
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(34), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(34) {
|
|
314
|
+
transition-delay: 3.4s;
|
|
315
|
+
}
|
|
316
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(35), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(35) {
|
|
317
|
+
transition-delay: 3.5s;
|
|
318
|
+
}
|
|
319
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(36), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(36) {
|
|
320
|
+
transition-delay: 3.6s;
|
|
321
|
+
}
|
|
322
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(37), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(37) {
|
|
323
|
+
transition-delay: 3.7s;
|
|
324
|
+
}
|
|
325
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(38), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(38) {
|
|
326
|
+
transition-delay: 3.8s;
|
|
327
|
+
}
|
|
328
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(39), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(39) {
|
|
329
|
+
transition-delay: 3.9s;
|
|
330
|
+
}
|
|
331
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(40), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(40) {
|
|
332
|
+
transition-delay: 4s;
|
|
333
|
+
}
|
|
334
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(41), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(41) {
|
|
335
|
+
transition-delay: 4.1s;
|
|
336
|
+
}
|
|
337
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(42), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(42) {
|
|
338
|
+
transition-delay: 4.2s;
|
|
339
|
+
}
|
|
340
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(43), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(43) {
|
|
341
|
+
transition-delay: 4.3s;
|
|
342
|
+
}
|
|
343
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(44), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(44) {
|
|
344
|
+
transition-delay: 4.4s;
|
|
345
|
+
}
|
|
346
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(45), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(45) {
|
|
347
|
+
transition-delay: 4.5s;
|
|
348
|
+
}
|
|
349
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(46), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(46) {
|
|
350
|
+
transition-delay: 4.6s;
|
|
351
|
+
}
|
|
352
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(47), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(47) {
|
|
353
|
+
transition-delay: 4.7s;
|
|
354
|
+
}
|
|
355
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(48), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(48) {
|
|
356
|
+
transition-delay: 4.8s;
|
|
357
|
+
}
|
|
358
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(49), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(49) {
|
|
359
|
+
transition-delay: 4.9s;
|
|
360
|
+
}
|
|
361
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(50), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(50) {
|
|
362
|
+
transition-delay: 5s;
|
|
363
|
+
}
|
|
364
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(51), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(51) {
|
|
365
|
+
transition-delay: 5.1s;
|
|
366
|
+
}
|
|
367
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(52), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(52) {
|
|
368
|
+
transition-delay: 5.2s;
|
|
369
|
+
}
|
|
370
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(53), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(53) {
|
|
371
|
+
transition-delay: 5.3s;
|
|
372
|
+
}
|
|
373
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(54), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(54) {
|
|
374
|
+
transition-delay: 5.4s;
|
|
375
|
+
}
|
|
376
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(55), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(55) {
|
|
377
|
+
transition-delay: 5.5s;
|
|
378
|
+
}
|
|
379
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(56), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(56) {
|
|
380
|
+
transition-delay: 5.6s;
|
|
381
|
+
}
|
|
382
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(57), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(57) {
|
|
383
|
+
transition-delay: 5.7s;
|
|
384
|
+
}
|
|
385
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(58), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(58) {
|
|
386
|
+
transition-delay: 5.8s;
|
|
387
|
+
}
|
|
388
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(59), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(59) {
|
|
389
|
+
transition-delay: 5.9s;
|
|
390
|
+
}
|
|
391
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(60), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(60) {
|
|
392
|
+
transition-delay: 6s;
|
|
393
|
+
}
|
|
394
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(61), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(61) {
|
|
395
|
+
transition-delay: 6.1s;
|
|
396
|
+
}
|
|
397
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(62), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(62) {
|
|
398
|
+
transition-delay: 6.2s;
|
|
399
|
+
}
|
|
400
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(63), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(63) {
|
|
401
|
+
transition-delay: 6.3s;
|
|
402
|
+
}
|
|
403
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(64), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(64) {
|
|
404
|
+
transition-delay: 6.4s;
|
|
405
|
+
}
|
|
406
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(65), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(65) {
|
|
407
|
+
transition-delay: 6.5s;
|
|
408
|
+
}
|
|
409
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(66), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(66) {
|
|
410
|
+
transition-delay: 6.6s;
|
|
411
|
+
}
|
|
412
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(67), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(67) {
|
|
413
|
+
transition-delay: 6.7s;
|
|
414
|
+
}
|
|
415
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(68), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(68) {
|
|
416
|
+
transition-delay: 6.8s;
|
|
417
|
+
}
|
|
418
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(69), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(69) {
|
|
419
|
+
transition-delay: 6.9s;
|
|
420
|
+
}
|
|
421
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(70), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(70) {
|
|
422
|
+
transition-delay: 7s;
|
|
423
|
+
}
|
|
424
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(71), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(71) {
|
|
425
|
+
transition-delay: 7.1s;
|
|
426
|
+
}
|
|
427
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(72), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(72) {
|
|
428
|
+
transition-delay: 7.2s;
|
|
429
|
+
}
|
|
430
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(73), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(73) {
|
|
431
|
+
transition-delay: 7.3s;
|
|
432
|
+
}
|
|
433
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(74), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(74) {
|
|
434
|
+
transition-delay: 7.4s;
|
|
435
|
+
}
|
|
436
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(75), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(75) {
|
|
437
|
+
transition-delay: 7.5s;
|
|
438
|
+
}
|
|
439
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(76), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(76) {
|
|
440
|
+
transition-delay: 7.6s;
|
|
441
|
+
}
|
|
442
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(77), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(77) {
|
|
443
|
+
transition-delay: 7.7s;
|
|
444
|
+
}
|
|
445
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(78), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(78) {
|
|
446
|
+
transition-delay: 7.8s;
|
|
447
|
+
}
|
|
448
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(79), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(79) {
|
|
449
|
+
transition-delay: 7.9s;
|
|
450
|
+
}
|
|
451
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(80), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(80) {
|
|
452
|
+
transition-delay: 8s;
|
|
453
|
+
}
|
|
454
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(81), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(81) {
|
|
455
|
+
transition-delay: 8.1s;
|
|
456
|
+
}
|
|
457
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(82), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(82) {
|
|
458
|
+
transition-delay: 8.2s;
|
|
459
|
+
}
|
|
460
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(83), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(83) {
|
|
461
|
+
transition-delay: 8.3s;
|
|
462
|
+
}
|
|
463
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(84), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(84) {
|
|
464
|
+
transition-delay: 8.4s;
|
|
465
|
+
}
|
|
466
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(85), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(85) {
|
|
467
|
+
transition-delay: 8.5s;
|
|
468
|
+
}
|
|
469
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(86), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(86) {
|
|
470
|
+
transition-delay: 8.6s;
|
|
471
|
+
}
|
|
472
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(87), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(87) {
|
|
473
|
+
transition-delay: 8.7s;
|
|
474
|
+
}
|
|
475
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(88), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(88) {
|
|
476
|
+
transition-delay: 8.8s;
|
|
477
|
+
}
|
|
478
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(89), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(89) {
|
|
479
|
+
transition-delay: 8.9s;
|
|
480
|
+
}
|
|
481
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(90), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(90) {
|
|
482
|
+
transition-delay: 9s;
|
|
483
|
+
}
|
|
484
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(91), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(91) {
|
|
485
|
+
transition-delay: 9.1s;
|
|
486
|
+
}
|
|
487
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(92), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(92) {
|
|
488
|
+
transition-delay: 9.2s;
|
|
489
|
+
}
|
|
490
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(93), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(93) {
|
|
491
|
+
transition-delay: 9.3s;
|
|
492
|
+
}
|
|
493
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(94), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(94) {
|
|
494
|
+
transition-delay: 9.4s;
|
|
495
|
+
}
|
|
496
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(95), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(95) {
|
|
497
|
+
transition-delay: 9.5s;
|
|
498
|
+
}
|
|
499
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(96), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(96) {
|
|
500
|
+
transition-delay: 9.6s;
|
|
501
|
+
}
|
|
502
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(97), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(97) {
|
|
503
|
+
transition-delay: 9.7s;
|
|
504
|
+
}
|
|
505
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(98), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(98) {
|
|
506
|
+
transition-delay: 9.8s;
|
|
507
|
+
}
|
|
508
|
+
.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(99), .pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(99) {
|
|
509
|
+
transition-delay: 9.9s;
|
|
510
|
+
}
|
|
241
511
|
}
|
|
242
512
|
.pc-SliderBlock_type_media-card {
|
|
243
513
|
padding: 0;
|
|
@@ -271,20 +271,10 @@ export declare const tabsItem: {
|
|
|
271
271
|
type: string;
|
|
272
272
|
};
|
|
273
273
|
height: {
|
|
274
|
-
oneOf: ({
|
|
275
|
-
type: string;
|
|
276
|
-
enum?: undefined;
|
|
277
|
-
} | {
|
|
278
|
-
type: string;
|
|
279
|
-
enum: string[];
|
|
280
|
-
})[];
|
|
281
|
-
};
|
|
282
|
-
width: {
|
|
283
274
|
type: string;
|
|
284
275
|
};
|
|
285
|
-
|
|
276
|
+
width: {
|
|
286
277
|
type: string;
|
|
287
|
-
enum: string[];
|
|
288
278
|
};
|
|
289
279
|
};
|
|
290
280
|
};
|
|
@@ -21,7 +21,7 @@ const BalancedMasonry = (props) => {
|
|
|
21
21
|
}
|
|
22
22
|
for (const [rawWidth, columnCount] of breakpoints) {
|
|
23
23
|
const width = Number(rawWidth);
|
|
24
|
-
if (document.body.clientWidth <= width) {
|
|
24
|
+
if ((document === null || document === void 0 ? void 0 : document.body.clientWidth) <= width) {
|
|
25
25
|
result = columnCount;
|
|
26
26
|
}
|
|
27
27
|
}
|