@redneckz/wildless-cms-uni-blocks 0.6.44 → 0.6.46

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 (396) hide show
  1. package/bin/migration-scripts/0.6.43.js +1 -1
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +154 -139
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  6. package/bundle/components/Headline/headlineStyles.d.ts +7 -0
  7. package/bundle/components/Headline/headlineVersionStyles.d.ts +9 -0
  8. package/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  9. package/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  10. package/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  11. package/bundle/model/AlignText.d.ts +2 -1
  12. package/bundle/model/BlockVersion.d.ts +3 -0
  13. package/bundle/ui-kit/Img/ImgProps.d.ts +1 -0
  14. package/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  15. package/dist/components/Blocks.js +5 -3
  16. package/dist/components/Blocks.js.map +1 -1
  17. package/dist/components/Bonus/Bonus.js +1 -1
  18. package/dist/components/Bonus/Bonus.js.map +1 -1
  19. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  20. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  21. package/dist/components/CarouselCard/CarouselCard.js +1 -1
  22. package/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  23. package/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  24. package/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  25. package/dist/components/CarouselProductCard/CarouselProductCard.js +2 -2
  26. package/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  27. package/dist/components/Catalog/Catalog.js +1 -1
  28. package/dist/components/Catalog/Catalog.js.map +1 -1
  29. package/dist/components/ContactsBlock/ContactsBlock.js +1 -1
  30. package/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  31. package/dist/components/Gallery/GalleryCardInner.js +2 -2
  32. package/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  33. package/dist/components/Gallery/GalleryContainer.js +1 -1
  34. package/dist/components/Gallery/GalleryContainer.js.map +1 -1
  35. package/dist/components/GracePeriod/GracePeriod.js +1 -1
  36. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  37. package/dist/components/Headline/Headline.js +7 -6
  38. package/dist/components/Headline/Headline.js.map +1 -1
  39. package/dist/components/Headline/Headline.mobile.js +5 -5
  40. package/dist/components/Headline/Headline.mobile.js.map +1 -1
  41. package/dist/components/Headline/HeadlineContent.d.ts +2 -2
  42. package/dist/components/Headline/headlineStyles.d.ts +7 -0
  43. package/dist/components/Headline/headlineStyles.js +18 -0
  44. package/dist/components/Headline/headlineStyles.js.map +1 -0
  45. package/dist/components/Headline/headlineVersionStyles.d.ts +9 -0
  46. package/dist/components/Headline/headlineVersionStyles.js +46 -0
  47. package/dist/components/Headline/headlineVersionStyles.js.map +1 -0
  48. package/dist/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  49. package/dist/components/HorizontalLayout/HorizontalLayout.js +23 -0
  50. package/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  51. package/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  52. package/dist/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  53. package/dist/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  54. package/dist/components/LinkDocs/LinkDocs.js +1 -1
  55. package/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  56. package/dist/components/LinkDocs/LinkDocs.mobile.js +1 -1
  57. package/dist/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  58. package/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  59. package/dist/components/PictureText/PictureText.js +1 -1
  60. package/dist/components/PictureText/PictureText.js.map +1 -1
  61. package/dist/components/ProductBlock/ProductBlockInner.js +1 -1
  62. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  63. package/dist/components/ProductTile/ProductTile.js +1 -1
  64. package/dist/components/ProductTile/ProductTile.js.map +1 -1
  65. package/dist/components/PromoTile/PromoTile.js +1 -1
  66. package/dist/components/PromoTile/PromoTile.js.map +1 -1
  67. package/dist/components/VerticalLayout/VerticalLayout.js +3 -16
  68. package/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  69. package/dist/model/AlignText.d.ts +2 -1
  70. package/dist/model/AlignText.js.map +1 -1
  71. package/dist/model/BlockVersion.d.ts +3 -0
  72. package/dist/model/BlockVersion.js +15 -1
  73. package/dist/model/BlockVersion.js.map +1 -1
  74. package/dist/services/BlockRouter/BlockRouter.js +4 -3
  75. package/dist/services/BlockRouter/BlockRouter.js.map +1 -1
  76. package/dist/services/sitemap/isTopItemActive.js +3 -1
  77. package/dist/services/sitemap/isTopItemActive.js.map +1 -1
  78. package/dist/ui-kit/Img/ImgAsPicture.js +9 -3
  79. package/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  80. package/dist/ui-kit/Img/ImgInner.js +2 -2
  81. package/dist/ui-kit/Img/ImgInner.js.map +1 -1
  82. package/dist/ui-kit/Img/ImgProps.d.ts +1 -0
  83. package/dist/ui-kit/Location/Location.js +2 -2
  84. package/dist/ui-kit/Location/Location.js.map +1 -1
  85. package/dist/ui-kit/Paragraph/Paragraph.js +1 -5
  86. package/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  87. package/dist/ui-kit/Text/TextProps.d.ts +1 -1
  88. package/lib/common.css +1 -1
  89. package/lib/components/Blocks.js +5 -3
  90. package/lib/components/Blocks.js.map +1 -1
  91. package/lib/components/Bonus/Bonus.js +1 -1
  92. package/lib/components/Bonus/Bonus.js.map +1 -1
  93. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  94. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  95. package/lib/components/CarouselCard/CarouselCard.js +1 -1
  96. package/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  97. package/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  98. package/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  99. package/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  100. package/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  101. package/lib/components/Catalog/Catalog.js +1 -1
  102. package/lib/components/Catalog/Catalog.js.map +1 -1
  103. package/lib/components/ContactsBlock/ContactsBlock.js +1 -1
  104. package/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  105. package/lib/components/Gallery/GalleryCardInner.js +1 -1
  106. package/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  107. package/lib/components/Gallery/GalleryContainer.js +1 -1
  108. package/lib/components/Gallery/GalleryContainer.js.map +1 -1
  109. package/lib/components/GracePeriod/GracePeriod.js +1 -1
  110. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  111. package/lib/components/Headline/Headline.js +7 -6
  112. package/lib/components/Headline/Headline.js.map +1 -1
  113. package/lib/components/Headline/Headline.mobile.js +5 -5
  114. package/lib/components/Headline/Headline.mobile.js.map +1 -1
  115. package/lib/components/Headline/HeadlineContent.d.ts +2 -2
  116. package/lib/components/Headline/headlineStyles.d.ts +7 -0
  117. package/lib/components/Headline/headlineStyles.js +16 -0
  118. package/lib/components/Headline/headlineStyles.js.map +1 -0
  119. package/lib/components/Headline/headlineVersionStyles.d.ts +9 -0
  120. package/lib/components/Headline/headlineVersionStyles.js +44 -0
  121. package/lib/components/Headline/headlineVersionStyles.js.map +1 -0
  122. package/lib/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  123. package/lib/components/HorizontalLayout/HorizontalLayout.fixture.d.ts +11 -0
  124. package/lib/components/HorizontalLayout/HorizontalLayout.js +21 -0
  125. package/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  126. package/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  127. package/lib/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  128. package/lib/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  129. package/lib/components/LinkDocs/LinkDocs.js +1 -1
  130. package/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  131. package/lib/components/LinkDocs/LinkDocs.mobile.js +1 -1
  132. package/lib/components/LinkDocs/LinkDocs.mobile.js.map +1 -1
  133. package/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  134. package/lib/components/PictureText/PictureText.js +1 -1
  135. package/lib/components/PictureText/PictureText.js.map +1 -1
  136. package/lib/components/ProductBlock/ProductBlockInner.js +1 -1
  137. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  138. package/lib/components/ProductTile/ProductTile.js +1 -1
  139. package/lib/components/ProductTile/ProductTile.js.map +1 -1
  140. package/lib/components/PromoTile/PromoTile.js +1 -1
  141. package/lib/components/PromoTile/PromoTile.js.map +1 -1
  142. package/lib/components/VerticalLayout/VerticalLayout.js +3 -16
  143. package/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  144. package/lib/model/AlignText.d.ts +2 -1
  145. package/lib/model/AlignText.js.map +1 -1
  146. package/lib/model/BlockVersion.d.ts +3 -0
  147. package/lib/model/BlockVersion.js +14 -0
  148. package/lib/model/BlockVersion.js.map +1 -1
  149. package/lib/services/BlockRouter/BlockRouter.js +4 -3
  150. package/lib/services/BlockRouter/BlockRouter.js.map +1 -1
  151. package/lib/services/sitemap/isTopItemActive.js +3 -1
  152. package/lib/services/sitemap/isTopItemActive.js.map +1 -1
  153. package/lib/ui-kit/Img/ImgAsPicture.js +9 -3
  154. package/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  155. package/lib/ui-kit/Img/ImgInner.js +2 -2
  156. package/lib/ui-kit/Img/ImgInner.js.map +1 -1
  157. package/lib/ui-kit/Img/ImgProps.d.ts +1 -0
  158. package/lib/ui-kit/Location/Location.js +2 -2
  159. package/lib/ui-kit/Location/Location.js.map +1 -1
  160. package/lib/ui-kit/Paragraph/Paragraph.js +1 -5
  161. package/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  162. package/lib/ui-kit/Text/TextProps.d.ts +1 -1
  163. package/mobile/bundle/bundle.umd.js +31 -35
  164. package/mobile/bundle/bundle.umd.min.js +1 -1
  165. package/mobile/bundle/components/Headline/HeadlineContent.d.ts +2 -2
  166. package/mobile/bundle/components/Headline/headlineStyles.d.ts +7 -0
  167. package/mobile/bundle/components/Headline/headlineVersionStyles.d.ts +9 -0
  168. package/mobile/bundle/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  169. package/mobile/bundle/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  170. package/mobile/bundle/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  171. package/mobile/bundle/model/AlignText.d.ts +2 -1
  172. package/mobile/bundle/model/BlockVersion.d.ts +3 -0
  173. package/mobile/bundle/ui-kit/Img/ImgProps.d.ts +1 -0
  174. package/mobile/bundle/ui-kit/Text/TextProps.d.ts +1 -1
  175. package/mobile/dist/components/Bonus/Bonus.js +1 -1
  176. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  177. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  178. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  179. package/mobile/dist/components/CarouselCard/CarouselCard.js +1 -1
  180. package/mobile/dist/components/CarouselCard/CarouselCard.js.map +1 -1
  181. package/mobile/dist/components/CarouselLinks/CarouselLinks.js +1 -1
  182. package/mobile/dist/components/CarouselLinks/CarouselLinks.js.map +1 -1
  183. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js +2 -2
  184. package/mobile/dist/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  185. package/mobile/dist/components/Catalog/Catalog.js +1 -1
  186. package/mobile/dist/components/Catalog/Catalog.js.map +1 -1
  187. package/mobile/dist/components/ContactsBlock/ContactsBlock.js +1 -1
  188. package/mobile/dist/components/ContactsBlock/ContactsBlock.js.map +1 -1
  189. package/mobile/dist/components/Gallery/GalleryCardInner.js +2 -2
  190. package/mobile/dist/components/Gallery/GalleryCardInner.js.map +1 -1
  191. package/mobile/dist/components/Gallery/GalleryContainer.js +1 -1
  192. package/mobile/dist/components/Gallery/GalleryContainer.js.map +1 -1
  193. package/mobile/dist/components/GracePeriod/GracePeriod.js +1 -1
  194. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  195. package/mobile/dist/components/Headline/Headline.js +5 -5
  196. package/mobile/dist/components/Headline/Headline.js.map +1 -1
  197. package/mobile/dist/components/Headline/HeadlineContent.d.ts +2 -2
  198. package/mobile/dist/components/Headline/headlineStyles.d.ts +7 -0
  199. package/mobile/dist/components/Headline/headlineStyles.js +18 -0
  200. package/mobile/dist/components/Headline/headlineStyles.js.map +1 -0
  201. package/mobile/dist/components/Headline/headlineVersionStyles.d.ts +9 -0
  202. package/mobile/dist/components/Headline/headlineVersionStyles.js +46 -0
  203. package/mobile/dist/components/Headline/headlineVersionStyles.js.map +1 -0
  204. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  205. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js +23 -0
  206. package/mobile/dist/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  207. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  208. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  209. package/mobile/dist/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  210. package/mobile/dist/components/LinkDocs/LinkDocs.js +1 -1
  211. package/mobile/dist/components/LinkDocs/LinkDocs.js.map +1 -1
  212. package/mobile/dist/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  213. package/mobile/dist/components/PictureText/PictureText.js +1 -1
  214. package/mobile/dist/components/PictureText/PictureText.js.map +1 -1
  215. package/mobile/dist/components/ProductTile/ProductTile.js +1 -1
  216. package/mobile/dist/components/ProductTile/ProductTile.js.map +1 -1
  217. package/mobile/dist/components/PromoTile/PromoTile.js +1 -1
  218. package/mobile/dist/components/PromoTile/PromoTile.js.map +1 -1
  219. package/mobile/dist/components/VerticalLayout/VerticalLayout.js +3 -16
  220. package/mobile/dist/components/VerticalLayout/VerticalLayout.js.map +1 -1
  221. package/mobile/dist/model/AlignText.d.ts +2 -1
  222. package/mobile/dist/model/AlignText.js.map +1 -1
  223. package/mobile/dist/model/BlockVersion.d.ts +3 -0
  224. package/mobile/dist/model/BlockVersion.js +15 -1
  225. package/mobile/dist/model/BlockVersion.js.map +1 -1
  226. package/mobile/dist/services/BlockRouter/BlockRouter.js +4 -3
  227. package/mobile/dist/services/BlockRouter/BlockRouter.js.map +1 -1
  228. package/mobile/dist/services/sitemap/isTopItemActive.js +3 -1
  229. package/mobile/dist/services/sitemap/isTopItemActive.js.map +1 -1
  230. package/mobile/dist/ui-kit/Img/ImgAsPicture.js +9 -3
  231. package/mobile/dist/ui-kit/Img/ImgAsPicture.js.map +1 -1
  232. package/mobile/dist/ui-kit/Img/ImgInner.js +2 -2
  233. package/mobile/dist/ui-kit/Img/ImgInner.js.map +1 -1
  234. package/mobile/dist/ui-kit/Img/ImgProps.d.ts +1 -0
  235. package/mobile/dist/ui-kit/Location/Location.js +2 -2
  236. package/mobile/dist/ui-kit/Location/Location.js.map +1 -1
  237. package/mobile/dist/ui-kit/Paragraph/Paragraph.js +1 -5
  238. package/mobile/dist/ui-kit/Paragraph/Paragraph.js.map +1 -1
  239. package/mobile/dist/ui-kit/Text/TextProps.d.ts +1 -1
  240. package/mobile/lib/components/Bonus/Bonus.js +1 -1
  241. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  242. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  243. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  244. package/mobile/lib/components/CarouselCard/CarouselCard.js +1 -1
  245. package/mobile/lib/components/CarouselCard/CarouselCard.js.map +1 -1
  246. package/mobile/lib/components/CarouselLinks/CarouselLinks.js +1 -1
  247. package/mobile/lib/components/CarouselLinks/CarouselLinks.js.map +1 -1
  248. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js +1 -1
  249. package/mobile/lib/components/CarouselProductCard/CarouselProductCard.js.map +1 -1
  250. package/mobile/lib/components/Catalog/Catalog.js +1 -1
  251. package/mobile/lib/components/Catalog/Catalog.js.map +1 -1
  252. package/mobile/lib/components/ContactsBlock/ContactsBlock.js +1 -1
  253. package/mobile/lib/components/ContactsBlock/ContactsBlock.js.map +1 -1
  254. package/mobile/lib/components/Gallery/GalleryCardInner.js +1 -1
  255. package/mobile/lib/components/Gallery/GalleryCardInner.js.map +1 -1
  256. package/mobile/lib/components/Gallery/GalleryContainer.js +1 -1
  257. package/mobile/lib/components/Gallery/GalleryContainer.js.map +1 -1
  258. package/mobile/lib/components/GracePeriod/GracePeriod.js +1 -1
  259. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  260. package/mobile/lib/components/Headline/Headline.js +5 -5
  261. package/mobile/lib/components/Headline/Headline.js.map +1 -1
  262. package/mobile/lib/components/Headline/HeadlineContent.d.ts +2 -2
  263. package/mobile/lib/components/Headline/headlineStyles.d.ts +7 -0
  264. package/mobile/lib/components/Headline/headlineStyles.js +16 -0
  265. package/mobile/lib/components/Headline/headlineStyles.js.map +1 -0
  266. package/mobile/lib/components/Headline/headlineVersionStyles.d.ts +9 -0
  267. package/mobile/lib/components/Headline/headlineVersionStyles.js +44 -0
  268. package/mobile/lib/components/Headline/headlineVersionStyles.js.map +1 -0
  269. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.d.ts +5 -0
  270. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js +21 -0
  271. package/mobile/lib/components/HorizontalLayout/HorizontalLayout.js.map +1 -0
  272. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.d.ts +15 -0
  273. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.js +2 -0
  274. package/mobile/lib/components/HorizontalLayout/HorizontalLayoutContent.js.map +1 -0
  275. package/mobile/lib/components/LinkDocs/LinkDocs.js +1 -1
  276. package/mobile/lib/components/LinkDocs/LinkDocs.js.map +1 -1
  277. package/mobile/lib/components/LinkDocs/LinkDocsContent.d.ts +3 -3
  278. package/mobile/lib/components/PictureText/PictureText.js +1 -1
  279. package/mobile/lib/components/PictureText/PictureText.js.map +1 -1
  280. package/mobile/lib/components/ProductTile/ProductTile.js +1 -1
  281. package/mobile/lib/components/ProductTile/ProductTile.js.map +1 -1
  282. package/mobile/lib/components/PromoTile/PromoTile.js +1 -1
  283. package/mobile/lib/components/PromoTile/PromoTile.js.map +1 -1
  284. package/mobile/lib/components/VerticalLayout/VerticalLayout.js +3 -16
  285. package/mobile/lib/components/VerticalLayout/VerticalLayout.js.map +1 -1
  286. package/mobile/lib/model/AlignText.d.ts +2 -1
  287. package/mobile/lib/model/AlignText.js.map +1 -1
  288. package/mobile/lib/model/BlockVersion.d.ts +3 -0
  289. package/mobile/lib/model/BlockVersion.js +14 -0
  290. package/mobile/lib/model/BlockVersion.js.map +1 -1
  291. package/mobile/lib/services/BlockRouter/BlockRouter.js +4 -3
  292. package/mobile/lib/services/BlockRouter/BlockRouter.js.map +1 -1
  293. package/mobile/lib/services/sitemap/isTopItemActive.js +3 -1
  294. package/mobile/lib/services/sitemap/isTopItemActive.js.map +1 -1
  295. package/mobile/lib/ui-kit/Img/ImgAsPicture.js +9 -3
  296. package/mobile/lib/ui-kit/Img/ImgAsPicture.js.map +1 -1
  297. package/mobile/lib/ui-kit/Img/ImgInner.js +2 -2
  298. package/mobile/lib/ui-kit/Img/ImgInner.js.map +1 -1
  299. package/mobile/lib/ui-kit/Img/ImgProps.d.ts +1 -0
  300. package/mobile/lib/ui-kit/Location/Location.js +2 -2
  301. package/mobile/lib/ui-kit/Location/Location.js.map +1 -1
  302. package/mobile/lib/ui-kit/Paragraph/Paragraph.js +1 -5
  303. package/mobile/lib/ui-kit/Paragraph/Paragraph.js.map +1 -1
  304. package/mobile/lib/ui-kit/Text/TextProps.d.ts +1 -1
  305. package/mobile/src/components/Bonus/Bonus.tsx +0 -1
  306. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +0 -1
  307. package/mobile/src/components/CarouselCard/CarouselCard.tsx +1 -7
  308. package/mobile/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  309. package/mobile/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -1
  310. package/mobile/src/components/Catalog/Catalog.tsx +0 -1
  311. package/mobile/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  312. package/mobile/src/components/Gallery/GalleryCardInner.tsx +1 -1
  313. package/mobile/src/components/Gallery/GalleryContainer.tsx +1 -1
  314. package/mobile/src/components/GracePeriod/GracePeriod.tsx +0 -1
  315. package/mobile/src/components/Headline/Headline.tsx +10 -13
  316. package/mobile/src/components/Headline/HeadlineContent.ts +2 -2
  317. package/mobile/src/components/Headline/headlineStyles.ts +25 -0
  318. package/mobile/src/components/Headline/headlineVersionStyles.ts +55 -0
  319. package/mobile/src/components/HorizontalLayout/HorizontalLayout.example.json +19 -0
  320. package/mobile/src/components/HorizontalLayout/HorizontalLayout.tsx +42 -0
  321. package/mobile/src/components/HorizontalLayout/HorizontalLayout.ui.json +1 -0
  322. package/mobile/src/components/HorizontalLayout/HorizontalLayoutContent.ts +17 -0
  323. package/mobile/src/components/LinkDocs/LinkDocs.tsx +0 -1
  324. package/mobile/src/components/LinkDocs/LinkDocsContent.ts +3 -3
  325. package/mobile/src/components/PictureText/PictureText.tsx +0 -1
  326. package/mobile/src/components/ProductTile/ProductTile.tsx +1 -1
  327. package/mobile/src/components/PromoTile/PromoTile.tsx +1 -1
  328. package/mobile/src/components/VerticalLayout/VerticalLayout.tsx +4 -20
  329. package/mobile/src/model/AlignText.ts +2 -1
  330. package/mobile/src/model/BlockVersion.ts +18 -0
  331. package/mobile/src/services/BlockRouter/BlockRouter.ts +5 -3
  332. package/mobile/src/services/sitemap/isTopItemActive.ts +3 -1
  333. package/mobile/src/ui-kit/Img/ImgAsPicture.tsx +17 -3
  334. package/mobile/src/ui-kit/Img/ImgInner.tsx +2 -1
  335. package/mobile/src/ui-kit/Img/ImgProps.ts +1 -0
  336. package/mobile/src/ui-kit/Location/Location.tsx +7 -5
  337. package/mobile/src/ui-kit/Paragraph/Paragraph.tsx +3 -7
  338. package/mobile/src/ui-kit/Text/TextProps.ts +1 -0
  339. package/package.json +1 -1
  340. package/src/components/Blocks.ts +5 -3
  341. package/src/components/Bonus/Bonus.tsx +0 -1
  342. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +0 -1
  343. package/src/components/CarouselCard/CarouselCard.tsx +1 -7
  344. package/src/components/CarouselLinks/CarouselLinks.tsx +1 -1
  345. package/src/components/CarouselProductCard/CarouselProductCard.tsx +1 -1
  346. package/src/components/Catalog/Catalog.tsx +0 -1
  347. package/src/components/ContactsBlock/ContactsBlock.tsx +1 -1
  348. package/src/components/Gallery/GalleryCardInner.tsx +1 -1
  349. package/src/components/Gallery/GalleryContainer.tsx +1 -1
  350. package/src/components/GracePeriod/GracePeriod.tsx +0 -1
  351. package/src/components/Headline/Headline.fixture.mobile.tsx +10 -10
  352. package/src/components/Headline/Headline.fixture.tsx +7 -7
  353. package/src/components/Headline/Headline.mobile.tsx +10 -13
  354. package/src/components/Headline/Headline.tsx +18 -12
  355. package/src/components/Headline/HeadlineContent.ts +2 -2
  356. package/src/components/Headline/headlineStyles.ts +25 -0
  357. package/src/components/Headline/headlineVersionStyles.ts +55 -0
  358. package/src/components/HorizontalLayout/HorizontalLayout.example.json +19 -0
  359. package/src/components/HorizontalLayout/HorizontalLayout.fixture.tsx +85 -0
  360. package/src/components/HorizontalLayout/HorizontalLayout.tsx +42 -0
  361. package/src/components/HorizontalLayout/HorizontalLayout.ui.json +1 -0
  362. package/src/components/HorizontalLayout/HorizontalLayoutContent.ts +17 -0
  363. package/src/components/LinkDocs/LinkDocs.mobile.tsx +0 -1
  364. package/src/components/LinkDocs/LinkDocs.tsx +1 -1
  365. package/src/components/LinkDocs/LinkDocsContent.ts +3 -3
  366. package/src/components/PictureText/PictureText.tsx +0 -1
  367. package/src/components/ProductBlock/ProductBlockInner.tsx +1 -1
  368. package/src/components/ProductTile/ProductTile.tsx +1 -1
  369. package/src/components/PromoTile/PromoTile.tsx +1 -1
  370. package/src/components/VerticalLayout/VerticalLayout.tsx +4 -20
  371. package/src/model/AlignText.ts +2 -1
  372. package/src/model/BlockVersion.ts +18 -0
  373. package/src/services/BlockRouter/BlockRouter.ts +5 -3
  374. package/src/services/sitemap/isTopItemActive.ts +3 -1
  375. package/src/ui-kit/Img/ImgAsPicture.tsx +17 -3
  376. package/src/ui-kit/Img/ImgInner.tsx +2 -1
  377. package/src/ui-kit/Img/ImgProps.ts +1 -0
  378. package/src/ui-kit/Location/Location.tsx +7 -5
  379. package/src/ui-kit/Paragraph/Paragraph.tsx +3 -7
  380. package/src/ui-kit/Text/TextProps.ts +1 -0
  381. package/bundle/components/Headline/constants.d.ts +0 -18
  382. package/dist/components/Headline/constants.d.ts +0 -18
  383. package/dist/components/Headline/constants.js +0 -68
  384. package/dist/components/Headline/constants.js.map +0 -1
  385. package/lib/components/Headline/constants.d.ts +0 -18
  386. package/lib/components/Headline/constants.js +0 -66
  387. package/lib/components/Headline/constants.js.map +0 -1
  388. package/mobile/bundle/components/Headline/constants.d.ts +0 -18
  389. package/mobile/dist/components/Headline/constants.d.ts +0 -18
  390. package/mobile/dist/components/Headline/constants.js +0 -68
  391. package/mobile/dist/components/Headline/constants.js.map +0 -1
  392. package/mobile/lib/components/Headline/constants.d.ts +0 -18
  393. package/mobile/lib/components/Headline/constants.js +0 -66
  394. package/mobile/lib/components/Headline/constants.js.map +0 -1
  395. package/mobile/src/components/Headline/constants.ts +0 -84
  396. package/src/components/Headline/constants.ts +0 -84
@@ -1 +1 @@
1
- {"version":3,"file":"Location.js","sourceRoot":"","sources":["../../../src/ui-kit/Location/Location.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Location.js","sourceRoot":"","sources":["../../../src/ui-kit/Location/Location.tsx"],"names":[],"mappings":"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"}
@@ -1,8 +1,4 @@
1
1
  import { jsx as _jsx } from "@redneckz/uni-jsx/jsx-runtime";
2
2
  import { JSX } from '@redneckz/uni-jsx';
3
- export const Paragraph = JSX((props) => {
4
- const { size = '', color = '', align = '', font = '', children } = props;
5
- const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
6
- return _jsx("p", { className: textClasses, children: children });
7
- });
3
+ export const Paragraph = JSX(({ size, color, align, font, children }) => (_jsx("p", { className: ['font-sans', size, color, align, font].filter(Boolean).join(' '), children: children })));
8
4
  //# sourceMappingURL=Paragraph.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Paragraph.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/Paragraph.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAiB,CAAC,KAAK,EAAE,EAAE;IACrD,MAAM,EAAE,IAAI,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,IAAI,GAAG,EAAE,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAEzE,MAAM,WAAW,GAAG,aAAa,IAAI,IAAI,KAAK,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;IAElE,OAAO,YAAG,SAAS,EAAE,WAAW,YAAG,QAAQ,GAAK,CAAC;AACnD,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"Paragraph.js","sourceRoot":"","sources":["../../../src/ui-kit/Paragraph/Paragraph.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAGxC,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAiB,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,CAAC,CACvF,YAAG,SAAS,EAAE,CAAC,WAAW,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,IAAI,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,YAAG,QAAQ,GAAK,CAChG,CAAC,CAAC"}
@@ -9,7 +9,7 @@ export declare type TitleSize = '' | 'text-h6' | 'text-h5' | 'text-h5-light' | '
9
9
  /**
10
10
  * @title Цвет текста
11
11
  */
12
- export declare type TextColor = '' | 'text-main' | 'text-primary-text' | 'text-primary-main' | 'text-secondary-text' | 'text-secondary-light' | 'text-error' | 'text-white' | 'text-green';
12
+ export declare type TextColor = '' | 'text-main' | 'text-primary-text' | 'text-primary-main' | 'text-secondary-text' | 'text-secondary-light' | 'text-error' | 'text-white' | 'text-white/80' | 'text-green';
13
13
  /**
14
14
  * @title Выравнивание
15
15
  * @enumNames [
@@ -337,6 +337,7 @@
337
337
  }
338
338
 
339
339
  const normalizeAnchor = (rawAnchor) => rawAnchor?.replace('#', '');
340
+ const getURLWithAnchor = (rawAnchor) => `${globalThis.location?.pathname}#${normalizeAnchor(rawAnchor)}`;
340
341
  class BlockRouter {
341
342
  static inst = new BlockRouter();
342
343
  eventBus = new EventBus();
@@ -354,13 +355,13 @@
354
355
  }
355
356
  }
356
357
  push(rawAnchor) {
357
- globalThis.history?.pushState(null, '', `#${normalizeAnchor(rawAnchor)}`);
358
+ globalThis.history?.pushState(null, '', getURLWithAnchor(rawAnchor));
358
359
  }
359
360
  replace(rawAnchor) {
360
- globalThis.history?.replaceState(null, '', `#${normalizeAnchor(rawAnchor)}`);
361
+ globalThis.history?.replaceState(null, '', getURLWithAnchor(rawAnchor));
361
362
  }
362
363
  reset() {
363
- globalThis.history?.replaceState(null, '', '#');
364
+ globalThis.history?.replaceState(null, '', getURLWithAnchor());
364
365
  }
365
366
  }
366
367
 
@@ -416,11 +417,7 @@
416
417
  return (jsx(Tag, { className: `font-sans font-medium m-0 ${HeadingClass[headingType]} ${className || ''}`, children: title }));
417
418
  });
418
419
 
419
- const Paragraph = JSX((props) => {
420
- const { size = '', color = '', align = '', font = '', children } = props;
421
- const textClasses = `font-sans ${size} ${color} ${align} ${font}`;
422
- return jsx("p", { className: textClasses, children: children });
423
- });
420
+ const Paragraph = JSX(({ size, color, align, font, children }) => (jsx("p", { className: ['font-sans', size, color, align, font].filter(Boolean).join(' '), children: children })));
424
421
 
425
422
  const AccordionItemsList = JSX(({ children }) => (jsx("ul", { className: "list-none m-0 p-0", children: children })));
426
423
 
@@ -490,16 +487,17 @@
490
487
  }
491
488
  return 0;
492
489
  };
493
- const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', isMobile = false }) => {
490
+ const ImgAsPicture = JSX(({ className = '', image, imageClassName = '', isMobile = false, pathPrefix = '' }) => {
494
491
  if (!image || (!image?.sources && !image?.src)) {
495
492
  return null;
496
493
  }
497
494
  const pictureStyles = isMobile ? 'flex' : 'flex-none';
495
+ const normalizedPathPrefix = normalizePathPrefix(pathPrefix);
498
496
  return (jsxs("picture", { className: `${pictureStyles} ${className}`, children: [image?.sources?.length
499
497
  ? image.sources
500
498
  .sort(sourcesComparator)
501
- .map(({ src, format, media }, index) => (jsx("source", { srcSet: src, type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', ...image.size }, `${index}_${src}`)))
502
- : null, renderImg(image, imageClassName, isMobile)] }));
499
+ .map(({ src, format, media }, index) => (jsx("source", { srcSet: addPathPrefixToSrcSet(src, normalizedPathPrefix), type: formatToMimeType(format), media: media ? `(max-width: ${media}px)` : '', ...image.size }, `${index}_${src}`)))
500
+ : null, renderImg({ ...image, src: `${normalizedPathPrefix}${image.src}` }, imageClassName, isMobile)] }));
503
501
  });
504
502
  const renderImg = (image, imageClassName = '', isMobile = false) => {
505
503
  const style = {
@@ -511,11 +509,16 @@
511
509
  const imgStyle = isMobile ? 'm-auto' : 'm-0';
512
510
  return (jsx("img", { src: image.src, className: `${imgStyle} ${imageClassName}`, alt: alt, title: title, style: style, ...image.size }));
513
511
  };
512
+ const normalizePathPrefix = (pathPrefix = '') => pathPrefix && !pathPrefix.endsWith('/') ? `${pathPrefix}/` : pathPrefix;
513
+ const addPathPrefixToSrcSet = (srcset = '', pathPrefix = '') => srcset
514
+ .split(',')
515
+ .map((src) => `${pathPrefix}${src.trim()}`)
516
+ .join(', ');
514
517
  function formatToMimeType(format) {
515
518
  return format ? `image/${String(format)}` : undefined;
516
519
  }
517
520
 
518
- const ImgInner = JSX(({ className = '', image, imageClassName = '', isMobile, ...iconProps }) => {
521
+ const ImgInner = JSX(({ className = '', image, imageClassName = '', isMobile, pathPrefix, ...iconProps }) => {
519
522
  if (!image) {
520
523
  return null;
521
524
  }
@@ -524,7 +527,7 @@
524
527
  if (icon || icon === '') {
525
528
  return icon.length ? (jsx(Icon, { className: className, imageClassName: imageClassName, iconVersion: getIconVersion(image), name: icon, ...iconProps })) : null;
526
529
  }
527
- return (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, isMobile: isMobile }));
530
+ return (jsx(ImgAsPicture, { className: className, imageClassName: imageClassName, image: image, isMobile: isMobile, pathPrefix: pathPrefix }));
528
531
  });
529
532
 
530
533
  const Img = JSX((props) => jsx(ImgInner, { ...props, isMobile: true }));
@@ -1185,7 +1188,8 @@
1185
1188
 
1186
1189
  const isTopItemActive = (router) => (topItem) => topItem.items?.some(isSubItemActive(router)) ||
1187
1190
  isHrefActive(topItem.href, router) ||
1188
- checkIsHrefSameOrigin(topItem.href, router);
1191
+ checkIsHrefSameOrigin(topItem.href, router) ||
1192
+ Boolean(projectSettings.BASE_PATH?.startsWith(topItem.href || '/'));
1189
1193
 
1190
1194
  const TEXT_CLASSES = 'font-sans text-s';
1191
1195
  const BORDER_CLASSES = 'absolute left-0 -bottom-3 w-full h-0.5';
@@ -1275,33 +1279,25 @@
1275
1279
  return (jsxs("header", { className: `${bgColor} ${className}`, children: [jsxs("div", { className: "container px-4 py-0 box-border", children: [jsx(HeaderTop, { onClick: handleBurgerMenuShow, bgColor: bgColor, logo: logo }), jsx("nav", { className: "flex items-center m-0 p-0 overflow-y-hidden w-full h-12", children: jsx("div", { className: "flex no-scrollbar horizontal-list h-full items-center", children: subItems?.map((_, i) => (jsx(HeaderItem, { className: "mr-8 whitespace-nowrap text-s", active: _ === activeSubItem, bgColor: bgColor, ..._ }, String(i)))) }) })] }), burgerMenuShow ? (jsx(HeaderBurger, { onClick: handleBurgerMenuShow, burgerSubMenu: dispositions, defaultLocation: defaultLocation, children: jsx(AccordionItemsList, { children: topItems?.map((item, i) => (jsx(AccordionItem, { label: item.text, children: jsx(LinkList, { documents: item.items }) }, String(i)))) }) })) : null] }));
1276
1280
  });
1277
1281
 
1278
- const AlignText = {
1279
- left: 'text-left',
1280
- center: 'text-center',
1281
- right: 'text-right',
1282
- };
1283
-
1284
- const HEADLINE_BLOCK_STYLE_MAPS = {
1282
+ const headlineStyles = {
1285
1283
  transparent: {
1286
- background: 'bg-transparent',
1287
- text: 'text-primary-text',
1288
- description: 'text-primary-text',
1284
+ wrapper: 'bg-transparent',
1285
+ titleColor: 'text-primary-text',
1289
1286
  },
1290
1287
  primary: {
1291
- background: 'bg-white',
1292
- text: 'text-primary-text',
1293
- description: 'text-primary-text',
1288
+ wrapper: 'bg-white',
1289
+ titleColor: 'text-primary-text',
1294
1290
  },
1295
1291
  secondary: {
1296
- background: 'bg-primary-main',
1297
- text: 'text-white',
1298
- description: 'text-white/80',
1292
+ wrapper: 'bg-primary-main',
1293
+ titleColor: 'text-white',
1294
+ descriptionColor: 'text-white/80',
1299
1295
  },
1300
1296
  };
1301
1297
 
1302
- const Headline = JSX(({ bgColorHeadline = 'transparent', className = '', title, description, image, align = 'left', }) => {
1303
- const STYLE_MAPS = HEADLINE_BLOCK_STYLE_MAPS[bgColorHeadline];
1304
- return (jsxs("section", { className: `px-4 py-6 flex flex-col gap-2.5 ${STYLE_MAPS.background} ${className}`, children: [title ? (jsx(Heading, { headingType: "h2", className: `${STYLE_MAPS.text} ${AlignText[align]}`, title: title })) : null, description ? (jsx("p", { className: `text-m ${STYLE_MAPS.description} ${AlignText[align]}`, children: description })) : null, image?.src && (jsx("div", { className: "mt-2.5 mx-auto flex justify-center", children: jsx(Img, { image: image }) }))] }));
1298
+ const Headline = JSX(({ className = '', title, description, image, bgColorHeadline = 'transparent', align = 'text-left', }) => {
1299
+ const style = headlineStyles[bgColorHeadline];
1300
+ return (jsxs("section", { className: `px-4 py-6 flex flex-col gap-2.5 ${style.wrapper} ${className}`, children: [title ? (jsx(Heading, { headingType: "h2", className: `${style.titleColor} ${align}`, title: title })) : null, description ? (jsx(Paragraph, { color: style.descriptionColor || style.titleColor, size: "text-m", align: align, children: description })) : null, image?.src && (jsx("div", { className: "mt-2.5 mx-auto flex justify-center", children: jsx(Img, { image: image }) }))] }));
1305
1301
  });
1306
1302
 
1307
1303
  const LinkDocsListItemBase = JSX(({ className, iconClassName, textClassName, suffixClassName, doc, icon }) => {
@@ -1334,7 +1330,7 @@
1334
1330
  : null }));
1335
1331
  });
1336
1332
 
1337
- const LinkDocs = JSX(({ className = '', title, description, icon = { icon: 'DocIconMonoColor' }, documents, orientation = 'vertical', hasBorder = true, ...rest }) => (jsxs("section", { className: `font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${className}`, children: [jsx(Headline, { className: `!p-0 ${description ? 'gap-2' : 'gap-5'}`, title: title, description: description, align: "center", ...rest }), orientation === 'vertical' ? (jsx(LinkDocsVerticalList, { hasBorder: hasBorder, documents: documents, icon: icon })) : (jsx(LinkDocsHorizontalList, { hasBorder: hasBorder, documents: documents, icon: icon }))] })));
1333
+ const LinkDocs = JSX(({ className = '', title, description, icon = { icon: 'DocIconMonoColor' }, documents, orientation = 'vertical', hasBorder = true, ...rest }) => (jsxs("section", { className: `font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${className}`, children: [jsx(Headline, { className: `!p-0 ${description ? 'gap-2' : 'gap-5'}`, title: title, description: description, ...rest }), orientation === 'vertical' ? (jsx(LinkDocsVerticalList, { hasBorder: hasBorder, documents: documents, icon: icon })) : (jsx(LinkDocsHorizontalList, { hasBorder: hasBorder, documents: documents, icon: icon }))] })));
1338
1334
 
1339
1335
  const getColSpan = (className) => {
1340
1336
  const colSpanPrefix = 'col-span-';
@@ -1766,7 +1762,7 @@
1766
1762
  return (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: i }, el) : [el]), []);
1767
1763
  }
1768
1764
 
1769
- const packageVersion = "0.6.44";
1765
+ const packageVersion = "0.6.46";
1770
1766
 
1771
1767
  exports.Blocks = Blocks;
1772
1768
  exports.ContentPage = ContentPage;
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),i=n("useState"),r=n("useEffect"),l=n("useCallback"),s=n("useMemo"),a=n("useRef");const o=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get FOOTER(){return this._.FOOTER}get CDN(){return this._.CDN}get BASE_PATH(){return this._.BASE_PATH&&!this._.BASE_PATH.endsWith("/")?`${this._.BASE_PATH}/`:this._.BASE_PATH}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},c="likesToken";function d(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(c)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:n}=await e.json();return globalThis.localStorage?.setItem(c,JSON.stringify({token:t,name:n})),{token:t,name:n}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({node_ids:t})}),{likes:i}=await e.json();return i||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}}}}const m=(...e)=>globalThis._uni._jsx(...e),h=(...e)=>globalThis._uni._jsxs(...e),u=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:p(e)),t._tmpl},p=e=>{function t(t,n){const{children:i,...r}=t||{},l=n?.slots?.default,s=i||l&&l();return e(Object.assign(r,s&&{children:s}),n)}return t.inheritAttrs=!1,t};function g(e){return e?e.filter(Boolean).join(" "):""}const b=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),x=[],f=["col-span-12"];function N(e,t){const{key:n,blockDecorator:i=b,blocksRegistry:r={},ancestors:l=x,className:s=""}=t,{type:a}=e;a&&a in r||console.warn(`No block with "${a}" is registered`);const o=a&&r[a];return i({blockClassName:`scroll-mt-12 ${s} ${g(e.style||f)}`,block:e,ancestors:l,render:({block:i,blockClassName:r})=>{const{content:l}=i;return o?m(o,{className:r,block:e,options:t,...l},n):null}},n)}const y=[],v=(e,{key:t,ancestors:n=y,slotName:i=null,renderChild:r=N,...l})=>(e||[]).map(((e,s)=>r(e,{...l,key:`${t||e.type}-${s}`,ancestors:l.parent?[...n||y,[l.parent,i]]:n})));function w({children:e,block:t,options:n,renderChild:i}){return e||(t&&n?v(t.blocks,{...n,parent:t,renderChild:i}):null)}class k{static inst=new k;subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}function $(e,{sensitivity:t,rootRef:n}={}){const i=a(null),l=s((()=>({threshold:C(t),root:n?.current})),[t,n?.current]);return r((()=>{if(!i.current)return;const t=new IntersectionObserver(e,l);return t.observe(i.current),()=>{t.disconnect()}}),[e,l]),i}function C(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const S=e=>e?.replace("#","");class T{static inst=new T;eventBus=new k;constructor(){const e=S(globalThis.location?.hash);e&&this.eventBus.subject("goto",{anchor:e})}goto(e){const t=S(e);t&&(this.push(t),this.eventBus.fire("goto",{anchor:t}))}push(e){globalThis.history?.pushState(null,"",`#${S(e)}`)}replace(e){globalThis.history?.replaceState(null,"",`#${S(e)}`)}reset(){globalThis.history?.replaceState(null,"","#")}}const _=u((({className:e,block:t,tag:n="section",role:s,children:a})=>{const o=n,c=function(e,t=T.inst){const n=$(l((n=>{if(!e||!n?.length)return;const i=n[n.length-1];t.eventBus.fire("intersection",{block:e,intersection:i})}),[e,t]),{sensitivity:1});return r((()=>{if(n.current)return t.eventBus.subscribe("goto",(({anchor:t})=>{n.current&&e?.anchor===t&&n.current.scrollIntoView({behavior:"smooth",block:"start"})}))}),[e,t]),n}(t),[d,h]=i(!0);return r((()=>k.inst.subscribe("tab",(e=>{if("group"===e.type){const n=t?.labels?.length||t?.anchor;h(!e.label||(!n||Boolean(t?.labels?.includes(e.label))))}else h(!0)}))),[t]),d?m(o,{className:e,role:s,...t?.anchor?{id:t.anchor,ref:c}:{},children:a}):null})),I={h0:"text-m-title",h1:"text-m-title",h2:"text-m-title",h3:"text-h6",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},A=u((e=>{const{className:t,headingType:n="h3",title:i,as:r="h3"}=e;return m(r,{className:`font-sans font-medium m-0 ${I[n]} ${t||""}`,children:i})})),R=u((e=>{const{size:t="",color:n="",align:i="",font:r="",children:l}=e;return m("p",{className:`font-sans ${t} ${n} ${i} ${r}`,children:l})})),j=u((({children:e})=>m("ul",{className:"list-none m-0 p-0",children:e}))),D=u((({title:e,description:t,className:n="",...i})=>h(_,{className:`py-6 px-4 bg-white text-primary-text ${n}`,...i,children:[e?m(A,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?m("div",{className:"mb-5",children:m(R,{size:"text-m",font:"font-light",align:"text-center",children:t})}):null,m(j,{children:w(i)})]})));D.childrenTypes=["AccordionItem"];const B=u((({isFoldButtonOnTop:e=!1,unfoldedByDefault:t=!1,renderFoldableSection:n,renderFoldButton:r})=>{const[s,a]=i(t),o=l((()=>{a((e=>!e))}),[]),c=n({isUnfolded:s,onToggle:o}),d=r?r({isUnfolded:s,onToggle:o}):null;return h("div",e?{children:[d,c]}:{children:[c,d]})})),O=u((({className:e="",isUnfolded:t,children:n})=>{const i=a(null);return r((()=>{i.current&&(i.current.style.maxHeight=t?`${i.current.scrollHeight}px`:"")}),[t,n?.length]),m("div",{ref:i,className:`transition-max-h duration-300 overflow-hidden ${i.current||!t?"max-h-0":""} ${e}`,children:n})})),V={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},M=u((({className:e="",imageClassName:t="",name:n="",alt:i=`Иконка ${n}`,title:r=i,iconVersion:l="color",asSVG:s,...a})=>{const c=`${o.CDN||""}icons/${n}.svg`;return s&&"normal"!==l?m(E,{className:e,children:h("svg",{className:[P(e,a.width),V[l],t,L(l)].join(" "),...a,"aria-hidden":"true",children:[r?m("title",{children:r}):null,i?m("desc",{children:i}):null,m("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]})}):m("img",{className:e,src:c,alt:i,title:r,...a,"aria-hidden":"true"})})),L=e=>"white"===e?"invert":"",P=(e,t)=>t?`width: ${t}px `:"w-full h-full",E=u((({className:e,children:t})=>e?m("div",{className:e,children:t}):t));function F(e){return"string"==typeof e?"normal":e?.iconVersion||"normal"}const H=(e,t)=>e.media&&t.media?e.media-t.media:0,z=u((({className:e="",image:t,imageClassName:n="",isMobile:i=!1})=>{if(!t||!t?.sources&&!t?.src)return null;return h("picture",{className:`${i?"flex":"flex-none"} ${e}`,children:[t?.sources?.length?t.sources.sort(H).map((({src:e,format:n,media:i},r)=>m("source",{srcSet:e,type:J(n),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,G(t,n,i)]})})),G=(e,t="",n=!1)=>{const i={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",l=e.alt||e.title,s=n?"m-auto":"m-0";return m("img",{src:e.src,className:`${s} ${t}`,alt:l,title:r,style:i,...e.size})};function J(e){return e?`image/${String(e)}`:void 0}const U=u((({className:e="",image:t,imageClassName:n="",isMobile:i,...r})=>{if(!t)return null;const l="string"==typeof t?t:t.icon;return l||""===l?l.length?m(M,{className:e,imageClassName:n,iconVersion:F(t),name:l,...r}):null:m(z,{className:e,imageClassName:n,image:t,isMobile:i})})),W=u((e=>m(U,{...e,isMobile:!0}))),Y=u((({size:e,color:t,align:n,font:i,children:r})=>m("span",{className:["font-sans",e,t,n,i].filter(Boolean).join(" "),children:r}))),K=(e,t="primary")=>({...e,iconVersion:e?.iconVersion??("secondary"===t?"white":"color")}),X=["PlusIcon","MinusIcon"],q=u((({className:e="",label:t="",labelIcon:n,isExpanded:i,...r})=>{const{bordered:l}=function(e,t){const{content:n}=function(e){return e?.parent||{}}(e);return n||t}(r.options,{});return m("li",{className:`${l?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"} border-solid border-main-divider ${e}`,children:m(B,{isFoldButtonOnTop:!0,unfoldedByDefault:i,renderFoldableSection:({isUnfolded:e})=>m(O,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:w(r)}),renderFoldButton:({isUnfolded:e,onToggle:i})=>m(Q,{className:l?"":"py-3.5 px-0",label:t,icon:X[Number(e)],primaryIcon:n,onClick:i})})})}));q.childrenTypes=[];const Q=u((({className:e,icon:t,label:n,primaryIcon:i,onClick:r})=>h("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text group cursor-pointer ${e}`,onClick:r,children:[h("div",{className:"flex group-hover:text-primary-main",children:[i?m(W,{image:K(i),className:"mr-3 flex-shrink-0",width:"24",height:"24",asSVG:!0}):null,m(Y,{size:"text-m-title-xs",font:"font-medium",children:n})]}),m(W,{className:"flex-shrink-0",image:K({icon:t}),width:"24",height:"24",asSVG:!0})]}))),Z=u((({className:e="",style:t,idx:n,activeIndex:i,observerOptions:r,children:s,onIntersection:a})=>{const o=$(l((e=>{e.length&&a&&a(n||0,e[e.length-1])}),[a,n]),r);return m("div",{className:`inline-block snap-always box-border ${e}`,style:t,role:"listitem","aria-current":Boolean(n===i),ref:o,children:s})})),ee=["min-w-[100%]","min-w-[50%]","min-w-[33.33%]","min-w-[25%]"],te=u((({className:e="",containerRef:t,activeIndex:n,visibleItemCount:i=0,gap:r=0,padding:s=0,snapAlign:o="snap-center",children:c,onVisibleItemsChange:d,onVisibleIndicesChange:h})=>{const u={sensitivity:1,rootRef:t},p=a([]),g=l(((e,t)=>{const n=[...p.current||[]];n[e]=t,p.current=n,d&&d(n),h&&h(ie(n))}),[d,h]),b=i>0?r*Number(i)-1:0;return m("div",{className:`box-border overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...ne(s,b),gap:`${r}px`},role:"list",ref:t,children:(x=(e,t)=>m(Z,{className:`${o} ${i?ee[i-1]:""}`,style:ne(s/4),activeIndex:n,idx:t,observerOptions:u,onIntersection:g,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(x):x(e,0))(c)});var x})),ne=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),ie=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),re=u((({containerRef:e,activeIndex:t,dotCount:n=0})=>n?m("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:new Array(n).fill(null).map(((n,i)=>m("div",{className:"cursor-pointer bg-primary-main h-2 rounded-full transition-width duration-300 "+(i===t?"w-6":"w-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>(n=>{n!==t&&e?.current&&e.current.children[n]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(i)},String(i))))}):null)),le=e=>e,se=(e=le)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),ae=(e=le)=>se((t=>-e(t))),oe=e=>t=>e.scrollWidth/t,ce=e=>(t,n)=>{e.scrollBy({left:n*oe(e)(t),behavior:"smooth"})},de=({itemCount:e,isCyclic:t,onVisibleIndicesChange:n})=>{const r=a(null),[s,o]=i([]),c=l((e=>{o((t=>{return(n=t)===(i=e)||Boolean(n&&i&&n?.length===i?.length&&n.every(((e,t)=>e===i[t])))?t:e;var n,i})),n&&n(e)}),[e]),[d,m]=s.length?[ae()(s),se()(s)]:[-1,-1],h=d>0,u=m<e-1,p=l((()=>{var n;r.current&&(t&&!h?(n=r.current).scrollTo({left:n.scrollWidth,behavior:"smooth"}):ce(r.current)(e,-1))}),[t,e,h]),g=l((()=>{r.current&&(t&&!u?r.current.scrollTo({left:0,behavior:"smooth"}):ce(r.current)(e,1))}),[e,t,u]);return[r,{scrollLeft:p,scrollRight:g,canScrollLeft:t||h,canScrollRight:t||u,visibleIndicesRange:[d,m],handleVisibleIndicesChange:c}]},me=u((({className:e,gap:t=14,padding:n=16,showDots:i=!0,children:r,onVisibleIndicesChange:l})=>{const s=Array.isArray(r)?r.length:0,[a,o]=de({itemCount:s,onVisibleIndicesChange:l}),[c]=o.visibleIndicesRange;return h("div",{className:e,children:[m(te,{containerRef:a,activeIndex:c,visibleItemCount:1,gap:t,padding:n,onVisibleIndicesChange:o.handleVisibleIndicesChange,children:r}),i?m(re,{containerRef:a,activeIndex:c,dotCount:s}):null]})}));const he=e=>e?.includes("//"),ue=e=>(e||"").replace(/\/?\?.*/,""),pe=e=>{if(!e||!he(e))return;const t=e,n=t.indexOf("//"),i=t.indexOf("/",n+"//".length);return-1!==i?t.substring(0,i):t},ge=e=>{if(!e||!he(e))return;return new URL(e).pathname},be=e=>e?.startsWith("#");var xe=Object.freeze({__proto__:null,isURL:he,withoutQuery:ue,getOrigin:pe,getPathname:ge,getHash:e=>{if(!e||!he(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0},isHash:be});const fe=(e,t)=>fe._impl(e,t);function Ne(){return Ne._impl()}function ye(){const e=Ne(),t=T.inst;return n=>{const i=((e,t)=>{if(!e)return e;const n=pe(t?.href);return n?e.replace(n,"")||"/":e})(n.href,e);return{...n,href:i,"aria-label":n.text,onClick:fe((r=>{n.onClick&&n.onClick(r),ve(i,n.target)||(r?.preventDefault(),be(i)?t.goto(i):i&&e.push(i))}),n)}}}fe._impl=e=>e,fe.setup=e=>{fe._impl=e},Ne._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{}}),Ne.setup=e=>{Ne._impl=e};const ve=(e,t)=>he(e)||t&&"_self"!==t||e?.startsWith("/"),we={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:""},ke="bg-main-divider text-main-disabled",$e={primary:ke,secondary:ke,white:ke,link:""},Ce="text-center font-sans select-none",Se={primary:"group-hover:brightness-0 group-hover:invert",secondary:"group-hover:brightness-0 group-hover:invert",white:"group-hover:brightness-0 group-hover:invert",link:""},Te=u((e=>{const{text:t,aboveText:n,appendLeft:i,appendRight:r,version:l="primary"}=e;return h("div",{className:_e(e),children:[i?m("div",{className:Se[l],children:i}):null,Ie(e)?h("div",{children:[n?m("div",{className:"text-xs-light text-left",children:n}):null,m("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,r?m("div",{className:Se[l],children:r}):null]})})),_e=e=>{const{version:t,aboveText:n,rounded:i}=e;if("link"===t)return"";const r="gap-2 "+(n?"py-2.5 px-7":"py-4 px-4");return["group flex items-center justify-center",Ie(e)?r:"h-12 w-12",i?"rounded-full":""].join(" ")},Ie=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),Ae=({className:e,rounded:t,version:n})=>["inline-block",Ce,n?$e[n]:"",t?"rounded-full":"rounded-md",e].join(" "),Re=({className:e,rounded:t,version:n})=>[Ce,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-focus focus:border",n?we[n]:"",t?"rounded-full":"rounded-md",e].join(" "),je=u((({disabled:e,children:t,...n})=>{const i=ye()(n),r=t??m(Te,{...i});return m(e?Be:De,{...i,children:r})})),De=u((({className:e="",href:t,rel:n,target:i,ariaLabel:r,version:l,rounded:s,onClick:a,children:o})=>m("a",{className:Re({className:e,version:l,rounded:s}),href:t,rel:n,target:i,"aria-label":r,role:t?"link":"button",onClick:a,children:o}))),Be=u((({className:e,ariaLabel:t,version:n,rounded:i,children:r})=>m("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:Ae({className:e,rounded:i,version:n}),children:r}))),Oe=(e=!1)=>e?"text-white":"",Ve=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Me=u((({icon:e,image:t,title:n,subtitle:i,isFillGradient:r})=>h("div",{role:"columnheader",children:[e?m(W,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&m("div",{className:"mb-3.5",children:m(W,{image:t})}),n?m(A,{headingType:"h4",className:Oe(r),title:n}):null,i?m("div",{className:Ve(r),children:i}):null]}))),Le=u((({cell:e,rowHeader:t,isFillGradient:n=!1})=>m("div",{className:"box-border flex flex-col",role:"cell",children:m("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(Pe(n,t))})}))),Pe=(e,t)=>({label:n,description:i},r)=>h("div",{className:"flex justify-between text-s py-3.5",children:[m("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),h("div",{className:"basis-1/2",children:[n?m("div",{className:"text-right "+(e?"text-white":""),children:n}):null,i?m("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:i}):null]})]},String(r)),Ee=u((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:i,showRow:r,onToggleColumn:l})=>{const s=t?.slice(0,r?t.length:n),a=i?"secondary":"primary";return h("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${i?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[m(Me,{...e,isFillGradient:i}),s?.length?s.map((({rowHeader:e,cell:t},n)=>m(Le,{cell:t,rowHeader:e,isFillGradient:i},String(n)))):null,r&&e?.link?m(je,{href:e.link.href,target:e.link.target,version:a,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,Fe({onToggleColumn:l,isFillGradient:i,showRow:r})]})})),Fe=({onToggleColumn:e,isFillGradient:t,showRow:n})=>m("div",{className:"mt-5",role:"cell",children:m("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),He=u((e=>{const{className:t,title:n}=e;return h("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?m(A,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,m("div",{role:"table",children:m(ze,{...e})})]})})),ze=u((({columns:e=[],rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:r,orientation:s,...a})=>{const[o,c]=i(new Array(e.length).fill(!r)),d=l((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),h=l((()=>c((e=>new Array(e.length).fill(!1)))),[]),u=e?.map((({data:e,header:i},l)=>{return m(Ee,{visibleRowLength:r,showRow:o[l],header:i,columnData:(s=e,s?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===l&&n,onToggleColumn:()=>d(l),...a},String(l));var s}));return"horizontal"===s?m(me,{onVisibleIndicesChange:h,children:u}):u})),Ge=new Map;function Je(e,t,{fallback:n}={}){const l=s((()=>Ue(e)),[e]),[a,o]=i(),[c,d]=i(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};r((()=>{if(!l.every((e=>null===e)))try{const e=t(...l);"then"in e?(e=>{e.then((e=>Ge.get(l)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...l]);const u=l[0],p=n&&"string"==typeof u&&n[u];return{data:a||c||!p?a:p,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function Ue(e){return e?Array.isArray(e)?e:e instanceof Function?Ue(e()):[e]:[e]}async function We(e,t){const n=await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}});return await n.json()}function Ye(e,t={}){const{data:n}=Je(`/wcms-resources/${e}.json`,We,{fallback:t});return n||{}}const Ke=u((({className:e,isMobile:t=!1})=>{const{term:n,setTerm:r}=(()=>{const[e,t]=i("");return{term:e,setTerm:e=>t(e)}})(),l=t?"text-s":"text-l-light",s=t?" placeholder-transparent":"h-full",a=t?"some search":void 0;return h("form",{className:`font-sans relative ${e}`,children:[h("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[m("div",{className:t?"w-5 h-5":"w-6 h-6",children:m(W,{image:"LoupeIcon",width:"24",height:"24"})}),n?null:m("label",{htmlFor:"search-bar-input",className:`text-secondary-text ${l}`,children:"Поиск по сайту"})]}),m("input",{id:"search-bar-input",className:`h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none pr-[6%] border-main-stroke hover:border-primary-hover active:border-primary-text focus:border-primary-text ${s}`,value:n,onChange:e=>r(e.target.value),type:"text",name:"search-bar-input",placeholder:a}),t?m("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),r("")},children:m(W,{image:"CloseIcon",width:"24",height:"24"})}):m(je,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-[3px] right-1",onClick:e=>{e?.preventDefault(),console.log("click")},children:m("div",{className:"text-s px-9 py-2.5",children:"Найти"})})]})})),Xe=u((e=>m(Ke,{...e,isMobile:!0}))),qe=u((({className:e="",documents:t,...n})=>m(_,{className:`font-sans bg-white mt-2.5 ${e}`,...n,children:m("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?Qe(t):null})}))),Qe=e=>e.map(((e,t)=>{const{text:n,...i}=e;return m("li",{className:"mb-4 list-none",children:m("a",{className:"hover:text-primary-main",role:"link",...i,children:n||null})},`list_item_${String(t)}`)})),Ze={"bg-white":"color",transparent:"white"},et={"bg-white":"text-primary-main",transparent:"text-white"},tt=(e,t,n)=>m(W,t?.src?{image:t,className:et[e],width:n?.width,height:n?.height,asSVG:!0}:{image:{icon:t?.icon||"LogoIcon",iconVersion:Ze[e]},className:et[e],width:n?.width,height:n?.height,asSVG:!0}),nt={"bg-white":"text-primary-text",transparent:"text-white"},it=(e,t,n)=>m("span",{className:`${nt[t]} ml-2.5 font-medium ${n||""}`,children:e||"Россельхозбанк"}),rt=u((({bgColor:e="bg-white",children:t,className:n="",href:i,logo:r,showTitle:l=!0,targetBlank:s})=>h("a",{className:`inline-flex items-center font-sans no-underline ${n}`,href:i||"https://rshb.ru/",target:s?"_blank":"_self","aria-label":r?.title||"Россельхозбанк",children:[tt(e,r?.image,{width:"34",height:"34"}),l?it(t||r?.title,e,"text-s"):null]}))),lt=u((({className:e="",title:t="Мобильное приложение",description:n,href:i="#"})=>m("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:i?h("div",{className:"flex",children:[m("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-12 h-12",children:m(rt,{className:"w-8",bgColor:"transparent",showTitle:!0})}),h("a",{href:i,target:"_blank",className:"flex flex-col justify-center pl-3",children:[m("div",{className:"text-s font-medium mb-[3px]",children:t}),m("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),st=u((({className:e="",items:t,hasButton:n})=>h("div",{className:e,children:[t?.length?t.map(at):null,n?m(je,{version:"primary",className:"mb-6 w-full",href:"/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"}):null]}))),at=(e,t)=>{const{type:n,text:i,description:r}=e;return h("div",{className:"mb-4",children:[m("div",{children:ot(n,i)}),m("div",{className:"mt-1 text-s-light text-secondary-text",children:r})]},String(t))},ot=(e,t="")=>{switch(e){case"tel":return m("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${ct(t)}`,children:t});case"email":return m("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return m("span",{children:t})}},ct=e=>e.replaceAll(/\D/g,""),dt=u((({className:e="",index:t,text:n,...i})=>{const r=ye(),{href:l,target:s,onClick:a}=r(i);return m("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:l,target:s,onClick:a,children:n||`Документ ${t}`})})),mt=u((({title:e,links:t,className:n=""})=>h("div",{className:n,children:[m("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?m("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>m(dt,{index:t,className:"text-s",...e},String(t))))}):null]}))),ht=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],ut=u((({version:e="primary",...t})=>{const n=ye(),{href:i,onClick:r}=n(t),{icon:l,label:s}=ht.find((({origins:e})=>e.some((e=>i?.includes(e)))))||{};if(!l)return null;return m("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===e?"bg-white hover:bg-secondary-hover":"border-solid border border-main-divider hover:border-transparent hover:bg-primary-main"} ${"primary"===e?"hover:text-black":""}`,href:i,"aria-label":s,target:"_blank",rel:"noopener noreferrer",onClick:r,children:l?m(W,{image:K(l),imageClassName:"group-hover:text-white",width:"24",height:"24",asSVG:!0}):null})})),pt=u((({className:e="",media:t,version:n})=>m("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e}`,children:t?.map(((e,t)=>m(ut,{version:n,...e},String(t))))}))),gt=u((({className:e="",index:t,...n})=>{const i=ye(),{href:r,target:l,text:s,onClick:a}=i(n);return m("a",{className:`text-xs-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:r,target:l,onClick:a,children:s||`Документ ${t}`})})),bt=u((({className:e="",links:t})=>h("div",{className:e,children:[m("div",{className:"py-6",children:m("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?m("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>m(gt,{index:t,...e},String(t))))}):null]}))),xt=u((({className:e="",...t})=>{const n=t.options?.page?.fallback,i=Ye(o.SITEMAP||"sitemap",n),{documents:r,relatedEnterprises:l,contacts:s,socialMedia:a,horizontalNavigationTitle:c}=Ye(o.FOOTER||"footer",n);return h("footer",{className:`font-sans px-4 py-[26px] bg-white ${e}`,children:[m(st,{className:"overflow-hidden",items:s,hasButton:!0}),m(j,{children:i.topItems?.map(((e,t)=>m(q,{label:e.text,children:m(qe,{documents:e.items})},String(t))))}),m("div",{children:i?.dispositions?.map(ft)}),m(lt,{title:"Мобильное приложение",description:"Загрузить для IOS и Android",...t}),m(Xe,{className:"grow"}),m(pt,{className:"pb-4",media:a}),m(mt,{title:c,links:l}),m(bt,{links:r})]})})),ft=(e,t)=>{const{icon:n,href:i,text:r}=e;return h(je,{version:"link",href:i,className:"flex text-s mb-4 w-6",children:[n?m(W,{className:"pr-1",image:K(n),width:"24",height:"24",asSVG:!0}):null,m("span",{className:"pl-2.5 font-medium text-primary-text",children:r})]},`footer-${t}`)},Nt={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},yt=u((({title:e,description:t,cards:n=[],className:i,orientation:r="horizontal"})=>h("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${i}`,children:[h("div",{className:"flex flex-col items-center mb-5",children:[e?m(A,{headingType:"h3",className:`text-center ${t?"mb-2":"mb-5"}`,title:e}):null,t?m("div",{className:"text-m max-w-[600px] text-center mb-5",children:t}):null]}),vt(r,n)]})));function vt(e,t){return"horizontal"===e?m(me,{children:t?.map(wt)}):m("div",{className:"grid gap-3.5",children:t?.map(wt)})}function wt(e,t){return h("div",{className:`w-full h-full flex flex-col justify-between shrink-0 box-border snap-start snap-always border-solid border rounded-md border-main-stroke p-4\n ${Nt[e.version??"primary"]}`,children:[h("div",{children:[kt(e.icon),e.title?m("h3",{className:"text-m-title-xs font-medium m-0",children:e.title}):null,e.description?$t(e):null,e.items?.length?St(e.items,e.isDotted,e.version):null]}),e?.button?.text?(n=e.button,m(je,{className:"mt-3",...n})):null]},t);var n}const kt=e=>e?.src||e?.icon?m("div",{className:"flex justify-center",children:m(W,{className:"mb-3.5",image:e})}):null;function $t(e){return m("div",{className:"text-secondary-text mt-1 text-s "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}const Ct={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"};function St(e,t,n="primary"){return m("section",{className:"mt-3",children:e.map(((e,i)=>h("div",{children:[t?m("div",{className:`rounded-full inline-block mr-3 mt-2 w-2 h-2 min-w-2 min-h-2 ${Ct[n]}`}):null,m("span",{className:"text-m font-medium",children:e.title}),m("span",{className:"text-s pl-2 "+("primary"===n?"text-secondary-text":""),children:e.text})]},String(i))))})}const Tt=(e,t,n=((e,t)=>t.startsWith(e)))=>n(ue((e=>he(e)||e?.startsWith("/")?e:`${o.BASE_PATH||""}${e}`)(e)),ue(he(e)?t.href:ge(t.href))),_t=e=>t=>Tt(t.href,e),It=e=>t=>t.items?.some(_t(e))||Tt(t.href,e)||((e,t)=>[pe(e),pe(t.href)].every(((e,t,n)=>Boolean(e)&&e===n[0])))(t.href,e),At="absolute left-0 -bottom-3 w-full h-0.5",Rt=u((({className:e="",text:t,href:n,target:i,active:r,onClick:l,children:s,bgColor:a="bg-white"})=>h("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:n,target:i,onClick:l,children:[m("span",{className:jt(a,r),children:t||s}),r?m("div",{className:Dt(a,r)}):null]}))),jt=(e,t=!1)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans text-s`},Dt=(e,t=!1)=>t?`${"bg-white"===e?"bg-primary-main":e} ${At}`:At,Bt=864e5;function Ot(e,t,n=globalThis?.localStorage){const i=l((async(...i)=>{const r=`async:${e}`,l=function(e){const{data:t=null,timestamp:n=null}=e?JSON.parse(e):{};return t&&Date.now()-n<Bt?t:void 0}(n.getItem(r));if(l)return l;const s=await t(...i);return n.setItem(r,JSON.stringify({data:s,timestamp:Date.now()})),s}),[e,t]);return Je(e,i)}const Vt=()=>{const e=globalThis.localStorage?.getItem("location");try{return e?JSON.parse(e):null}catch(e){return null}},Mt=u((({burgerSubMenu:e,onClick:t,defaultLocation:n="",children:s})=>{const[a]=function(e){const t=Vt(),[n,s]=i(t?.region??{name:e}),{data:a}=Ot("/api/v1/region",We);return r((()=>{s(t?.region&&t?.manual?t.region:a||{name:e})}),[a]),[n,l((e=>{globalThis.localStorage?.setItem("location",JSON.stringify({manual:!0,region:e})),s(e)}),[s])]}(n);return h("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[m("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:t,children:m(W,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),h("button",{className:"flex items-center text-s p-0 mb-4 bg-transparent cursor-pointer",children:[m(W,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),m(Y,{color:"text-secondary-text",children:a.name})]}),s,m("div",{className:"mb-7",children:e?.map(Lt)}),m(Xe,{className:"grow"})]})})),Lt=(e,t)=>{const{icon:n,href:i,text:r}=e;return h("a",{href:i,className:"flex text-s mb-4 hover:text-primary-main",children:[n?m(W,{className:"text-primary-main pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,m("span",{className:"font-medium pl-0.5",children:r})]},`headerSubMenu-${t}`)},Pt=u((({onClick:e,bgColor:t,logo:n})=>h("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-12",children:[h("div",{className:"flex items-center",children:[m("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:m(W,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24",asSVG:!0})}),m(rt,{className:"mr-8",bgColor:t,logo:n})]}),m("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-s border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),Et=u((({className:e="",bgColor:t="bg-white",...n})=>{const r=Ne(),s=n.options?.page?.fallback,{topItems:a,dispositions:c,defaultLocation:d,logo:u}=Ye(o.SITEMAP||"sitemap",s),p=a?.find(It(r)),g=p?.items,b=(e=>(t=[])=>{const n=t?.filter(_t(e));return n?.length?se((e=>e.href?.length||0))(n):void 0})(r)(g),[x,f]=i(!1),N=l((()=>f((e=>!e))),[]);return h("header",{className:`${t} ${e}`,children:[h("div",{className:"container px-4 py-0 box-border",children:[m(Pt,{onClick:N,bgColor:t,logo:u}),m("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-12",children:m("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:g?.map(((e,n)=>m(Rt,{className:"mr-8 whitespace-nowrap text-s",active:e===b,bgColor:t,...e},String(n))))})})]}),x?m(Mt,{onClick:N,burgerSubMenu:c,defaultLocation:d,children:m(j,{children:a?.map(((e,t)=>m(q,{label:e.text,children:m(qe,{documents:e.items})},String(t))))})}):null]})})),Ft={left:"text-left",center:"text-center",right:"text-right"},Ht={transparent:{background:"bg-transparent",text:"text-primary-text",description:"text-primary-text"},primary:{background:"bg-white",text:"text-primary-text",description:"text-primary-text"},secondary:{background:"bg-primary-main",text:"text-white",description:"text-white/80"}},zt=u((({bgColorHeadline:e="transparent",className:t="",title:n,description:i,image:r,align:l="left"})=>{const s=Ht[e];return h("section",{className:`px-4 py-6 flex flex-col gap-2.5 ${s.background} ${t}`,children:[n?m(A,{headingType:"h2",className:`${s.text} ${Ft[l]}`,title:n}):null,i?m("p",{className:`text-m ${s.description} ${Ft[l]}`,children:i}):null,r?.src&&m("div",{className:"mt-2.5 mx-auto flex justify-center",children:m(W,{image:r})})]})})),Gt=u((({className:e,iconClassName:t,textClassName:n,suffixClassName:i,doc:r,icon:l})=>{const{text:s,fileSize:a,...o}=r;return h("a",{className:e,role:"link",...o,children:[l?m(W,{className:t,image:K(l),width:"24px",height:"24px",asSVG:!0}):null,s?h("span",{className:n,children:[s,m("span",{className:i,children:o?.href&&Jt(Ut(o.href),a)})]}):null]})})),Jt=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Ut=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},Wt=u((({className:e="",doc:t,icon:n})=>m(Gt,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:n}))),Yt=u((({hasBorder:e=!0,documents:t,icon:n})=>m(me,{className:"text-s text-primary-main mt-5",children:t?.length?t.map(((t,i)=>m(Wt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n},String(i)))):null}))),Kt=u((({hasBorder:e=!0,documents:t,icon:n})=>m("div",{className:"text-s text-primary-main flex flex-col mt-5 "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,i)=>m("div",{role:"listitem",children:m(Wt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n})},String(i)))):null}))),Xt=u((({className:e="",title:t,description:n,icon:i={icon:"DocIconMonoColor"},documents:r,orientation:l="vertical",hasBorder:s=!0,...a})=>h("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[m(zt,{className:"!p-0 "+(n?"gap-2":"gap-5"),title:t,description:n,align:"center",...a}),m("vertical"===l?Kt:Yt,{hasBorder:s,documents:r,icon:i})]}))),qt=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function Qt(e=""){const t=qt(e);return t<=4?"S":t<=8?"M":"L"}function Zt(e=""){const t=qt(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function en(e=""){const t=qt(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const tn=u((({className:e,title:t,description:n="Блок в разработке...",...i})=>h(_,{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${en(e)} ${Zt(e)} `,...i,children:[m(zt,{className:"!p-0 max-w-[600px]",title:t,description:n,headlineVersion:Qt(e),...i}),m("figure",{className:"m-0 min-w-[80%]",children:nn()})]}))),nn=(e=3)=>ln(100,e).map((e=>Math.floor(e))).map(rn),rn=(e,t)=>m("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),ln=(e,t)=>[e].concat(t>0?ln(e/1.618,t-1):[]),sn=u((({className:e="",buttons:t})=>t&&t?.length?m("div",{className:e,children:t.map(((e,t)=>an({button:e,index:t})))}):null));function an({button:e,buttonClassName:t,index:n}){const{icon:i,iconRight:r,version:l,text:s,...a}=e,o="secondary"===l?"color":"white",c=on({...i,iconVersion:o}),d=on({...r,iconVersion:o});return s?m(je,{className:t,appendLeft:c,appendRight:d,version:l,text:s,...a},n?String(n):""):null}const on=e=>{if(!e?.icon&&!e?.src)return null;const t=e?.size?.width?`${e.size.width}`:"24";return m(W,{image:{...e},width:t,height:"24",asSVG:!0})},cn={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"},dn={L:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-4",M:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-3",S:"w-1 h-1 min-w-1 min-h-1 mr-2"},mn=u((({className:e="",isDotted:t=!0,children:n,version:i="primary",size:r="M"})=>h("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?m("div",{children:m("div",{className:`rounded-full align-middle inline-block ${cn[i]} ${dn[r]}`})}):null,m("span",{children:n})]}))),hn={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text"},un={S:"text-l-light",M:"text-h6",L:"text-h5"},pn={S:"ml-2",M:"ml-3",L:"ml-4"},gn=u((e=>{const{className:t="",hasIndent:n,isDotted:i,itemClassName:r="",items:l,listItemSize:s="M",version:a="primary"}=e;return l?.length?m("section",{className:`${hn[a]} ${un[s]} ${t} ${n?pn[s]:""}`,role:"list",children:l.map(((e,t)=>m(mn,{className:`${r} mb-1.5`,isDotted:i,version:a,size:s,children:e},String(t))))}):null})),bn=u((({className:e="",title:t="",buttons:n,image:i,children:r})=>h("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,h("div",{className:"flex grow w-full justify-between",children:[h("div",{className:"flex flex-col justify-between w-full",children:[m("div",{className:"h-full",children:r}),n?m("div",{className:"mt-auto pt-8",children:n}):null]}),i]})]}))),xn={primary:"text-primary-text",secondary:"text-white"},fn={primary:"text-secondary-text",secondary:"text-white"},Nn=u((e=>{const{className:t="",icon:n,label:i,description:r,version:l="primary",benefitsVersion:s="normal"}=e,a="white"===s?"secondary":"primary";return h("div",{className:`flex gap-5 ${r?"items-start":"items-center"} ${t}`,children:[n?m("div",{className:yn(l,s),children:m(W,{className:"w-6 h-6",image:K(n,a),asSVG:!0})}):null,h("div",{className:"gap-0.5",children:[i?m("div",{className:`text-h6 ${xn[l]}`,children:i}):null,r?m("div",{className:`text-m-light ${fn[l]}`,children:r}):null]})]})}));function yn(e,t){let n="bg-primary-main text-black";return"secondary"===e?n="bg-white/30 text-black":"normal"===t&&(n="bg-secondary-light text-primary-main"),`w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const vn=(e="primary",t="normal")=>({icon:n,label:i,description:r},l)=>m(Nn,{icon:n,label:i,description:r,version:e,benefitsVersion:t},String(l)),wn=u((({className:e="",headlineVersion:t="L",benefits:n,benefitsVersion:i="normal",buttons:r,image:l,items:s,version:a="primary",isDotted:o=!0,label:c,...d})=>h("div",{className:`w-full ${e}`,children:[h("div",{children:[c?Cn(c,a):null,m(zt,{className:"!p-0 max-w-[600px]",bgColorHeadline:a,headlineVersion:t,...d}),h(bn,{buttons:r?.length?m(sn,{buttons:r,className:"flex flex-col mt-5 gap-2.5"}):null,children:[n?.filter((e=>e.label))?.length?m("div",{className:"mt-3",children:n.map(vn(a,i))}):null,s?.length?m(gn,{className:"mt-3 text-m",items:s,version:a,isDotted:o}):null]})]}),kn(l)]})));function kn(e){return e?.src?m(W,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const $n={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},Cn=(e,t)=>m("div",{className:`px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${$n[t]}`,children:e}),Sn=u((e=>{const{className:t="",version:n="primary"}=e;return m("section",{className:`font-sans bg-white px-4 py-6 ${Nt[n]} ${t}`,children:m(wn,{...e})})})),Tn={primary:{background:"bg-white",title:"text-primary-text",description:"!text-secondary-text text-l-light",iconText:"text-secondary-text",iconBackground:"bg-main-divider",iconConnector:"bg-secondary-light",dot:"bg-secondary-text"},secondary:{background:"bg-primary-main",title:"text-white",description:"!text-white/80 text-l-light",iconText:"text-white",iconBackground:"bg-white/30",iconConnector:"bg-white",dot:"bg-white/80"}},_n={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-12 w-12 min-w-12 min-h-12"},In={normal:"min-h-[70px]",small:"min-h-12"},An=u((({className:e,title:t,description:n,showLines:i=!0,steps:r,size:l="normal",version:s="primary"})=>{const a=Tn[s];return h("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${a.background} ${a.title} ${e||""}`,children:[t?m(A,{headingType:"h3",className:`text-center ${a.title}`,title:t}):null,n?m("p",{className:`text-m-light text-center ${a.description} ${t?"mt-2":""}`,children:n}):null,r?.length?m("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:m("div",{className:"flex flex-col justify-between gap-x-[101px]",children:r.map(Rn(l,s,i))})}):null]})})),Rn=(e,t,n)=>(i,r,l)=>{const s=l.length-1===r,a="normal"===e?"ml-[34px]":"ml-6",o=Tn[t];return m("div",{children:h("div",{className:"flex flex-row text-center relative",children:[h("div",{className:"overflow-hidden flex-shrink-0",children:[jn(e,t)(i,r),s?null:m("div",{className:`min-h-8 h-full w-0.5 ${n?o.iconConnector:""} ${a}`})]}),h("div",{className:`flex flex-col justify-center h-fit ${In[e]}`,children:[i.label?m("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:i.label}):null,i.description?m("div",{className:`text-s ${o.description} text-left`,children:i.description}):null]})]})},String(r))},jn=(e,t)=>(n,i)=>{const r=Tn[t],l="normal"===e?"38":"27",s="normal"===e?"text-m-title":"text-m-title-xs";return m("div",{className:`${_n[e]} ${r.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:m("span",{className:`font-medium flex self-center ${r.title} ${s}`,children:(a=n?.icon,Boolean(a?.icon||a?.src)?m(W,{image:K({...n.icon},t),width:l,height:l,asSVG:!0}):m("span",{children:i+1}))})});var a},Dn={Buttons:({buttons:e})=>e&&e?.length?m("div",{children:e.map((({rounded:e,icon:t,...n},i)=>an({button:{rounded:e,icon:t,...n},buttonClassName:`mt-3 ${i>0&&e?"ml-2.5":""} ${t?"w-12 h-12":""}`,index:i})))}):null,Img:({image:e})=>e?.src?m(W,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>m(gn,{className:"flex flex-col justify-between items-start text-m",version:"gray",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>h("div",{children:[e?m("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?m("div",{className:"text-s text-secondary-text",children:t}):null]})},Bn=u((({title:e,icon:t})=>h("div",{className:"flex gap-2.5 mb-2",children:[e?m(A,{headingType:"h3",className:"font-medium",title:e}):null,t?m(W,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),On=u((({tile:e,...t})=>h("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[m(Bn,{...e?.header}),e?.data?.length?e.data.map(((e,n)=>h("div",{children:[n>0?m("div",{className:"h-5"}):null,Vn(e,t)]},String(n)))):null]})));function Vn(e,t){if(!e||!e.tableCellType||!(e.tableCellType in Dn))return null;const n=Dn[e.tableCellType];return m(n,{displayTable:()=>null,isVisible:!0,...e,...t})}const Mn=u((({tiles:e,...t})=>e?.length?m(me,{...t,children:e.map(((e,n)=>m(On,{tile:e,...t},String(n))))}):null)),Ln=u((({tiles:e,...t})=>e?.length?m("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>m(On,{tile:e,...t},String(n))))}):null)),Pn=u((({className:e,title:t,description:n,tariffsColumns:i,rowHeaders:r,orientation:l="vertical",...s})=>{const a=En(i),o=Fn(r,a);return h("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[t?m(A,{headingType:"h2",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?m("div",{className:"mb-5 text-center text-m",children:n}):null,m("vertical"===l?Ln:Mn,{tiles:o,...s})]})})),En=e=>e?.[0]?.data?e[0].data:[],Fn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Hn={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},zn=u((({title:e,description:t,blockVersion:n="primary",iconVersion:i,image:r,className:l="",items:s,isDotted:a=!0})=>{const o=Hn[n],c="secondary"===n?"secondary":"gray";return h("section",{className:`font-sans px-4 py-[18px] flex flex-col ${o.background} ${l}`,children:["small"===i?Gn(o.icon):null,"big"===i?Jn(r):null,h("div",{className:"py-0.5",children:[e?m("div",{className:`text-l font-medium mb-1 ${o.title}`,children:e}):null,t?m("div",{className:`text-s ${o.description}`,children:t}):null,s?.length?m(gn,{className:"mt-1 text-m",items:s,isDotted:a,version:c}):null]})]})}));function Gn(e){return m("div",{className:"mb-3",children:m("div",{className:`rounded-full h-4 w-4 text-center text-xs-light ${e}`,children:"i"})})}function Jn(e){return e?.src?m(W,{className:"pb-3 mr-auto",image:e}):null}const Un={Accordion:D,AccordionItem:q,ComparisonTable:He,Footer:xt,Gallery:yt,Header:Et,Headline:zt,LinkDocs:Xt,LinkList:qe,MobileAppTile:lt,ProductBlock:Sn,StepsBlock:An,TariffsTable:Pn,TextBlock:zn,Placeholder:tn},Wn=["Header","Footer"],Yn=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function Kn(e=T.inst,t=globalThis){const n=a(new Map);r((()=>e.eventBus.subscribe("intersection",(({block:e,intersection:t})=>{n.current&&n.current.set(e,t)}))),[e]),r((()=>{const i=((e,t=600)=>{let n;const i=(...r)=>{i.dispose(),n=setTimeout((()=>{e(...r)}),t)};return i.dispose=()=>{n&&clearTimeout(n)},i})((()=>{if(!(globalThis.scrollY>3*globalThis.innerHeight/4))return void e.reset();const t=function(e){const t=e.filter((([e])=>!Wn.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[n]=t.length>0?ae(Yn)(t):[];return n}([...n.current||[]]);t?.anchor?e.replace(t.anchor):t||e.reset()}),100);return t.addEventListener("scroll",i),()=>{i.dispose(),t.removeEventListener("scroll",i)}}),[e,t])}const Xn=d();const qn=u((({className:e,onClick:t,ariaLabel:n})=>m("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:Qn()}))),Qn=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return h("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[m("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),m("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},Zn=u((({className:e=""})=>{const t=function(e){const[t,n]=i(0);return r((()=>{(async()=>{const[t]=await Xn.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:l((async()=>{n(await Xn.like(e))}),[e]),dislike:l((async()=>{n(await Xn.dislike(e))}),[e])}}(Ne().pathname);return h("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e}`,children:[m(qn,{onClick:fe(t.like),ariaLabel:"Поставить отметку «лайк»"}),m(qn,{onClick:fe(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),m("span",{className:"select-none",children:t.likeCount})]})})),ei=u((e=>{const{className:t="",blocksRegistry:n,blockDecorator:i,data:r={}}=e,{style:l,blocks:s,slots:a,likeControl:o,colorPalette:c="pc"}=r,d={key:"",page:r,blocksRegistry:n,blockDecorator:i,parent:r};return Kn(),h("section",{className:`relative ${g(l)} ${t}`,"data-theme":c,children:[a?.header?m("div",{className:"mb-5 shadow-[0_8px_32px_0px_#00000014]",children:v(a?.header,{...d,slotName:"header"})}):null,h("div",{className:"container grid grid-cols-12 gap-1",children:[v(s,d),a?.footer?v(a?.footer,{...d,slotName:"footer"}):null]}),o?m("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:m(Zn,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto"})}):null]})}));ei.childrenTypes=[],ei.slots=()=>["header","footer"];e.Blocks=Un,e.ContentPage=ei,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=d,e.handlerDecorator=fe,e.joinList=function(e){return t=>t.reduce(((t,n,i)=>t.length?t.concat({...e,key:i},n):[n]),[])},e.packageVersion="0.6.44",e.projectSettings=o,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=xe,e.useRouter=Ne,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).UniMobileBlocks={})}(this,(function(e){"use strict";let t;const n=e=>(...n)=>t[e](...n),i=n("useState"),r=n("useEffect"),l=n("useCallback"),s=n("useMemo"),a=n("useRef");const o=new class{_={PROD_BRANCH:"master",FORCED_DRAFT_FLOW:!1};setup(e){this._=e}get TEST_BRANCH(){return this._.TEST_BRANCH}get RC_BRANCH(){return this._.RC_BRANCH}get PROD_BRANCH(){return this._.PROD_BRANCH}get FORCED_DRAFT_FLOW(){return this._.FORCED_DRAFT_FLOW}get ASSIST_PROJECT_ID(){return this._.ASSIST_PROJECT_ID}get SITEMAP(){return this._.SITEMAP}get FOOTER(){return this._.FOOTER}get CDN(){return this._.CDN}get BASE_PATH(){return this._.BASE_PATH&&!this._.BASE_PATH.endsWith("/")?`${this._.BASE_PATH}/`:this._.BASE_PATH}get YANDEX_MAP_API_KEY(){return this._.YANDEX_MAP_API_KEY}get YANDEX_METRIKA_ID(){return this._.YANDEX_METRIKA_ID}},c="likesToken";function d(){async function e(){try{const e=JSON.parse(globalThis.localStorage?.getItem(c)||"");if(e?.token)return e}catch(e){}try{const e=await fetch("/assist/v1/public/auth",{method:"POST",mode:"cors",headers:{"Content-Type":"application/json"},body:JSON.stringify({prefix:"guest"})}),{token:t,name:n}=await e.json();return globalThis.localStorage?.setItem(c,JSON.stringify({token:t,name:n})),{token:t,name:n}}catch(e){return console.error(e),{}}}return{getLikeCount:async function(...t){if(!t.length)return[];const{token:n}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/likes`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({node_ids:t})}),{likes:i}=await e.json();return i||[]}catch(e){return console.error(e),[]}},like:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/like`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}},dislike:async function(t){if(!t)return 0;const{token:n,name:i}=await e();try{const e=await fetch(`/assist/v1/public/projects/${o.ASSIST_PROJECT_ID}/nodes/unlike`,{method:"POST",mode:"cors",headers:{"Content-Type":"application/json",Authorization:n,UserID:i},body:JSON.stringify({node_id:t,user_name:i})}),{likes:r}=await e.json();return r||0}catch(e){return console.error(e),0}}}}const m=(...e)=>globalThis._uni._jsx(...e),h=(...e)=>globalThis._uni._jsxs(...e),u=e=>{const t=e;return t._tmpl||(t._tmpl=globalThis.__UNI_REACT__?e:p(e)),t._tmpl},p=e=>{function t(t,n){const{children:i,...r}=t||{},l=n?.slots?.default,s=i||l&&l();return e(Object.assign(r,s&&{children:s}),n)}return t.inheritAttrs=!1,t};function g(e){return e?e.filter(Boolean).join(" "):""}const b=({blockClassName:e,block:t,render:n})=>n({blockClassName:e,block:t}),x=[],f=["col-span-12"];function N(e,t){const{key:n,blockDecorator:i=b,blocksRegistry:r={},ancestors:l=x,className:s=""}=t,{type:a}=e;a&&a in r||console.warn(`No block with "${a}" is registered`);const o=a&&r[a];return i({blockClassName:`scroll-mt-12 ${s} ${g(e.style||f)}`,block:e,ancestors:l,render:({block:i,blockClassName:r})=>{const{content:l}=i;return o?m(o,{className:r,block:e,options:t,...l},n):null}},n)}const y=[],v=(e,{key:t,ancestors:n=y,slotName:i=null,renderChild:r=N,...l})=>(e||[]).map(((e,s)=>r(e,{...l,key:`${t||e.type}-${s}`,ancestors:l.parent?[...n||y,[l.parent,i]]:n})));function w({children:e,block:t,options:n,renderChild:i}){return e||(t&&n?v(t.blocks,{...n,parent:t,renderChild:i}):null)}class k{static inst=new k;subscribers={};subjectsStateMap={};subscribe(e,t){this.subscribers[e]=(this.subscribers[e]||[]).concat(t);const n=this.subjectsStateMap[e];return n&&t(n),()=>{this.unsubscribe(e,t)}}unsubscribe(e,t){this.subscribers[e]=this.subscribers[e]?.filter((e=>e!==t))}fire(e,t){e in this.subjectsStateMap&&(this.subjectsStateMap[e]=t),this.subscribers[e]?.forEach((e=>e(t)))}subject(e,t){this.subjectsStateMap[e]=t}}function $(e,{sensitivity:t,rootRef:n}={}){const i=a(null),l=s((()=>({threshold:C(t),root:n?.current})),[t,n?.current]);return r((()=>{if(!i.current)return;const t=new IntersectionObserver(e,l);return t.observe(i.current),()=>{t.disconnect()}}),[e,l]),i}function C(e=0){const t=Math.round(10*e);return new Array(t).fill(0).map(((e,n)=>Math.min(n/t)),1).concat(1)}const S=e=>e?.replace("#",""),T=e=>`${globalThis.location?.pathname}#${S(e)}`;class _{static inst=new _;eventBus=new k;constructor(){const e=S(globalThis.location?.hash);e&&this.eventBus.subject("goto",{anchor:e})}goto(e){const t=S(e);t&&(this.push(t),this.eventBus.fire("goto",{anchor:t}))}push(e){globalThis.history?.pushState(null,"",T(e))}replace(e){globalThis.history?.replaceState(null,"",T(e))}reset(){globalThis.history?.replaceState(null,"",T())}}const I=u((({className:e,block:t,tag:n="section",role:s,children:a})=>{const o=n,c=function(e,t=_.inst){const n=$(l((n=>{if(!e||!n?.length)return;const i=n[n.length-1];t.eventBus.fire("intersection",{block:e,intersection:i})}),[e,t]),{sensitivity:1});return r((()=>{if(n.current)return t.eventBus.subscribe("goto",(({anchor:t})=>{n.current&&e?.anchor===t&&n.current.scrollIntoView({behavior:"smooth",block:"start"})}))}),[e,t]),n}(t),[d,h]=i(!0);return r((()=>k.inst.subscribe("tab",(e=>{if("group"===e.type){const n=t?.labels?.length||t?.anchor;h(!e.label||(!n||Boolean(t?.labels?.includes(e.label))))}else h(!0)}))),[t]),d?m(o,{className:e,role:s,...t?.anchor?{id:t.anchor,ref:c}:{},children:a}):null})),A={h0:"text-m-title",h1:"text-m-title",h2:"text-m-title",h3:"text-h6",h4:"text-m-title-xs",h5:"text-m-title-xs",h6:"text-m-title-xs"},j=u((e=>{const{className:t,headingType:n="h3",title:i,as:r="h3"}=e;return m(r,{className:`font-sans font-medium m-0 ${A[n]} ${t||""}`,children:i})})),R=u((({size:e,color:t,align:n,font:i,children:r})=>m("p",{className:["font-sans",e,t,n,i].filter(Boolean).join(" "),children:r}))),D=u((({children:e})=>m("ul",{className:"list-none m-0 p-0",children:e}))),B=u((({title:e,description:t,className:n="",...i})=>h(I,{className:`py-6 px-4 bg-white text-primary-text ${n}`,...i,children:[e?m(j,{headingType:"h3",className:"mb-2 text-center",title:e}):null,t?m("div",{className:"mb-5",children:m(R,{size:"text-m",font:"font-light",align:"text-center",children:t})}):null,m(D,{children:w(i)})]})));B.childrenTypes=["AccordionItem"];const O=u((({isFoldButtonOnTop:e=!1,unfoldedByDefault:t=!1,renderFoldableSection:n,renderFoldButton:r})=>{const[s,a]=i(t),o=l((()=>{a((e=>!e))}),[]),c=n({isUnfolded:s,onToggle:o}),d=r?r({isUnfolded:s,onToggle:o}):null;return h("div",e?{children:[d,c]}:{children:[c,d]})})),V=u((({className:e="",isUnfolded:t,children:n})=>{const i=a(null);return r((()=>{i.current&&(i.current.style.maxHeight=t?`${i.current.scrollHeight}px`:"")}),[t,n?.length]),m("div",{ref:i,className:`transition-max-h duration-300 overflow-hidden ${i.current||!t?"max-h-0":""} ${e}`,children:n})})),M={normal:"",color:"text-primary-main",black:"text-black",white:"text-black"},L=u((({className:e="",imageClassName:t="",name:n="",alt:i=`Иконка ${n}`,title:r=i,iconVersion:l="color",asSVG:s,...a})=>{const c=`${o.CDN||""}icons/${n}.svg`;return s&&"normal"!==l?m(F,{className:e,children:h("svg",{className:[E(e,a.width),M[l],t,P(l)].join(" "),...a,"aria-hidden":"true",children:[r?m("title",{children:r}):null,i?m("desc",{children:i}):null,m("use",{href:`${c}#icon`,xlinkHref:`${c}#icon`})]})}):m("img",{className:e,src:c,alt:i,title:r,...a,"aria-hidden":"true"})})),P=e=>"white"===e?"invert":"",E=(e,t)=>t?`width: ${t}px `:"w-full h-full",F=u((({className:e,children:t})=>e?m("div",{className:e,children:t}):t));function H(e){return"string"==typeof e?"normal":e?.iconVersion||"normal"}const z=(e,t)=>e.media&&t.media?e.media-t.media:0,G=u((({className:e="",image:t,imageClassName:n="",isMobile:i=!1,pathPrefix:r=""})=>{if(!t||!t?.sources&&!t?.src)return null;const l=i?"flex":"flex-none",s=W(r);return h("picture",{className:`${l} ${e}`,children:[t?.sources?.length?t.sources.sort(z).map((({src:e,format:n,media:i},r)=>m("source",{srcSet:U(e,s),type:Y(n),media:i?`(max-width: ${i}px)`:"",...t.size},`${r}_${e}`))):null,J({...t,src:`${s}${t.src}`},n,i)]})})),J=(e,t="",n=!1)=>{const i={width:e.size?.width?`${e.size?.width}px`:"100%",height:e.size?.height?`${e.size?.height}px`:"100%"},r=e.title||"",l=e.alt||e.title,s=n?"m-auto":"m-0";return m("img",{src:e.src,className:`${s} ${t}`,alt:l,title:r,style:i,...e.size})},W=(e="")=>e&&!e.endsWith("/")?`${e}/`:e,U=(e="",t="")=>e.split(",").map((e=>`${t}${e.trim()}`)).join(", ");function Y(e){return e?`image/${String(e)}`:void 0}const K=u((({className:e="",image:t,imageClassName:n="",isMobile:i,pathPrefix:r,...l})=>{if(!t)return null;const s="string"==typeof t?t:t.icon;return s||""===s?s.length?m(L,{className:e,imageClassName:n,iconVersion:H(t),name:s,...l}):null:m(G,{className:e,imageClassName:n,image:t,isMobile:i,pathPrefix:r})})),X=u((e=>m(K,{...e,isMobile:!0}))),q=u((({size:e,color:t,align:n,font:i,children:r})=>m("span",{className:["font-sans",e,t,n,i].filter(Boolean).join(" "),children:r}))),Q=(e,t="primary")=>({...e,iconVersion:e?.iconVersion??("secondary"===t?"white":"color")}),Z=["PlusIcon","MinusIcon"],ee=u((({className:e="",label:t="",labelIcon:n,isExpanded:i,...r})=>{const{bordered:l}=function(e,t){const{content:n}=function(e){return e?.parent||{}}(e);return n||t}(r.options,{});return m("li",{className:`${l?"border p-4 rounded mb-4":"border-0 border-b last:border-b-0"} border-solid border-main-divider ${e}`,children:m(O,{isFoldButtonOnTop:!0,unfoldedByDefault:i,renderFoldableSection:({isUnfolded:e})=>m(V,{className:"flex flex-wrap group-last:last:pb-0 gap-5 [&>*]:p-0",isUnfolded:e,children:w(r)}),renderFoldButton:({isUnfolded:e,onToggle:i})=>m(te,{className:l?"":"py-3.5 px-0",label:t,icon:Z[Number(e)],primaryIcon:n,onClick:i})})})}));ee.childrenTypes=[];const te=u((({className:e,icon:t,label:n,primaryIcon:i,onClick:r})=>h("button",{className:`border-none bg-transparent flex justify-between text-left w-full font-sans text-primary-text group cursor-pointer ${e}`,onClick:r,children:[h("div",{className:"flex group-hover:text-primary-main",children:[i?m(X,{image:Q(i),className:"mr-3 flex-shrink-0",width:"24",height:"24",asSVG:!0}):null,m(q,{size:"text-m-title-xs",font:"font-medium",children:n})]}),m(X,{className:"flex-shrink-0",image:Q({icon:t}),width:"24",height:"24",asSVG:!0})]}))),ne=u((({className:e="",style:t,idx:n,activeIndex:i,observerOptions:r,children:s,onIntersection:a})=>{const o=$(l((e=>{e.length&&a&&a(n||0,e[e.length-1])}),[a,n]),r);return m("div",{className:`inline-block snap-always box-border ${e}`,style:t,role:"listitem","aria-current":Boolean(n===i),ref:o,children:s})})),ie=["min-w-[100%]","min-w-[50%]","min-w-[33.33%]","min-w-[25%]"],re=u((({className:e="",containerRef:t,activeIndex:n,visibleItemCount:i=0,gap:r=0,padding:s=0,snapAlign:o="snap-center",children:c,onVisibleItemsChange:d,onVisibleIndicesChange:h})=>{const u={sensitivity:1,rootRef:t},p=a([]),g=l(((e,t)=>{const n=[...p.current||[]];n[e]=t,p.current=n,d&&d(n),h&&h(se(n))}),[d,h]),b=i>0?r*Number(i)-1:0;return m("div",{className:`box-border overflow-auto flex horizontal-list no-scrollbar ${e}`,style:{...le(s,b),gap:`${r}px`},role:"list",ref:t,children:(x=(e,t)=>m(ne,{className:`${o} ${i?ie[i-1]:""}`,style:le(s/4),activeIndex:n,idx:t,observerOptions:u,onIntersection:g,children:e},String(t)),e=>null==e?e:Array.isArray(e)?e.map(x):x(e,0))(c)});var x})),le=(e,t=0)=>({marginLeft:-e+"px",marginRight:-e+"px",paddingLeft:`${e}px`,paddingRight:`${e+t}px`}),se=e=>e.map(((e,t)=>[e,t])).filter((([e])=>e&&e.intersectionRatio>=.9)).map((([,e])=>e)),ae=u((({containerRef:e,activeIndex:t,dotCount:n=0})=>n?m("div",{className:"flex gap-2 mx-auto mt-5 w-fit",children:new Array(n).fill(null).map(((n,i)=>m("div",{className:"cursor-pointer bg-primary-main h-2 rounded-full transition-width duration-300 "+(i===t?"w-6":"w-2 opacity-30"),role:"button","aria-hidden":!0,onClick:()=>(n=>{n!==t&&e?.current&&e.current.children[n]?.scrollIntoView({behavior:"smooth",block:"nearest"})})(i)},String(i))))}):null)),oe=e=>e,ce=(e=oe)=>t=>t.reduceRight(((t,n)=>e(t)>e(n)?t:n)),de=(e=oe)=>ce((t=>-e(t))),me=e=>t=>e.scrollWidth/t,he=e=>(t,n)=>{e.scrollBy({left:n*me(e)(t),behavior:"smooth"})},ue=({itemCount:e,isCyclic:t,onVisibleIndicesChange:n})=>{const r=a(null),[s,o]=i([]),c=l((e=>{o((t=>{return(n=t)===(i=e)||Boolean(n&&i&&n?.length===i?.length&&n.every(((e,t)=>e===i[t])))?t:e;var n,i})),n&&n(e)}),[e]),[d,m]=s.length?[de()(s),ce()(s)]:[-1,-1],h=d>0,u=m<e-1,p=l((()=>{var n;r.current&&(t&&!h?(n=r.current).scrollTo({left:n.scrollWidth,behavior:"smooth"}):he(r.current)(e,-1))}),[t,e,h]),g=l((()=>{r.current&&(t&&!u?r.current.scrollTo({left:0,behavior:"smooth"}):he(r.current)(e,1))}),[e,t,u]);return[r,{scrollLeft:p,scrollRight:g,canScrollLeft:t||h,canScrollRight:t||u,visibleIndicesRange:[d,m],handleVisibleIndicesChange:c}]},pe=u((({className:e,gap:t=14,padding:n=16,showDots:i=!0,children:r,onVisibleIndicesChange:l})=>{const s=Array.isArray(r)?r.length:0,[a,o]=ue({itemCount:s,onVisibleIndicesChange:l}),[c]=o.visibleIndicesRange;return h("div",{className:e,children:[m(re,{containerRef:a,activeIndex:c,visibleItemCount:1,gap:t,padding:n,onVisibleIndicesChange:o.handleVisibleIndicesChange,children:r}),i?m(ae,{containerRef:a,activeIndex:c,dotCount:s}):null]})}));const ge=e=>e?.includes("//"),be=e=>(e||"").replace(/\/?\?.*/,""),xe=e=>{if(!e||!ge(e))return;const t=e,n=t.indexOf("//"),i=t.indexOf("/",n+"//".length);return-1!==i?t.substring(0,i):t},fe=e=>{if(!e||!ge(e))return;return new URL(e).pathname},Ne=e=>e?.startsWith("#");var ye=Object.freeze({__proto__:null,isURL:ge,withoutQuery:be,getOrigin:xe,getPathname:fe,getHash:e=>{if(!e||!ge(e))return;const t=e.indexOf("#");return-1!==t?e.substring(t,e.length):void 0},isHash:Ne});const ve=(e,t)=>ve._impl(e,t);function we(){return we._impl()}function ke(){const e=we(),t=_.inst;return n=>{const i=((e,t)=>{if(!e)return e;const n=xe(t?.href);return n?e.replace(n,"")||"/":e})(n.href,e);return{...n,href:i,"aria-label":n.text,onClick:ve((r=>{n.onClick&&n.onClick(r),$e(i,n.target)||(r?.preventDefault(),Ne(i)?t.goto(i):i&&e.push(i))}),n)}}}ve._impl=e=>e,ve.setup=e=>{ve._impl=e},we._impl=()=>({href:globalThis.location?.href||"/",pathname:globalThis.location?.pathname||"/",query:{},push:()=>{},replace:()=>{}}),we.setup=e=>{we._impl=e};const $e=(e,t)=>ge(e)||t&&"_self"!==t||e?.startsWith("/"),Ce={primary:"text-white bg-primary-main hover:bg-primary-hover active:bg-primary-active",secondary:"text-primary-main bg-main-divider hover:text-white hover:bg-primary-hover active:bg-primary-active",white:"text-primary-main bg-white hover:text-white hover:bg-primary-hover active:bg-white active:text-primary-main",link:""},Se="bg-main-divider text-main-disabled",Te={primary:Se,secondary:Se,white:Se,link:""},_e="text-center font-sans select-none",Ie={primary:"group-hover:brightness-0 group-hover:invert",secondary:"group-hover:brightness-0 group-hover:invert",white:"group-hover:brightness-0 group-hover:invert",link:""},Ae=u((e=>{const{text:t,aboveText:n,appendLeft:i,appendRight:r,version:l="primary"}=e;return h("div",{className:je(e),children:[i?m("div",{className:Ie[l],children:i}):null,Re(e)?h("div",{children:[n?m("div",{className:"text-xs-light text-left",children:n}):null,m("div",{className:"text-left "+(n?"text-s -mt-0.5":"text-l"),children:t})]}):null,r?m("div",{className:Ie[l],children:r}):null]})})),je=e=>{const{version:t,aboveText:n,rounded:i}=e;if("link"===t)return"";const r="gap-2 "+(n?"py-2.5 px-7":"py-4 px-4");return["group flex items-center justify-center",Re(e)?r:"h-12 w-12",i?"rounded-full":""].join(" ")},Re=({text:e,aboveText:t,appendLeft:n})=>Boolean(e||t||!n),De=({className:e,rounded:t,version:n})=>["inline-block",_e,n?Te[n]:"",t?"rounded-full":"rounded-md",e].join(" "),Be=({className:e,rounded:t,version:n})=>[_e,"border border-transparent inline-block cursor-pointer no-underline focus:border-primary-focus focus:border",n?Ce[n]:"",t?"rounded-full":"rounded-md",e].join(" "),Oe=u((({disabled:e,children:t,...n})=>{const i=ke()(n),r=t??m(Ae,{...i});return m(e?Me:Ve,{...i,children:r})})),Ve=u((({className:e="",href:t,rel:n,target:i,ariaLabel:r,version:l,rounded:s,onClick:a,children:o})=>m("a",{className:Be({className:e,version:l,rounded:s}),href:t,rel:n,target:i,"aria-label":r,role:t?"link":"button",onClick:a,children:o}))),Me=u((({className:e,ariaLabel:t,version:n,rounded:i,children:r})=>m("div",{role:"button","aria-disabled":"true","aria-label":t,tabIndex:-1,className:De({className:e,rounded:i,version:n}),children:r}))),Le=(e=!1)=>e?"text-white":"",Pe=(e=!1)=>"text-s mb-3.5 "+(e?"text-white":"text-secondary-text/80"),Ee=u((({icon:e,image:t,title:n,subtitle:i,isFillGradient:r})=>h("div",{role:"columnheader",children:[e?m(X,{className:"h-[63px] w-[63px] min-w-[63px] min-h-[63px] mb-4",image:e,width:"63",height:"63"}):null,t?.src&&m("div",{className:"mb-3.5",children:m(X,{image:t})}),n?m(j,{headingType:"h4",className:Le(r),title:n}):null,i?m("div",{className:Pe(r),children:i}):null]}))),Fe=u((({cell:e,rowHeader:t,isFillGradient:n=!1})=>m("div",{className:"box-border flex flex-col",role:"cell",children:m("div",{className:"h-full border-main-divider border border-t-0 border-x-0",children:e.map(He(n,t))})}))),He=(e,t)=>({label:n,description:i},r)=>h("div",{className:"flex justify-between text-s py-3.5",children:[m("div",{className:""+(e?"text-white/80":"text-secondary-text"),children:t}),h("div",{className:"basis-1/2",children:[n?m("div",{className:"text-right "+(e?"text-white":""),children:n}):null,i?m("div",{className:"text-right "+(e?"text-white/80":"text-secondary-text"),children:i}):null]})]},String(r)),ze=u((({header:e,columnData:t,visibleRowLength:n=0,isFillGradient:i,showRow:r,onToggleColumn:l})=>{const s=t?.slice(0,r?t.length:n),a=i?"secondary":"primary";return h("div",{className:`border border-main-stroke rounded-md p-4 mb-3.5 ${i?"bg-gradient-to-r from-main-gradient-start to-main-gradient-end":""}`,role:"row",children:[m(Ee,{...e,isFillGradient:i}),s?.length?s.map((({rowHeader:e,cell:t},n)=>m(Fe,{cell:t,rowHeader:e,isFillGradient:i},String(n)))):null,r&&e?.link?m(Oe,{href:e.link.href,target:e.link.target,version:a,className:"text-s font-medium mt-4 py-[11px]",children:e.link.text}):null,Ge({onToggleColumn:l,isFillGradient:i,showRow:r})]})})),Ge=({onToggleColumn:e,isFillGradient:t,showRow:n})=>m("div",{className:"mt-5",role:"cell",children:m("a",{role:"link",onClick:e,className:"text-s font-medium cursor-pointer "+(t?"text-white/80":"text-primary-main"),children:n?"Скрыть":"Показать описание"})}),Je=u((e=>{const{className:t,title:n}=e;return h("section",{className:`bg-white font-sans px-4 py-6 overflow-hidden text-primary-text relative ${t||""}`,children:[n?m(j,{headingType:"h3",className:"font-medium text-center m-0 mb-5",title:n}):null,m("div",{role:"table",children:m(We,{...e})})]})})),We=u((({columns:e=[],rowHeaders:t,isColoredFirstColumn:n,visibleRowLength:r,orientation:s,...a})=>{const[o,c]=i(new Array(e.length).fill(!r)),d=l((e=>{const t=(t,n)=>n===e?!t:t;c((e=>e.map(t)))}),[]),h=l((()=>c((e=>new Array(e.length).fill(!1)))),[]),u=e?.map((({data:e,header:i},l)=>{return m(ze,{visibleRowLength:r,showRow:o[l],header:i,columnData:(s=e,s?.map(((e,n)=>({cell:e,rowHeader:t?.[n]?.title})))),isFillGradient:0===l&&n,onToggleColumn:()=>d(l),...a},String(l));var s}));return"horizontal"===s?m(pe,{onVisibleIndicesChange:h,children:u}):u})),Ue=new Map;function Ye(e,t,{fallback:n}={}){const l=s((()=>Ke(e)),[e]),[a,o]=i(),[c,d]=i(),m=e=>{o(e),d(void 0)},h=e=>{o(void 0),d(e)};r((()=>{if(!l.every((e=>null===e)))try{const e=t(...l);"then"in e?(e=>{e.then((e=>Ue.get(l)||e)).then(m).catch(h)})(e):m(e)}catch(e){h(e)}}),[t,...l]);const u=l[0],p=n&&"string"==typeof u&&n[u];return{data:a||c||!p?a:p,error:c,mutate:()=>Promise.resolve(void 0),isValidating:!1}}function Ke(e){return e?Array.isArray(e)?e:e instanceof Function?Ke(e()):[e]:[e]}async function Xe(e,t){const n=await fetch(e,{...t,headers:{...t?.headers,"Content-Type":"application/json"}});return await n.json()}function qe(e,t={}){const{data:n}=Ye(`/wcms-resources/${e}.json`,Xe,{fallback:t});return n||{}}const Qe=u((({className:e,isMobile:t=!1})=>{const{term:n,setTerm:r}=(()=>{const[e,t]=i("");return{term:e,setTerm:e=>t(e)}})(),l=t?"text-s":"text-l-light",s=t?" placeholder-transparent":"h-full",a=t?"some search":void 0;return h("form",{className:`font-sans relative ${e}`,children:[h("div",{className:"absolute rounded h-full flex items-center justify-center pl-4 max-w-[170px] gap-3.5 pointer-events-none",children:[m("div",{className:t?"w-5 h-5":"w-6 h-6",children:m(X,{image:"LoupeIcon",width:"24",height:"24"})}),n?null:m("label",{htmlFor:"search-bar-input",className:`text-secondary-text ${l}`,children:"Поиск по сайту"})]}),m("input",{id:"search-bar-input",className:`h-12 pl-12 w-full peer text-l text-black border border-solid rounded-md box-border\n outline-none pr-[6%] border-main-stroke hover:border-primary-hover active:border-primary-text focus:border-primary-text ${s}`,value:n,onChange:e=>r(e.target.value),type:"text",name:"search-bar-input",placeholder:a}),t?m("button",{className:"visible peer-placeholder-shown:invisible absolute top-2 right-3 w-6 h-6 p-1 bg-transparent cursor-pointer border-none",onClick:e=>{e.preventDefault(),r("")},children:m(X,{image:"CloseIcon",width:"24",height:"24"})}):m(Oe,{version:"primary",text:"Найти",className:"invisible peer-focus:visible absolute top-[3px] right-1",onClick:e=>{e?.preventDefault(),console.log("click")},children:m("div",{className:"text-s px-9 py-2.5",children:"Найти"})})]})})),Ze=u((e=>m(Qe,{...e,isMobile:!0}))),et=u((({className:e="",documents:t,...n})=>m(I,{className:`font-sans bg-white mt-2.5 ${e}`,...n,children:m("ul",{className:"flex flex-col text-s text-secondary-text p-0",children:t?.length?tt(t):null})}))),tt=e=>e.map(((e,t)=>{const{text:n,...i}=e;return m("li",{className:"mb-4 list-none",children:m("a",{className:"hover:text-primary-main",role:"link",...i,children:n||null})},`list_item_${String(t)}`)})),nt={"bg-white":"color",transparent:"white"},it={"bg-white":"text-primary-main",transparent:"text-white"},rt=(e,t,n)=>m(X,t?.src?{image:t,className:it[e],width:n?.width,height:n?.height,asSVG:!0}:{image:{icon:t?.icon||"LogoIcon",iconVersion:nt[e]},className:it[e],width:n?.width,height:n?.height,asSVG:!0}),lt={"bg-white":"text-primary-text",transparent:"text-white"},st=(e,t,n)=>m("span",{className:`${lt[t]} ml-2.5 font-medium ${n||""}`,children:e||"Россельхозбанк"}),at=u((({bgColor:e="bg-white",children:t,className:n="",href:i,logo:r,showTitle:l=!0,targetBlank:s})=>h("a",{className:`inline-flex items-center font-sans no-underline ${n}`,href:i||"https://rshb.ru/",target:s?"_blank":"_self","aria-label":r?.title||"Россельхозбанк",children:[rt(e,r?.image,{width:"34",height:"34"}),l?st(t||r?.title,e,"text-s"):null]}))),ot=u((({className:e="",title:t="Мобильное приложение",description:n,href:i="#"})=>m("div",{className:`col-span-12 rounded-md cursor-pointer p-4 mt-6 mb-6 bg-secondary-light font-sans ${e}`,children:i?h("div",{className:"flex",children:[m("div",{className:"flex justify-center align-middle rounded-md bg-primary-main w-12 h-12",children:m(at,{className:"w-8",bgColor:"transparent",showTitle:!0})}),h("a",{href:i,target:"_blank",className:"flex flex-col justify-center pl-3",children:[m("div",{className:"text-s font-medium mb-[3px]",children:t}),m("div",{className:"text-s text-secondary-text",children:n})]})]}):null}))),ct=u((({className:e="",items:t,hasButton:n})=>h("div",{className:e,children:[t?.length?t.map(dt):null,n?m(Oe,{version:"primary",className:"mb-6 w-full",href:"/",target:"_blank",ariaLabel:"Обратная связь",text:"Обратная связь"}):null]}))),dt=(e,t)=>{const{type:n,text:i,description:r}=e;return h("div",{className:"mb-4",children:[m("div",{children:mt(n,i)}),m("div",{className:"mt-1 text-s-light text-secondary-text",children:r})]},String(t))},mt=(e,t="")=>{switch(e){case"tel":return m("a",{className:"text-h6 text-primary-text hover:text-primary-main no-underline",href:`tel:${ht(t)}`,children:t});case"email":return m("a",{className:"text-xl-light text-primary-text no-underline",href:`mailto:${t}`,children:t});default:return m("span",{children:t})}},ht=e=>e.replaceAll(/\D/g,""),ut=u((({className:e="",index:t,text:n,...i})=>{const r=ke(),{href:l,target:s,onClick:a}=r(i);return m("a",{className:`text-secondary-text hover:text-primary-main inline-block no-underline ${e}`,href:l,target:s,onClick:a,children:n||`Документ ${t}`})})),pt=u((({title:e,links:t,className:n=""})=>h("div",{className:n,children:[m("span",{className:"text-primary-text text-s font-medium",children:e}),t?.length?m("div",{className:"flex flex-col gap-2 pt-3",children:t.map(((e,t)=>m(ut,{index:t,className:"text-s",...e},String(t))))}):null]}))),gt=[{origins:["t.me","telegram.org"],icon:{icon:"TelegramIcon"},label:"Телеграм"},{origins:["vk.com"],icon:{icon:"VKIcon"},label:"ВКонтакте"},{origins:["ok.ru"],icon:{icon:"OkIcon"},label:"Одноклассники"},{origins:["apps.apple.com"],icon:{icon:"AppleIcon"},label:"App Store"},{origins:["play.google.com"],icon:{icon:"PlayMarketIcon"},label:"Google Play"}],bt=u((({version:e="primary",...t})=>{const n=ke(),{href:i,onClick:r}=n(t),{icon:l,label:s}=gt.find((({origins:e})=>e.some((e=>i?.includes(e)))))||{};if(!l)return null;return m("a",{className:`flex items-center justify-center rounded-md w-14 h-14 group box-border ${"secondary"===e?"bg-white hover:bg-secondary-hover":"border-solid border border-main-divider hover:border-transparent hover:bg-primary-main"} ${"primary"===e?"hover:text-black":""}`,href:i,"aria-label":s,target:"_blank",rel:"noopener noreferrer",onClick:r,children:l?m(X,{image:Q(l),imageClassName:"group-hover:text-white",width:"24",height:"24",asSVG:!0}):null})})),xt=u((({className:e="",media:t,version:n})=>m("div",{className:`flex gap-2 items-start justify-start pt-6 pb-6 ${e}`,children:t?.map(((e,t)=>m(bt,{version:n,...e},String(t))))}))),ft=u((({className:e="",index:t,...n})=>{const i=ke(),{href:r,target:l,text:s,onClick:a}=i(n);return m("a",{className:`text-xs-light text-secondary-text visited:text-secondary-text hover:text-primary-main inline-block no-underline max-w-[292px] ${e}`,href:r,target:l,onClick:a,children:s||`Документ ${t}`})})),Nt=u((({className:e="",links:t})=>h("div",{className:e,children:[m("div",{className:"py-6",children:m("span",{className:"text-xs-light text-secondary-text",children:`© 2000-${(new Date).getFullYear()} АО «Россельхозбанк» Генеральная лицензия Банка России № 3349 от 12.08.2015 г.`})}),t?.length?m("div",{className:"flex flex-col justify-start items-start gap-2",children:t.map(((e,t)=>m(ft,{index:t,...e},String(t))))}):null]}))),yt=u((({className:e="",...t})=>{const n=t.options?.page?.fallback,i=qe(o.SITEMAP||"sitemap",n),{documents:r,relatedEnterprises:l,contacts:s,socialMedia:a,horizontalNavigationTitle:c}=qe(o.FOOTER||"footer",n);return h("footer",{className:`font-sans px-4 py-[26px] bg-white ${e}`,children:[m(ct,{className:"overflow-hidden",items:s,hasButton:!0}),m(D,{children:i.topItems?.map(((e,t)=>m(ee,{label:e.text,children:m(et,{documents:e.items})},String(t))))}),m("div",{children:i?.dispositions?.map(vt)}),m(ot,{title:"Мобильное приложение",description:"Загрузить для IOS и Android",...t}),m(Ze,{className:"grow"}),m(xt,{className:"pb-4",media:a}),m(pt,{title:c,links:l}),m(Nt,{links:r})]})})),vt=(e,t)=>{const{icon:n,href:i,text:r}=e;return h(Oe,{version:"link",href:i,className:"flex text-s mb-4 w-6",children:[n?m(X,{className:"pr-1",image:Q(n),width:"24",height:"24",asSVG:!0}):null,m("span",{className:"pl-2.5 font-medium text-primary-text",children:r})]},`footer-${t}`)},wt={primary:"bg-white text-primary-text",secondary:"bg-primary-main text-white"},kt=u((({title:e,description:t,cards:n=[],className:i,orientation:r="horizontal"})=>h("section",{className:`relative font-sans text-primary-text bg-white px-4 py-6 overflow-hidden ${i}`,children:[h("div",{className:"flex flex-col items-center mb-5",children:[e?m(j,{headingType:"h3",className:`text-center ${t?"mb-2":"mb-5"}`,title:e}):null,t?m("div",{className:"text-m max-w-[600px] text-center mb-5",children:t}):null]}),$t(r,n)]})));function $t(e,t){return"horizontal"===e?m(pe,{children:t?.map(Ct)}):m("div",{className:"grid gap-3.5",children:t?.map(Ct)})}function Ct(e,t){return h("div",{className:`w-full h-full flex flex-col justify-between shrink-0 box-border snap-start snap-always border-solid border rounded-md border-main-stroke p-4\n ${wt[e.version??"primary"]}`,children:[h("div",{children:[St(e.icon),e.title?m("h3",{className:"text-m-title-xs font-medium m-0",children:e.title}):null,e.description?Tt(e):null,e.items?.length?It(e.items,e.isDotted,e.version):null]}),e?.button?.text?(n=e.button,m(Oe,{className:"mt-3",...n})):null]},t);var n}const St=e=>e?.src||e?.icon?m("div",{className:"flex justify-center",children:m(X,{className:"mb-3.5",image:e})}):null;function Tt(e){return m("div",{className:"text-secondary-text mt-1 text-s "+("secondary"===e.version?"text-white opacity-80":""),children:e.description})}const _t={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"};function It(e,t,n="primary"){return m("section",{className:"mt-3",children:e.map(((e,i)=>h("div",{children:[t?m("div",{className:`rounded-full inline-block mr-3 mt-2 w-2 h-2 min-w-2 min-h-2 ${_t[n]}`}):null,m("span",{className:"text-m font-medium",children:e.title}),m("span",{className:"text-s pl-2 "+("primary"===n?"text-secondary-text":""),children:e.text})]},String(i))))})}const At=(e,t,n=((e,t)=>t.startsWith(e)))=>n(be((e=>ge(e)||e?.startsWith("/")?e:`${o.BASE_PATH||""}${e}`)(e)),be(ge(e)?t.href:fe(t.href))),jt=e=>t=>At(t.href,e),Rt=e=>t=>t.items?.some(jt(e))||At(t.href,e)||((e,t)=>[xe(e),xe(t.href)].every(((e,t,n)=>Boolean(e)&&e===n[0])))(t.href,e)||Boolean(o.BASE_PATH?.startsWith(t.href||"/")),Dt="absolute left-0 -bottom-3 w-full h-0.5",Bt=u((({className:e="",text:t,href:n,target:i,active:r,onClick:l,children:s,bgColor:a="bg-white"})=>h("a",{className:`relative inline-block bg-transparent text-center no-underline ${e}`,href:n,target:i,onClick:l,children:[m("span",{className:Ot(a,r),children:t||s}),r?m("div",{className:Vt(a,r)}):null]}))),Ot=(e,t=!1)=>{let n="text-white";return"bg-white"===e&&(n=t?"text-primary-main":"text-secondary-text hover:text-primary-main"),`${n} font-sans text-s`},Vt=(e,t=!1)=>t?`${"bg-white"===e?"bg-primary-main":e} ${Dt}`:Dt,Mt=864e5;function Lt(e,t,n=globalThis?.localStorage){const i=l((async(...i)=>{const r=`async:${e}`,l=function(e){const{data:t=null,timestamp:n=null}=e?JSON.parse(e):{};return t&&Date.now()-n<Mt?t:void 0}(n.getItem(r));if(l)return l;const s=await t(...i);return n.setItem(r,JSON.stringify({data:s,timestamp:Date.now()})),s}),[e,t]);return Ye(e,i)}const Pt=()=>{const e=globalThis.localStorage?.getItem("location");try{return e?JSON.parse(e):null}catch(e){return null}},Et=u((({burgerSubMenu:e,onClick:t,defaultLocation:n="",children:s})=>{const[a]=function(e){const t=Pt(),[n,s]=i(t?.region??{name:e}),{data:a}=Lt("/api/v1/region",Xe);return r((()=>{s(t?.region&&t?.manual?t.region:a||{name:e})}),[a]),[n,l((e=>{globalThis.localStorage?.setItem("location",JSON.stringify({manual:!0,region:e})),s(e)}),[s])]}(n);return h("div",{className:"absolute top-0 left-0 w-full h-full bg-white p-4 box-border z-20",children:[m("button",{className:"absolute top-4 right-4 border-none bg-transparent cursor-pointer",onClick:t,children:m(X,{image:"CloseIcon",width:"24",height:"24",asSVG:!0})}),h("button",{className:"flex items-center text-s p-0 mb-4 bg-transparent cursor-pointer",children:[m(X,{image:"GeolocationIcon",width:"20",height:"20",className:"text-primary-main box-border mr-2",asSVG:!0}),m(q,{color:"text-secondary-text",children:a.name})]}),s,m("div",{className:"mb-7",children:e?.map(Ft)}),m(Ze,{className:"grow"})]})})),Ft=(e,t)=>{const{icon:n,href:i,text:r}=e;return h("a",{href:i,className:"flex text-s mb-4 hover:text-primary-main",children:[n?m(X,{className:"text-primary-main pr-1",image:n,width:"24",height:"24",asSVG:!0}):null,m("span",{className:"font-medium pl-0.5",children:r})]},`headerSubMenu-${t}`)},Ht=u((({onClick:e,bgColor:t,logo:n})=>h("div",{className:"flex items-center justify-between border-0 border-b border-main-divider h-12",children:[h("div",{className:"flex items-center",children:[m("button",{className:"pl-0 pr-4 border-0 bg-transparent cursor-pointer",onClick:e,"aria-label":"Открыть меню",children:m(X,{image:{icon:"BurgerIcon",iconVersion:"bg-white"===t?"black":"white"},className:"text-primary-text w-6 h-6",width:"24",height:"24",asSVG:!0})}),m(at,{className:"mr-8",bgColor:t,logo:n})]}),m("button",{className:("bg-white"===t?"text-primary-main":"text-white")+" text-s border-0 bg-transparent cursor-pointer",children:"Войти"})]}))),zt=u((({className:e="",bgColor:t="bg-white",...n})=>{const r=we(),s=n.options?.page?.fallback,{topItems:a,dispositions:c,defaultLocation:d,logo:u}=qe(o.SITEMAP||"sitemap",s),p=a?.find(Rt(r)),g=p?.items,b=(e=>(t=[])=>{const n=t?.filter(jt(e));return n?.length?ce((e=>e.href?.length||0))(n):void 0})(r)(g),[x,f]=i(!1),N=l((()=>f((e=>!e))),[]);return h("header",{className:`${t} ${e}`,children:[h("div",{className:"container px-4 py-0 box-border",children:[m(Ht,{onClick:N,bgColor:t,logo:u}),m("nav",{className:"flex items-center m-0 p-0 overflow-y-hidden w-full h-12",children:m("div",{className:"flex no-scrollbar horizontal-list h-full items-center",children:g?.map(((e,n)=>m(Bt,{className:"mr-8 whitespace-nowrap text-s",active:e===b,bgColor:t,...e},String(n))))})})]}),x?m(Et,{onClick:N,burgerSubMenu:c,defaultLocation:d,children:m(D,{children:a?.map(((e,t)=>m(ee,{label:e.text,children:m(et,{documents:e.items})},String(t))))})}):null]})})),Gt={transparent:{wrapper:"bg-transparent",titleColor:"text-primary-text"},primary:{wrapper:"bg-white",titleColor:"text-primary-text"},secondary:{wrapper:"bg-primary-main",titleColor:"text-white",descriptionColor:"text-white/80"}},Jt=u((({className:e="",title:t,description:n,image:i,bgColorHeadline:r="transparent",align:l="text-left"})=>{const s=Gt[r];return h("section",{className:`px-4 py-6 flex flex-col gap-2.5 ${s.wrapper} ${e}`,children:[t?m(j,{headingType:"h2",className:`${s.titleColor} ${l}`,title:t}):null,n?m(R,{color:s.descriptionColor||s.titleColor,size:"text-m",align:l,children:n}):null,i?.src&&m("div",{className:"mt-2.5 mx-auto flex justify-center",children:m(X,{image:i})})]})})),Wt=u((({className:e,iconClassName:t,textClassName:n,suffixClassName:i,doc:r,icon:l})=>{const{text:s,fileSize:a,...o}=r;return h("a",{className:e,role:"link",...o,children:[l?m(X,{className:t,image:Q(l),width:"24px",height:"24px",asSVG:!0}):null,s?h("span",{className:n,children:[s,m("span",{className:i,children:o?.href&&Ut(Yt(o.href),a)})]}):null]})})),Ut=(e,t)=>(e||t?",":"")+(e?` ${e}`:"")+(t?` (${t})`:""),Yt=e=>{if(!e)return"";const t=e.lastIndexOf(".");return-1!==t?e.substring(t+1):""},Kt=u((({className:e="",doc:t,icon:n})=>m(Wt,{className:`flex h-full box-border ${e}`,iconClassName:"mr-3 min-w-6 min-h-6",doc:t,icon:n}))),Xt=u((({hasBorder:e=!0,documents:t,icon:n})=>m(pe,{className:"text-s text-primary-main mt-5",children:t?.length?t.map(((t,i)=>m(Kt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n},String(i)))):null}))),qt=u((({hasBorder:e=!0,documents:t,icon:n})=>m("div",{className:"text-s text-primary-main flex flex-col mt-5 "+(e?"gap-3.5":"gap-2"),role:"list",children:t?.length?t.map(((t,i)=>m("div",{role:"listitem",children:m(Kt,{className:e?"rounded-md border-main-stroke border border-solid p-4":"",doc:t,icon:n})},String(i)))):null}))),Qt=u((({className:e="",title:t,description:n,icon:i={icon:"DocIconMonoColor"},documents:r,orientation:l="vertical",hasBorder:s=!0,...a})=>h("section",{className:`font-sans text-primary-text py-6 px-4 bg-white overflow-x-hidden ${e}`,children:[m(Jt,{className:"!p-0 "+(n?"gap-2":"gap-5"),title:t,description:n,...a}),m("vertical"===l?qt:Xt,{hasBorder:s,documents:r,icon:i})]}))),Zt=e=>{const t="col-span-",n=e.split(/\s+/).find((e=>e.startsWith(t)));return n?parseInt(n.substring(t.length),10):12};function en(e=""){const t=Zt(e);return t<=4?"S":t<=8?"M":"L"}function tn(e=""){const t=Zt(e);return t<=6?"min-h-[300px]":t<=8?"min-h-[320px]":"min-h-[360px]"}function nn(e=""){const t=Zt(e);return t<=6?"pr-9":t<=8?"pr-[4.75rem]":"pr-[9.4rem]"}const rn=u((({className:e,title:t,description:n="Блок в разработке...",...i})=>h(I,{className:`bg-white text-primary-text font-sans p-9 box-border ${e} ${nn(e)} ${tn(e)} `,...i,children:[m(Jt,{className:"!p-0 max-w-[600px]",title:t,description:n,headlineVersion:en(e),...i}),m("figure",{className:"m-0 min-w-[80%]",children:ln()})]}))),ln=(e=3)=>an(100,e).map((e=>Math.floor(e))).map(sn),sn=(e,t)=>m("div",{style:{width:`${e||100}%`},className:"h-4 mt-2 bg-secondary-light"},String(t)),an=(e,t)=>[e].concat(t>0?an(e/1.618,t-1):[]),on=u((({className:e="",buttons:t})=>t&&t?.length?m("div",{className:e,children:t.map(((e,t)=>cn({button:e,index:t})))}):null));function cn({button:e,buttonClassName:t,index:n}){const{icon:i,iconRight:r,version:l,text:s,...a}=e,o="secondary"===l?"color":"white",c=dn({...i,iconVersion:o}),d=dn({...r,iconVersion:o});return s?m(Oe,{className:t,appendLeft:c,appendRight:d,version:l,text:s,...a},n?String(n):""):null}const dn=e=>{if(!e?.icon&&!e?.src)return null;const t=e?.size?.width?`${e.size.width}`:"24";return m(X,{image:{...e},width:t,height:"24",asSVG:!0})},mn={primary:"bg-primary-text",secondary:"bg-white",gray:"bg-secondary-text"},hn={L:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-4",M:"w-1.5 h-1.5 min-w-1.5 min-h-1.5 mr-3",S:"w-1 h-1 min-w-1 min-h-1 mr-2"},un=u((({className:e="",isDotted:t=!0,children:n,version:i="primary",size:r="M"})=>h("div",{className:`font-sans flex items-baseline ${e}`,role:"listitem",children:[t?m("div",{children:m("div",{className:`rounded-full align-middle inline-block ${mn[i]} ${hn[r]}`})}):null,m("span",{children:n})]}))),pn={primary:"text-primary-text",secondary:"text-white",gray:"text-secondary-text"},gn={S:"text-l-light",M:"text-h6",L:"text-h5"},bn={S:"ml-2",M:"ml-3",L:"ml-4"},xn=u((e=>{const{className:t="",hasIndent:n,isDotted:i,itemClassName:r="",items:l,listItemSize:s="M",version:a="primary"}=e;return l?.length?m("section",{className:`${pn[a]} ${gn[s]} ${t} ${n?bn[s]:""}`,role:"list",children:l.map(((e,t)=>m(un,{className:`${r} mb-1.5`,isDotted:i,version:a,size:s,children:e},String(t))))}):null})),fn=u((({className:e="",title:t="",buttons:n,image:i,children:r})=>h("div",{className:`font-sans flex flex-col grow h-full items-start ${e}`,children:[t,h("div",{className:"flex grow w-full justify-between",children:[h("div",{className:"flex flex-col justify-between w-full",children:[m("div",{className:"h-full",children:r}),n?m("div",{className:"mt-auto pt-8",children:n}):null]}),i]})]}))),Nn={primary:"text-primary-text",secondary:"text-white"},yn={primary:"text-secondary-text",secondary:"text-white"},vn=u((e=>{const{className:t="",icon:n,label:i,description:r,version:l="primary",benefitsVersion:s="normal"}=e,a="white"===s?"secondary":"primary";return h("div",{className:`flex gap-5 ${r?"items-start":"items-center"} ${t}`,children:[n?m("div",{className:wn(l,s),children:m(X,{className:"w-6 h-6",image:Q(n,a),asSVG:!0})}):null,h("div",{className:"gap-0.5",children:[i?m("div",{className:`text-h6 ${Nn[l]}`,children:i}):null,r?m("div",{className:`text-m-light ${yn[l]}`,children:r}):null]})]})}));function wn(e,t){let n="bg-primary-main text-black";return"secondary"===e?n="bg-white/30 text-black":"normal"===t&&(n="bg-secondary-light text-primary-main"),`w-12 h-12 min-w-12 rounded-full p-2.5 box-border flex items-center justify-center ${n}`}const kn=(e="primary",t="normal")=>({icon:n,label:i,description:r},l)=>m(vn,{icon:n,label:i,description:r,version:e,benefitsVersion:t},String(l)),$n=u((({className:e="",headlineVersion:t="L",benefits:n,benefitsVersion:i="normal",buttons:r,image:l,items:s,version:a="primary",isDotted:o=!0,label:c,...d})=>h("div",{className:`w-full ${e}`,children:[h("div",{children:[c?Tn(c,a):null,m(Jt,{className:"!p-0 max-w-[600px]",bgColorHeadline:a,headlineVersion:t,...d}),h(fn,{buttons:r?.length?m(on,{buttons:r,className:"flex flex-col mt-5 gap-2.5"}):null,children:[n?.filter((e=>e.label))?.length?m("div",{className:"mt-3",children:n.map(kn(a,i))}):null,s?.length?m(xn,{className:"mt-3 text-m",items:s,version:a,isDotted:o}):null]})]}),Cn(l)]})));function Cn(e){return e?.src?m(X,{imageClassName:"mt-5 mx-auto block",image:{className:"block",...e}}):null}const Sn={primary:"text-primary-main border-secondary-hover",secondary:"text-white/80"},Tn=(e,t)=>m("div",{className:`px-2.5 py-1.5 mb-5 rounded-md border-2 border-solid w-fit ${Sn[t]}`,children:e}),_n=u((e=>{const{className:t="",version:n="primary"}=e;return m("section",{className:`font-sans bg-white px-4 py-6 ${wt[n]} ${t}`,children:m($n,{...e})})})),In={primary:{background:"bg-white",title:"text-primary-text",description:"!text-secondary-text text-l-light",iconText:"text-secondary-text",iconBackground:"bg-main-divider",iconConnector:"bg-secondary-light",dot:"bg-secondary-text"},secondary:{background:"bg-primary-main",title:"text-white",description:"!text-white/80 text-l-light",iconText:"text-white",iconBackground:"bg-white/30",iconConnector:"bg-white",dot:"bg-white/80"}},An={normal:"h-[70px] w-[70px] min-w-[70px] min-h-[70px]",small:"h-12 w-12 min-w-12 min-h-12"},jn={normal:"min-h-[70px]",small:"min-h-12"},Rn=u((({className:e,title:t,description:n,showLines:i=!0,steps:r,size:l="normal",version:s="primary"})=>{const a=In[s];return h("section",{className:`box-border font-sans bg-white px-4 py-6 flex flex-col\n ${a.background} ${a.title} ${e||""}`,children:[t?m(j,{headingType:"h3",className:`text-center ${a.title}`,title:t}):null,n?m("p",{className:`text-m-light text-center ${a.description} ${t?"mt-2":""}`,children:n}):null,r?.length?m("div",{className:"box-border py-0.5 mb-0.5 mt-5",children:m("div",{className:"flex flex-col justify-between gap-x-[101px]",children:r.map(Dn(l,s,i))})}):null]})})),Dn=(e,t,n)=>(i,r,l)=>{const s=l.length-1===r,a="normal"===e?"ml-[34px]":"ml-6",o=In[t];return m("div",{children:h("div",{className:"flex flex-row text-center relative",children:[h("div",{className:"overflow-hidden flex-shrink-0",children:[Bn(e,t)(i,r),s?null:m("div",{className:`min-h-8 h-full w-0.5 ${n?o.iconConnector:""} ${a}`})]}),h("div",{className:`flex flex-col justify-center h-fit ${jn[e]}`,children:[i.label?m("div",{className:"text-m-title-xs font-medium m-0 text-left mb-1",children:i.label}):null,i.description?m("div",{className:`text-s ${o.description} text-left`,children:i.description}):null]})]})},String(r))},Bn=(e,t)=>(n,i)=>{const r=In[t],l="normal"===e?"38":"27",s="normal"===e?"text-m-title":"text-m-title-xs";return m("div",{className:`${An[e]} ${r.iconBackground} rounded-full z-10 mr-3 flex justify-center content-center`,children:m("span",{className:`font-medium flex self-center ${r.title} ${s}`,children:(a=n?.icon,Boolean(a?.icon||a?.src)?m(X,{image:Q({...n.icon},t),width:l,height:l,asSVG:!0}):m("span",{children:i+1}))})});var a},On={Buttons:({buttons:e})=>e&&e?.length?m("div",{children:e.map((({rounded:e,icon:t,...n},i)=>cn({button:{rounded:e,icon:t,...n},buttonClassName:`mt-3 ${i>0&&e?"ml-2.5":""} ${t?"w-12 h-12":""}`,index:i})))}):null,Img:({image:e})=>e?.src?m(X,{image:{...e,className:"m-0"}}):null,List:({isDotted:e,...t})=>m(xn,{className:"flex flex-col justify-between items-start text-m",version:"gray",isDotted:e??!0,...t}),LabelDescription:({label:e,description:t})=>h("div",{children:[e?m("div",{className:"text-xl font-medium m-0 "+(t?"mb-1":""),children:e}):null,t?m("div",{className:"text-s text-secondary-text",children:t}):null]})},Vn=u((({title:e,icon:t})=>h("div",{className:"flex gap-2.5 mb-2",children:[e?m(j,{headingType:"h3",className:"font-medium",title:e}):null,t?m(X,{className:"ml-auto max-w-6 max-h-6",image:t,width:"24px",height:"24px"}):null]}))),Mn=u((({tile:e,...t})=>h("div",{className:"rounded-md border-main-stroke h-full box-border border p-4",children:[m(Vn,{...e?.header}),e?.data?.length?e.data.map(((e,n)=>h("div",{children:[n>0?m("div",{className:"h-5"}):null,Ln(e,t)]},String(n)))):null]})));function Ln(e,t){if(!e||!e.tableCellType||!(e.tableCellType in On))return null;const n=On[e.tableCellType];return m(n,{displayTable:()=>null,isVisible:!0,...e,...t})}const Pn=u((({tiles:e,...t})=>e?.length?m(pe,{...t,children:e.map(((e,n)=>m(Mn,{tile:e,...t},String(n))))}):null)),En=u((({tiles:e,...t})=>e?.length?m("div",{className:"flex flex-col gap-3.5",children:e.map(((e,n)=>m(Mn,{tile:e,...t},String(n))))}):null)),Fn=u((({className:e,title:t,description:n,tariffsColumns:i,rowHeaders:r,orientation:l="vertical",...s})=>{const a=Hn(i),o=zn(r,a);return h("section",{className:`px-4 py-6 bg-white font-sans text-primary-text overflow-x-hidden ${e}`,children:[t?m(j,{headingType:"h2",className:`text-center ${n?"mb-2":"mb-5"}`,title:t}):null,n?m("div",{className:"mb-5 text-center text-m",children:n}):null,m("vertical"===l?En:Pn,{tiles:o,...s})]})})),Hn=e=>e?.[0]?.data?e[0].data:[],zn=(e,t)=>e?.map(((e,n)=>({header:e,data:t?.[n]||[{}]}))),Gn={primary:{background:"bg-white",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"},secondary:{background:"bg-primary-main",icon:"bg-white text-primary-main",title:"text-white",description:"text-white"},"secondary-light":{background:"bg-primary-main/10",icon:"bg-primary-main text-white",title:"text-primary-text",description:"text-secondary-text"}},Jn=u((({title:e,description:t,blockVersion:n="primary",iconVersion:i,image:r,className:l="",items:s,isDotted:a=!0})=>{const o=Gn[n],c="secondary"===n?"secondary":"gray";return h("section",{className:`font-sans px-4 py-[18px] flex flex-col ${o.background} ${l}`,children:["small"===i?Wn(o.icon):null,"big"===i?Un(r):null,h("div",{className:"py-0.5",children:[e?m("div",{className:`text-l font-medium mb-1 ${o.title}`,children:e}):null,t?m("div",{className:`text-s ${o.description}`,children:t}):null,s?.length?m(xn,{className:"mt-1 text-m",items:s,isDotted:a,version:c}):null]})]})}));function Wn(e){return m("div",{className:"mb-3",children:m("div",{className:`rounded-full h-4 w-4 text-center text-xs-light ${e}`,children:"i"})})}function Un(e){return e?.src?m(X,{className:"pb-3 mr-auto",image:e}):null}const Yn={Accordion:B,AccordionItem:ee,ComparisonTable:Je,Footer:yt,Gallery:kt,Header:zt,Headline:Jt,LinkDocs:Qt,LinkList:et,MobileAppTile:ot,ProductBlock:_n,StepsBlock:Rn,TariffsTable:Fn,TextBlock:Jn,Placeholder:rn},Kn=["Header","Footer"],Xn=([,{target:e}])=>Math.abs(e.getBoundingClientRect().top);function qn(e=_.inst,t=globalThis){const n=a(new Map);r((()=>e.eventBus.subscribe("intersection",(({block:e,intersection:t})=>{n.current&&n.current.set(e,t)}))),[e]),r((()=>{const i=((e,t=600)=>{let n;const i=(...r)=>{i.dispose(),n=setTimeout((()=>{e(...r)}),t)};return i.dispose=()=>{n&&clearTimeout(n)},i})((()=>{if(!(globalThis.scrollY>3*globalThis.innerHeight/4))return void e.reset();const t=function(e){const t=e.filter((([e])=>!Kn.includes(e.type||""))).filter((([,{intersectionRatio:e}])=>e>.01)),[n]=t.length>0?de(Xn)(t):[];return n}([...n.current||[]]);t?.anchor?e.replace(t.anchor):t||e.reset()}),100);return t.addEventListener("scroll",i),()=>{i.dispose(),t.removeEventListener("scroll",i)}}),[e,t])}const Qn=d();const Zn=u((({className:e,onClick:t,ariaLabel:n})=>m("button",{type:"button",className:`border-0 w-9 bg-inherit cursor-pointer ${e||""}`,onClick:t,"aria-label":n,children:ei()}))),ei=()=>{const e={stroke:"#292D32",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"1.5"};return h("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",children:[m("path",{...e,strokeMiterlimit:"10",d:"M21.48 11.95c.5-1.4-.4-2.6-1.9-2.6h-4c-.6 0-1.1-.5-1-1.2l.5-3.2c.2-.9-.4-1.9-1.3-2.2-.8-.3-1.8.1-2.2.7l-4.1 6.1M7.48 18.35l3.1 2.4c.4.4 1.3.6 1.9.6h3.8c1.2 0 2.5-.9 2.8-2.1l1.24-3.77"}),m("path",{...e,d:"M2.38 18.35v-9.8c0-1.4.6-1.9 2-1.9h1c1.4 0 2 .5 2 1.9v9.8c0 1.4-.6 1.9-2 1.9h-1c-1.4 0-2-.5-2-1.9Z"})]})},ti=u((({className:e=""})=>{const t=function(e){const[t,n]=i(0);return r((()=>{(async()=>{const[t]=await Qn.getLikeCount(e);n(t?.value||0)})()}),[e]),{likeCount:t,like:l((async()=>{n(await Qn.like(e))}),[e]),dislike:l((async()=>{n(await Qn.dislike(e))}),[e])}}(we().pathname);return h("div",{className:`border-main border-2 border-solid bg-white flex w-[125px] items-center justify-center gap-3 p-2 font-sans ${e}`,children:[m(Zn,{onClick:ve(t.like),ariaLabel:"Поставить отметку «лайк»"}),m(Zn,{onClick:ve(t.dislike),className:"rotate-180",ariaLabel:"Поставить отметку «дизлайк»"}),m("span",{className:"select-none",children:t.likeCount})]})})),ni=u((e=>{const{className:t="",blocksRegistry:n,blockDecorator:i,data:r={}}=e,{style:l,blocks:s,slots:a,likeControl:o,colorPalette:c="pc"}=r,d={key:"",page:r,blocksRegistry:n,blockDecorator:i,parent:r};return qn(),h("section",{className:`relative ${g(l)} ${t}`,"data-theme":c,children:[a?.header?m("div",{className:"mb-5 shadow-[0_8px_32px_0px_#00000014]",children:v(a?.header,{...d,slotName:"header"})}):null,h("div",{className:"container grid grid-cols-12 gap-1",children:[v(s,d),a?.footer?v(a?.footer,{...d,slotName:"footer"}):null]}),o?m("div",{className:"flex items-end absolute bottom-0 right-0 h-full pointer-events-none",children:m(ti,{className:"rounded-tl-lg sticky bottom-0 pointer-events-auto"})}):null]})}));ni.childrenTypes=[],ni.slots=()=>["header","footer"];e.Blocks=Yn,e.ContentPage=ni,e.DaDataAPI=function(e=""){return{getFetcherAddress:async function(){if(!("geolocation"in navigator))return null;try{const t=await(async()=>new Promise((e=>navigator.geolocation.getCurrentPosition((({coords:t})=>e(t))))))(),n=await fetch(`${e}/geolocate`,{method:"POST",mode:"cors",body:JSON.stringify({lat:t.latitude,lon:t.longitude,count:1})});return(await n.json())?.suggestions?.[0]?.data?.city}catch(e){return console.error(e),null}}}},e.LikeAPI=d,e.handlerDecorator=ve,e.joinList=function(e){return t=>t.reduce(((t,n,i)=>t.length?t.concat({...e,key:i},n):[n]),[])},e.packageVersion="0.6.46",e.projectSettings=o,e.setup=(e,t)=>{globalThis._uni={_jsx:e,_jsxs:t||e}},e.setupHooks=e=>{t=e},e.url=ye,e.useRouter=we,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -1,15 +1,15 @@
1
- import type { AlignType } from '../../model/AlignType';
2
1
  import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
3
2
  import type { HeadlineProps } from '../../model/HeadlineType';
4
3
  import type { Picture } from '../../model/Picture';
5
4
  import type { HeadingTagType } from '../../ui-kit/Heading/HeadingProps';
5
+ import type { TextAlign } from '../../ui-kit/Text/TextProps';
6
6
  /**
7
7
  * @title Заголовок
8
8
  */
9
9
  export declare type HeadlineContent = HeadlineProps & {
10
10
  /** @title Изображение (моб.) */
11
11
  image?: Picture;
12
- align?: AlignType;
12
+ align?: TextAlign;
13
13
  bgColorHeadline?: BlockVersionWithTransparent;
14
14
  /** @hidden */
15
15
  as?: HeadingTagType;
@@ -0,0 +1,7 @@
1
+ import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
+ import type { TextColor } from '../../ui-kit/Text/TextProps';
3
+ export declare const headlineStyles: Record<BlockVersionWithTransparent, {
4
+ wrapper: string;
5
+ titleColor: TextColor;
6
+ descriptionColor?: TextColor;
7
+ }>;
@@ -0,0 +1,9 @@
1
+ import type { HeadlineSmallVersion, HeadlineVersion } from '../../model/HeadlineType';
2
+ import type { HeadingCommonProps } from '../../ui-kit/Heading/HeadingProps';
3
+ import type { TextSize, TitleSize } from '../../ui-kit/Text/TextProps';
4
+ export declare const headlineVersionStyles: Record<HeadlineVersion, {
5
+ wrapper: string;
6
+ title: HeadingCommonProps;
7
+ descriptionSize: TextSize | TitleSize;
8
+ }>;
9
+ export declare const HEADLINE_SMALL_VERSION: Record<HeadlineSmallVersion, string>;
@@ -0,0 +1,5 @@
1
+ import type { JSXBlock, UniBlockProps } from '../../model/JSXBlock';
2
+ import type { HorizontalLayoutContent } from './HorizontalLayoutContent';
3
+ export interface HorizontalLayoutProps extends HorizontalLayoutContent, UniBlockProps {
4
+ }
5
+ export declare const HorizontalLayout: JSXBlock<HorizontalLayoutProps>;
@@ -0,0 +1,15 @@
1
+ import type { BlockVersionWithTransparent } from '../../model/BlockVersion';
2
+ /**
3
+ * @title Отсуп между компонентами
4
+ * @enumNames ["Самый большой", "Очень большой", "Большой", "Средний", "Маленький", "Самый маленький", "Без отступа"]
5
+ */
6
+ export declare type GapVersion = 'XXL' | 'XL' | 'L' | 'M' | 'S' | 'XS' | '';
7
+ /**
8
+ * @title Горизонтальный компоновщик
9
+ */
10
+ export interface HorizontalLayoutContent {
11
+ version?: BlockVersionWithTransparent;
12
+ gap?: GapVersion;
13
+ /** @title Внутренний отступ компоновщика */
14
+ isPadding?: boolean;
15
+ }
@@ -1,8 +1,8 @@
1
+ import type { HeadlineCommonProps } from '../../model/HeadlineType';
1
2
  import type { LinkProps } from '../../model/LinkProps';
2
- import type { AlignType } from '../../model/AlignType';
3
3
  import type { ListOrientation } from '../../model/ListOrientation';
4
4
  import type { Picture } from '../../model/Picture';
5
- import type { HeadlineCommonProps } from '../../model/HeadlineType';
5
+ import type { TextAlign } from '../../ui-kit/Text/TextProps';
6
6
  /**
7
7
  * @title Отображение списка
8
8
  * @enumNames [
@@ -39,5 +39,5 @@ export declare type LinkDocsContent = HeadlineCommonProps & {
39
39
  /** @title Отображать элементы в моб. версии (прокрутка shift+mouseScroll) */
40
40
  orientation?: ListOrientation;
41
41
  /** @title Рамка элементов (моб.) */ hasBorder?: boolean;
42
- align?: AlignType;
42
+ align?: TextAlign;
43
43
  };
@@ -1,2 +1,3 @@
1
+ import type { TextAlign } from '../ui-kit/Text/TextProps';
1
2
  import type { AlignType } from './AlignType';
2
- export declare const AlignText: Record<AlignType, string>;
3
+ export declare const AlignText: Record<AlignType, TextAlign>;
@@ -1,3 +1,4 @@
1
+ import { GapVersion } from '../components/HorizontalLayout/HorizontalLayoutContent';
1
2
  /**
2
3
  * @title Цвет блока
3
4
  * @enumNames ["Основная", "Второстепенная"]
@@ -11,3 +12,5 @@ export declare type BlockVersionWithTransparent = 'transparent' | 'primary' | 's
11
12
  export declare const VersionStyleMap: Record<BlockVersion, string>;
12
13
  export declare const VersionAdditionalStyleMap: Record<BlockVersion, string>;
13
14
  export declare const VersionWithTransparentStyleMap: Record<BlockVersionWithTransparent, string>;
15
+ export declare const GapStyleMap: Record<GapVersion, string>;
16
+ export declare const LayoutBackgroundStyleMap: Record<BlockVersionWithTransparent, string>;
@@ -8,4 +8,5 @@ export interface ImageProps<T> extends ImageContent<T>, IconCompatibilityFields
8
8
  className?: string;
9
9
  imageClassName?: string;
10
10
  isMobile?: boolean;
11
+ pathPrefix?: string;
11
12
  }