@megafon/ui-shared 5.17.0 → 6.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (283) 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/timerFormatUtil.js +1 -9
  14. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  15. package/dist/es/components/BannerBox/BannerBox.js +3 -12
  16. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  17. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
  18. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  19. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
  20. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  21. package/dist/es/components/BenefitsIcons/helpers.js +6 -20
  22. package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
  23. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  24. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
  25. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
  26. package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
  27. package/dist/es/components/BenefitsPictures/helpers.js +0 -14
  28. package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
  29. package/dist/es/components/BenefitsPictures/types.js +1 -0
  30. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
  31. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  32. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
  33. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  34. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
  35. package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
  36. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  37. package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
  38. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  39. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  40. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
  41. package/dist/es/components/Card/Card.d.ts +4 -4
  42. package/dist/es/components/Card/Card.js +25 -115
  43. package/dist/es/components/Card/types.d.ts +10 -10
  44. package/dist/es/components/Card/types.js +1 -0
  45. package/dist/es/components/CardsBox/CardsBox.js +3 -14
  46. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  47. package/dist/es/components/CardsBox/helpers.js +0 -4
  48. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  49. package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
  50. package/dist/es/components/Container/Container.d.ts +7 -5
  51. package/dist/es/components/Container/Container.js +10 -25
  52. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  53. package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
  54. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  55. package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
  56. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  57. package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
  58. package/dist/es/components/ImageBanner/ImageBanner.d.ts +8 -7
  59. package/dist/es/components/ImageBanner/ImageBanner.js +37 -88
  60. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  61. package/dist/es/components/Instructions/Instructions.js +41 -94
  62. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  63. package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
  64. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  65. package/dist/es/components/PageTitle/PageTitle.js +12 -37
  66. package/dist/es/components/Partners/Partners.d.ts +2 -2
  67. package/dist/es/components/Partners/Partners.js +17 -48
  68. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  69. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
  70. package/dist/es/components/Property/Property.d.ts +4 -4
  71. package/dist/es/components/Property/Property.js +37 -81
  72. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  73. package/dist/es/components/Property/PropertyDescription.js +8 -28
  74. package/dist/es/components/Property/types.d.ts +7 -5
  75. package/dist/es/components/Property/types.js +1 -0
  76. package/dist/es/components/Steps/Steps.d.ts +2 -1
  77. package/dist/es/components/Steps/Steps.js +4 -19
  78. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  79. package/dist/es/components/Steps/StepsItem.js +2 -9
  80. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  81. package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
  82. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  83. package/dist/es/components/StoreButton/StoreButton.js +13 -44
  84. package/dist/es/components/Table/Table.d.ts +1 -1
  85. package/dist/es/components/Table/Table.js +31 -51
  86. package/dist/es/components/Table/TableCell.js +0 -6
  87. package/dist/es/components/Table/TableRow.js +1 -10
  88. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  89. package/dist/es/components/TabsBox/TabsBox.js +4 -13
  90. package/dist/es/components/TextBox/TextBox.d.ts +2 -1
  91. package/dist/es/components/TextBox/TextBox.js +8 -23
  92. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  93. package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
  94. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  95. package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
  96. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  97. package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -21
  98. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  99. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
  100. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  101. package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
  102. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  103. package/dist/es/components/VideoBlock/VideoBlock.js +35 -75
  104. package/dist/es/helpers/getColumnConfig.d.ts +5 -1
  105. package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
  106. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  107. package/dist/lib/components/AccordionBox/AccordionBox.js +10 -66
  108. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  109. package/dist/lib/components/AudioPlayer/AudioPlayer.js +32 -56
  110. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  111. package/dist/lib/components/AudioPlayer/AudioProgress.js +12 -43
  112. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  113. package/dist/lib/components/AudioPlayer/AudioRange.js +9 -17
  114. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  115. package/dist/lib/components/AudioPlayer/AudioVolume.js +4 -23
  116. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +5 -16
  117. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
  118. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  119. package/dist/lib/components/BannerBox/BannerBox.js +7 -25
  120. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  121. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +26 -86
  122. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  123. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +13 -53
  124. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  125. package/dist/lib/components/BenefitsIcons/helpers.js +10 -37
  126. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
  127. package/dist/lib/components/BenefitsIcons/types.js +5 -8
  128. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  129. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +24 -71
  130. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
  131. package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
  132. package/dist/lib/components/BenefitsPictures/helpers.js +9 -40
  133. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
  134. package/dist/lib/components/BenefitsPictures/types.js +5 -1
  135. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
  136. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  137. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +18 -60
  138. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  139. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +22 -55
  140. package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
  141. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  142. package/dist/lib/components/ButtonBanner/ButtonBanner.js +40 -89
  143. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  144. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  145. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +29 -72
  146. package/dist/lib/components/Card/Card.d.ts +4 -4
  147. package/dist/lib/components/Card/Card.js +67 -164
  148. package/dist/lib/components/Card/types.d.ts +10 -10
  149. package/dist/lib/components/Card/types.js +5 -1
  150. package/dist/lib/components/CardsBox/CardsBox.js +7 -31
  151. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  152. package/dist/lib/components/CardsBox/helpers.js +1 -8
  153. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  154. package/dist/lib/components/CarouselBox/CarouselBox.js +15 -39
  155. package/dist/lib/components/Container/Container.d.ts +7 -5
  156. package/dist/lib/components/Container/Container.js +18 -40
  157. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  158. package/dist/lib/components/DownloadLinks/DownloadLink.js +17 -60
  159. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  160. package/dist/lib/components/DownloadLinks/DownloadLinks.js +8 -33
  161. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  162. package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
  163. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +8 -7
  164. package/dist/lib/components/ImageBanner/ImageBanner.js +61 -138
  165. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  166. package/dist/lib/components/Instructions/Instructions.js +103 -186
  167. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  168. package/dist/lib/components/NotificationBox/NotificationBox.js +9 -37
  169. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  170. package/dist/lib/components/PageTitle/PageTitle.js +15 -52
  171. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  172. package/dist/lib/components/Partners/Partners.js +21 -65
  173. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  174. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
  175. package/dist/lib/components/Property/Property.d.ts +4 -4
  176. package/dist/lib/components/Property/Property.js +60 -120
  177. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  178. package/dist/lib/components/Property/PropertyDescription.js +15 -46
  179. package/dist/lib/components/Property/types.d.ts +7 -5
  180. package/dist/lib/components/Property/types.js +5 -1
  181. package/dist/lib/components/Steps/Steps.d.ts +2 -1
  182. package/dist/lib/components/Steps/Steps.js +8 -35
  183. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  184. package/dist/lib/components/Steps/StepsItem.js +11 -23
  185. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  186. package/dist/lib/components/StoreBanner/StoreBanner.js +47 -118
  187. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  188. package/dist/lib/components/StoreButton/StoreButton.js +17 -63
  189. package/dist/lib/components/Table/Table.d.ts +1 -1
  190. package/dist/lib/components/Table/Table.js +35 -68
  191. package/dist/lib/components/Table/TableCell.js +4 -16
  192. package/dist/lib/components/Table/TableRow.js +5 -19
  193. package/dist/lib/components/TabsBox/TabBox.js +1 -4
  194. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  195. package/dist/lib/components/TabsBox/TabsBox.js +8 -26
  196. package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
  197. package/dist/lib/components/TextBox/TextBox.js +12 -36
  198. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  199. package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
  200. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  201. package/dist/lib/components/TextWithIcon/TextWithIcon.js +10 -39
  202. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  203. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +10 -37
  204. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  205. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +10 -40
  206. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  207. package/dist/lib/components/VideoBanner/VideoBanner.js +83 -176
  208. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  209. package/dist/lib/components/VideoBlock/VideoBlock.js +58 -114
  210. package/dist/lib/constants/throttleTime.js +2 -3
  211. package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
  212. package/dist/lib/helpers/getColumnConfig.js +2 -5
  213. package/dist/lib/index.js +10 -57
  214. package/package.json +87 -92
  215. package/CHANGELOG.md +0 -4002
  216. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +0 -58
  217. package/dist/es/components/AudioPlayer/style/AudioProgress.css +0 -35
  218. package/dist/es/components/AudioPlayer/style/AudioRange.css +0 -68
  219. package/dist/es/components/AudioPlayer/style/AudioVolume.css +0 -34
  220. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  221. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  222. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  223. package/dist/es/components/Card/Card.css +0 -354
  224. package/dist/es/components/Container/Container.css +0 -3245
  225. package/dist/es/components/DownloadLinks/DownloadLink.css +0 -37
  226. package/dist/es/components/DownloadLinks/DownloadLinks.css +0 -36
  227. package/dist/es/components/ImageBanner/ImageBanner.css +0 -252
  228. package/dist/es/components/Instructions/Instructions.css +0 -790
  229. package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
  230. package/dist/es/components/PageTitle/PageTitle.css +0 -80
  231. package/dist/es/components/Partners/Partners.css +0 -53
  232. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +0 -80
  233. package/dist/es/components/Property/Property.css +0 -156
  234. package/dist/es/components/Property/PropertyDescription.css +0 -17
  235. package/dist/es/components/Steps/Steps.css +0 -41
  236. package/dist/es/components/Steps/StepsItem.css +0 -42
  237. package/dist/es/components/StoreBanner/StoreBanner.css +0 -346
  238. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  239. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  240. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  241. package/dist/es/components/StoreButton/StoreButton.css +0 -327
  242. package/dist/es/components/Table/Table.css +0 -157
  243. package/dist/es/components/TextBox/TextBox.css +0 -25
  244. package/dist/es/components/TextBox/TextBoxPicture.css +0 -27
  245. package/dist/es/components/TextWithIcon/TextWithIcon.css +0 -10
  246. package/dist/es/components/TextWithIcon/TextWithIconItem.css +0 -29
  247. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  248. package/dist/es/components/VideoBanner/VideoBanner.css +0 -225
  249. package/dist/es/components/VideoBlock/VideoBlock.css +0 -106
  250. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +0 -58
  251. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +0 -35
  252. package/dist/lib/components/AudioPlayer/style/AudioRange.css +0 -68
  253. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +0 -34
  254. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  255. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  256. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  257. package/dist/lib/components/Card/Card.css +0 -354
  258. package/dist/lib/components/Container/Container.css +0 -3245
  259. package/dist/lib/components/DownloadLinks/DownloadLink.css +0 -37
  260. package/dist/lib/components/DownloadLinks/DownloadLinks.css +0 -36
  261. package/dist/lib/components/ImageBanner/ImageBanner.css +0 -252
  262. package/dist/lib/components/Instructions/Instructions.css +0 -790
  263. package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
  264. package/dist/lib/components/PageTitle/PageTitle.css +0 -80
  265. package/dist/lib/components/Partners/Partners.css +0 -53
  266. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +0 -80
  267. package/dist/lib/components/Property/Property.css +0 -156
  268. package/dist/lib/components/Property/PropertyDescription.css +0 -17
  269. package/dist/lib/components/Steps/Steps.css +0 -41
  270. package/dist/lib/components/Steps/StepsItem.css +0 -42
  271. package/dist/lib/components/StoreBanner/StoreBanner.css +0 -346
  272. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  273. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  274. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  275. package/dist/lib/components/StoreButton/StoreButton.css +0 -327
  276. package/dist/lib/components/Table/Table.css +0 -157
  277. package/dist/lib/components/TextBox/TextBox.css +0 -25
  278. package/dist/lib/components/TextBox/TextBoxPicture.css +0 -27
  279. package/dist/lib/components/TextWithIcon/TextWithIcon.css +0 -10
  280. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +0 -29
  281. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  282. package/dist/lib/components/VideoBanner/VideoBanner.css +0 -225
  283. package/dist/lib/components/VideoBlock/VideoBlock.css +0 -106
@@ -1,790 +0,0 @@
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
- }