@megafon/ui-shared 6.0.0-beta.4 → 6.0.0

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 (285) hide show
  1. package/CHANGELOG.md +4031 -0
  2. package/dist/es/components/AccordionBox/AccordionBox.css +15 -1
  3. package/dist/es/components/AccordionBox/AccordionBox.d.ts +2 -2
  4. package/dist/es/components/AccordionBox/AccordionBox.js +49 -6
  5. package/dist/es/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  6. package/dist/es/components/AudioPlayer/AudioPlayer.js +27 -11
  7. package/dist/es/components/AudioPlayer/AudioProgress.d.ts +1 -1
  8. package/dist/es/components/AudioPlayer/AudioProgress.js +22 -10
  9. package/dist/es/components/AudioPlayer/AudioRange.d.ts +1 -1
  10. package/dist/es/components/AudioPlayer/AudioRange.js +10 -8
  11. package/dist/es/components/AudioPlayer/AudioVolume.d.ts +1 -1
  12. package/dist/es/components/AudioPlayer/AudioVolume.js +12 -3
  13. package/dist/es/components/AudioPlayer/hooks/useTrackDuration.js +10 -4
  14. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +58 -1
  15. package/dist/es/components/AudioPlayer/style/AudioProgress.css +35 -1
  16. package/dist/es/components/AudioPlayer/style/AudioRange.css +68 -1
  17. package/dist/es/components/AudioPlayer/style/AudioVolume.css +34 -1
  18. package/dist/es/components/AudioPlayer/timerFormatUtil.js +9 -1
  19. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  20. package/dist/es/components/BannerBox/BannerBox.js +12 -3
  21. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  22. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +64 -23
  23. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  24. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +36 -9
  25. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  26. package/dist/es/components/BenefitsIcons/helpers.js +20 -6
  27. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +38 -1
  28. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +90 -1
  29. package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
  30. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  31. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +49 -19
  32. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +43 -1
  33. package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
  34. package/dist/es/components/BenefitsPictures/helpers.js +14 -0
  35. package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
  36. package/dist/es/components/BenefitsPictures/types.js +0 -1
  37. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +43 -1
  38. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  39. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +39 -10
  40. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +16 -1
  41. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  42. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +36 -11
  43. package/dist/es/components/ButtonBanner/ButtonBanner.css +122 -1
  44. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  45. package/dist/es/components/ButtonBanner/ButtonBanner.js +53 -22
  46. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +19 -1
  47. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  48. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +51 -20
  49. package/dist/es/components/Card/Card.css +354 -1
  50. package/dist/es/components/Card/Card.d.ts +4 -4
  51. package/dist/es/components/Card/Card.js +115 -25
  52. package/dist/es/components/Card/types.d.ts +10 -10
  53. package/dist/es/components/Card/types.js +0 -1
  54. package/dist/es/components/CardsBox/CardsBox.js +14 -3
  55. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  56. package/dist/es/components/CardsBox/helpers.js +4 -0
  57. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  58. package/dist/es/components/CarouselBox/CarouselBox.js +24 -11
  59. package/dist/es/components/Container/Container.css +3287 -1
  60. package/dist/es/components/Container/Container.d.ts +5 -7
  61. package/dist/es/components/Container/Container.js +25 -10
  62. package/dist/es/components/DownloadLinks/DownloadLink.css +37 -1
  63. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  64. package/dist/es/components/DownloadLinks/DownloadLink.js +44 -13
  65. package/dist/es/components/DownloadLinks/DownloadLinks.css +36 -1
  66. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  67. package/dist/es/components/DownloadLinks/DownloadLinks.js +13 -2
  68. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +2 -5
  69. package/dist/es/components/FaqWrapper/FaqWrapper.js +3 -1
  70. package/dist/es/components/ImageBanner/ImageBanner.css +252 -1
  71. package/dist/es/components/ImageBanner/ImageBanner.d.ts +7 -8
  72. package/dist/es/components/ImageBanner/ImageBanner.js +88 -37
  73. package/dist/es/components/Instructions/Instructions.css +790 -1
  74. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  75. package/dist/es/components/Instructions/Instructions.js +94 -41
  76. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  77. package/dist/es/components/NotificationBox/NotificationBox.js +19 -5
  78. package/dist/es/components/NotificationBox/style/NotificationBox.css +28 -0
  79. package/dist/es/components/PageTitle/PageTitle.css +80 -1
  80. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  81. package/dist/es/components/PageTitle/PageTitle.js +37 -12
  82. package/dist/es/components/Partners/Partners.css +53 -1
  83. package/dist/es/components/Partners/Partners.d.ts +2 -2
  84. package/dist/es/components/Partners/Partners.js +48 -17
  85. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +80 -1
  86. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +2 -4
  87. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +28 -10
  88. package/dist/es/components/Property/Property.css +156 -1
  89. package/dist/es/components/Property/Property.d.ts +4 -4
  90. package/dist/es/components/Property/Property.js +81 -37
  91. package/dist/es/components/Property/PropertyDescription.css +17 -1
  92. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  93. package/dist/es/components/Property/PropertyDescription.js +28 -8
  94. package/dist/es/components/Property/types.d.ts +5 -7
  95. package/dist/es/components/Property/types.js +0 -1
  96. package/dist/es/components/Steps/Steps.css +41 -1
  97. package/dist/es/components/Steps/Steps.d.ts +1 -2
  98. package/dist/es/components/Steps/Steps.js +19 -4
  99. package/dist/es/components/Steps/StepsItem.css +42 -1
  100. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  101. package/dist/es/components/Steps/StepsItem.js +9 -2
  102. package/dist/es/components/StoreBanner/StoreBanner.css +346 -1
  103. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  104. package/dist/es/components/StoreBanner/StoreBanner.js +97 -41
  105. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  106. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  107. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  108. package/dist/es/components/StoreButton/StoreButton.css +327 -1
  109. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  110. package/dist/es/components/StoreButton/StoreButton.js +44 -13
  111. package/dist/es/components/Table/Table.css +157 -1
  112. package/dist/es/components/Table/Table.d.ts +1 -1
  113. package/dist/es/components/Table/Table.js +51 -31
  114. package/dist/es/components/Table/TableCell.js +6 -0
  115. package/dist/es/components/Table/TableRow.js +10 -1
  116. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  117. package/dist/es/components/TabsBox/TabsBox.js +13 -4
  118. package/dist/es/components/TextBox/TextBox.css +25 -1
  119. package/dist/es/components/TextBox/TextBox.d.ts +1 -2
  120. package/dist/es/components/TextBox/TextBox.js +23 -8
  121. package/dist/es/components/TextBox/TextBoxPicture.css +27 -1
  122. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  123. package/dist/es/components/TextBox/TextBoxPicture.js +14 -5
  124. package/dist/es/components/TextWithIcon/TextWithIcon.css +10 -1
  125. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  126. package/dist/es/components/TextWithIcon/TextWithIcon.js +24 -6
  127. package/dist/es/components/TextWithIcon/TextWithIconItem.css +29 -1
  128. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  129. package/dist/es/components/TextWithIcon/TextWithIconItem.js +21 -6
  130. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +31 -1
  131. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  132. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +23 -6
  133. package/dist/es/components/VideoBanner/VideoBanner.css +225 -1
  134. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  135. package/dist/es/components/VideoBanner/VideoBanner.js +110 -47
  136. package/dist/es/components/VideoBlock/VideoBlock.css +106 -1
  137. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  138. package/dist/es/components/VideoBlock/VideoBlock.js +75 -35
  139. package/dist/es/helpers/getColumnConfig.d.ts +1 -5
  140. package/dist/lib/components/AccordionBox/AccordionBox.css +15 -1
  141. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  142. package/dist/lib/components/AccordionBox/AccordionBox.js +66 -10
  143. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  144. package/dist/lib/components/AudioPlayer/AudioPlayer.js +56 -32
  145. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  146. package/dist/lib/components/AudioPlayer/AudioProgress.js +43 -12
  147. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  148. package/dist/lib/components/AudioPlayer/AudioRange.js +17 -9
  149. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  150. package/dist/lib/components/AudioPlayer/AudioVolume.js +23 -4
  151. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +16 -5
  152. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +58 -1
  153. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +35 -1
  154. package/dist/lib/components/AudioPlayer/style/AudioRange.css +68 -1
  155. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +34 -1
  156. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +13 -2
  157. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  158. package/dist/lib/components/BannerBox/BannerBox.js +25 -7
  159. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  160. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +86 -26
  161. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  162. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +53 -13
  163. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  164. package/dist/lib/components/BenefitsIcons/helpers.js +37 -10
  165. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +38 -1
  166. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +90 -1
  167. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
  168. package/dist/lib/components/BenefitsIcons/types.js +8 -5
  169. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  170. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +71 -24
  171. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +43 -1
  172. package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
  173. package/dist/lib/components/BenefitsPictures/helpers.js +40 -9
  174. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
  175. package/dist/lib/components/BenefitsPictures/types.js +1 -5
  176. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +43 -1
  177. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  178. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +60 -18
  179. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +16 -1
  180. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  181. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +55 -22
  182. package/dist/lib/components/ButtonBanner/ButtonBanner.css +122 -1
  183. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  184. package/dist/lib/components/ButtonBanner/ButtonBanner.js +89 -40
  185. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +19 -1
  186. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  187. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +72 -29
  188. package/dist/lib/components/Card/Card.css +354 -1
  189. package/dist/lib/components/Card/Card.d.ts +4 -4
  190. package/dist/lib/components/Card/Card.js +164 -67
  191. package/dist/lib/components/Card/types.d.ts +10 -10
  192. package/dist/lib/components/Card/types.js +1 -5
  193. package/dist/lib/components/CardsBox/CardsBox.js +31 -7
  194. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  195. package/dist/lib/components/CardsBox/helpers.js +8 -1
  196. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  197. package/dist/lib/components/CarouselBox/CarouselBox.js +39 -15
  198. package/dist/lib/components/Container/Container.css +3287 -1
  199. package/dist/lib/components/Container/Container.d.ts +5 -7
  200. package/dist/lib/components/Container/Container.js +40 -18
  201. package/dist/lib/components/DownloadLinks/DownloadLink.css +37 -1
  202. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  203. package/dist/lib/components/DownloadLinks/DownloadLink.js +60 -17
  204. package/dist/lib/components/DownloadLinks/DownloadLinks.css +36 -1
  205. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  206. package/dist/lib/components/DownloadLinks/DownloadLinks.js +33 -8
  207. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +2 -5
  208. package/dist/lib/components/FaqWrapper/FaqWrapper.js +9 -6
  209. package/dist/lib/components/ImageBanner/ImageBanner.css +252 -1
  210. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +7 -8
  211. package/dist/lib/components/ImageBanner/ImageBanner.js +138 -61
  212. package/dist/lib/components/Instructions/Instructions.css +790 -1
  213. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  214. package/dist/lib/components/Instructions/Instructions.js +186 -103
  215. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  216. package/dist/lib/components/NotificationBox/NotificationBox.js +37 -9
  217. package/dist/lib/components/NotificationBox/style/NotificationBox.css +28 -0
  218. package/dist/lib/components/PageTitle/PageTitle.css +80 -1
  219. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  220. package/dist/lib/components/PageTitle/PageTitle.js +52 -15
  221. package/dist/lib/components/Partners/Partners.css +53 -1
  222. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  223. package/dist/lib/components/Partners/Partners.js +65 -21
  224. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +80 -1
  225. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +2 -4
  226. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +46 -16
  227. package/dist/lib/components/Property/Property.css +156 -1
  228. package/dist/lib/components/Property/Property.d.ts +4 -4
  229. package/dist/lib/components/Property/Property.js +120 -60
  230. package/dist/lib/components/Property/PropertyDescription.css +17 -1
  231. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  232. package/dist/lib/components/Property/PropertyDescription.js +46 -15
  233. package/dist/lib/components/Property/types.d.ts +5 -7
  234. package/dist/lib/components/Property/types.js +1 -5
  235. package/dist/lib/components/Steps/Steps.css +41 -1
  236. package/dist/lib/components/Steps/Steps.d.ts +1 -2
  237. package/dist/lib/components/Steps/Steps.js +35 -8
  238. package/dist/lib/components/Steps/StepsItem.css +42 -1
  239. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  240. package/dist/lib/components/Steps/StepsItem.js +23 -11
  241. package/dist/lib/components/StoreBanner/StoreBanner.css +346 -1
  242. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  243. package/dist/lib/components/StoreBanner/StoreBanner.js +118 -47
  244. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  245. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  246. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  247. package/dist/lib/components/StoreButton/StoreButton.css +327 -1
  248. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  249. package/dist/lib/components/StoreButton/StoreButton.js +63 -17
  250. package/dist/lib/components/Table/Table.css +157 -1
  251. package/dist/lib/components/Table/Table.d.ts +1 -1
  252. package/dist/lib/components/Table/Table.js +68 -35
  253. package/dist/lib/components/Table/TableCell.js +16 -4
  254. package/dist/lib/components/Table/TableRow.js +19 -5
  255. package/dist/lib/components/TabsBox/TabBox.js +4 -1
  256. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  257. package/dist/lib/components/TabsBox/TabsBox.js +26 -8
  258. package/dist/lib/components/TextBox/TextBox.css +25 -1
  259. package/dist/lib/components/TextBox/TextBox.d.ts +1 -2
  260. package/dist/lib/components/TextBox/TextBox.js +36 -12
  261. package/dist/lib/components/TextBox/TextBoxPicture.css +27 -1
  262. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  263. package/dist/lib/components/TextBox/TextBoxPicture.js +29 -11
  264. package/dist/lib/components/TextWithIcon/TextWithIcon.css +10 -1
  265. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  266. package/dist/lib/components/TextWithIcon/TextWithIcon.js +39 -10
  267. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +29 -1
  268. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  269. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +37 -10
  270. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +31 -1
  271. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  272. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +40 -10
  273. package/dist/lib/components/VideoBanner/VideoBanner.css +225 -1
  274. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  275. package/dist/lib/components/VideoBanner/VideoBanner.js +176 -83
  276. package/dist/lib/components/VideoBlock/VideoBlock.css +106 -1
  277. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  278. package/dist/lib/components/VideoBlock/VideoBlock.js +114 -58
  279. package/dist/lib/constants/throttleTime.js +3 -2
  280. package/dist/lib/helpers/getColumnConfig.d.ts +1 -5
  281. package/dist/lib/helpers/getColumnConfig.js +5 -2
  282. package/dist/lib/index.js +57 -10
  283. package/package.json +92 -87
  284. package/dist/es/components/NotificationBox/NotificationBox.css +0 -1
  285. package/dist/lib/components/NotificationBox/NotificationBox.css +0 -1
@@ -1 +1,790 @@
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{width:55%}}.mfui-instructions__articles-title{font-size:15px;font-weight:400;line-height:24px}.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}}
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: 55%;
702
+ }
703
+ }
704
+ .mfui-instructions__articles-title {
705
+ font-size: 15px;
706
+ line-height: 24px;
707
+ font-weight: 400;
708
+ }
709
+ .mfui-instructions__picture_background_spbSky0 {
710
+ border-radius: 12px;
711
+ background-color: var(--spbSky0);
712
+ }
713
+ .mfui-instructions__picture_background_spbSky0 .mfui-instructions__img-wrapper:before {
714
+ display: none;
715
+ }
716
+ .mfui-instructions__arrow {
717
+ position: absolute;
718
+ top: 50%;
719
+ z-index: 2;
720
+ -webkit-transform: translateY(-50%);
721
+ transform: translateY(-50%);
722
+ }
723
+ @media screen and (max-width: 767px) {
724
+ .mfui-instructions__arrow {
725
+ display: none;
726
+ }
727
+ }
728
+ .mfui-instructions__arrow_prev {
729
+ left: 24px;
730
+ }
731
+ .mfui-instructions__arrow_next {
732
+ right: 24px;
733
+ }
734
+ .mfui-instructions__qr-code {
735
+ position: absolute;
736
+ top: 12px;
737
+ right: 64px;
738
+ z-index: 3;
739
+ display: none;
740
+ -webkit-box-sizing: border-box;
741
+ box-sizing: border-box;
742
+ width: 126px;
743
+ padding: 12px;
744
+ }
745
+ @media screen and (min-width: 768px) {
746
+ .mfui-instructions__qr-code {
747
+ display: block;
748
+ }
749
+ }
750
+ @media screen and (min-width: 1024px) and (max-width: 1279px) {
751
+ .mfui-instructions__qr-code {
752
+ right: 44px;
753
+ }
754
+ }
755
+ .mfui-instructions__qr-code-image {
756
+ display: block;
757
+ width: 100%;
758
+ height: auto;
759
+ }
760
+ .mfui-instructions__qr-code-text {
761
+ margin-bottom: 12px;
762
+ font-weight: 500;
763
+ font-size: 12px;
764
+ line-height: 12px;
765
+ text-align: center;
766
+ }
767
+ .mfui-instructions_reversed .mfui-instructions__title_resolution_mobile {
768
+ margin-bottom: 16px;
769
+ }
770
+ @media screen and (max-width: 1023px) {
771
+ .mfui-instructions_reversed .mfui-instructions__picture {
772
+ max-height: 100%;
773
+ margin-bottom: 0;
774
+ }
775
+ }
776
+ @media screen and (max-width: 1023px) {
777
+ .mfui-instructions_reversed .mfui-instructions__articles {
778
+ display: none;
779
+ }
780
+ }
781
+ @media screen and (max-width: 767px) {
782
+ .mfui-instructions_reversed .mfui-instructions__articles-title-block {
783
+ margin-bottom: 32px;
784
+ }
785
+ }
786
+ @media screen and (min-width: 768px) and (max-width: 1023px) {
787
+ .mfui-instructions_reversed .mfui-instructions__articles-title-block {
788
+ margin-bottom: 40px;
789
+ }
790
+ }