@redneckz/wildless-cms-uni-blocks 0.3.49 → 0.3.50

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 (361) hide show
  1. package/bundle/blocks.schema.json +1 -1
  2. package/bundle/bundle.umd.js +39 -27
  3. package/bundle/bundle.umd.min.js +1 -1
  4. package/cosmos-static/icons/BurgerIcon.svg +1 -1
  5. package/cosmos-static/icons/Calendar2Icon.svg +1 -1
  6. package/cosmos-static/icons/CalendarCircleIcon.svg +1 -1
  7. package/cosmos-static/icons/CalendarIcon.svg +1 -1
  8. package/cosmos-static/icons/CalendarTickIcon.svg +1 -1
  9. package/cosmos-static/icons/CalendarWhiteIcon.svg +1 -1
  10. package/cosmos-static/icons/CardIcon.svg +1 -1
  11. package/cosmos-static/icons/CardPosIcon.svg +1 -1
  12. package/cosmos-static/icons/CardTickIcon.svg +1 -1
  13. package/cosmos-static/icons/CardWithGemIcon.svg +1 -1
  14. package/cosmos-static/icons/ChartSquareIcon.svg +1 -1
  15. package/cosmos-static/icons/CloseIcon.svg +1 -1
  16. package/cosmos-static/icons/DiscountShapeIcon.svg +1 -1
  17. package/cosmos-static/icons/DocIcon.svg +1 -1
  18. package/cosmos-static/icons/DocumentTextIcon.svg +1 -1
  19. package/cosmos-static/icons/EmptyWalletChangeIcon.svg +1 -1
  20. package/cosmos-static/icons/EmptyWalletIcon.svg +1 -1
  21. package/cosmos-static/icons/GlobalIcon.svg +1 -1
  22. package/cosmos-static/icons/GpsIcon.svg +1 -1
  23. package/cosmos-static/icons/GridIcon.svg +1 -1
  24. package/cosmos-static/icons/InterestIcon.svg +1 -1
  25. package/cosmos-static/icons/MoneyIcon.svg +1 -1
  26. package/cosmos-static/icons/MonitorMobileIcon.svg +1 -1
  27. package/cosmos-static/icons/OfficeIcon.svg +1 -1
  28. package/cosmos-static/icons/PercentageRoundIcon.svg +1 -1
  29. package/cosmos-static/icons/PercentageSquareIcon.svg +1 -1
  30. package/cosmos-static/icons/PersonalCardIcon.svg +1 -1
  31. package/cosmos-static/icons/Profile2UserIcon.svg +1 -1
  32. package/cosmos-static/icons/RoundRubleIcon.svg +1 -1
  33. package/cosmos-static/icons/SafeIcon.svg +1 -1
  34. package/cosmos-static/icons/ShieldTickIcon.svg +1 -1
  35. package/cosmos-static/icons/SmallClockIcon.svg +1 -1
  36. package/cosmos-static/icons/UserTickIcon.svg +1 -1
  37. package/cosmos-static/icons/WalletAdd2Icon.svg +1 -1
  38. package/cosmos-static/icons/WalletAddIcon.svg +1 -1
  39. package/cosmos-static/icons/WalletIcon.svg +1 -1
  40. package/cosmos-static/icons/WalletWithMoneyIcon.svg +1 -1
  41. package/dist/components/Bonus/Bonus.js +2 -2
  42. package/dist/components/Bonus/Bonus.js.map +1 -1
  43. package/dist/components/Bonus/BonusContent.d.ts +4 -3
  44. package/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  45. package/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  46. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  47. package/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  48. package/dist/components/Footer/SocialMedia.js +1 -1
  49. package/dist/components/Footer/SocialMedia.js.map +1 -1
  50. package/dist/components/GracePeriod/GracePeriod.js +3 -3
  51. package/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  52. package/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  53. package/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  54. package/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  55. package/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  56. package/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  57. package/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  58. package/dist/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  59. package/dist/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  60. package/dist/components/ProductBlock/renderBenefit.d.ts +2 -2
  61. package/dist/components/ProductBlock/renderBenefit.js +13 -6
  62. package/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  63. package/dist/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  64. package/dist/components/ProductBlock/renderBenefit.mobile.js +10 -2
  65. package/dist/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  66. package/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  67. package/dist/components/Recommendation/RecommendationCard.js +1 -1
  68. package/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  69. package/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  70. package/dist/model/IconVersion.d.ts +1 -0
  71. package/dist/model/IconVersion.js +2 -0
  72. package/dist/model/IconVersion.js.map +1 -0
  73. package/dist/model/Picture.d.ts +3 -0
  74. package/dist/ui-kit/Icon/Icon.js +3 -2
  75. package/dist/ui-kit/Icon/Icon.js.map +1 -1
  76. package/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  77. package/dist/ui-kit/Img/Img.js +2 -1
  78. package/dist/ui-kit/Img/Img.js.map +1 -1
  79. package/dist/ui-kit/Img/Img.mobile.js +2 -1
  80. package/dist/ui-kit/Img/Img.mobile.js.map +1 -1
  81. package/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  82. package/dist/ui-kit/Img/getIconVersion.js +7 -0
  83. package/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  84. package/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  85. package/dist/ui-kit/Select/SelectOption.js +2 -2
  86. package/dist/ui-kit/Select/SelectOption.js.map +1 -1
  87. package/dist/ui-kit/Tabs/Tabs.js +1 -1
  88. package/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  89. package/fonts/mohave/Mohave-Regular.otf +0 -0
  90. package/fonts/mohave/mohave.css +1 -1
  91. package/lib/common.css +1 -1
  92. package/lib/components/Bonus/Bonus.js +2 -2
  93. package/lib/components/Bonus/Bonus.js.map +1 -1
  94. package/lib/components/Bonus/BonusContent.d.ts +4 -3
  95. package/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  96. package/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  97. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  98. package/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  99. package/lib/components/Footer/SocialMedia.js +1 -1
  100. package/lib/components/Footer/SocialMedia.js.map +1 -1
  101. package/lib/components/GracePeriod/GracePeriod.js +3 -3
  102. package/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  103. package/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  104. package/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  105. package/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  106. package/lib/components/ProductBlock/ProductBlock.fixture.d.ts +0 -3
  107. package/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  108. package/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  109. package/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  110. package/lib/components/ProductBlock/ProductBlockInner.mobile.js +2 -2
  111. package/lib/components/ProductBlock/ProductBlockInner.mobile.js.map +1 -1
  112. package/lib/components/ProductBlock/renderBenefit.d.ts +2 -2
  113. package/lib/components/ProductBlock/renderBenefit.js +13 -6
  114. package/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  115. package/lib/components/ProductBlock/renderBenefit.mobile.d.ts +2 -3
  116. package/lib/components/ProductBlock/renderBenefit.mobile.js +10 -2
  117. package/lib/components/ProductBlock/renderBenefit.mobile.js.map +1 -1
  118. package/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  119. package/lib/components/Recommendation/RecommendationCard.js +1 -1
  120. package/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  121. package/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  122. package/lib/model/IconVersion.d.ts +1 -0
  123. package/lib/model/IconVersion.js +2 -0
  124. package/lib/model/IconVersion.js.map +1 -0
  125. package/lib/model/Picture.d.ts +3 -0
  126. package/lib/ui-kit/Icon/Icon.js +3 -2
  127. package/lib/ui-kit/Icon/Icon.js.map +1 -1
  128. package/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  129. package/lib/ui-kit/Img/Img.js +2 -1
  130. package/lib/ui-kit/Img/Img.js.map +1 -1
  131. package/lib/ui-kit/Img/Img.mobile.js +2 -1
  132. package/lib/ui-kit/Img/Img.mobile.js.map +1 -1
  133. package/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  134. package/lib/ui-kit/Img/getIconVersion.js +4 -0
  135. package/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  136. package/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  137. package/lib/ui-kit/Select/SelectOption.js +2 -2
  138. package/lib/ui-kit/Select/SelectOption.js.map +1 -1
  139. package/lib/ui-kit/Tabs/Tabs.js +1 -1
  140. package/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  141. package/mobile/bundle/bundle.umd.js +26 -13
  142. package/mobile/bundle/bundle.umd.min.js +1 -1
  143. package/mobile/dist/components/Bonus/Bonus.js +2 -2
  144. package/mobile/dist/components/Bonus/Bonus.js.map +1 -1
  145. package/mobile/dist/components/Bonus/BonusContent.d.ts +4 -3
  146. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js +1 -1
  147. package/mobile/dist/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  148. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  149. package/mobile/dist/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  150. package/mobile/dist/components/GracePeriod/GracePeriod.js +3 -3
  151. package/mobile/dist/components/GracePeriod/GracePeriod.js.map +1 -1
  152. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  153. package/mobile/dist/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  154. package/mobile/dist/components/NavigatorTabs/NavigatorTabs.js +1 -1
  155. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  156. package/mobile/dist/components/ProductBlock/ProductBlockInner.js +2 -2
  157. package/mobile/dist/components/ProductBlock/ProductBlockInner.js.map +1 -1
  158. package/mobile/dist/components/ProductBlock/renderBenefit.d.ts +2 -3
  159. package/mobile/dist/components/ProductBlock/renderBenefit.js +10 -2
  160. package/mobile/dist/components/ProductBlock/renderBenefit.js.map +1 -1
  161. package/mobile/dist/components/Recommendation/RecommendationCard.d.ts +2 -0
  162. package/mobile/dist/components/Recommendation/RecommendationCard.js +1 -1
  163. package/mobile/dist/components/Recommendation/RecommendationCard.js.map +1 -1
  164. package/mobile/dist/components/Recommendation/RecommendationContent.d.ts +7 -6
  165. package/mobile/dist/model/IconVersion.d.ts +1 -0
  166. package/mobile/dist/model/IconVersion.js +2 -0
  167. package/mobile/dist/model/IconVersion.js.map +1 -0
  168. package/mobile/dist/model/Picture.d.ts +3 -0
  169. package/mobile/dist/ui-kit/Icon/Icon.js +3 -2
  170. package/mobile/dist/ui-kit/Icon/Icon.js.map +1 -1
  171. package/mobile/dist/ui-kit/Icon/IconProps.d.ts +3 -0
  172. package/mobile/dist/ui-kit/Img/Img.js +2 -1
  173. package/mobile/dist/ui-kit/Img/Img.js.map +1 -1
  174. package/mobile/dist/ui-kit/Img/getIconVersion.d.ts +1 -0
  175. package/mobile/dist/ui-kit/Img/getIconVersion.js +7 -0
  176. package/mobile/dist/ui-kit/Img/getIconVersion.js.map +1 -0
  177. package/mobile/dist/ui-kit/Select/SelectOption.d.ts +1 -0
  178. package/mobile/dist/ui-kit/Select/SelectOption.js +2 -2
  179. package/mobile/dist/ui-kit/Select/SelectOption.js.map +1 -1
  180. package/mobile/dist/ui-kit/Tabs/Tabs.js +1 -1
  181. package/mobile/dist/ui-kit/Tabs/Tabs.js.map +1 -1
  182. package/mobile/lib/components/Bonus/Bonus.js +2 -2
  183. package/mobile/lib/components/Bonus/Bonus.js.map +1 -1
  184. package/mobile/lib/components/Bonus/BonusContent.d.ts +4 -3
  185. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js +1 -1
  186. package/mobile/lib/components/ExchangeRateTile/CurrentLocation.js.map +1 -1
  187. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js +3 -3
  188. package/mobile/lib/components/ExchangeRateTile/ExchangeCurrencyCalculator.js.map +1 -1
  189. package/mobile/lib/components/GracePeriod/GracePeriod.js +3 -3
  190. package/mobile/lib/components/GracePeriod/GracePeriod.js.map +1 -1
  191. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js +1 -1
  192. package/mobile/lib/components/NavigatorTabs/NavigatorTabItem.js.map +1 -1
  193. package/mobile/lib/components/NavigatorTabs/NavigatorTabs.js +1 -1
  194. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +7 -0
  195. package/mobile/lib/components/ProductBlock/ProductBlockInner.js +2 -2
  196. package/mobile/lib/components/ProductBlock/ProductBlockInner.js.map +1 -1
  197. package/mobile/lib/components/ProductBlock/renderBenefit.d.ts +2 -3
  198. package/mobile/lib/components/ProductBlock/renderBenefit.js +10 -2
  199. package/mobile/lib/components/ProductBlock/renderBenefit.js.map +1 -1
  200. package/mobile/lib/components/Recommendation/RecommendationCard.d.ts +2 -0
  201. package/mobile/lib/components/Recommendation/RecommendationCard.js +1 -1
  202. package/mobile/lib/components/Recommendation/RecommendationCard.js.map +1 -1
  203. package/mobile/lib/components/Recommendation/RecommendationContent.d.ts +7 -6
  204. package/mobile/lib/model/IconVersion.d.ts +1 -0
  205. package/mobile/lib/model/IconVersion.js +2 -0
  206. package/mobile/lib/model/IconVersion.js.map +1 -0
  207. package/mobile/lib/model/Picture.d.ts +3 -0
  208. package/mobile/lib/ui-kit/Icon/Icon.js +3 -2
  209. package/mobile/lib/ui-kit/Icon/Icon.js.map +1 -1
  210. package/mobile/lib/ui-kit/Icon/IconProps.d.ts +3 -0
  211. package/mobile/lib/ui-kit/Img/Img.js +2 -1
  212. package/mobile/lib/ui-kit/Img/Img.js.map +1 -1
  213. package/mobile/lib/ui-kit/Img/getIconVersion.d.ts +1 -0
  214. package/mobile/lib/ui-kit/Img/getIconVersion.js +4 -0
  215. package/mobile/lib/ui-kit/Img/getIconVersion.js.map +1 -0
  216. package/mobile/lib/ui-kit/Select/SelectOption.d.ts +1 -0
  217. package/mobile/lib/ui-kit/Select/SelectOption.js +2 -2
  218. package/mobile/lib/ui-kit/Select/SelectOption.js.map +1 -1
  219. package/mobile/lib/ui-kit/Tabs/Tabs.js +1 -1
  220. package/mobile/lib/ui-kit/Tabs/Tabs.js.map +1 -1
  221. package/mobile/src/common.css +0 -4
  222. package/mobile/src/components/Bonus/Bonus.tsx +8 -6
  223. package/mobile/src/components/Bonus/BonusContent.ts +4 -3
  224. package/mobile/src/components/ContentPage/ContentPage.page.json +6 -0
  225. package/mobile/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  226. package/mobile/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  227. package/mobile/src/components/GracePeriod/GracePeriod.tsx +5 -5
  228. package/mobile/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  229. package/mobile/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  230. package/mobile/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  231. package/mobile/src/components/ProductBlock/ProductBlock.example.json +6 -0
  232. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  233. package/mobile/src/components/ProductBlock/ProductBlockInner.tsx +6 -1
  234. package/mobile/src/components/ProductBlock/renderBenefit.tsx +15 -4
  235. package/mobile/src/components/Recommendation/Recommendation.example.json +11 -10
  236. package/mobile/src/components/Recommendation/RecommendationCard.tsx +6 -3
  237. package/mobile/src/components/Recommendation/RecommendationContent.ts +12 -10
  238. package/mobile/src/icons/AppleIcon.svg +3 -1
  239. package/mobile/src/icons/BurgerIcon.svg +4 -4
  240. package/mobile/src/icons/Calendar2Icon.svg +6 -1
  241. package/mobile/src/icons/CalendarCircleIcon.svg +1 -4
  242. package/mobile/src/icons/CalendarIcon.svg +1 -1
  243. package/mobile/src/icons/CalendarTickIcon.svg +1 -6
  244. package/mobile/src/icons/CalendarWhiteIcon.svg +2 -2
  245. package/mobile/src/icons/CardIcon.svg +1 -5
  246. package/mobile/src/icons/CardPosIcon.svg +1 -5
  247. package/mobile/src/icons/CardTickIcon.svg +1 -5
  248. package/mobile/src/icons/CardWithGemIcon.svg +1 -1
  249. package/mobile/src/icons/ChartSquareIcon.svg +1 -6
  250. package/mobile/src/icons/CloseIcon.svg +4 -4
  251. package/mobile/src/icons/DiscountShapeIcon.svg +1 -4
  252. package/mobile/src/icons/DocIcon.svg +1 -1
  253. package/mobile/src/icons/DocumentTextIcon.svg +2 -2
  254. package/mobile/src/icons/EmptyWalletChangeIcon.svg +3 -3
  255. package/mobile/src/icons/EmptyWalletIcon.svg +2 -2
  256. package/mobile/src/icons/GlobalIcon.svg +1 -5
  257. package/mobile/src/icons/GpsIcon.svg +6 -6
  258. package/mobile/src/icons/GridIcon.svg +1 -1
  259. package/mobile/src/icons/InterestIcon.svg +1 -6
  260. package/mobile/src/icons/MasterCardIcon.svg +1 -5
  261. package/mobile/src/icons/MinusIcon.svg +1 -3
  262. package/mobile/src/icons/MoneyIcon.svg +1 -5
  263. package/mobile/src/icons/MonitorMobileIcon.svg +1 -4
  264. package/mobile/src/icons/OfficeIcon.svg +1 -1
  265. package/mobile/src/icons/PercentageRoundIcon.svg +1 -4
  266. package/mobile/src/icons/PercentageSquareIcon.svg +1 -1
  267. package/mobile/src/icons/PersonalCardIcon.svg +1 -4
  268. package/mobile/src/icons/PlayMarketIcon.svg +1 -3
  269. package/mobile/src/icons/PlusIcon.svg +1 -3
  270. package/mobile/src/icons/Profile2UserIcon.svg +1 -6
  271. package/mobile/src/icons/RoundRubleIcon.svg +1 -5
  272. package/mobile/src/icons/SafeIcon.svg +1 -7
  273. package/mobile/src/icons/ShieldTickIcon.svg +1 -4
  274. package/mobile/src/icons/SmallClockIcon.svg +1 -4
  275. package/mobile/src/icons/UserTickIcon.svg +1 -5
  276. package/mobile/src/icons/WalletAdd2Icon.svg +1 -6
  277. package/mobile/src/icons/WalletAddIcon.svg +1 -7
  278. package/mobile/src/icons/WalletIcon.svg +1 -7
  279. package/mobile/src/icons/WalletWithMoneyIcon.svg +1 -5
  280. package/mobile/src/model/IconVersion.ts +1 -0
  281. package/mobile/src/model/Picture.ts +3 -0
  282. package/mobile/src/ui-kit/Icon/Icon.tsx +3 -1
  283. package/mobile/src/ui-kit/Icon/IconProps.ts +3 -0
  284. package/mobile/src/ui-kit/Img/Img.tsx +11 -2
  285. package/mobile/src/ui-kit/Img/getIconVersion.tsx +3 -0
  286. package/mobile/src/ui-kit/Select/SelectOption.tsx +10 -7
  287. package/mobile/src/ui-kit/Tabs/Tabs.tsx +1 -1
  288. package/package.json +1 -1
  289. package/src/common.css +0 -4
  290. package/src/components/Bonus/Bonus.tsx +8 -6
  291. package/src/components/Bonus/BonusContent.ts +4 -3
  292. package/src/components/ContentPage/ContentPage.page.json +6 -0
  293. package/src/components/ExchangeRateTile/CurrentLocation.tsx +1 -1
  294. package/src/components/ExchangeRateTile/ExchangeCurrencyCalculator.tsx +3 -3
  295. package/src/components/Footer/SocialMedia.tsx +1 -1
  296. package/src/components/GracePeriod/GracePeriod.tsx +5 -5
  297. package/src/components/NavigatorTabs/NavigatorTabItem.tsx +1 -1
  298. package/src/components/NavigatorTabs/NavigatorTabs.example.json +3 -3
  299. package/src/components/NavigatorTabs/NavigatorTabs.tsx +1 -1
  300. package/src/components/ProductBlock/ProductBlock.example.json +6 -0
  301. package/src/components/ProductBlock/ProductBlock.fixture.tsx +65 -28
  302. package/src/components/ProductBlock/ProductBlockContent.ts +8 -0
  303. package/src/components/ProductBlock/ProductBlockInner.mobile.tsx +6 -1
  304. package/src/components/ProductBlock/ProductBlockInner.tsx +4 -1
  305. package/src/components/ProductBlock/renderBenefit.mobile.tsx +15 -4
  306. package/src/components/ProductBlock/renderBenefit.tsx +20 -8
  307. package/src/components/Recommendation/Recommendation.example.json +11 -10
  308. package/src/components/Recommendation/Recommendation.fixture.tsx +3 -3
  309. package/src/components/Recommendation/RecommendationCard.tsx +6 -3
  310. package/src/components/Recommendation/RecommendationContent.ts +12 -10
  311. package/src/icons/AppleIcon.svg +3 -1
  312. package/src/icons/BurgerIcon.svg +4 -4
  313. package/src/icons/Calendar2Icon.svg +6 -1
  314. package/src/icons/CalendarCircleIcon.svg +1 -4
  315. package/src/icons/CalendarIcon.svg +1 -1
  316. package/src/icons/CalendarTickIcon.svg +1 -6
  317. package/src/icons/CalendarWhiteIcon.svg +2 -2
  318. package/src/icons/CardIcon.svg +1 -5
  319. package/src/icons/CardPosIcon.svg +1 -5
  320. package/src/icons/CardTickIcon.svg +1 -5
  321. package/src/icons/CardWithGemIcon.svg +1 -1
  322. package/src/icons/ChartSquareIcon.svg +1 -6
  323. package/src/icons/CloseIcon.svg +4 -4
  324. package/src/icons/DiscountShapeIcon.svg +1 -4
  325. package/src/icons/DocIcon.svg +1 -1
  326. package/src/icons/DocumentTextIcon.svg +2 -2
  327. package/src/icons/EmptyWalletChangeIcon.svg +3 -3
  328. package/src/icons/EmptyWalletIcon.svg +2 -2
  329. package/src/icons/GlobalIcon.svg +1 -5
  330. package/src/icons/GpsIcon.svg +6 -6
  331. package/src/icons/GridIcon.svg +1 -1
  332. package/src/icons/InterestIcon.svg +1 -6
  333. package/src/icons/MasterCardIcon.svg +1 -5
  334. package/src/icons/MinusIcon.svg +1 -3
  335. package/src/icons/MoneyIcon.svg +1 -5
  336. package/src/icons/MonitorMobileIcon.svg +1 -4
  337. package/src/icons/OfficeIcon.svg +1 -1
  338. package/src/icons/PercentageRoundIcon.svg +1 -4
  339. package/src/icons/PercentageSquareIcon.svg +1 -1
  340. package/src/icons/PersonalCardIcon.svg +1 -4
  341. package/src/icons/PlayMarketIcon.svg +1 -3
  342. package/src/icons/PlusIcon.svg +1 -3
  343. package/src/icons/Profile2UserIcon.svg +1 -6
  344. package/src/icons/RoundRubleIcon.svg +1 -5
  345. package/src/icons/SafeIcon.svg +1 -7
  346. package/src/icons/ShieldTickIcon.svg +1 -4
  347. package/src/icons/SmallClockIcon.svg +1 -4
  348. package/src/icons/UserTickIcon.svg +1 -5
  349. package/src/icons/WalletAdd2Icon.svg +1 -6
  350. package/src/icons/WalletAddIcon.svg +1 -7
  351. package/src/icons/WalletIcon.svg +1 -7
  352. package/src/icons/WalletWithMoneyIcon.svg +1 -5
  353. package/src/model/IconVersion.ts +1 -0
  354. package/src/model/Picture.ts +3 -0
  355. package/src/ui-kit/Icon/Icon.tsx +3 -1
  356. package/src/ui-kit/Icon/IconProps.ts +3 -0
  357. package/src/ui-kit/Img/Img.mobile.tsx +11 -2
  358. package/src/ui-kit/Img/Img.tsx +10 -2
  359. package/src/ui-kit/Img/getIconVersion.tsx +3 -0
  360. package/src/ui-kit/Select/SelectOption.tsx +10 -7
  361. package/src/ui-kit/Tabs/Tabs.tsx +1 -1
@@ -5,11 +5,18 @@ import type { HeadingContent } from '../../ui-kit/Heading/HeadingContent';
5
5
  import type { ImageContent } from '../../ui-kit/Img/ImgProps';
6
6
  import type { ListContent } from '../../ui-kit/List/ListContent';
7
7
 
8
- export type RecommendationCardTypes = HeadingContent &
9
- DescriptionContent &
10
- ListContent &
11
- ImageContent &
12
- RecommendationContent;
8
+ export interface RecommendationCardTypes
9
+ extends HeadingContent,
10
+ DescriptionContent,
11
+ ListContent,
12
+ ImageContent {
13
+ /**
14
+ * @title Соц сети
15
+ * @minItems 3
16
+ */
17
+ socialMedia?: LinkProps[];
18
+ }
19
+
13
20
  /**
14
21
  * @title Рекомендации
15
22
  */
@@ -17,9 +24,4 @@ export interface RecommendationContent extends HeadingContent {
17
24
  /** @title Карточки */
18
25
  recommendations?: RecommendationCardTypes[];
19
26
  version?: BlockVersion;
20
- /**
21
- * @title Ссылка
22
- * @minItems 3
23
- */
24
- socialMedia?: LinkProps[];
25
27
  }
@@ -1 +1,3 @@
1
- <svg title="Лого «Apple»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24"><path d="M18.406 12.761c-.023-3.028 2.793-4.511 2.93-4.572-1.603-2.073-4.075-2.357-4.968-2.377-2.083-.204-4.098 1.117-5.174 1.117-1.076 0-2.725-1.097-4.488-1.056-2.266.04-4.395 1.198-5.563 3.007-2.404 3.698-.618 9.124 1.694 12.09 1.145 1.464 2.496 3.09 4.259 3.028 1.717-.06 2.358-.975 4.441-.975 2.06 0 2.656.975 4.465.935 1.854-.02 3.022-1.463 4.12-2.947 1.329-1.666 1.855-3.332 1.878-3.413 0 0-3.549-1.2-3.594-4.837Zm-3.389-8.92c.916-1.037 1.557-2.419 1.374-3.841-1.35.061-3.022.833-3.984 1.829-.847.894-1.625 2.337-1.42 3.698 1.512.102 3.069-.67 4.03-1.686Z" fill="currentColor"/></svg>
1
+ <svg title="Лого «Apple»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 24">
2
+ <path d="M18.406 12.761c-.023-3.028 2.793-4.511 2.93-4.572-1.603-2.073-4.075-2.357-4.968-2.377-2.083-.204-4.098 1.117-5.174 1.117-1.076 0-2.725-1.097-4.488-1.056-2.266.04-4.395 1.198-5.563 3.007-2.404 3.698-.618 9.124 1.694 12.09 1.145 1.464 2.496 3.09 4.259 3.028 1.717-.06 2.358-.975 4.441-.975 2.06 0 2.656.975 4.465.935 1.854-.02 3.022-1.463 4.12-2.947 1.329-1.666 1.855-3.332 1.878-3.413 0 0-3.549-1.2-3.594-4.837Zm-3.389-8.92c.916-1.037 1.557-2.419 1.374-3.841-1.35.061-3.022.833-3.984 1.829-.847.894-1.625 2.337-1.42 3.698 1.512.102 3.069-.67 4.03-1.686Z" fill="currentColor"/>
3
+ </svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Бургер" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 6H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
3
- <path d="M9.49023 12H21.0002" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
4
- <path d="M3 12H5.99" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
5
- <path d="M3 18H21" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
2
+ <path d="M3 6H21" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
3
+ <path d="M9.49023 12H21.0002" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
4
+ <path d="M3 12H5.99" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
5
+ <path d="M3 18H21" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
6
6
  </svg>
@@ -1 +1,6 @@
1
- <svg title="Календарь 2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 9.09h17" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2v3M16 2v3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg title="Календарь 2" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M3.5 9.09h17" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M8 2v3M16 2v3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </svg>
@@ -1,4 +1 @@
1
- <svg title="Скруглённый календарь" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.89 5.83v2M14.11 5.83v2M7.53 10.14h8.94M13.5 17.67h-3c-2.5 0-4-1.8-4-4v-3c0-2.2 1.5-4 4-4h3c2.5 0 4 1.8 4 4v3c0 2.2-1.5 4-4 4Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Скруглённый календарь" fill="none" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9.89 5.83v2M14.11 5.83v2M7.53 10.14h8.94M13.5 17.67h-3c-2.5 0-4-1.8-4-4v-3c0-2.2 1.5-4 4-4h3c2.5 0 4 1.8 4 4v3c0 2.2-1.5 4-4 4Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Календарь" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#000000"
4
4
  stroke-linecap="round"
5
5
  stroke-linejoin="round"
6
6
  stroke-miterlimit="10"
@@ -1,6 +1 @@
1
- <svg title="Календарь с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M8 2v3M16 2v3M3.5 9.09h17M3 13.1V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v7.86c-.73-.83-1.8-1.36-3-1.36-2.21 0-4 1.79-4 4 0 .75.21 1.46.58 2.06.21.36.48.68.79.94H8c-3.5 0-5-2-5-5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 23c-1.01 0-1.93-.37-2.63-1-.31-.26-.58-.58-.79-.94A3.92 3.92 0 0 1 14 19c0-2.21 1.79-4 4-4 1.2 0 2.27.53 3 1.36A4 4 0 0 1 22 19Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="m16.44 19 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Календарь с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2v3M16 2v3M3.5 9.09h17M3 13.1V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5v7.86c-.73-.83-1.8-1.36-3-1.36-2.21 0-4 1.79-4 4 0 .75.21 1.46.58 2.06.21.36.48.68.79.94H8c-3.5 0-5-2-5-5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.995 13.7h.01M8.294 13.7h.01M8.294 16.7h.01" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 19c0 .75-.21 1.46-.58 2.06A3.97 3.97 0 0 1 18 23c-1.01 0-1.93-.37-2.63-1-.31-.26-.58-.58-.79-.94A3.92 3.92 0 0 1 14 19c0-2.21 1.79-4 4-4 1.2 0 2.27.53 3 1.36A4 4 0 0 1 22 19Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m16.44 19 .99.99 2.13-1.97" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Календарь белый" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#fff"
4
4
  stroke-width="2"
5
5
  stroke-miterlimit="10"
6
6
  stroke-linecap="round"
@@ -8,7 +8,7 @@
8
8
  d="M8 2v3M16 2v3M3.5 9.09h17M3 13.01V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5"
9
9
  />
10
10
  <path
11
- stroke="currentColor"
11
+ stroke="#fff"
12
12
  stroke-width="3"
13
13
  stroke-linecap="round"
14
14
  stroke-linejoin="round"
@@ -1,5 +1 @@
1
- <svg title="Кред. карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 8.5h20" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 14.99v1.12c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11V7.89c0-3.51.89-4.39 4.44-4.39h11.11c3.56 0 4.45.88 4.45 4.39v3.09" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Кред. карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8.5h20" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 14.99v1.12c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11V7.89c0-3.51.89-4.39 4.44-4.39h11.11c3.56 0 4.45.88 4.45 4.39v3.09" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Кред. карта под наклоном" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.93 15.88 15.88 3.93" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="m11.1 18.28 1.2-1.2M13.79 15.59l2.39-2.39" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M20.43 8.48c2.1 2.1 2.09 3.16-.03 5.28l-6.64 6.64c-2.12 2.12-3.18 2.13-5.28.03l-4.91-4.91c-2.1-2.1-2.09-3.16.03-5.28l6.64-6.64c2.12-2.12 3.18-2.13 5.28-.03l1.9 1.9M2 22h20" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Кред. карта под наклоном" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.93 15.88 15.88 3.93" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m11.1 18.28 1.2-1.2M13.79 15.59l2.39-2.39" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.43 8.48c2.1 2.1 2.09 3.16-.03 5.28l-6.64 6.64c-2.12 2.12-3.18 2.13-5.28.03l-4.91-4.91c-2.1-2.1-2.09-3.16.03-5.28l6.64-6.64c2.12-2.12 3.18-2.13 5.28-.03l1.9 1.9M2 22h20" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Кред. карта с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 8.5h11.5M6 16.5h2M10.5 16.5h4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M2 11.01V7.89c0-3.51.89-4.39 4.44-4.39h7.06M22 11.03v5.08c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11v-1.1" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M16.5 6 18 7.5l4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Кред. карта с галочкой" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8.5h11.5M6 16.5h2M10.5 16.5h4" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 11.01V7.89c0-3.51.89-4.39 4.44-4.39h7.06M22 11.03v5.08c0 3.51-.89 4.39-4.44 4.39H6.44C2.89 20.5 2 19.62 2 16.11v-1.1" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 6 18 7.5l4-4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg title="Карта с драгоценностями" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M59.145 63.875c0 11.25-11.403 9.752-25.469 9.752S8.207 75.126 8.207 63.875c0-11.25 11.403-30.99 25.47-30.99 14.065 0 25.468 19.74 25.468 30.99Z" fill="url(#b)"/></g><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#c)"/><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#d)"/><rect x=".816" y="34.438" width="60.447" height="36.456" rx="7" transform="rotate(-15 .816 34.438)" fill="#fff"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#e)"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#f)"/><mask id="h" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="19" width="66" height="49"><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="#64C07D"/><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="url(#g)"/></mask><g mask="url(#h)"><path transform="rotate(45 63.697 31.309)" fill="url(#i)" d="M63.697 31.309h1.769v50.992h-1.769z" style="mix-blend-mode:color-dodge"/><path d="m26.131 16.275 1.251 1.25-36.057 36.058-9.68-13.205 44.487-24.103Z" fill="url(#j)" style="mix-blend-mode:color-dodge"/><path transform="rotate(45 65.594 35.176)" fill="url(#k)" d="M65.594 35.176h13.412v50.386H65.594z" style="mix-blend-mode:color-dodge"/></g><path d="M48.044 29.87 9.654 40.158l.631 2.355 38.39-10.286-.631-2.355Z" fill="url(#l)" style="mix-blend-mode:screen"/><path d="m50.018 37.237-38.39 10.286.632 2.355 38.39-10.286-.632-2.355Z" fill="url(#m)" style="mix-blend-mode:screen"/><path d="m10.66 43.91 37.995-10.181M12.703 51.534l37.995-10.18" stroke="#1C1C1C" stroke-miterlimit="10"/><path d="m54.62 46.423-9.47 2.538a2.251 2.251 0 0 0-1.577 2.746 2.25 2.25 0 0 0 2.74 1.59l9.47-2.537a2.251 2.251 0 0 0 1.577-2.747 2.235 2.235 0 0 0-2.74-1.59Z" fill="url(#n)"/><path d="m18.627 44.627 8.989 6.78 26.32-15.53-23.101-19.99v-.078l-.01.08-10.053 5.057-1.041 11.494-.017-.014-.002.224-1.085 11.977Z" fill="url(#o)" style="mix-blend-mode:overlay"/><path d="m33.08 10.264-4.162 10.447 21.932 21.22 13.168-27.528.074-.02-.08.012-7.533-8.337-11.357 2.041.01-.02-.218.058-11.835 2.127Z" fill="url(#p)" style="mix-blend-mode:overlay"/><path d="m8.355 36.54 8.882 6.898 23.932-6.234L20.92 7.967l.001-.077-.01.08-10.1 4.923L9.617 24.37l-.016-.015-.005.225-1.242 11.96Z" fill="url(#q)" style="mix-blend-mode:overlay"/><path d="m52.487 70.372 5.99-9.517-8.558-23.202L22.816 60.68l-.077.006.08.003 5.894 9.567 11.539.056-.013.018.224-.017 12.024.058Z" fill="url(#r)" style="mix-blend-mode:overlay"/><path d="M45.668 17.241 39.932 7.57l-6.148 9.419 11.884.253Z" fill="url(#s)"/><path d="m57.553 17.494-5.736-9.672-6.148 9.419 11.884.253Z" fill="url(#t)"/><path d="m57.554 17.495-6.475 24.634-5.407-24.888 11.882.254Z" fill="url(#u)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#v)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#w)"/><path d="m51.816 7.826 5.736 9.672L63.7 8.08l-11.884-.254Z" fill="url(#x)"/><path d="m39.934 7.57 5.736 9.672 6.147-9.418-11.883-.254Z" fill="url(#y)"/><path d="m33.787 16.988 11.883.254 5.408 24.889-17.29-25.143Z" fill="url(#z)"/><path d="m69.44 17.749-11.883-.254L51.08 42.13 69.44 17.75Z" fill="url(#A)"/><g filter="url(#B)"><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/></g><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/><g filter="url(#C)"><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/></g><g filter="url(#D)"><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7L45.33 18.1Z" fill="#fff"/></g><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7L45.33 18.1Z" fill="#fff"/><path d="m51.37 7.859-5.885 9.24 6.788-9.295-.903.055Z" fill="#fff"/><circle cx="16.478" cy="58.423" fill="#fff" r="3.775"/><circle cx="20.978" cy="57.267" fill="#EE7248" r="3.775"/><circle cx="20.978" cy="57.267" fill="url(#E)" r="3.775"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.99 54.963a3.776 3.776 0 0 1 1.477 5.768 3.776 3.776 0 0 1-1.477-5.768Z" fill="url(#F)"/><defs><linearGradient id="b" x1="33.676" y1="32.885" x2="33.676" y2="73.627" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="c" x1="66.969" y1="58.94" x2="67.703" y2="67.895" gradientUnits="userSpaceOnUse"><stop stop-color="#EA8B60"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="d" x1="52.409" y1="33.145" x2="44.038" y2="84.583" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="e" x1="35.011" y1="34.652" x2="-1.761" y2="63.23" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEF9F"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="f" x1="47.519" y1="66.318" x2="34.981" y2="51.574" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="46.477" y1="68.238" x2="31.445" y2="38.053" gradientUnits="userSpaceOnUse"><stop stop-color="#9DC1F7"/><stop offset="1" stop-color="#9DC1F7" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="64.582" y1="31.309" x2="64.582" y2="82.301" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="j" x1="21.661" y1="11.804" x2="-14.396" y2="47.861" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="k" x1="72.3" y1="35.176" x2="72.3" y2="85.562" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="l" x1="18.837" y1="36.191" x2="41.151" y2="36.191" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="m" x1="20.812" y1="43.558" x2="43.126" y2="43.558" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="n" x1="45.747" y1="49.368" x2="47.361" y2="52.594" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="o" x1="23.564" y1="39.855" x2="50.923" y2="39.755" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="p" x1="38.985" y1="13.752" x2="46.314" y2="40.058" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="q" x1="13.346" y1="31.835" x2="40.652" y2="32.096" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="r" x1="47.314" y1="65.869" x2="44.886" y2="38.669" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="s" x1="39.932" y1="7.569" x2="39.728" y2="17.114" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="t" x1="50.074" y1="9.753" x2="51.705" y2="14.869" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF84D"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="u" x1="51.613" y1="17.368" x2="49.403" y2="26.381" gradientUnits="userSpaceOnUse"><stop offset=".521" stop-color="#EEEA8E"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="v" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#8ACDEA"/><stop offset="1" stop-color="#AADF74"/></linearGradient><linearGradient id="w" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="x" x1="56.672" y1="9.392" x2="57.555" y2="17.498" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#E49928"/></linearGradient><linearGradient id="y" x1="45.876" y1="7.697" x2="45.672" y2="17.242" gradientUnits="userSpaceOnUse"><stop stop-color="#FBEC63"/><stop offset="1" stop-color="#FFDAA4"/></linearGradient><linearGradient id="z" x1="40.731" y1="16.11" x2="37.461" y2="31.195" gradientUnits="userSpaceOnUse"><stop stop-color="#EBA741"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="A" x1="60.528" y1="17.558" x2="60.423" y2="33.722" gradientUnits="userSpaceOnUse"><stop stop-color="#DCFFE5"/><stop offset="1" stop-color="#EBE78C"/></linearGradient><linearGradient id="E" x1="19.789" y1="54.472" x2="22.412" y2="55.578" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB876"/><stop offset="1" stop-color="#F26141" stop-opacity="0"/></linearGradient><linearGradient id="F" x1="17.781" y1="55.666" x2="20.096" y2="57.546" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><filter id="a" x="4.207" y="28.885" width="58.938" height="48.809" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="B" x="49.445" y="15.431" width="11.748" height="28.073" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="C" x="41.924" y="14.146" width="12.215" height="30.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="D" x="31.936" y="14.543" width="39.674" height="5.893" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter></defs></svg>
1
+ <svg title="Карта с драгоценностями" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#a)"><path d="M59.145 63.875c0 11.25-11.403 9.752-25.469 9.752S8.207 75.126 8.207 63.875c0-11.25 11.403-30.99 25.47-30.99 14.065 0 25.468 19.74 25.468 30.99Z" fill="url(#b)"/></g><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#c)"/><rect x="2.963" y="35.763" width="60.447" height="36.456" rx="7" transform="rotate(-15 2.963 35.763)" fill="url(#d)"/><rect x=".816" y="34.438" width="60.447" height="36.456" rx="7" transform="rotate(-15 .816 34.438)" fill="#fff"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#e)"/><rect x=".078" y="34" width="60.448" height="36.456" rx="7" transform="rotate(-15 .078 34)" fill="url(#f)"/><mask id="h" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="19" width="66" height="49"><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="#64C07D"/><rect x=".078" y="33.999" width="60.447" height="36.456" rx="7" transform="rotate(-15 .078 33.999)" fill="url(#g)"/></mask><g mask="url(#h)"><path transform="rotate(45 63.697 31.309)" fill="url(#i)" d="M63.697 31.309h1.769v50.992h-1.769z" style="mix-blend-mode:color-dodge"/><path d="m26.131 16.275 1.251 1.25-36.057 36.058-9.68-13.205 44.487-24.103Z" fill="url(#j)" style="mix-blend-mode:color-dodge"/><path transform="rotate(45 65.594 35.176)" fill="url(#k)" d="M65.594 35.176h13.412v50.386H65.594z" style="mix-blend-mode:color-dodge"/></g><path d="M48.044 29.87 9.654 40.158l.631 2.355 38.39-10.286-.631-2.355Z" fill="url(#l)" style="mix-blend-mode:screen"/><path d="m50.018 37.237-38.39 10.286.632 2.355 38.39-10.286-.632-2.355Z" fill="url(#m)" style="mix-blend-mode:screen"/><path d="m10.66 43.91 37.995-10.181M12.703 51.534l37.995-10.18" stroke="#000000" stroke-miterlimit="10"/><path d="m54.62 46.423-9.47 2.538a2.251 2.251 0 0 0-1.577 2.746 2.25 2.25 0 0 0 2.74 1.59l9.47-2.537a2.251 2.251 0 0 0 1.577-2.747 2.235 2.235 0 0 0-2.74-1.59Z" fill="url(#n)"/><path d="m18.627 44.627 8.989 6.78 26.32-15.53-23.101-19.99v-.078l-.01.08-10.053 5.057-1.041 11.494-.017-.014-.002.224-1.085 11.977Z" fill="url(#o)" style="mix-blend-mode:overlay"/><path d="m33.08 10.264-4.162 10.447 21.932 21.22 13.168-27.528.074-.02-.08.012-7.533-8.337-11.357 2.041.01-.02-.218.058-11.835 2.127Z" fill="url(#p)" style="mix-blend-mode:overlay"/><path d="m8.355 36.54 8.882 6.898 23.932-6.234L20.92 7.967l.001-.077-.01.08-10.1 4.923L9.617 24.37l-.016-.015-.005.225-1.242 11.96Z" fill="url(#q)" style="mix-blend-mode:overlay"/><path d="m52.487 70.372 5.99-9.517-8.558-23.202L22.816 60.68l-.077.006.08.003 5.894 9.567 11.539.056-.013.018.224-.017 12.024.058Z" fill="url(#r)" style="mix-blend-mode:overlay"/><path d="M45.668 17.241 39.932 7.57l-6.148 9.419 11.884.253Z" fill="url(#s)"/><path d="m57.553 17.494-5.736-9.672-6.148 9.419 11.884.253Z" fill="url(#t)"/><path d="m57.554 17.495-6.475 24.634-5.407-24.888 11.882.254Z" fill="url(#u)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#v)"/><path d="m69.438 17.753-5.736-9.672-6.148 9.418 11.884.254Z" fill="url(#w)"/><path d="m51.816 7.826 5.736 9.672L63.7 8.08l-11.884-.254Z" fill="url(#x)"/><path d="m39.934 7.57 5.736 9.672 6.147-9.418-11.883-.254Z" fill="url(#y)"/><path d="m33.787 16.988 11.883.254 5.408 24.889-17.29-25.143Z" fill="url(#z)"/><path d="m69.44 17.749-11.883-.254L51.08 42.13 69.44 17.75Z" fill="url(#A)"/><g filter="url(#B)"><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/></g><path d="m56.737 17.43-5.292 24.074 7.748-23.953-2.456-.12Z" fill="#fff"/><g filter="url(#C)"><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/></g><g filter="url(#D)"><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7L45.33 18.1Z" fill="#fff"/></g><path d="m44.923 17.146 6.215 24.85-4.273-24.782-1.942-.068Z" fill="#fff"/><path d="m45.329 18.1-11.394-1.113 11.124-.444 14.042.704 10.508.488-10.709.7L45.33 18.1Z" fill="#fff"/><path d="m51.37 7.859-5.885 9.24 6.788-9.295-.903.055Z" fill="#fff"/><circle cx="16.478" cy="58.423" fill="#fff" r="3.775"/><circle cx="20.978" cy="57.267" fill="#EE7248" r="3.775"/><circle cx="20.978" cy="57.267" fill="url(#E)" r="3.775"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.99 54.963a3.776 3.776 0 0 1 1.477 5.768 3.776 3.776 0 0 1-1.477-5.768Z" fill="url(#F)"/><defs><linearGradient id="b" x1="33.676" y1="32.885" x2="33.676" y2="73.627" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="c" x1="66.969" y1="58.94" x2="67.703" y2="67.895" gradientUnits="userSpaceOnUse"><stop stop-color="#EA8B60"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="d" x1="52.409" y1="33.145" x2="44.038" y2="84.583" gradientUnits="userSpaceOnUse"><stop stop-color="#42AB44"/><stop offset="1" stop-color="#201B37"/></linearGradient><linearGradient id="e" x1="35.011" y1="34.652" x2="-1.761" y2="63.23" gradientUnits="userSpaceOnUse"><stop stop-color="#FFEF9F"/><stop offset="1" stop-color="#42AB44"/></linearGradient><linearGradient id="f" x1="47.519" y1="66.318" x2="34.981" y2="51.574" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#fff" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="46.477" y1="68.238" x2="31.445" y2="38.053" gradientUnits="userSpaceOnUse"><stop stop-color="#9DC1F7"/><stop offset="1" stop-color="#9DC1F7" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="64.582" y1="31.309" x2="64.582" y2="82.301" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="j" x1="21.661" y1="11.804" x2="-14.396" y2="47.861" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="k" x1="72.3" y1="35.176" x2="72.3" y2="85.562" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="l" x1="18.837" y1="36.191" x2="41.151" y2="36.191" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="m" x1="20.812" y1="43.558" x2="43.126" y2="43.558" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#276EC8"/></linearGradient><linearGradient id="n" x1="45.747" y1="49.368" x2="47.361" y2="52.594" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="o" x1="23.564" y1="39.855" x2="50.923" y2="39.755" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="p" x1="38.985" y1="13.752" x2="46.314" y2="40.058" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#C9EAFF"/></linearGradient><linearGradient id="q" x1="13.346" y1="31.835" x2="40.652" y2="32.096" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="r" x1="47.314" y1="65.869" x2="44.886" y2="38.669" gradientUnits="userSpaceOnUse"><stop stop-color="#fff" stop-opacity="0"/><stop offset="1" stop-color="#E0F3FF"/></linearGradient><linearGradient id="s" x1="39.932" y1="7.569" x2="39.728" y2="17.114" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="t" x1="50.074" y1="9.753" x2="51.705" y2="14.869" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF84D"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="u" x1="51.613" y1="17.368" x2="49.403" y2="26.381" gradientUnits="userSpaceOnUse"><stop offset=".521" stop-color="#EEEA8E"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="v" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#8ACDEA"/><stop offset="1" stop-color="#AADF74"/></linearGradient><linearGradient id="w" x1="63.702" y1="8.081" x2="63.498" y2="17.626" gradientUnits="userSpaceOnUse"><stop stop-color="#C06F64"/><stop offset="1" stop-color="#E48E28"/></linearGradient><linearGradient id="x" x1="56.672" y1="9.392" x2="57.555" y2="17.498" gradientUnits="userSpaceOnUse"><stop stop-color="#fff"/><stop offset="1" stop-color="#E49928"/></linearGradient><linearGradient id="y" x1="45.876" y1="7.697" x2="45.672" y2="17.242" gradientUnits="userSpaceOnUse"><stop stop-color="#FBEC63"/><stop offset="1" stop-color="#FFDAA4"/></linearGradient><linearGradient id="z" x1="40.731" y1="16.11" x2="37.461" y2="31.195" gradientUnits="userSpaceOnUse"><stop stop-color="#EBA741"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="A" x1="60.528" y1="17.558" x2="60.423" y2="33.722" gradientUnits="userSpaceOnUse"><stop stop-color="#DCFFE5"/><stop offset="1" stop-color="#EBE78C"/></linearGradient><linearGradient id="E" x1="19.789" y1="54.472" x2="22.412" y2="55.578" gradientUnits="userSpaceOnUse"><stop stop-color="#FFB876"/><stop offset="1" stop-color="#F26141" stop-opacity="0"/></linearGradient><linearGradient id="F" x1="17.781" y1="55.666" x2="20.096" y2="57.546" gradientUnits="userSpaceOnUse"><stop stop-color="#FEE54F"/><stop offset="1" stop-color="#fff"/></linearGradient><filter id="a" x="4.207" y="28.885" width="58.938" height="48.809" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="2" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="B" x="49.445" y="15.431" width="11.748" height="28.073" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="C" x="41.924" y="14.146" width="12.215" height="30.85" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1.5" result="effect1_foregroundBlur_5889_14877"/></filter><filter id="D" x="31.936" y="14.543" width="39.674" height="5.893" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_5889_14877"/></filter></defs></svg>
@@ -1,6 +1 @@
1
- <svg title="Деньги внутри кошелька" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M16 9.08c0 .496-.156.953-.425 1.35-.659.964-2.01 1.57-3.575 1.57-1.564 0-2.916-.616-3.575-1.57A2.394 2.394 0 0 1 8 9.08c0-.855.447-1.62 1.162-2.176.726-.566 1.72-.904 2.827-.904 1.106 0 2.1.348 2.827.904C15.553 7.45 16 8.225 16 9.079Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M16 9.18v2.813C16 13.753 14.21 15 12.006 15 9.8 15 8 13.742 8 11.993V9.181C8 7.42 9.79 6 12.006 6c1.107 0 2.103.358 2.83.93C15.552 7.504 16 8.302 16 9.18Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M16 12.18v2.813C16 16.753 14.21 18 12.006 18 9.8 18 8 16.742 8 14.993v-2.812" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Деньги внутри кошелька" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.83V15c0 5 2 7 7 7h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 9.08c0 .496-.156.953-.425 1.35-.659.964-2.01 1.57-3.575 1.57-1.564 0-2.916-.616-3.575-1.57A2.394 2.394 0 0 1 8 9.08c0-.855.447-1.62 1.162-2.176.726-.566 1.72-.904 2.827-.904 1.106 0 2.1.348 2.827.904C15.553 7.45 16 8.225 16 9.079Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 9.18v2.813C16 13.753 14.21 15 12.006 15 9.8 15 8 13.742 8 11.993V9.181C8 7.42 9.79 6 12.006 6c1.107 0 2.103.358 2.83.93C15.552 7.504 16 8.302 16 9.18Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 12.18v2.813C16 16.753 14.21 18 12.006 18 9.8 18 8 16.742 8 14.993v-2.812" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Крестик" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3.70304 5.11173C3.31449 4.72318 3.31449 4.09322 3.70304 3.70468C4.09159 3.31613 4.72155 3.31613 5.1101 3.70467L11.3313 9.92584C11.7198 10.3144 11.7198 10.9444 11.3313 11.3329C10.9427 11.7214 10.3128 11.7214 9.92421 11.3329L3.70304 5.11173Z" fill="currentColor"/>
3
- <path d="M12.6679 14.0766C12.2793 13.688 12.2793 13.0581 12.6679 12.6695C13.0564 12.281 13.6864 12.281 14.0749 12.6695L20.2961 18.8907C20.6847 19.2792 20.6847 19.9092 20.2961 20.2977C19.9076 20.6863 19.2776 20.6863 18.8891 20.2977L12.6679 14.0766Z" fill="currentColor"/>
4
- <path d="M14.0746 11.3316C13.6861 11.7202 13.0561 11.7202 12.6676 11.3316C12.279 10.9431 12.279 10.3131 12.6676 9.92457L18.8887 3.70341C19.2773 3.31486 19.9072 3.31486 20.2958 3.70341C20.6843 4.09195 20.6843 4.72191 20.2958 5.11046L14.0746 11.3316Z" fill="currentColor"/>
5
- <path d="M5.11027 20.2262C4.72172 20.6147 4.09176 20.6147 3.70321 20.2262C3.31466 19.8376 3.31466 19.2077 3.70321 18.8191L9.92438 12.5979C10.3129 12.2094 10.9429 12.2094 11.3314 12.5979C11.72 12.9865 11.72 13.6164 11.3314 14.005L5.11027 20.2262Z" fill="currentColor"/>
2
+ <path d="M3.70304 5.11173C3.31449 4.72318 3.31449 4.09322 3.70304 3.70468C4.09159 3.31613 4.72155 3.31613 5.1101 3.70467L11.3313 9.92584C11.7198 10.3144 11.7198 10.9444 11.3313 11.3329C10.9427 11.7214 10.3128 11.7214 9.92421 11.3329L3.70304 5.11173Z" fill="#000000"/>
3
+ <path d="M12.6679 14.0766C12.2793 13.688 12.2793 13.0581 12.6679 12.6695C13.0564 12.281 13.6864 12.281 14.0749 12.6695L20.2961 18.8907C20.6847 19.2792 20.6847 19.9092 20.2961 20.2977C19.9076 20.6863 19.2776 20.6863 18.8891 20.2977L12.6679 14.0766Z" fill="#000000"/>
4
+ <path d="M14.0746 11.3316C13.6861 11.7202 13.0561 11.7202 12.6676 11.3316C12.279 10.9431 12.279 10.3131 12.6676 9.92457L18.8887 3.70341C19.2773 3.31486 19.9072 3.31486 20.2958 3.70341C20.6843 4.09195 20.6843 4.72191 20.2958 5.11046L14.0746 11.3316Z" fill="#000000"/>
5
+ <path d="M5.11027 20.2262C4.72172 20.6147 4.09176 20.6147 3.70321 20.2262C3.31466 19.8376 3.31466 19.2077 3.70321 18.8191L9.92438 12.5979C10.3129 12.2094 10.9429 12.2094 11.3314 12.5979C11.72 12.9865 11.72 13.6164 11.3314 14.005L5.11027 20.2262Z" fill="#000000"/>
6
6
  </svg>
@@ -1,4 +1 @@
1
- <svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m14.66 20.01-1.52 1.52c-.62.62-1.64.62-2.26 0l-1.52-1.52c-.26-.26-.77-.47-1.13-.47H6.08c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.36-.21-.87-.47-1.13l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6 1.6-1.6M9.34 3.99l1.52-1.52c.62-.62 1.64-.62 2.26 0l1.52 1.52c.26.26.77.47 1.13.47h2.15c.88 0 1.6.72 1.6 1.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .88-.72 1.6-1.6 1.6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="m9 15 6-6M14.495 14.5h.009M9.495 9.5h.008" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m14.66 20.01-1.52 1.52c-.62.62-1.64.62-2.26 0l-1.52-1.52c-.26-.26-.77-.47-1.13-.47H6.08c-.88 0-1.6-.72-1.6-1.6v-2.15c0-.36-.21-.87-.47-1.13l-1.52-1.52c-.62-.62-.62-1.64 0-2.26l1.52-1.52c.26-.26.47-.77.47-1.13V6.08c0-.88.72-1.6 1.6-1.6M9.34 3.99l1.52-1.52c.62-.62 1.64-.62 2.26 0l1.52 1.52c.26.26.77.47 1.13.47h2.15c.88 0 1.6.72 1.6 1.6v2.15c0 .36.21.87.47 1.13l1.52 1.52c.62.62.62 1.64 0 2.26l-1.52 1.52c-.26.26-.47.77-.47 1.13v2.15c0 .88-.72 1.6-1.6 1.6" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="m9 15 6-6M14.495 14.5h.009M9.495 9.5h.008" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1,5 @@
1
1
  <svg title="Документ" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M9.809 2.759A2.813 2.813 0 0 1 11.742 2h5.524C18.776 2 20 3.16 20 4.59v13.82c0 1.43-1.224 2.59-2.734 2.59H6.734C5.224 21 4 19.84 4 18.41v-5.95c0-.477.408-.864.911-.864.504 0 .912.387.912.864v5.95c0 .476.408.863.911.863h10.532c.503 0 .911-.387.911-.864V4.591c0-.477-.408-.864-.911-.864h-5.367v4.03c0 .955-.816 1.728-1.823 1.728H4.911c-.368 0-.7-.21-.842-.533a.83.83 0 0 1 .198-.941l5.542-5.252Zm.267 2.19L7.112 7.758h2.964v-2.81Z" fill="currentColor" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.809 2.759A2.813 2.813 0 0 1 11.742 2h5.524C18.776 2 20 3.16 20 4.59v13.82c0 1.43-1.224 2.59-2.734 2.59H6.734C5.224 21 4 19.84 4 18.41v-5.95c0-.477.408-.864.911-.864.504 0 .912.387.912.864v5.95c0 .476.408.863.911.863h10.532c.503 0 .911-.387.911-.864V4.591c0-.477-.408-.864-.911-.864h-5.367v4.03c0 .955-.816 1.728-1.823 1.728H4.911c-.368 0-.7-.21-.842-.533a.83.83 0 0 1 .198-.941l5.542-5.252Zm.267 2.19L7.112 7.758h2.964v-2.81Z" fill="#000000" />
3
3
  <rect x="8" y="12" width="8" height="2" rx="1" fill="currentColor" />
4
4
  <rect x="8" y="15" width="5" height="2" rx="1" fill="currentColor" />
5
5
  </svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Документ с текстом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M3 7C3 4 4.5 2 8 2H16C19.5 2 21 4 21 7V17C21 20 19.5 22 16 22H8C4.5 22 3 20 3 17V11.02" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M14.5 4.5V6.5C14.5 7.6 15.4 8.5 16.5 8.5H18.5" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  <path d="M8 13H12" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
5
  <path d="M8 17H16" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
6
  </svg>
@@ -1,8 +1,8 @@
1
1
  <svg title="Пустой кошелёк с возвратом" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2.5 13.24v-1.73c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76h-5.48" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M2.5 13.24v-1.73c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76h-5.48" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M22.56 13.97v2.06c0 .55-.44 1-1 1.02H19.6c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.08c.56.02 1 .47 1 1.02ZM7 12h7" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
4
  <path d="M3 16.5h5.34c.64 0 1.16.52 1.16 1.16v1.28" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
5
  <path d="M4.22 15.28 3 16.5l1.22 1.22M9.5 21.78H4.16c-.64 0-1.16-.52-1.16-1.16v-1.28" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
6
6
  <path d="m8.28 23 1.22-1.22-1.22-1.22" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8M2.5 12.41V7.84c0-1.19.73-2.25 1.84-2.67l3.97-1.5" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
8
  </svg>
@@ -1,13 +1,13 @@
1
1
  <svg title="Пустой кошелёк" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#000000"
4
4
  stroke-linecap="round"
5
5
  stroke-linejoin="round"
6
6
  stroke-width="2"
7
7
  d="M2.5 14.07v-2.56c0-2.07 1.69-3.76 3.76-3.76h11.48c2.07 0 3.76 1.69 3.76 3.76v1.44h-2.02c-.56 0-1.07.22-1.44.6-.42.41-.66 1-.6 1.63.09 1.08 1.08 1.87 2.16 1.87h1.9v1.19c0 2.07-1.69 3.76-3.76 3.76H6.26c-2.07 0-3.76-1.69-3.76-3.76M12.28 2.17a1.9 1.9 0 0 1 2.57 1.78v3.8"
8
8
  />
9
9
  <path
10
- stroke="currentColor"
10
+ stroke="#000000"
11
11
  stroke-linecap="round"
12
12
  stroke-linejoin="round"
13
13
  stroke-width="2"
@@ -1,5 +1 @@
1
- <svg title="Глобус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M7.54 12c0 3.04.49 6.08 1.46 9H8M8 3h1c-.49 1.46-.85 2.95-1.1 4.46M16.13 16.36c-.25 1.56-.62 3.12-1.13 4.64M15 3c.97 2.92 1.46 5.96 1.46 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M3 16v-1a28.424 28.424 0 0 0 18 0v1M3 9a28.424 28.424 0 0 1 18 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Глобус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.54 12c0 3.04.49 6.08 1.46 9H8M8 3h1c-.49 1.46-.85 2.95-1.1 4.46M16.13 16.36c-.25 1.56-.62 3.12-1.13 4.64M15 3c.97 2.92 1.46 5.96 1.46 9" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M3 16v-1a28.424 28.424 0 0 0 18 0v1M3 9a28.424 28.424 0 0 1 18 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,8 +1,8 @@
1
1
  <svg title="Gps" width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.35107 5.45074C10.3959 4.89842 11.587 4.58569 12.8511 4.58569C16.9932 4.58569 20.3511 7.94356 20.3511 12.0857C20.3511 16.2278 16.9932 19.5857 12.8511 19.5857C8.70894 19.5857 5.35107 16.2278 5.35107 12.0857C5.35107 10.8216 5.66381 9.63055 6.21612 8.58569" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M12.8511 15.0857C14.5079 15.0857 15.8511 13.7425 15.8511 12.0857C15.8511 10.4288 14.5079 9.08569 12.8511 9.08569C11.1942 9.08569 9.85107 10.4288 9.85107 12.0857C9.85107 13.7425 11.1942 15.0857 12.8511 15.0857Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M12.8511 4.08569V2.08569" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M4.85107 12.0857H2.85107" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- <path d="M12.8511 20.0857V22.0857" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
- <path d="M20.8511 12.0857H22.8511" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path d="M9.35107 5.45074C10.3959 4.89842 11.587 4.58569 12.8511 4.58569C16.9932 4.58569 20.3511 7.94356 20.3511 12.0857C20.3511 16.2278 16.9932 19.5857 12.8511 19.5857C8.70894 19.5857 5.35107 16.2278 5.35107 12.0857C5.35107 10.8216 5.66381 9.63055 6.21612 8.58569" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M12.8511 15.0857C14.5079 15.0857 15.8511 13.7425 15.8511 12.0857C15.8511 10.4288 14.5079 9.08569 12.8511 9.08569C11.1942 9.08569 9.85107 10.4288 9.85107 12.0857C9.85107 13.7425 11.1942 15.0857 12.8511 15.0857Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M12.8511 4.08569V2.08569" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M4.85107 12.0857H2.85107" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
+ <path d="M12.8511 20.0857V22.0857" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
7
+ <path d="M20.8511 12.0857H22.8511" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
8
8
  </svg>
@@ -1,4 +1,4 @@
1
1
  <svg title="Сетка" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 33">
2
2
  <rect fill="currentColor" width="32" height="32" y=".5" rx="16"/>
3
- <path fill="#1C1C1C" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
3
+ <path fill="#000000" d="M13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM13 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM16.5 18a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM18 21.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 13a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM23 16.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM21.5 23a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/>
4
4
  </svg>
@@ -1,6 +1 @@
1
- <svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6Z" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="m10.97 9.03.76-.76M6.27 13.73l2.22-2.22L9 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M2 11v10c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6v1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M11.925 13.5h.009M6.195 8.5h.009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Скидка" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6v2.42C22 10 21 11 19.42 11H16V4.01C16 2.9 16.91 2 18.02 2c1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6Z" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="m10.97 9.03.76-.76M6.27 13.73l2.22-2.22L9 11" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 11v10c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6v1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.925 13.5h.009M6.195 8.5h.009" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="MasterCard" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M22.74 2.852h-9.508v17.296h9.508V2.852Z" fill="#FF5F00"/>
3
- <path d="M13.836 11.5a11.093 11.093 0 0 1 1.09-4.808 10.957 10.957 0 0 1 3.06-3.84A10.75 10.75 0 0 0 6.524 1.606a10.913 10.913 0 0 0-4.461 4.058A11.1 11.1 0 0 0 .406 11.5a11.1 11.1 0 0 0 1.656 5.836 10.913 10.913 0 0 0 4.461 4.058 10.75 10.75 0 0 0 11.463-1.246 10.958 10.958 0 0 1-3.06-3.84 11.093 11.093 0 0 1-1.09-4.808Z" fill="#EB001B"/>
4
- <path d="M35.566 11.5a11.1 11.1 0 0 1-1.655 5.836 10.911 10.911 0 0 1-4.461 4.058 10.749 10.749 0 0 1-5.909 1.043 10.793 10.793 0 0 1-5.555-2.289 10.977 10.977 0 0 0 3.058-3.84 11.114 11.114 0 0 0 0-9.615 10.977 10.977 0 0 0-3.058-3.841A10.75 10.75 0 0 1 29.45 1.606a10.912 10.912 0 0 1 4.462 4.058 11.1 11.1 0 0 1 1.655 5.836Z" fill="#F79E1B"/>
5
- </svg>
1
+ <svg title="MasterCard" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.74 2.852h-9.508v17.296h9.508V2.852Z" fill="#FF5F00"/><path d="M13.836 11.5a11.093 11.093 0 0 1 1.09-4.808 10.957 10.957 0 0 1 3.06-3.84A10.75 10.75 0 0 0 6.524 1.606a10.913 10.913 0 0 0-4.461 4.058A11.1 11.1 0 0 0 .406 11.5a11.1 11.1 0 0 0 1.656 5.836 10.913 10.913 0 0 0 4.461 4.058 10.75 10.75 0 0 0 11.463-1.246 10.958 10.958 0 0 1-3.06-3.84 11.093 11.093 0 0 1-1.09-4.808Z" fill="#EB001B"/><path d="M35.566 11.5a11.1 11.1 0 0 1-1.655 5.836 10.911 10.911 0 0 1-4.461 4.058 10.749 10.749 0 0 1-5.909 1.043 10.793 10.793 0 0 1-5.555-2.289 10.977 10.977 0 0 0 3.058-3.84 11.114 11.114 0 0 0 0-9.615 10.977 10.977 0 0 0-3.058-3.841A10.75 10.75 0 0 1 29.45 1.606a10.912 10.912 0 0 1 4.462 4.058 11.1 11.1 0 0 1 1.655 5.836Z" fill="#F79E1B"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Минус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M15 12h5M4 12h7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg title="Минус" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 12h5M4 12h7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Деньги" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
5
- </svg>
1
+ <svg title="Деньги" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.53v2.97c0 3.5 2 5 5 5h10c3 0 5-1.5 5-5v-7c0-3.5-2-5-5-5H7c-3 0-5 1.5-5 5V9h1c3 0 4-1 4-4V4" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 12c0-1.66-1.34-3-3-3s-3 1.34-3 3 1.34 3 3 3" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22 9h-1c-3 0-4-1-4-4V4M2 15h1c3 0 4 1 4 4v1M22 15h-1c-3 0-4 1-4 4v1" stroke="#000000" stroke-width="2" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,4 +1 @@
1
- <svg title="Монитор и мобильный" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M2 6.74c0-3.37.84-4.21 4.21-4.21h10.53c3.37 0 4.21.84 4.21 4.21M10 16.95H6.21c-3.37 0-4.21-.84-4.21-4.21v-1.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-2.37-.59-2.96-2.96-2.96h-3.55c-2.37 0-2.96.59-2.96 2.96v5.71c0 2.37.59 2.96 2.96 2.96h3.55c2.37 0 2.96-.59 2.96-2.96v-1.57" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg title="Монитор и мобильный" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 12.95h8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 6.74c0-3.37.84-4.21 4.21-4.21h10.53c3.37 0 4.21.84 4.21 4.21M10 16.95H6.21c-3.37 0-4.21-.84-4.21-4.21v-1.89M10 21.47v-4.52M6.74 21.47H10M22 12.8c0-2.37-.59-2.96-2.96-2.96h-3.55c-2.37 0-2.96.59-2.96 2.96v5.71c0 2.37.59 2.96 2.96 2.96h3.55c2.37 0 2.96-.59 2.96-2.96v-1.57" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.244 18.25h.01" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#1C1C1C"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
1
+ <svg title="Офис" viewBox="0 0 49 47" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M48.5 44.744c0-.15-.164-.3-.482-.442-2.93-.94-12.24-1.62-23.272-1.62C11.358 42.683.5 43.695.5 44.935c0 .15.164.3.481.442 2.94.94 12.241 1.62 23.273 1.62 13.388 0 24.246-1.012 24.246-2.252Z" fill="#000000"/><path d="M31.869 22.125H6.335v18.03h25.534v-18.03Z" fill="#D6C94F"/><path d="M6.338 25.302h25.534v-3.18H6.338v3.18Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M7.863 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#a)"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M14.706 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#b)"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M23.835 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#c)"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="#71A549"/><path d="M30.572 40.15h1.65V22.12h-1.65v18.03Z" fill="url(#d)"/><path d="M17.094 40.151h4.023v-6.375a.778.778 0 0 0-.776-.776h-2.467a.778.778 0 0 0-.776.776v6.375h-.004Z" fill="#71A549"/><path d="M8.169 39.13H4.835a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.142 23.145h2.72V39.13h.307c.228 0 .412.184.412.412v.608H5.397v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#e)"/><path d="M5.967 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m7.861 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M8.169 23.145H4.835a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M15.012 39.13H11.68a.411.411 0 0 0-.413.413v.608h4.159v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.986 23.145h2.719V39.13h.307c.23 0 .413.184.413.412v.608H12.24v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#f)"/><path d="M12.811 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m14.705 24.503-2.719-.679v-.679h2.719v1.358Z" fill="#71A549"/><path d="M15.012 23.145H11.68a.411.411 0 0 1-.413-.412v-.608h4.159v.608a.411.411 0 0 1-.413.412Z" fill="#71A549"/><path d="M24.14 39.13h-3.334a.411.411 0 0 0-.412.413v.608h4.158v-.608a.411.411 0 0 0-.412-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M21.114 23.145h2.718V39.13h.308c.229 0 .412.184.412.412v.608H21.37v-.608c0-.227.18-.409.406-.412h-.661V23.145Z" fill="url(#g)"/><path d="M21.939 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m23.832 24.503-2.718-.679v-.679h2.718v1.358Z" fill="#71A549"/><path d="M24.14 23.145h-3.334a.411.411 0 0 1-.412-.412v-.608h4.158v.608a.411.411 0 0 1-.412.412Z" fill="#71A549"/><path d="M30.984 39.13H27.65a.411.411 0 0 0-.413.413v.608h4.16v-.608a.411.411 0 0 0-.413-.412Z" fill="#fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="#C2F5AA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M27.957 23.145h2.72V39.13h.306c.23 0 .413.184.413.412v.608h-3.184v-.608c0-.227.18-.409.407-.412h-.662V23.145Z" fill="url(#h)"/><path d="M28.782 23.145h-.825v15.987h.825V23.146Z" fill="#fff"/><path d="m30.676 24.503-2.719-.679v-.679h2.72v1.358Z" fill="#71A549"/><path d="M30.984 23.145H27.65a.411.411 0 0 1-.413-.412v-.608h4.16v.608a.411.411 0 0 1-.413.412ZM43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="#71A549"/><path d="M43.722 42.263H3.252v-1.287c0-.453.368-.825.825-.825h38.82c.454 0 .825.368.825.825v1.287Z" fill="url(#i)"/><path d="M32.694 42.263H3.252v-1.287c0-.453.368-.825.825-.825H31.87c.453 0 .825.368.825.825v1.287Z" fill="#C2F5AA"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="#fff"/><path d="M26.262 40.2a.778.778 0 0 1-.776.776H3.252c0-.453.368-.825.825-.825h22.185v.05Z" fill="url(#j)"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="#71A549"/><path d="M45.44 44.37H1.535v-1.286c0-.454.367-.825.825-.825h42.259c.453 0 .825.367.825.825v1.286h-.004Z" fill="url(#k)"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="#C2F5AA"/><path d="M34.854 44.37H1.534v-1.286c0-.454.368-.825.826-.825h31.669c.453 0 .825.367.825.825v1.286Z" fill="url(#l)"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="#fff"/><path d="M20.394 42.31a.778.778 0 0 1-.777.777H1.535c0-.454.367-.825.825-.825h18.037v.048h-.003Z" fill="url(#m)"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="#D6C94F"/><path d="M45.44 22.125H3.222l15.882-9.709h10.455l15.88 9.709Z" fill="url(#n)"/><path d="m39.425 21 2.366 1.125h3.649l-3.518-2.152L39.425 21Z" fill="#71A549"/><mask id="o" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="3" y="12" width="32" height="11"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#fff"/></mask><g mask="url(#o)"><path d="M34.985 22.125H3.222l15.882-9.709 15.88 9.709Z" fill="#C2F5AA"/><path d="M23.566 12.416h-4.462L3.222 22.125h4.463l15.881-9.709ZM51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="#fff"/><path d="M51.504 12.416H29.229l-15.882 9.709h22.275l15.882-9.709Z" fill="url(#p)"/></g><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="#C2F5AA"/><path d="M30.901 21.071H7.306l11.798-7.601L30.9 21.07Z" fill="url(#q)"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="#71A549"/><path d="m19.865 14.76 9.799 6.311H30.9L19.104 13.47 7.306 21.07h2.764l9.795-6.311Z" fill="url(#r)"/><mask id="s" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="31" y="22" width="12" height="19"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#fff"/></mask><g mask="url(#s)"><path d="M42.327 22.125H31.872v18.03h10.455v-18.03Z" fill="#71A549"/><path d="M42.327 22.125H31.872v3.18h10.455v-3.18Z" fill="#71A549"/><g opacity=".3"><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#71A549"/><path d="M42.327 40.151H31.872v-7.665l10.455-5.062V40.15Z" fill="#DDDC53"/></g><path d="M35.615 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004ZM39.931 33h-1.35v-3.105a.39.39 0 0 1 .39-.39h.574a.39.39 0 0 1 .39.39V33h-.004Z" fill="#FEFFCF"/></g><mask id="t" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="17" height="21"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#fff"/></mask><g mask="url(#t)"><path d="M41.472 0H39.43c-3.885 0-7.032 2.711-7.032 7.009 0 4.297 3.09 9.307 7.028 13.991h2.044C45.41 16.316 48.5 11.306 48.5 7.009 48.5 2.71 45.354 0 41.472 0Z" fill="#42AB44"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="#71A549"/><path d="M48.5 6.754h-9.075v12.69H48.5V6.754Z" fill="url(#u)"/><path d="M48.5 2.527h-5.036V4.73H48.5V2.527Z" fill="#71A549"/></g><path d="M39.425 0c-3.881 0-7.027 2.711-7.027 7.009 0 4.297 3.09 9.307 7.027 13.991 3.938-4.684 7.028-9.694 7.028-13.991C46.456 2.71 43.306 0 39.425 0Z" fill="#fff"/><mask id="v" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="32" y="0" width="15" height="21"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#fff"/></mask><g mask="url(#v)"><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="#C2F5AA"/><path d="M39.136.765c-2.846 0-5.295 1.462-6.397 3.937a7.787 7.787 0 0 0-.338 2.306c0 4.298 3.09 9.308 7.028 13.992 2.554-3.042 4.747-6.214 5.977-9.244.484-1.373.762-2.708.762-3.983-.004-4.297-3.15-7.008-7.032-7.008Z" fill="url(#w)"/><path d="M41.454 21.356H32.22L47.795 8.148h9.232L41.454 21.356Z" fill="#fff"/></g><path d="M39.811 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#71A549"/><path d="M39.166 9.881a3.127 3.127 0 1 0 0-6.255 3.127 3.127 0 0 0 0 6.255Z" fill="#fff"/><defs><linearGradient id="a" x1="8.688" y1="40.15" x2="8.688" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="b" x1="15.531" y1="40.15" x2="15.531" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="c" x1="24.66" y1="40.15" x2="24.66" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#E5DF52"/><stop offset="1" stop-color="#82C35E"/></linearGradient><linearGradient id="d" x1="31.397" y1="40.15" x2="31.397" y2="31.135" gradientUnits="userSpaceOnUse"><stop stop-color="#DDDC53"/><stop offset="1" stop-color="#7FC25E"/></linearGradient><linearGradient id="e" x1="8.581" y1="40.151" x2="6.862" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="f" x1="15.425" y1="40.151" x2="13.706" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="g" x1="24.552" y1="40.151" x2="22.833" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="h" x1="31.396" y1="40.151" x2="29.677" y2="31.648" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="i" x1="23.487" y1="40.151" x2="23.487" y2="41.207" gradientUnits="userSpaceOnUse"><stop stop-color="#CFD955"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="j" x1="26.262" y1="40.976" x2="3.252" y2="40.976" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="k" x1="23.489" y1="42.259" x2="23.489" y2="43.314" gradientUnits="userSpaceOnUse"><stop stop-color="#CBD856"/><stop offset="1" stop-color="#5F1A58" stop-opacity="0"/></linearGradient><linearGradient id="l" x1="35" y1="44.25" x2="1.625" y2="42.375" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="m" x1="20.397" y1="43.087" x2="1.535" y2="43.087" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="n" x1="45.44" y1="22.125" x2="30.447" y2="11.54" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="p" x1="26.695" y1="22.125" x2="22.849" y2="16.572" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient><linearGradient id="q" x1="32.37" y1="21.071" x2="16.157" y2="21.071" gradientUnits="userSpaceOnUse"><stop stop-color="#7DC15D"/><stop offset="1" stop-color="#7DC15D" stop-opacity="0"/></linearGradient><linearGradient id="r" x1="23.75" y1="21.071" x2="20.938" y2="13.5" gradientUnits="userSpaceOnUse"><stop stop-color="#DFDD53"/><stop offset="1" stop-color="#7EC25E"/></linearGradient><linearGradient id="u" x1="41.846" y1="19.444" x2="41.846" y2="13.099" gradientUnits="userSpaceOnUse"><stop stop-color="#E1DE53"/><stop offset="1" stop-color="#88C55D"/></linearGradient><linearGradient id="w" x1="32.401" y1=".765" x2="39.285" y2="10.882" gradientUnits="userSpaceOnUse"><stop stop-color="#FEFFCF"/><stop offset="1" stop-color="#FEFFCF" stop-opacity="0"/></linearGradient></defs></svg>
@@ -1,4 +1 @@
1
- <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Проценты (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m8.32 15.27 6.54-6.54M8.73 10.37a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46ZM15.27 16.09a1.23 1.23 0 1 0 0-2.46 1.23 1.23 0 0 0 0 2.46Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4 6c-1.25 1.67-2 3.75-2 6 0 5.52 4.48 10 10 10s10-4.48 10-10S17.52 2 12 2c-1.43 0-2.8.3-4.03.85" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1,6 @@
1
1
  <svg title="Проценты" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
2
  <path
3
- stroke="currentColor"
3
+ stroke="#000000"
4
4
  stroke-linecap="round"
5
5
  stroke-linejoin="round"
6
6
  stroke-width="2"
@@ -1,4 +1 @@
1
- <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- <path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg title="Персональная карта" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 8c0-4 1-5 5-5h10c4 0 5 1 5 5v8c0 4-1 5-5 5H7c-4 0-5-1-5-5v-3.6" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14 8h5M15 12h4M17 16h2M8.5 11.29a1.81 1.81 0 1 0 0-3.62 1.81 1.81 0 0 0 0 3.62ZM12 16.33a3.02 3.02 0 0 0-2.74-2.72 7.72 7.72 0 0 0-1.52 0A3.03 3.03 0 0 0 5 16.33" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23">
2
- <path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/>
3
- </svg>
1
+ <svg title="Лого «PlayMarket»" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23"><path d="M0 21.427V1.576C0 .883.447.284 1.094 0L13.85 11.498 1.089 23a1.89 1.89 0 0 1-.795-.646A1.625 1.625 0 0 1 0 21.427Zm17.899-6.282-13.95 7.259 11.002-9.915 2.948 2.656Zm4.335-5.035c.237.162.428.37.561.61.133.239.203.502.205.77.002.267-.064.53-.193.771s-.317.452-.551.617l-2.964 1.542-3.241-2.922 3.24-2.92 2.944 1.532ZM3.959.598l13.938 7.253-2.945 2.654L3.958.598Z" fill="currentColor"/></svg>
@@ -1,3 +1 @@
1
- <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>
1
+ <svg title="Плюс" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18V6m3 6h5M4 12h7m1 8V4" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,6 +1 @@
1
- <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">\
2
- <path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
3
- <path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
4
- <path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>\
5
- <path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </svg>
1
+ <svg title="Профиль, 2 персоны" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.68 3.96c.48.71.76 1.56.76 2.48-.01 2.4-1.9 4.35-4.28 4.43-.1-.01-.22-.01-.33 0a4.42 4.42 0 0 1-4.27-4.43C4.56 3.99 6.54 2 9 2" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.41 4c1.94 0 3.5 1.57 3.5 3.5 0 1.89-1.5 3.43-3.37 3.5a1.13 1.13 0 0 0-.26 0" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.16 14.56c-2.42 1.62-2.42 4.26 0 5.87 2.75 1.84 7.26 1.84 10.01 0 2.42-1.62 2.42-4.26 0-5.87-2.74-1.83-7.25-1.83-10.01 0Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.34 20c.72-.15 1.4-.44 1.96-.87 1.56-1.17 1.56-3.1 0-4.27-.55-.42-1.22-.7-1.93-.86" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1,5 +1 @@
1
- <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
3
- <circle cx="12" cy="12" r="10" stroke="currentColor" stroke-width="2"/>
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="currentColor"/>
5
- </svg>
1
+ <svg title="Рубль (круг.)" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.727 16v-3.765m0 0V9a1 1 0 0 1 1-1H12a2 2 0 0 1 2 2v.235a2 2 0 0 1-2 2h-1.273ZM10 14.588h2.546" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="12" r="10" stroke="#000000" stroke-width="2"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.588 18.384c.162.578.791.894 1.315.601a8 8 0 0 0-4.206-14.98c-.6.023-.97.63-.808 1.208.136.482.61.787 1.111.787a6 6 0 0 1 3.14 11.114c-.436.268-.69.778-.552 1.27ZM5.268 7.261c.773 0 1.216 1.01.857 1.695a6.6 6.6 0 0 0-.754 3.073c0 1.218.33 2.36.903 3.34.393.673-.043 1.745-.822 1.745a.79.79 0 0 1-.665-.348 8.588 8.588 0 0 1-1.416-4.737c0-1.598.435-3.094 1.192-4.377a.813.813 0 0 1 .705-.391ZM12 3.765c.421 0 .457-.363.035-.365a8.435 8.435 0 0 0-.07 0c-.422.002-.387.365.035.365Z" fill="#000000"/></svg>