@megafon/ui-shared 6.3.0 → 7.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/dist/es/components/AccordionBox/AccordionBox.css +1 -15
  2. package/dist/es/components/AccordionBox/AccordionBox.d.ts +2 -2
  3. package/dist/es/components/AccordionBox/AccordionBox.js +6 -49
  4. package/dist/es/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  5. package/dist/es/components/AudioPlayer/AudioPlayer.js +11 -27
  6. package/dist/es/components/AudioPlayer/AudioProgress.d.ts +1 -1
  7. package/dist/es/components/AudioPlayer/AudioProgress.js +10 -22
  8. package/dist/es/components/AudioPlayer/AudioRange.d.ts +1 -1
  9. package/dist/es/components/AudioPlayer/AudioRange.js +8 -10
  10. package/dist/es/components/AudioPlayer/AudioVolume.d.ts +1 -1
  11. package/dist/es/components/AudioPlayer/AudioVolume.js +3 -12
  12. package/dist/es/components/AudioPlayer/hooks/useTrackDuration.js +4 -10
  13. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +1 -58
  14. package/dist/es/components/AudioPlayer/style/AudioProgress.css +1 -35
  15. package/dist/es/components/AudioPlayer/style/AudioRange.css +1 -68
  16. package/dist/es/components/AudioPlayer/style/AudioVolume.css +1 -34
  17. package/dist/es/components/AudioPlayer/timerFormatUtil.js +1 -9
  18. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  19. package/dist/es/components/BannerBox/BannerBox.js +3 -12
  20. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  21. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
  22. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  23. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
  24. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  25. package/dist/es/components/BenefitsIcons/helpers.js +6 -20
  26. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -38
  27. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +1 -90
  28. package/dist/es/components/BenefitsIcons/types.d.ts +5 -6
  29. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  30. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
  31. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
  32. package/dist/es/components/BenefitsPictures/helpers.js +0 -14
  33. package/dist/es/components/BenefitsPictures/types.d.ts +3 -4
  34. package/dist/es/components/BenefitsPictures/types.js +1 -0
  35. package/dist/es/components/BlogBox/BlogBox.css +1 -92
  36. package/dist/es/components/BlogBox/BlogBox.d.ts +2 -2
  37. package/dist/es/components/BlogBox/BlogBox.js +10 -44
  38. package/dist/es/components/BlogBox/components/BlogBoxTile.css +1 -197
  39. package/dist/es/components/BlogBox/components/BlogBoxTile.d.ts +4 -4
  40. package/dist/es/components/BlogBox/components/BlogBoxTile.js +13 -20
  41. package/dist/es/components/BlogBox/types.d.ts +5 -5
  42. package/dist/es/components/BlogBox/types.js +1 -0
  43. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
  44. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  45. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
  46. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +1 -16
  47. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  48. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
  49. package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
  50. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  51. package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
  52. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  53. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  54. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
  55. package/dist/es/components/Card/Card.css +1 -354
  56. package/dist/es/components/Card/Card.d.ts +4 -4
  57. package/dist/es/components/Card/Card.js +25 -115
  58. package/dist/es/components/Card/types.d.ts +10 -11
  59. package/dist/es/components/Card/types.js +1 -0
  60. package/dist/es/components/CardsBox/CardsBox.js +3 -14
  61. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  62. package/dist/es/components/CardsBox/helpers.js +0 -4
  63. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  64. package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
  65. package/dist/es/components/Container/Container.css +1 -3287
  66. package/dist/es/components/Container/Container.d.ts +7 -5
  67. package/dist/es/components/Container/Container.js +10 -25
  68. package/dist/es/components/DownloadLinks/DownloadLink.css +1 -37
  69. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  70. package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
  71. package/dist/es/components/DownloadLinks/DownloadLinks.css +1 -36
  72. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  73. package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
  74. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  75. package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
  76. package/dist/es/components/ImageBanner/ImageBanner.css +1 -252
  77. package/dist/es/components/ImageBanner/ImageBanner.d.ts +8 -9
  78. package/dist/es/components/ImageBanner/ImageBanner.js +38 -93
  79. package/dist/es/components/InfoCards/InfoCards.css +1 -0
  80. package/dist/es/components/InfoCards/InfoCards.d.ts +21 -0
  81. package/dist/es/components/InfoCards/InfoCards.js +39 -0
  82. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +1 -0
  83. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
  84. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +79 -0
  85. package/dist/es/components/InfoCards/types.d.ts +26 -0
  86. package/dist/es/components/InfoCards/types.js +1 -0
  87. package/dist/es/components/Instructions/Instructions.css +1 -827
  88. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  89. package/dist/es/components/Instructions/Instructions.js +56 -96
  90. package/dist/es/components/NotificationBox/NotificationBox.css +1 -0
  91. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  92. package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
  93. package/dist/es/components/PageTitle/PageTitle.css +1 -80
  94. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  95. package/dist/es/components/PageTitle/PageTitle.js +12 -37
  96. package/dist/es/components/Partners/Partners.css +1 -53
  97. package/dist/es/components/Partners/Partners.d.ts +2 -2
  98. package/dist/es/components/Partners/Partners.js +17 -48
  99. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +1 -80
  100. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  101. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
  102. package/dist/es/components/Property/Property.css +1 -156
  103. package/dist/es/components/Property/Property.d.ts +4 -4
  104. package/dist/es/components/Property/Property.js +37 -81
  105. package/dist/es/components/Property/PropertyDescription.css +1 -17
  106. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  107. package/dist/es/components/Property/PropertyDescription.js +8 -28
  108. package/dist/es/components/Property/types.d.ts +7 -5
  109. package/dist/es/components/Property/types.js +1 -0
  110. package/dist/es/components/SidePictureCards/SidePictureCards.d.ts +22 -0
  111. package/dist/es/components/SidePictureCards/SidePictureCards.js +44 -0
  112. package/dist/es/components/SidePictureCards/components/SidePictureCard.css +1 -0
  113. package/dist/es/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
  114. package/dist/es/components/SidePictureCards/components/SidePictureCard.js +89 -0
  115. package/dist/es/components/SidePictureCards/types.d.ts +46 -0
  116. package/dist/es/components/SidePictureCards/types.js +1 -0
  117. package/dist/es/components/Steps/Steps.css +1 -41
  118. package/dist/es/components/Steps/Steps.d.ts +2 -1
  119. package/dist/es/components/Steps/Steps.js +4 -19
  120. package/dist/es/components/Steps/StepsItem.css +1 -42
  121. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  122. package/dist/es/components/Steps/StepsItem.js +2 -9
  123. package/dist/es/components/StoreBanner/StoreBanner.css +1 -346
  124. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  125. package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
  126. package/dist/es/components/StoreButton/StoreButton.css +1 -327
  127. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  128. package/dist/es/components/StoreButton/StoreButton.js +13 -44
  129. package/dist/es/components/Table/Table.css +1 -157
  130. package/dist/es/components/Table/Table.d.ts +1 -1
  131. package/dist/es/components/Table/Table.js +31 -51
  132. package/dist/es/components/Table/TableCell.js +0 -6
  133. package/dist/es/components/Table/TableRow.js +1 -10
  134. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  135. package/dist/es/components/TabsBox/TabsBox.js +4 -13
  136. package/dist/es/components/TextBox/TextBox.css +1 -25
  137. package/dist/es/components/TextBox/TextBox.d.ts +2 -1
  138. package/dist/es/components/TextBox/TextBox.js +8 -23
  139. package/dist/es/components/TextBox/TextBoxPicture.css +1 -27
  140. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  141. package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
  142. package/dist/es/components/TextWithIcon/TextWithIcon.css +1 -10
  143. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  144. package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
  145. package/dist/es/components/TextWithIcon/TextWithIconItem.css +1 -29
  146. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +3 -1
  147. package/dist/es/components/TextWithIcon/TextWithIconItem.js +11 -22
  148. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +1 -31
  149. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  150. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
  151. package/dist/es/components/VideoBanner/VideoBanner.css +1 -225
  152. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  153. package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
  154. package/dist/es/components/VideoBlock/VideoBlock.css +1 -106
  155. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  156. package/dist/es/components/VideoBlock/VideoBlock.js +37 -77
  157. package/dist/es/helpers/getColumnConfig.d.ts +5 -1
  158. package/dist/es/helpers/setRelAttribute.d.ts +3 -1
  159. package/dist/es/helpers/setRelAttribute.js +0 -2
  160. package/dist/es/hooks/useResolutions.d.ts +1 -1
  161. package/dist/es/hooks/useResolutions.js +13 -21
  162. package/dist/es/index.d.ts +4 -0
  163. package/dist/es/index.js +4 -0
  164. package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
  165. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  166. package/dist/lib/components/AccordionBox/AccordionBox.js +11 -67
  167. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  168. package/dist/lib/components/AudioPlayer/AudioPlayer.js +33 -57
  169. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  170. package/dist/lib/components/AudioPlayer/AudioProgress.js +13 -44
  171. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  172. package/dist/lib/components/AudioPlayer/AudioRange.js +10 -18
  173. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  174. package/dist/lib/components/AudioPlayer/AudioVolume.js +5 -24
  175. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +6 -17
  176. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +1 -58
  177. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +1 -35
  178. package/dist/lib/components/AudioPlayer/style/AudioRange.css +1 -68
  179. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +1 -34
  180. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
  181. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  182. package/dist/lib/components/BannerBox/BannerBox.js +7 -25
  183. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  184. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +27 -87
  185. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  186. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +14 -54
  187. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  188. package/dist/lib/components/BenefitsIcons/helpers.js +11 -38
  189. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -38
  190. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +1 -90
  191. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -6
  192. package/dist/lib/components/BenefitsIcons/types.js +5 -8
  193. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  194. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +25 -72
  195. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
  196. package/dist/lib/components/BenefitsPictures/helpers.js +10 -41
  197. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -4
  198. package/dist/lib/components/BenefitsPictures/types.js +5 -1
  199. package/dist/lib/components/BlogBox/BlogBox.css +1 -92
  200. package/dist/lib/components/BlogBox/BlogBox.d.ts +2 -2
  201. package/dist/lib/components/BlogBox/BlogBox.js +21 -65
  202. package/dist/lib/components/BlogBox/components/BlogBoxTile.css +1 -197
  203. package/dist/lib/components/BlogBox/components/BlogBoxTile.d.ts +4 -4
  204. package/dist/lib/components/BlogBox/components/BlogBoxTile.js +27 -38
  205. package/dist/lib/components/BlogBox/types.d.ts +5 -5
  206. package/dist/lib/components/BlogBox/types.js +5 -1
  207. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
  208. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  209. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +19 -61
  210. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +1 -16
  211. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  212. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +23 -56
  213. package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
  214. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  215. package/dist/lib/components/ButtonBanner/ButtonBanner.js +41 -90
  216. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  217. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  218. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +30 -73
  219. package/dist/lib/components/Card/Card.css +1 -354
  220. package/dist/lib/components/Card/Card.d.ts +4 -4
  221. package/dist/lib/components/Card/Card.js +68 -165
  222. package/dist/lib/components/Card/types.d.ts +10 -11
  223. package/dist/lib/components/Card/types.js +5 -1
  224. package/dist/lib/components/CardsBox/CardsBox.js +8 -32
  225. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  226. package/dist/lib/components/CardsBox/helpers.js +2 -9
  227. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  228. package/dist/lib/components/CarouselBox/CarouselBox.js +16 -40
  229. package/dist/lib/components/Container/Container.css +1 -3287
  230. package/dist/lib/components/Container/Container.d.ts +7 -5
  231. package/dist/lib/components/Container/Container.js +18 -40
  232. package/dist/lib/components/DownloadLinks/DownloadLink.css +1 -37
  233. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  234. package/dist/lib/components/DownloadLinks/DownloadLink.js +18 -61
  235. package/dist/lib/components/DownloadLinks/DownloadLinks.css +1 -36
  236. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  237. package/dist/lib/components/DownloadLinks/DownloadLinks.js +9 -34
  238. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  239. package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
  240. package/dist/lib/components/ImageBanner/ImageBanner.css +1 -252
  241. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +8 -9
  242. package/dist/lib/components/ImageBanner/ImageBanner.js +63 -144
  243. package/dist/lib/components/InfoCards/InfoCards.css +1 -0
  244. package/dist/lib/components/InfoCards/InfoCards.d.ts +21 -0
  245. package/dist/lib/components/InfoCards/InfoCards.js +48 -0
  246. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +1 -0
  247. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
  248. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +88 -0
  249. package/dist/lib/components/InfoCards/types.d.ts +26 -0
  250. package/dist/lib/components/InfoCards/types.js +5 -0
  251. package/dist/lib/components/Instructions/Instructions.css +1 -827
  252. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  253. package/dist/lib/components/Instructions/Instructions.js +121 -191
  254. package/dist/lib/components/NotificationBox/NotificationBox.css +1 -0
  255. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  256. package/dist/lib/components/NotificationBox/NotificationBox.js +10 -38
  257. package/dist/lib/components/PageTitle/PageTitle.css +1 -80
  258. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  259. package/dist/lib/components/PageTitle/PageTitle.js +16 -53
  260. package/dist/lib/components/Partners/Partners.css +1 -53
  261. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  262. package/dist/lib/components/Partners/Partners.js +22 -66
  263. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +1 -80
  264. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  265. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
  266. package/dist/lib/components/Property/Property.css +1 -156
  267. package/dist/lib/components/Property/Property.d.ts +4 -4
  268. package/dist/lib/components/Property/Property.js +61 -121
  269. package/dist/lib/components/Property/PropertyDescription.css +1 -17
  270. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  271. package/dist/lib/components/Property/PropertyDescription.js +16 -47
  272. package/dist/lib/components/Property/types.d.ts +7 -5
  273. package/dist/lib/components/Property/types.js +5 -1
  274. package/dist/lib/components/SidePictureCards/SidePictureCards.d.ts +22 -0
  275. package/dist/lib/components/SidePictureCards/SidePictureCards.js +54 -0
  276. package/dist/lib/components/SidePictureCards/components/SidePictureCard.css +1 -0
  277. package/dist/lib/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
  278. package/dist/lib/components/SidePictureCards/components/SidePictureCard.js +95 -0
  279. package/dist/lib/components/SidePictureCards/types.d.ts +46 -0
  280. package/dist/lib/components/SidePictureCards/types.js +5 -0
  281. package/dist/lib/components/Steps/Steps.css +1 -41
  282. package/dist/lib/components/Steps/Steps.d.ts +2 -1
  283. package/dist/lib/components/Steps/Steps.js +8 -35
  284. package/dist/lib/components/Steps/StepsItem.css +1 -42
  285. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  286. package/dist/lib/components/Steps/StepsItem.js +11 -23
  287. package/dist/lib/components/StoreBanner/StoreBanner.css +1 -346
  288. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  289. package/dist/lib/components/StoreBanner/StoreBanner.js +48 -119
  290. package/dist/lib/components/StoreButton/StoreButton.css +1 -327
  291. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  292. package/dist/lib/components/StoreButton/StoreButton.js +18 -64
  293. package/dist/lib/components/Table/Table.css +1 -157
  294. package/dist/lib/components/Table/Table.d.ts +1 -1
  295. package/dist/lib/components/Table/Table.js +36 -69
  296. package/dist/lib/components/Table/TableCell.js +4 -16
  297. package/dist/lib/components/Table/TableRow.js +5 -19
  298. package/dist/lib/components/TabsBox/TabBox.js +1 -4
  299. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  300. package/dist/lib/components/TabsBox/TabsBox.js +8 -26
  301. package/dist/lib/components/TextBox/TextBox.css +1 -25
  302. package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
  303. package/dist/lib/components/TextBox/TextBox.js +12 -36
  304. package/dist/lib/components/TextBox/TextBoxPicture.css +1 -27
  305. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  306. package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
  307. package/dist/lib/components/TextWithIcon/TextWithIcon.css +1 -10
  308. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  309. package/dist/lib/components/TextWithIcon/TextWithIcon.js +11 -40
  310. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +1 -29
  311. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +3 -1
  312. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +16 -39
  313. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +1 -31
  314. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  315. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +11 -41
  316. package/dist/lib/components/VideoBanner/VideoBanner.css +1 -225
  317. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  318. package/dist/lib/components/VideoBanner/VideoBanner.js +84 -177
  319. package/dist/lib/components/VideoBlock/VideoBlock.css +1 -106
  320. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  321. package/dist/lib/components/VideoBlock/VideoBlock.js +59 -115
  322. package/dist/lib/constants/throttleTime.js +2 -3
  323. package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
  324. package/dist/lib/helpers/getColumnConfig.js +2 -5
  325. package/dist/lib/helpers/setRelAttribute.d.ts +3 -1
  326. package/dist/lib/helpers/setRelAttribute.js +2 -7
  327. package/dist/lib/hooks/useResolutions.d.ts +1 -1
  328. package/dist/lib/hooks/useResolutions.js +15 -31
  329. package/dist/lib/index.d.ts +4 -0
  330. package/dist/lib/index.js +39 -60
  331. package/package.json +87 -92
  332. package/CHANGELOG.md +0 -4088
  333. package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
  334. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  335. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  336. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  337. package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
  338. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  339. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  340. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
@@ -1,827 +1 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-instructions__title_resolution_mobile {
9
- margin-bottom: 32px;
10
- text-align: center;
11
- }
12
- @media screen and (min-width: 768px) and (max-width: 1023px) {
13
- .mfui-instructions__title_resolution_mobile {
14
- margin-bottom: 40px;
15
- }
16
- }
17
- @media screen and (min-width: 1024px) {
18
- .mfui-instructions__title_resolution_mobile {
19
- display: none;
20
- }
21
- }
22
- .mfui-instructions__title_resolution_desktop {
23
- margin-bottom: 40px;
24
- }
25
- @media screen and (max-width: 1023px) {
26
- .mfui-instructions__title_resolution_desktop {
27
- display: none;
28
- }
29
- }
30
- .mfui-instructions .swiper-wrapper {
31
- display: -webkit-box;
32
- display: -ms-flexbox;
33
- display: flex;
34
- }
35
- @media screen and (min-width: 1024px) {
36
- .mfui-instructions__wrapper {
37
- display: -webkit-box;
38
- display: -ms-flexbox;
39
- display: flex;
40
- -webkit-box-align: center;
41
- -ms-flex-align: center;
42
- align-items: center;
43
- -webkit-box-pack: center;
44
- -ms-flex-pack: center;
45
- justify-content: center;
46
- }
47
- }
48
- @media screen and (min-width: 1024px) {
49
- .mfui-instructions__wrapper_vertical-align_top {
50
- -webkit-box-align: start;
51
- -ms-flex-align: start;
52
- align-items: flex-start;
53
- }
54
- }
55
- @media screen and (min-width: 1024px) {
56
- .mfui-instructions__wrapper_vertical-align_unset {
57
- -webkit-box-align: unset;
58
- -ms-flex-align: unset;
59
- align-items: unset;
60
- }
61
- }
62
- .mfui-instructions__text {
63
- margin-top: 48px;
64
- }
65
- @media screen and (max-width: 1023px) {
66
- .mfui-instructions__text {
67
- text-align: center;
68
- }
69
- }
70
- .mfui-instructions__picture {
71
- position: relative;
72
- max-width: 530px;
73
- max-height: 490px;
74
- overflow: hidden;
75
- }
76
- @media screen and (max-width: 1023px) {
77
- .mfui-instructions__picture {
78
- margin: 0 auto;
79
- }
80
- }
81
- @media screen and (min-width: 1024px) {
82
- .mfui-instructions__picture {
83
- -webkit-box-ordinal-group: 3;
84
- -ms-flex-order: 2;
85
- order: 2;
86
- width: 50%;
87
- }
88
- }
89
- @media screen and (min-width: 1024px) {
90
- .mfui-instructions__picture_align_left {
91
- -webkit-box-ordinal-group: 1;
92
- -ms-flex-order: 0;
93
- order: 0;
94
- margin-right: 40px;
95
- }
96
- }
97
- .mfui-instructions_mask_none .mfui-instructions__slide {
98
- display: -webkit-box;
99
- display: -ms-flexbox;
100
- display: flex;
101
- }
102
- .mfui-instructions__swiper-img {
103
- width: 100%;
104
- height: 100%;
105
- }
106
- .mfui-instructions__swiper-img_video {
107
- /* hack for fix not white video background */
108
- -webkit-filter: brightness(108.5%);
109
- filter: brightness(108.5%);
110
- }
111
- .mfui-instructions__img-wrapper {
112
- position: relative;
113
- display: -webkit-box;
114
- display: -ms-flexbox;
115
- display: flex;
116
- height: 490px;
117
- }
118
- @media screen and (max-width: 1023px) {
119
- .mfui-instructions__img-wrapper:before {
120
- content: '';
121
- position: absolute;
122
- right: 0;
123
- bottom: 0;
124
- left: 0;
125
- z-index: 2;
126
- display: block;
127
- width: 324px;
128
- height: 1px;
129
- margin: 0 auto;
130
- background: var(--spbSky2);
131
- }
132
- }
133
- .mfui-instructions__device-screen {
134
- overflow: hidden;
135
- pointer-events: none;
136
- }
137
- @media screen and (max-width: 1023px) {
138
- .mfui-instructions_mask_black-iphone .mfui-instructions__img-wrapper,
139
- .mfui-instructions_mask_white-iphone .mfui-instructions__img-wrapper,
140
- .mfui-instructions_mask_android .mfui-instructions__img-wrapper {
141
- height: 421px;
142
- }
143
- }
144
- .mfui-instructions_mask_black-iphone .mfui-instructions__device-screen,
145
- .mfui-instructions_mask_white-iphone .mfui-instructions__device-screen,
146
- .mfui-instructions_mask_android .mfui-instructions__device-screen {
147
- width: 100%;
148
- height: 490px;
149
- margin: auto;
150
- }
151
- .mfui-instructions_mask_black-iphone .mfui-instructions__swiper,
152
- .mfui-instructions_mask_white-iphone .mfui-instructions__swiper,
153
- .mfui-instructions_mask_android .mfui-instructions__swiper {
154
- position: absolute;
155
- top: 59px;
156
- right: 0;
157
- left: 0;
158
- width: 204px;
159
- height: 363px;
160
- margin: auto;
161
- overflow: hidden;
162
- }
163
- .mfui-instructions_mask_black-iphone .mfui-instructions__device-screen {
164
- background: url('./img/blackIphone.png') 50% no-repeat;
165
- background-size: contain;
166
- }
167
- .mfui-instructions_mask_white-iphone .mfui-instructions__device-screen {
168
- background: url('./img/whiteIphone.png') 50% no-repeat;
169
- background-size: contain;
170
- }
171
- @media screen and (max-width: 1023px) {
172
- .mfui-instructions_mask_android .mfui-instructions__img-wrapper {
173
- height: 424px;
174
- }
175
- }
176
- .mfui-instructions_mask_android .mfui-instructions__device-screen {
177
- background: url('./img/android.png') 50% no-repeat;
178
- background-size: contain;
179
- }
180
- .mfui-instructions_mask_android .mfui-instructions__swiper {
181
- width: 206px;
182
- height: 370px;
183
- }
184
- @media screen and (max-width: 1023px) {
185
- .mfui-instructions_mask_new-iphone .mfui-instructions__img-wrapper {
186
- height: 460px;
187
- }
188
- }
189
- .mfui-instructions_mask_new-iphone .mfui-instructions__device-screen {
190
- position: relative;
191
- z-index: 2;
192
- width: 100%;
193
- height: 490px;
194
- margin: auto;
195
- background: url('./img/newIphone.png') 50% no-repeat;
196
- background-size: contain;
197
- }
198
- .mfui-instructions_mask_new-iphone .mfui-instructions__swiper {
199
- position: absolute;
200
- top: 14px;
201
- right: 0;
202
- left: 0;
203
- z-index: 1;
204
- width: 214px;
205
- height: 462px;
206
- margin: auto;
207
- border-radius: 20px;
208
- overflow: hidden;
209
- }
210
- @media screen and (max-width: 1023px) {
211
- .mfui-instructions_mask_iphone-12 .mfui-instructions__img-wrapper:before {
212
- display: none;
213
- }
214
- }
215
- .mfui-instructions_mask_iphone-12 .mfui-instructions__device-screen {
216
- position: relative;
217
- z-index: 2;
218
- width: 100%;
219
- height: 490px;
220
- margin: auto;
221
- background: url('./img/iphone12.png') 50% no-repeat;
222
- background-size: contain;
223
- }
224
- .mfui-instructions_mask_iphone-12 .mfui-instructions__swiper {
225
- position: absolute;
226
- top: 14px;
227
- right: 0;
228
- left: 0;
229
- z-index: 1;
230
- width: 214px;
231
- height: 462px;
232
- margin: auto;
233
- border-radius: 20px;
234
- overflow: hidden;
235
- }
236
- .mfui-instructions_mask_iphone-15 .mfui-instructions__img-wrapper {
237
- height: 487px;
238
- }
239
- @media screen and (max-width: 1023px) {
240
- .mfui-instructions_mask_iphone-15 .mfui-instructions__img-wrapper:before {
241
- display: none;
242
- }
243
- }
244
- .mfui-instructions_mask_iphone-15 .mfui-instructions__device-screen {
245
- position: relative;
246
- z-index: 2;
247
- width: 100%;
248
- height: 486px;
249
- margin: auto;
250
- background: url('./img/iphone15.png') 50% no-repeat;
251
- background-size: contain;
252
- }
253
- .mfui-instructions_mask_iphone-15 .mfui-instructions__swiper {
254
- position: absolute;
255
- top: 10px;
256
- right: 0;
257
- left: 0;
258
- z-index: 1;
259
- width: 217px;
260
- height: 468px;
261
- margin: auto;
262
- border-radius: 20px;
263
- overflow: hidden;
264
- }
265
- .mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper {
266
- height: 420px;
267
- min-height: 420px;
268
- }
269
- @media screen and (min-width: 1024px) {
270
- .mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper {
271
- height: 440px;
272
- min-height: 440px;
273
- }
274
- }
275
- .mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper:before {
276
- content: '';
277
- position: absolute;
278
- right: 0;
279
- bottom: 0;
280
- left: 0;
281
- z-index: 2;
282
- display: block;
283
- width: 324px;
284
- height: 1px;
285
- margin: 0 auto;
286
- background: var(--spbSky2);
287
- }
288
- .mfui-instructions_mask_android-cropped .mfui-instructions__device-screen {
289
- position: relative;
290
- z-index: 1;
291
- width: 100%;
292
- height: 510px;
293
- margin-top: 24px;
294
- background: url('./img/android-new.png') 50% no-repeat;
295
- background-size: contain;
296
- }
297
- @media screen and (min-width: 1024px) {
298
- .mfui-instructions_mask_android-cropped .mfui-instructions__device-screen {
299
- height: 574px;
300
- }
301
- }
302
- .mfui-instructions_mask_android-cropped .mfui-instructions__swiper {
303
- position: absolute;
304
- top: 54px;
305
- right: 0;
306
- left: 0;
307
- width: 222px;
308
- margin: auto;
309
- overflow: hidden;
310
- }
311
- @media screen and (min-width: 1024px) {
312
- .mfui-instructions_mask_android-cropped .mfui-instructions__swiper {
313
- top: 58px;
314
- width: 250px;
315
- }
316
- }
317
- .mfui-instructions_mask_iphone-cropped .mfui-instructions__img-wrapper {
318
- height: 420px;
319
- min-height: 420px;
320
- }
321
- .mfui-instructions_mask_iphone-cropped .mfui-instructions__img-wrapper:before {
322
- content: '';
323
- position: absolute;
324
- right: 0;
325
- bottom: 0;
326
- left: 0;
327
- z-index: 2;
328
- display: block;
329
- width: 324px;
330
- height: 1px;
331
- margin: 0 auto;
332
- background: var(--spbSky2);
333
- }
334
- .mfui-instructions_mask_iphone-cropped .mfui-instructions__device-screen {
335
- position: relative;
336
- z-index: 1;
337
- width: 100%;
338
- height: 469px;
339
- margin-top: 24px;
340
- background: url('./img/iphone-new.png') 50% no-repeat;
341
- background-size: contain;
342
- }
343
- .mfui-instructions_mask_iphone-cropped .mfui-instructions__swiper {
344
- position: absolute;
345
- top: 38px;
346
- right: 0;
347
- left: 0;
348
- width: 205px;
349
- margin: auto;
350
- overflow: hidden;
351
- }
352
- @media screen and (min-width: 768px) and (max-width: 1023px) {
353
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper {
354
- height: 0;
355
- padding-bottom: 53.4%;
356
- background: url('./img/laptop.png') 50% 0% no-repeat;
357
- background-size: 100%;
358
- }
359
- }
360
- @media screen and (min-width: 480px) and (max-width: 767px) {
361
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper {
362
- height: 208px;
363
- }
364
- }
365
- @media screen and (max-width: 479px) {
366
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper {
367
- height: 115px;
368
- }
369
- }
370
- @media screen and (max-width: 479px) {
371
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before {
372
- width: 310px;
373
- }
374
- }
375
- @media screen and (min-width: 480px) and (max-width: 767px) {
376
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before {
377
- width: 460px;
378
- }
379
- }
380
- @media screen and (min-width: 768px) and (max-width: 1023px) {
381
- .mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before {
382
- width: 590px;
383
- }
384
- }
385
- .mfui-instructions_mask_laptop .mfui-instructions__device-screen {
386
- position: relative;
387
- width: 100%;
388
- height: 100%;
389
- margin: auto;
390
- background: url('./img/laptop.png') 50% 0% no-repeat;
391
- background-size: 100%;
392
- }
393
- @media screen and (min-width: 768px) and (max-width: 1023px) {
394
- .mfui-instructions_mask_laptop .mfui-instructions__device-screen {
395
- width: 530px;
396
- }
397
- }
398
- @media screen and (min-width: 480px) and (max-width: 767px) {
399
- .mfui-instructions_mask_laptop .mfui-instructions__device-screen {
400
- width: 450px;
401
- }
402
- }
403
- @media screen and (max-width: 479px) {
404
- .mfui-instructions_mask_laptop .mfui-instructions__device-screen {
405
- width: 270px;
406
- }
407
- }
408
- @media screen and (min-width: 1024px) {
409
- .mfui-instructions_mask_laptop .mfui-instructions__device-screen {
410
- background: url('./img/laptop.png') 50% no-repeat;
411
- background-size: contain;
412
- }
413
- }
414
- .mfui-instructions_mask_laptop .mfui-instructions__swiper {
415
- position: absolute;
416
- top: 50%;
417
- right: 0;
418
- left: 50%;
419
- width: 78%;
420
- margin: auto;
421
- overflow: hidden;
422
- -webkit-transform: translate(-50%, -50%);
423
- transform: translate(-50%, -50%);
424
- }
425
- @media screen and (min-width: 480px) and (max-width: 767px) {
426
- .mfui-instructions_mask_laptop .mfui-instructions__swiper {
427
- max-width: 345px;
428
- height: 190px;
429
- }
430
- }
431
- @media screen and (max-width: 479px) {
432
- .mfui-instructions_mask_laptop .mfui-instructions__swiper {
433
- max-width: 210px;
434
- height: 105px;
435
- }
436
- }
437
- @media screen and (min-width: 1024px) {
438
- .mfui-instructions_mask_laptop .mfui-instructions__swiper {
439
- -webkit-transform: translate(-50%, -53%);
440
- transform: translate(-50%, -53%);
441
- }
442
- }
443
- @media screen and (max-width: 1023px) {
444
- .mfui-instructions_mask_laptop-new .mfui-instructions__img-wrapper {
445
- height: 0;
446
- padding-bottom: 58.9%;
447
- background: url('./img/laptop-new.png') 50% 0% no-repeat;
448
- background-size: 100%;
449
- }
450
- }
451
- .mfui-instructions_mask_laptop-new .mfui-instructions__img-wrapper:before {
452
- display: none;
453
- }
454
- .mfui-instructions_mask_laptop-new .mfui-instructions__device-screen {
455
- position: relative;
456
- width: 100%;
457
- height: 100%;
458
- margin: auto;
459
- background: url('./img/laptop-new.png') 50% 0% no-repeat;
460
- background-size: 100%;
461
- }
462
- @media screen and (min-width: 768px) and (max-width: 1023px) {
463
- .mfui-instructions_mask_laptop-new .mfui-instructions__device-screen {
464
- width: 530px;
465
- }
466
- }
467
- @media screen and (min-width: 480px) and (max-width: 767px) {
468
- .mfui-instructions_mask_laptop-new .mfui-instructions__device-screen {
469
- width: 450px;
470
- }
471
- }
472
- @media screen and (max-width: 479px) {
473
- .mfui-instructions_mask_laptop-new .mfui-instructions__device-screen {
474
- width: 270px;
475
- }
476
- }
477
- @media screen and (min-width: 1024px) {
478
- .mfui-instructions_mask_laptop-new .mfui-instructions__device-screen {
479
- background: url('./img/laptop-new.png') 50% no-repeat;
480
- background-size: contain;
481
- }
482
- }
483
- .mfui-instructions_mask_laptop-new .mfui-instructions__swiper {
484
- position: absolute;
485
- top: 4px;
486
- right: 0;
487
- left: 50%;
488
- width: 78%;
489
- margin: auto;
490
- overflow: hidden;
491
- -webkit-transform: translate(-49.5%, 0);
492
- transform: translate(-49.5%, 0);
493
- }
494
- @media screen and (min-width: 480px) and (max-width: 767px) {
495
- .mfui-instructions_mask_laptop-new .mfui-instructions__swiper {
496
- top: 7px;
497
- max-width: 415px;
498
- }
499
- }
500
- @media screen and (max-width: 479px) {
501
- .mfui-instructions_mask_laptop-new .mfui-instructions__swiper {
502
- max-width: 302px;
503
- }
504
- }
505
- @media screen and (min-width: 768px) and (max-width: 1023px) {
506
- .mfui-instructions_mask_laptop-new .mfui-instructions__swiper {
507
- top: 12px;
508
- }
509
- }
510
- @media screen and (min-width: 1024px) {
511
- .mfui-instructions_mask_laptop-new .mfui-instructions__swiper {
512
- top: 50%;
513
- -webkit-transform: translate(-49.5%, -55%);
514
- transform: translate(-49.5%, -55%);
515
- }
516
- }
517
- .mfui-instructions__slide {
518
- -ms-flex-negative: 0;
519
- flex-shrink: 0;
520
- height: 100%;
521
- }
522
- @media screen and (max-width: 767px) {
523
- .mfui-instructions__articles {
524
- margin-top: 24px;
525
- }
526
- }
527
- @media screen and (min-width: 768px) and (max-width: 1023px) {
528
- .mfui-instructions__articles {
529
- margin-top: 32px;
530
- }
531
- }
532
- @media screen and (min-width: 1024px) {
533
- .mfui-instructions__articles {
534
- -webkit-box-ordinal-group: 2;
535
- -ms-flex-order: 1;
536
- order: 1;
537
- width: 50%;
538
- }
539
- }
540
- @media screen and (min-width: 1024px) {
541
- .mfui-instructions__articles_align_right {
542
- margin-right: 40px;
543
- }
544
- }
545
- .mfui-instructions__articles-list {
546
- margin: 0;
547
- padding: 0;
548
- list-style-type: none;
549
- }
550
- @media screen and (min-width: 1024px) {
551
- .mfui-instructions__articles-list_mobile {
552
- display: none;
553
- }
554
- }
555
- @media screen and (max-width: 1023px) {
556
- .mfui-instructions__articles-list_desktop {
557
- display: none;
558
- }
559
- }
560
- .mfui-instructions__articles-item {
561
- position: relative;
562
- opacity: 0.5;
563
- }
564
- @media screen and (min-width: 1024px) {
565
- .mfui-instructions__articles-item {
566
- margin-bottom: 48px;
567
- }
568
- }
569
- .mfui-instructions__articles-item:hover,
570
- .mfui-instructions__articles-item_active {
571
- opacity: 1;
572
- }
573
- .mfui-instructions__articles-item:hover .mfui-instructions__articles-item-dot,
574
- .mfui-instructions__articles-item_active .mfui-instructions__articles-item-dot {
575
- color: var(--stcWhite);
576
- }
577
- .mfui-instructions__articles-item:hover .mfui-instructions__articles-item-dot:before,
578
- .mfui-instructions__articles-item_active .mfui-instructions__articles-item-dot:before {
579
- top: 0;
580
- right: 0;
581
- bottom: 0;
582
- left: 0;
583
- background: var(--brandGreen);
584
- }
585
- @media screen and (min-width: 1024px) {
586
- .mfui-instructions__articles-item:last-child {
587
- margin-bottom: 0;
588
- }
589
- }
590
- .mfui-instructions__articles-item-dot {
591
- position: absolute;
592
- display: inline-block;
593
- width: 40px;
594
- height: 40px;
595
- border-radius: 50%;
596
- font-weight: 500;
597
- font-size: 15px;
598
- line-height: 40px;
599
- text-align: center;
600
- -webkit-box-shadow: inset 0 0 0 1px var(--spbSky3);
601
- box-shadow: inset 0 0 0 1px var(--spbSky3);
602
- cursor: pointer;
603
- }
604
- @media screen and (max-width: 479px) {
605
- .mfui-instructions__articles-item-dot {
606
- min-width: 40px;
607
- }
608
- }
609
- .mfui-instructions__articles-item-dot:before {
610
- content: '';
611
- position: absolute;
612
- top: 50%;
613
- right: 50%;
614
- bottom: 50%;
615
- left: 50%;
616
- border-radius: 50%;
617
- -webkit-transition: all 0.3s ease;
618
- transition: all 0.3s ease;
619
- }
620
- .mfui-instructions__articles-item-dot-number {
621
- position: relative;
622
- }
623
- .mfui-instructions__articles-item-title {
624
- font-size: 15px;
625
- line-height: 24px;
626
- font-weight: 400;
627
- display: inline-block;
628
- cursor: pointer;
629
- }
630
- @media screen and (min-width: 1024px) {
631
- .mfui-instructions__articles-item-title {
632
- padding: 4px 0 0 56px;
633
- }
634
- }
635
- .mfui-instructions__articles-dots {
636
- position: relative;
637
- display: -webkit-box;
638
- display: -ms-flexbox;
639
- display: flex;
640
- -webkit-box-pack: center;
641
- -ms-flex-pack: center;
642
- justify-content: center;
643
- margin: 0;
644
- padding: 0;
645
- list-style-type: none;
646
- }
647
- @media screen and (max-width: 767px) {
648
- .mfui-instructions__articles-dots {
649
- margin-top: 16px;
650
- }
651
- }
652
- @media screen and (min-width: 768px) and (max-width: 1023px) {
653
- .mfui-instructions__articles-dots {
654
- margin-top: 24px;
655
- }
656
- }
657
- @media screen and (min-width: 1024px) {
658
- .mfui-instructions__articles-dots {
659
- display: none;
660
- }
661
- }
662
- .mfui-instructions__articles-dots_text-after {
663
- margin-bottom: 48px;
664
- }
665
- .mfui-instructions__articles-dot {
666
- position: relative;
667
- display: inline-block;
668
- width: 8px;
669
- height: 8px;
670
- margin-right: 12px;
671
- border-radius: 4px;
672
- background: var(--spbSky2);
673
- cursor: pointer;
674
- }
675
- .mfui-instructions__articles-dot:hover,
676
- .mfui-instructions__articles-dot_active {
677
- background: var(--brandGreen);
678
- }
679
- .mfui-instructions__articles-dot_active {
680
- width: 20px;
681
- }
682
- .mfui-instructions__articles-dot:last-child {
683
- margin-right: 0;
684
- }
685
- .mfui-instructions__articles-title-block {
686
- margin: 0 auto;
687
- text-align: center;
688
- }
689
- @media screen and (max-width: 767px) {
690
- .mfui-instructions__articles-title-block {
691
- width: 55%;
692
- }
693
- }
694
- @media screen and (max-width: 479px) {
695
- .mfui-instructions__articles-title-block {
696
- width: 100%;
697
- }
698
- }
699
- @media screen and (min-width: 768px) and (max-width: 1023px) {
700
- .mfui-instructions__articles-title-block {
701
- width: 100%;
702
- max-width: 530px;
703
- }
704
- }
705
- .mfui-instructions__articles-title-block_with-numeration {
706
- text-align: left;
707
- }
708
- .mfui-instructions__articles-title {
709
- font-size: 15px;
710
- line-height: 24px;
711
- font-weight: 400;
712
- display: -webkit-box;
713
- display: -ms-flexbox;
714
- display: flex;
715
- -webkit-box-align: start;
716
- -ms-flex-align: start;
717
- align-items: flex-start;
718
- }
719
- .mfui-instructions__articles-num {
720
- font-size: 15px;
721
- line-height: 24px;
722
- font-weight: 500;
723
- display: -webkit-box;
724
- display: -ms-flexbox;
725
- display: flex;
726
- -ms-flex-negative: 0;
727
- flex-shrink: 0;
728
- -webkit-box-align: center;
729
- -ms-flex-align: center;
730
- align-items: center;
731
- -webkit-box-pack: center;
732
- -ms-flex-pack: center;
733
- justify-content: center;
734
- width: 40px;
735
- height: 40px;
736
- margin-right: 16px;
737
- border-radius: 50%;
738
- color: var(--stcWhite);
739
- background-color: var(--brandGreen);
740
- }
741
- @media screen and (min-width: 1024px) {
742
- .mfui-instructions__articles-num {
743
- display: none;
744
- }
745
- }
746
- .mfui-instructions__picture_background_spbSky0 {
747
- border-radius: 12px;
748
- background-color: var(--spbSky0);
749
- }
750
- .mfui-instructions__picture_background_spbSky0 .mfui-instructions__img-wrapper:before {
751
- display: none;
752
- }
753
- .mfui-instructions__arrow {
754
- position: absolute;
755
- top: 50%;
756
- z-index: 2;
757
- -webkit-transform: translateY(-50%);
758
- transform: translateY(-50%);
759
- }
760
- @media screen and (max-width: 767px) {
761
- .mfui-instructions__arrow {
762
- display: none;
763
- }
764
- }
765
- .mfui-instructions__arrow_prev {
766
- left: 24px;
767
- }
768
- .mfui-instructions__arrow_next {
769
- right: 24px;
770
- }
771
- .mfui-instructions__qr-code {
772
- position: absolute;
773
- top: 12px;
774
- right: 64px;
775
- z-index: 3;
776
- display: none;
777
- -webkit-box-sizing: border-box;
778
- box-sizing: border-box;
779
- width: 126px;
780
- padding: 12px;
781
- }
782
- @media screen and (min-width: 768px) {
783
- .mfui-instructions__qr-code {
784
- display: block;
785
- }
786
- }
787
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
788
- .mfui-instructions__qr-code {
789
- right: 44px;
790
- }
791
- }
792
- .mfui-instructions__qr-code-image {
793
- display: block;
794
- width: 100%;
795
- height: auto;
796
- }
797
- .mfui-instructions__qr-code-text {
798
- margin-bottom: 12px;
799
- font-weight: 500;
800
- font-size: 12px;
801
- line-height: 12px;
802
- text-align: center;
803
- }
804
- .mfui-instructions_reversed .mfui-instructions__title_resolution_mobile {
805
- margin-bottom: 16px;
806
- }
807
- @media screen and (max-width: 1023px) {
808
- .mfui-instructions_reversed .mfui-instructions__picture {
809
- max-height: 100%;
810
- margin-bottom: 0;
811
- }
812
- }
813
- @media screen and (max-width: 1023px) {
814
- .mfui-instructions_reversed .mfui-instructions__articles {
815
- display: none;
816
- }
817
- }
818
- @media screen and (max-width: 767px) {
819
- .mfui-instructions_reversed .mfui-instructions__articles-title-block {
820
- margin-bottom: 32px;
821
- }
822
- }
823
- @media screen and (min-width: 768px) and (max-width: 1023px) {
824
- .mfui-instructions_reversed .mfui-instructions__articles-title-block {
825
- margin-bottom: 40px;
826
- }
827
- }
1
+ h1,h2,h3,h4,h5{margin:0}.mfui-instructions__title_resolution_mobile{margin-bottom:32px;text-align:center}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions__title_resolution_mobile{margin-bottom:40px}}@media screen and (min-width:1024px){.mfui-instructions__title_resolution_mobile{display:none}}.mfui-instructions__title_resolution_desktop{margin-bottom:40px}@media screen and (max-width:1023px){.mfui-instructions__title_resolution_desktop{display:none}}.mfui-instructions .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:1024px){.mfui-instructions__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mfui-instructions__wrapper_vertical-align_top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mfui-instructions__wrapper_vertical-align_unset{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}}.mfui-instructions .mfui-instructions__text{margin-top:48px}@media screen and (max-width:1023px){.mfui-instructions .mfui-instructions__text{text-align:center}}.mfui-instructions__picture{max-height:490px;max-width:530px;overflow:hidden;position:relative}@media screen and (max-width:1023px){.mfui-instructions__picture{margin:0 auto}}@media screen and (min-width:1024px){.mfui-instructions__picture{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:50%}.mfui-instructions__picture_align_left{-webkit-box-ordinal-group:1;-ms-flex-order:0;margin-right:40px;order:0}}.mfui-instructions_mask_none .mfui-instructions__slide{display:-webkit-box;display:-ms-flexbox;display:flex}.mfui-instructions__swiper-img{height:100%;width:100%}.mfui-instructions__swiper-img_video{-webkit-filter:brightness(108.5%);filter:brightness(108.5%)}.mfui-instructions__img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;height:490px;position:relative}@media screen and (max-width:1023px){.mfui-instructions__img-wrapper:before{background:var(--spbSky2);bottom:0;content:"";display:block;height:1px;left:0;margin:0 auto;position:absolute;right:0;width:324px;z-index:2}}.mfui-instructions__device-screen{overflow:hidden;pointer-events:none}@media screen and (max-width:1023px){.mfui-instructions_mask_android .mfui-instructions__img-wrapper,.mfui-instructions_mask_black-iphone .mfui-instructions__img-wrapper,.mfui-instructions_mask_white-iphone .mfui-instructions__img-wrapper{height:421px}}.mfui-instructions_mask_android .mfui-instructions__device-screen,.mfui-instructions_mask_black-iphone .mfui-instructions__device-screen,.mfui-instructions_mask_white-iphone .mfui-instructions__device-screen{height:490px;margin:auto;width:100%}.mfui-instructions_mask_android .mfui-instructions__swiper,.mfui-instructions_mask_black-iphone .mfui-instructions__swiper,.mfui-instructions_mask_white-iphone .mfui-instructions__swiper{height:363px;left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:59px;width:204px}.mfui-instructions_mask_black-iphone .mfui-instructions__device-screen{background:url(img/blackIphone.png) 50% no-repeat;background-size:contain}.mfui-instructions_mask_white-iphone .mfui-instructions__device-screen{background:url(img/whiteIphone.png) 50% no-repeat;background-size:contain}@media screen and (max-width:1023px){.mfui-instructions_mask_android .mfui-instructions__img-wrapper{height:424px}}.mfui-instructions_mask_android .mfui-instructions__device-screen{background:url(img/android.png) 50% no-repeat;background-size:contain}.mfui-instructions_mask_android .mfui-instructions__swiper{height:370px;width:206px}@media screen and (max-width:1023px){.mfui-instructions_mask_new-iphone .mfui-instructions__img-wrapper{height:460px}}.mfui-instructions_mask_new-iphone .mfui-instructions__device-screen{background:url(img/newIphone.png) 50% no-repeat;background-size:contain;height:490px;margin:auto;position:relative;width:100%;z-index:2}.mfui-instructions_mask_new-iphone .mfui-instructions__swiper{border-radius:20px;height:462px;left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:14px;width:214px;z-index:1}@media screen and (max-width:1023px){.mfui-instructions_mask_iphone-12 .mfui-instructions__img-wrapper:before{display:none}}.mfui-instructions_mask_iphone-12 .mfui-instructions__device-screen{background:url(img/iphone12.png) 50% no-repeat;background-size:contain;height:490px;margin:auto;position:relative;width:100%;z-index:2}.mfui-instructions_mask_iphone-12 .mfui-instructions__swiper{border-radius:20px;height:462px;left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:14px;width:214px;z-index:1}.mfui-instructions_mask_iphone-15 .mfui-instructions__img-wrapper{height:487px}@media screen and (max-width:1023px){.mfui-instructions_mask_iphone-15 .mfui-instructions__img-wrapper:before{display:none}}.mfui-instructions_mask_iphone-15 .mfui-instructions__device-screen{background:url(img/iphone15.png) 50% no-repeat;background-size:contain;height:486px;margin:auto;position:relative;width:100%;z-index:2}.mfui-instructions_mask_iphone-15 .mfui-instructions__swiper{border-radius:20px;height:468px;left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:10px;width:217px;z-index:1}.mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper{height:420px;min-height:420px}@media screen and (min-width:1024px){.mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper{height:440px;min-height:440px}}.mfui-instructions_mask_android-cropped .mfui-instructions__img-wrapper:before{background:var(--spbSky2);bottom:0;content:"";display:block;height:1px;left:0;margin:0 auto;position:absolute;right:0;width:324px;z-index:2}.mfui-instructions_mask_android-cropped .mfui-instructions__device-screen{background:url(img/android-new.png) 50% no-repeat;background-size:contain;height:510px;margin-top:24px;position:relative;width:100%;z-index:1}@media screen and (min-width:1024px){.mfui-instructions_mask_android-cropped .mfui-instructions__device-screen{height:574px}}.mfui-instructions_mask_android-cropped .mfui-instructions__swiper{left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:54px;width:222px}@media screen and (min-width:1024px){.mfui-instructions_mask_android-cropped .mfui-instructions__swiper{top:58px;width:250px}}.mfui-instructions_mask_iphone-cropped .mfui-instructions__img-wrapper{height:420px;min-height:420px}.mfui-instructions_mask_iphone-cropped .mfui-instructions__img-wrapper:before{background:var(--spbSky2);bottom:0;content:"";display:block;height:1px;left:0;margin:0 auto;position:absolute;right:0;width:324px;z-index:2}.mfui-instructions_mask_iphone-cropped .mfui-instructions__device-screen{background:url(img/iphone-new.png) 50% no-repeat;background-size:contain;height:469px;margin-top:24px;position:relative;width:100%;z-index:1}.mfui-instructions_mask_iphone-cropped .mfui-instructions__swiper{left:0;margin:auto;overflow:hidden;position:absolute;right:0;top:38px;width:205px}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper{background:url(img/laptop.png) 50% 0 no-repeat;background-size:100%;height:0;padding-bottom:53.4%}}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper{height:208px}}@media screen and (max-width:479px){.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper{height:115px}.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before{width:310px}}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before{width:460px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_mask_laptop .mfui-instructions__img-wrapper:before{width:590px}}.mfui-instructions_mask_laptop .mfui-instructions__device-screen{background:url(img/laptop.png) 50% 0 no-repeat;background-size:100%;height:100%;margin:auto;position:relative;width:100%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_mask_laptop .mfui-instructions__device-screen{width:530px}}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop .mfui-instructions__device-screen{width:450px}}@media screen and (max-width:479px){.mfui-instructions_mask_laptop .mfui-instructions__device-screen{width:270px}}@media screen and (min-width:1024px){.mfui-instructions_mask_laptop .mfui-instructions__device-screen{background:url(img/laptop.png) 50% no-repeat;background-size:contain}}.mfui-instructions_mask_laptop .mfui-instructions__swiper{left:50%;margin:auto;overflow:hidden;position:absolute;right:0;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:78%}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop .mfui-instructions__swiper{height:190px;max-width:345px}}@media screen and (max-width:479px){.mfui-instructions_mask_laptop .mfui-instructions__swiper{height:105px;max-width:210px}}@media screen and (min-width:1024px){.mfui-instructions_mask_laptop .mfui-instructions__swiper{-webkit-transform:translate(-50%,-53%);transform:translate(-50%,-53%)}}@media screen and (max-width:1023px){.mfui-instructions_mask_laptop-new .mfui-instructions__img-wrapper{background:url(img/laptop-new.png) 50% 0 no-repeat;background-size:100%;height:0;padding-bottom:58.9%}}.mfui-instructions_mask_laptop-new .mfui-instructions__img-wrapper:before{display:none}.mfui-instructions_mask_laptop-new .mfui-instructions__device-screen{background:url(img/laptop-new.png) 50% 0 no-repeat;background-size:100%;height:100%;margin:auto;position:relative;width:100%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_mask_laptop-new .mfui-instructions__device-screen{width:530px}}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop-new .mfui-instructions__device-screen{width:450px}}@media screen and (max-width:479px){.mfui-instructions_mask_laptop-new .mfui-instructions__device-screen{width:270px}}@media screen and (min-width:1024px){.mfui-instructions_mask_laptop-new .mfui-instructions__device-screen{background:url(img/laptop-new.png) 50% no-repeat;background-size:contain}}.mfui-instructions_mask_laptop-new .mfui-instructions__swiper{left:50%;margin:auto;overflow:hidden;position:absolute;right:0;top:4px;-webkit-transform:translate(-49.5%);transform:translate(-49.5%);width:78%}@media screen and (min-width:480px) and (max-width:767px){.mfui-instructions_mask_laptop-new .mfui-instructions__swiper{max-width:415px;top:7px}}@media screen and (max-width:479px){.mfui-instructions_mask_laptop-new .mfui-instructions__swiper{max-width:302px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_mask_laptop-new .mfui-instructions__swiper{top:12px}}@media screen and (min-width:1024px){.mfui-instructions_mask_laptop-new .mfui-instructions__swiper{top:50%;-webkit-transform:translate(-49.5%,-55%);transform:translate(-49.5%,-55%)}}.mfui-instructions__slide{-ms-flex-negative:0;flex-shrink:0;height:100%}@media screen and (max-width:767px){.mfui-instructions__articles{margin-top:24px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions__articles{margin-top:32px}}@media screen and (min-width:1024px){.mfui-instructions__articles{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:50%}.mfui-instructions__articles_align_right{margin-right:40px}}.mfui-instructions__articles-list{list-style-type:none;margin:0;padding:0}@media screen and (min-width:1024px){.mfui-instructions__articles-list_mobile{display:none}}@media screen and (max-width:1023px){.mfui-instructions__articles-list_desktop{display:none}}.mfui-instructions__articles-item{opacity:.5;position:relative}@media screen and (min-width:1024px){.mfui-instructions__articles-item{margin-bottom:48px}}.mfui-instructions__articles-item:hover,.mfui-instructions__articles-item_active{opacity:1}.mfui-instructions__articles-item:hover .mfui-instructions__articles-item-dot,.mfui-instructions__articles-item_active .mfui-instructions__articles-item-dot{color:var(--stcWhite)}.mfui-instructions__articles-item:hover .mfui-instructions__articles-item-dot:before,.mfui-instructions__articles-item_active .mfui-instructions__articles-item-dot:before{background:var(--brandGreen);bottom:0;left:0;right:0;top:0}@media screen and (min-width:1024px){.mfui-instructions__articles-item:last-child{margin-bottom:0}}.mfui-instructions__articles-item-dot{border-radius:50%;-webkit-box-shadow:inset 0 0 0 1px var(--spbSky3);box-shadow:inset 0 0 0 1px var(--spbSky3);cursor:pointer;display:inline-block;font-size:15px;font-weight:500;height:40px;line-height:40px;position:absolute;text-align:center;width:40px}@media screen and (max-width:479px){.mfui-instructions__articles-item-dot{min-width:40px}}.mfui-instructions__articles-item-dot:before{border-radius:50%;bottom:50%;content:"";left:50%;position:absolute;right:50%;top:50%;-webkit-transition:all .3s ease;transition:all .3s ease}.mfui-instructions__articles-item-dot-number{position:relative}.mfui-instructions__articles-item-title{cursor:pointer;display:inline-block;font-size:15px;font-weight:400;line-height:24px}@media screen and (min-width:1024px){.mfui-instructions__articles-item-title{padding:4px 0 0 56px}}.mfui-instructions__articles-dots{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style-type:none;margin:0;padding:0}@media screen and (max-width:767px){.mfui-instructions__articles-dots{margin-top:16px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions__articles-dots{margin-top:24px}}@media screen and (min-width:1024px){.mfui-instructions__articles-dots{display:none}}.mfui-instructions__articles-dots_text-after{margin-bottom:48px}.mfui-instructions__articles-dot{background:var(--spbSky2);border-radius:4px;cursor:pointer;display:inline-block;height:8px;margin-right:12px;position:relative;width:8px}.mfui-instructions__articles-dot:hover,.mfui-instructions__articles-dot_active{background:var(--brandGreen)}.mfui-instructions__articles-dot_active{width:20px}.mfui-instructions__articles-dot:last-child{margin-right:0}.mfui-instructions__articles-title-block{margin:0 auto;text-align:center}@media screen and (max-width:767px){.mfui-instructions__articles-title-block{width:55%}}@media screen and (max-width:479px){.mfui-instructions__articles-title-block{width:100%}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions__articles-title-block{max-width:530px;width:100%}}.mfui-instructions__articles-title-block_with-numeration{text-align:left}.mfui-instructions__articles-title{font-weight:400;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mfui-instructions__articles-num,.mfui-instructions__articles-title{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;line-height:24px}.mfui-instructions__articles-num{font-weight:500;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--brandGreen);border-radius:50%;color:var(--stcWhite);height:40px;justify-content:center;margin-right:16px;width:40px}@media screen and (min-width:1024px){.mfui-instructions__articles-num{display:none}}.mfui-instructions__picture_background_spbSky0{background-color:var(--spbSky0);border-radius:12px}.mfui-instructions__picture_background_spbSky0 .mfui-instructions__img-wrapper:before{display:none}.mfui-instructions__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}@media screen and (max-width:767px){.mfui-instructions__arrow{display:none}}.mfui-instructions__arrow_prev{left:24px}.mfui-instructions__arrow_next{right:24px}.mfui-instructions__qr-code{-webkit-box-sizing:border-box;box-sizing:border-box;display:none;padding:12px;position:absolute;right:64px;top:12px;width:126px;z-index:3}@media screen and (min-width:768px){.mfui-instructions__qr-code{display:block}}@media screen and (min-width:1024px) and (max-width:1279px){.mfui-instructions__qr-code{right:44px}}.mfui-instructions__qr-code-image{display:block;height:auto;width:100%}.mfui-instructions__qr-code-text{font-size:12px;font-weight:500;line-height:12px;margin-bottom:12px;text-align:center}.mfui-instructions_reversed .mfui-instructions__title_resolution_mobile{margin-bottom:16px}@media screen and (max-width:1023px){.mfui-instructions_reversed .mfui-instructions__picture{margin-bottom:0;max-height:100%}.mfui-instructions_reversed .mfui-instructions__articles{display:none}}@media screen and (max-width:767px){.mfui-instructions_reversed .mfui-instructions__articles-title-block{margin-bottom:32px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-instructions_reversed .mfui-instructions__articles-title-block{margin-bottom:40px}}