ecomlab-components-next 0.1.26 → 0.1.28

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 (28) hide show
  1. package/dist/components/ConstructorComponents/Carousel/CommentItem/CommentItem.js +12 -11
  2. package/dist/components/ConstructorComponents/Footer/CopyrightBox/CopyrightBox.js +27 -0
  3. package/dist/components/ConstructorComponents/Footer/CopyrightBox/CopyrightBox.scss +36 -0
  4. package/dist/components/ConstructorComponents/Footer/CopyrightBox/img/ok.svg +4 -0
  5. package/dist/components/ConstructorComponents/Footer/CopyrightBox/img/tg.svg +4 -0
  6. package/dist/components/ConstructorComponents/Footer/CopyrightBox/img/vk.svg +3 -0
  7. package/dist/components/ConstructorComponents/Footer/Footer.js +109 -0
  8. package/dist/components/ConstructorComponents/Footer/Footer.scss +279 -0
  9. package/dist/components/ConstructorComponents/Footer/Footer.stories.js +231 -0
  10. package/dist/components/ConstructorComponents/Footer/FooterItem/FooterItem.js +54 -0
  11. package/dist/components/ConstructorComponents/Footer/FooterItem/FooterItem.scss +131 -0
  12. package/dist/components/ConstructorComponents/Footer/FooterItem/img/bx-chevron-down.svg +5 -0
  13. package/dist/components/ConstructorComponents/Footer/FooterItem/img/icon_mail.svg +9 -0
  14. package/dist/components/ConstructorComponents/Footer/FooterItem/img/icon_send-messages.svg +9 -0
  15. package/dist/components/ConstructorComponents/Footer/FooterItem/img/icon_tel.svg +9 -0
  16. package/dist/components/ConstructorComponents/Footer/FooterItem/img/logo.svg +9 -0
  17. package/dist/components/ConstructorComponents/Footer/FooterItem/img/mail.svg +9 -0
  18. package/dist/components/ConstructorComponents/Footer/FooterItem/img/point.svg +9 -0
  19. package/dist/components/ConstructorComponents/Footer/FooterItem/img/send-message.svg +9 -0
  20. package/dist/components/ConstructorComponents/Footer/FooterItem/img/skype.png +0 -0
  21. package/dist/components/ConstructorComponents/Footer/FooterItem/img/tel.svg +9 -0
  22. package/dist/components/ConstructorComponents/Footer/FooterItem/img/whatsup.png +0 -0
  23. package/dist/components/ConstructorComponents/Footer/FooterItem/img/youtobe.png +0 -0
  24. package/dist/components/ConstructorComponents/Footer/img/bx-chevron-down.svg +5 -0
  25. package/dist/components/ConstructorComponents/Footer/img/mir.png +0 -0
  26. package/dist/components/ConstructorComponents/MainContainer/MainContainer.js +72 -1
  27. package/dist/index.js +7 -0
  28. package/package.json +1 -1
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  value: true
6
6
  });
7
7
  exports.CommentItem = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
8
9
  var _image = _interopRequireDefault(require("next/image"));
9
10
  var _user = _interopRequireDefault(require("./img/user.png"));
10
11
  require("./CommentItem.scss");
@@ -15,29 +16,29 @@ var CommentItem = exports.CommentItem = function CommentItem(_ref) {
15
16
  product_name = _ref.product_name,
16
17
  answer = _ref.answer,
17
18
  icon = _ref.icon;
18
- return /*#__PURE__*/React.createElement("div", {
19
+ return /*#__PURE__*/_react["default"].createElement("div", {
19
20
  className: "comment-item",
20
21
  key: author_name + author_message
21
- }, /*#__PURE__*/React.createElement("div", {
22
+ }, /*#__PURE__*/_react["default"].createElement("div", {
22
23
  className: "comment-item__content"
23
- }, /*#__PURE__*/React.createElement("div", {
24
+ }, /*#__PURE__*/_react["default"].createElement("div", {
24
25
  className: "comment-item__message-client"
25
- }, /*#__PURE__*/React.createElement("div", {
26
+ }, /*#__PURE__*/_react["default"].createElement("div", {
26
27
  className: "comment-item__message-client-author-box"
27
- }, /*#__PURE__*/React.createElement(_image["default"], {
28
+ }, /*#__PURE__*/_react["default"].createElement(_image["default"], {
28
29
  alt: "icon",
29
30
  src: icon
30
- }), /*#__PURE__*/React.createElement("div", {
31
+ }), /*#__PURE__*/_react["default"].createElement("div", {
31
32
  className: "comment-item__message-client-info-author"
32
- }, /*#__PURE__*/React.createElement("p", {
33
+ }, /*#__PURE__*/_react["default"].createElement("p", {
33
34
  className: "comment-item__message-client-author-name"
34
- }, author_name), /*#__PURE__*/React.createElement("p", {
35
+ }, author_name), /*#__PURE__*/_react["default"].createElement("p", {
35
36
  className: "comment-item__message-client-product"
36
- }, product_name))), /*#__PURE__*/React.createElement("p", {
37
+ }, product_name))), /*#__PURE__*/_react["default"].createElement("p", {
37
38
  className: "comment-item__message-client-text"
38
- }, author_message)), /*#__PURE__*/React.createElement("div", {
39
+ }, author_message)), /*#__PURE__*/_react["default"].createElement("div", {
39
40
  className: "comment-item__message-answer"
40
- }, /*#__PURE__*/React.createElement("p", {
41
+ }, /*#__PURE__*/_react["default"].createElement("p", {
41
42
  className: "comment-item__message-answer-text"
42
43
  }, answer))));
43
44
  };
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.CopyrightBox = void 0;
8
+ var _react = _interopRequireDefault(require("react"));
9
+ var _link = _interopRequireDefault(require("next/link"));
10
+ require("./CopyrightBox.scss");
11
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
12
+ var CopyrightBox = exports.CopyrightBox = function CopyrightBox() {
13
+ return /*#__PURE__*/_react["default"].createElement("section", {
14
+ className: "copyright"
15
+ }, /*#__PURE__*/_react["default"].createElement("p", {
16
+ className: "footer__copyright"
17
+ }, "\xA9 \u041E\u041E\u041E \u0415\u041A\u041E\u041C\u0421\u0415\u041B\u041B\u0415\u0420, 2024 \u0433. \u0412\u0441\u0435 \u043F\u0440\u0430\u0432\u0430 \u0437\u0430\u0449\u0438\u0449\u0435\u043D\u044B."), /*#__PURE__*/_react["default"].createElement(_link["default"], {
18
+ href: "/article/publichnaja_oferta_(predlozhenie_o_zakljuchenii_dogovora_okazanija_uslug_distantsionnym_sposobom)/1846",
19
+ className: "footer__copyright"
20
+ }, "\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435"), /*#__PURE__*/_react["default"].createElement(_link["default"], {
21
+ href: "/article/Politika_konfidentsialnosti/397",
22
+ className: "footer__copyright"
23
+ }, "\u041F\u043E\u043B\u0438\u0442\u0438\u043A\u0430 \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\u044C\u043D\u043E\u0441\u0442\u0438"), /*#__PURE__*/_react["default"].createElement(_link["default"], {
24
+ href: "#",
25
+ className: "footer__copyright"
26
+ }, "\u0420\u043E\u0441\u0441\u0438\u044F"));
27
+ };
@@ -0,0 +1,36 @@
1
+ * {
2
+ body {
3
+
4
+ .copyright {
5
+ display: flex;
6
+ flex-direction: row;
7
+ justify-content: space-between;
8
+ max-width: 100%;
9
+ flex-wrap: wrap;
10
+ column-gap: 32px;
11
+ row-gap: 1em;
12
+ width: 100%;
13
+ margin-right: auto;
14
+
15
+ & .footer__link {
16
+ color: #8B8B8B;
17
+ font-family: "Golos Text";
18
+ font-size: 0.75em;
19
+ font-style: normal;
20
+ font-weight: 400;
21
+ line-height: 24px;
22
+ padding-left: 2em;
23
+ padding-right: 2em;
24
+ text-align: center;
25
+ }
26
+
27
+ & .country {
28
+ justify-self: flex-end;
29
+ margin-left: auto;
30
+ border-left: none;
31
+ width: 100px;
32
+ margin-top: 0;
33
+ }
34
+ }
35
+ }
36
+ }
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.6673 10.0002C16.6673 16.6668 16.6673 16.6668 10.0007 16.6668C3.33398 16.6668 3.33398 16.6668 3.33398 10.0002C3.33398 3.3335 3.33398 3.3335 10.0007 3.3335C16.6673 3.3335 16.6673 3.3335 16.6673 10.0002Z" stroke="#111111" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M10.3044 10.1365C9.17434 10.1365 8.23513 9.19804 8.23513 8.08763C8.23513 6.93881 9.17434 6 10.3048 6C11.4736 6 12.374 6.93841 12.374 8.08763C12.372 8.63285 12.1536 9.15497 11.7667 9.53923C11.3799 9.92349 10.8564 10.1384 10.3112 10.1369L10.3044 10.1365ZM10.3044 7.20682C9.82594 7.20682 9.46194 7.60882 9.46194 8.08803C9.46194 8.56643 9.82594 8.93044 10.3048 8.93044C10.8028 8.93044 11.1476 8.56643 11.1476 8.08803C11.148 7.60842 10.8028 7.20682 10.3044 7.20682ZM11.1284 11.8413L12.2976 12.9713C12.5276 13.2197 12.5276 13.5837 12.2976 13.8137C12.0488 14.0621 11.6652 14.0621 11.4736 13.8137L10.3048 12.6645L9.17434 13.8137C9.05954 13.9285 8.90593 13.9857 8.73313 13.9857C8.59913 13.9857 8.44593 13.9281 8.31153 13.8137C8.08152 13.5837 8.08152 13.2197 8.31153 12.9709L9.49954 11.8409C9.07051 11.7138 8.65894 11.5339 8.27433 11.3053C7.98672 11.1521 7.92952 10.7693 8.08272 10.4817C8.27433 10.1945 8.61913 10.1181 8.92593 10.3097C9.34138 10.5632 9.81866 10.6973 10.3054 10.6973C10.792 10.6973 11.2693 10.5632 11.6848 10.3097C11.9916 10.1181 12.3552 10.1945 12.5276 10.4817C12.7004 10.7693 12.6232 11.1517 12.3548 11.3053C11.9912 11.5353 11.5692 11.7073 11.1284 11.8413Z" fill="#111111"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.6673 10.0002C16.6673 16.6668 16.6673 16.6668 10.0007 16.6668C3.33398 16.6668 3.33398 16.6668 3.33398 10.0002C3.33398 3.3335 3.33398 3.3335 10.0007 3.3335C16.6673 3.3335 16.6673 3.3335 16.6673 10.0002Z" stroke="#111111" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ <path d="M13.9772 7.61078L12.77 13.3041C12.6789 13.706 12.4414 13.806 12.1038 13.6167L10.2644 12.2612L9.3768 13.1148C9.27857 13.2131 9.19642 13.2952 9.00712 13.2952L9.13927 11.4218L12.5485 8.3412C12.6967 8.20905 12.5164 8.13583 12.3181 8.26798L8.10347 10.9218L6.28902 10.3539C5.89434 10.2307 5.8872 9.9592 6.37117 9.7699L13.4682 7.03573C13.7968 6.9125 14.0844 7.10895 13.9772 7.61078Z" fill="#111111"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.67625 3.125C5.00043 3.12763 4.35304 3.39727 3.87515 3.87515C3.39727 4.35304 3.12763 5.00043 3.125 5.67625V14.3237C3.12763 14.9996 3.39727 15.647 3.87515 16.1248C4.35304 16.6027 5.00043 16.8724 5.67625 16.875H14.3237C14.9996 16.8724 15.647 16.6027 16.1248 16.1248C16.6027 15.647 16.8724 14.9996 16.875 14.3237V5.67625C16.8724 5.00043 16.6027 4.35304 16.1248 3.87515C15.647 3.39727 14.9996 3.12763 14.3237 3.125H5.67625ZM5.67625 4.375H14.3237C14.4949 4.374 14.6646 4.40698 14.8229 4.47202C14.9812 4.53707 15.1251 4.63288 15.2461 4.75391C15.3671 4.87494 15.4629 5.01878 15.528 5.17711C15.593 5.33543 15.626 5.50509 15.625 5.67625V14.3237C15.626 14.4949 15.593 14.6646 15.528 14.8229C15.4629 14.9812 15.3671 15.1251 15.2461 15.2461C15.1251 15.3671 14.9812 15.4629 14.8229 15.528C14.6646 15.593 14.4949 15.626 14.3237 15.625H5.67625C5.50507 15.6261 5.33537 15.5932 5.17701 15.5281C5.01865 15.4631 4.87477 15.3673 4.75372 15.2463C4.63267 15.1252 4.53687 14.9814 4.47185 14.823C4.40684 14.6646 4.37392 14.4949 4.375 14.3237V5.67625C4.374 5.50509 4.40698 5.33543 4.47202 5.17711C4.53707 5.01878 4.63288 4.87494 4.75391 4.75391C4.87494 4.63288 5.01878 4.53707 5.17711 4.47202C5.33543 4.40698 5.50509 4.374 5.67625 4.375ZM9.82438 7.64375C9.365 7.63937 8.97438 7.64375 8.755 7.75125C8.60813 7.8225 8.49625 7.98312 8.56437 7.99062C8.65 8.00312 8.8425 8.04437 8.94562 8.18375C9.07687 8.36188 9.0725 8.765 9.0725 8.765C9.0725 8.765 9.14562 9.87313 8.89375 10.0125C8.72062 10.1075 8.48375 9.91437 7.97125 9.03312C7.71 8.57937 7.5125 8.07875 7.5125 8.07875C7.5125 8.07875 7.475 7.98563 7.4075 7.93688C7.32438 7.87625 7.20937 7.85625 7.20937 7.85625L5.98625 7.86375C5.98625 7.86375 5.80313 7.87125 5.7375 7.94938C5.67625 8.0225 5.7325 8.16625 5.7325 8.16625C5.7325 8.16625 6.68938 10.405 7.77313 11.5331C8.76688 12.5688 9.895 12.5 9.895 12.5H10.4075C10.4075 12.5 10.5613 12.4831 10.6394 12.4C10.7131 12.3219 10.7106 12.175 10.7106 12.175C10.7106 12.175 10.7006 11.4894 11.0181 11.3869C11.3331 11.2887 11.7331 12.0506 12.1606 12.3438C12.4856 12.5656 12.7319 12.5169 12.7319 12.5169L13.875 12.5C13.875 12.5 14.4706 12.4631 14.1875 11.9919C14.1656 11.9556 14.0238 11.6456 13.3406 11.0106C12.6225 10.3469 12.7181 10.4544 13.5819 9.30438C14.1069 8.60375 14.3169 8.17625 14.2506 7.99062C14.1881 7.8175 13.8019 7.86375 13.8019 7.86375L12.515 7.87125C12.515 7.87125 12.42 7.85875 12.3494 7.90062C12.3008 7.93669 12.2621 7.98441 12.2369 8.03937C12.2369 8.03937 12.0319 8.58125 11.7606 9.04313C11.1894 10.0144 10.9575 10.0681 10.865 10.0075C10.6475 9.86562 10.7013 9.44063 10.7013 9.14062C10.7013 8.19562 10.845 7.805 10.4231 7.70312C10.2838 7.66875 10.1806 7.64687 9.82438 7.64375Z" fill="#111111"/>
3
+ </svg>
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+ var _react = _interopRequireWildcard(require("react"));
10
+ var _link = _interopRequireDefault(require("next/link"));
11
+ var _FooterItem = require("./FooterItem/FooterItem");
12
+ var _image = _interopRequireDefault(require("next/image"));
13
+ var _bxChevronDown = _interopRequireDefault(require("./img/bx-chevron-down.svg"));
14
+ var _CopyrightBox = require("./CopyrightBox/CopyrightBox");
15
+ var _mir = _interopRequireDefault(require("./img/mir.png"));
16
+ require("./Footer.scss");
17
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
18
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
19
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
20
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
21
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
22
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
23
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
24
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
25
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
26
+ var transactionPlatforms = [_mir["default"]];
27
+ var Footer = function Footer(_ref) {
28
+ var footerItems = _ref.footerItems;
29
+ var _useState = (0, _react.useState)(new Set()),
30
+ _useState2 = _slicedToArray(_useState, 2),
31
+ currentDrop = _useState2[0],
32
+ _setCurrentDrop = _useState2[1];
33
+ return /*#__PURE__*/_react["default"].createElement("footer", {
34
+ className: "footer"
35
+ }, /*#__PURE__*/_react["default"].createElement("div", {
36
+ className: "footer__content"
37
+ }, /*#__PURE__*/_react["default"].createElement("div", {
38
+ className: "footer__upper-box"
39
+ }, /*#__PURE__*/_react["default"].createElement("nav", {
40
+ className: "footer__nav"
41
+ }, footerItems.map(function (_ref2) {
42
+ var label = _ref2.label,
43
+ subItems = _ref2.subItems;
44
+ return /*#__PURE__*/_react["default"].createElement(_FooterItem.FooterItem, {
45
+ currentDrop: currentDrop,
46
+ setCurrentDrop: function setCurrentDrop(e) {
47
+ return _setCurrentDrop(e);
48
+ },
49
+ key: label,
50
+ label: label,
51
+ subItems: subItems
52
+ });
53
+ }), /*#__PURE__*/_react["default"].createElement("div", {
54
+ className: "footer__item"
55
+ }, /*#__PURE__*/_react["default"].createElement("div", {
56
+ className: "footer__title-point",
57
+ onClick: function onClick(e) {
58
+ var newState = new Set(currentDrop);
59
+ if (currentDrop.has('GTCOM.IO')) {
60
+ newState["delete"]('GTCOM.IO');
61
+ } else {
62
+ newState.add('GTCOM.IO');
63
+ }
64
+ _setCurrentDrop(newState);
65
+ }
66
+ }, /*#__PURE__*/_react["default"].createElement("h4", {
67
+ className: "footer__title"
68
+ }, "ECOMRU.RU"), /*#__PURE__*/_react["default"].createElement("button", {
69
+ className: "footer__btn-drop"
70
+ }, /*#__PURE__*/_react["default"].createElement(_image["default"], {
71
+ src: _bxChevronDown["default"],
72
+ alt: "icon"
73
+ }))), /*#__PURE__*/_react["default"].createElement("address", {
74
+ className: "footer__address"
75
+ }, /*#__PURE__*/_react["default"].createElement("ul", {
76
+ className: currentDrop.has('GTCOM.IO') ? "footer__list" : "footer__list_active"
77
+ }, /*#__PURE__*/_react["default"].createElement("li", {
78
+ className: "footer__list_item"
79
+ }, /*#__PURE__*/_react["default"].createElement(_link["default"], {
80
+ href: "tel:8(800)301-65-63",
81
+ className: "footer__link address__link_tel"
82
+ }, "8(800)301-65-63")), /*#__PURE__*/_react["default"].createElement("li", {
83
+ className: "footer__list_item"
84
+ }, /*#__PURE__*/_react["default"].createElement(_link["default"], {
85
+ href: "mailto:info@ecomru.ru ",
86
+ className: "footer__link address__link_mail"
87
+ }, "info@ecomru.ru"))))))), /*#__PURE__*/_react["default"].createElement("div", {
88
+ className: "footer__bottom"
89
+ }, /*#__PURE__*/_react["default"].createElement("div", {
90
+ className: "footer__bottom-box"
91
+ }, /*#__PURE__*/_react["default"].createElement(_CopyrightBox.CopyrightBox, null)), /*#__PURE__*/_react["default"].createElement("div", {
92
+ className: "footer__org_info",
93
+ style: {
94
+ width: '100%',
95
+ display: 'flex'
96
+ }
97
+ }, /*#__PURE__*/_react["default"].createElement("div", {
98
+ className: "footer__org-inner"
99
+ }, /*#__PURE__*/_react["default"].createElement("span", {
100
+ className: "footer__copyright"
101
+ }, "\u0411\u0435\u0437\u043D\u0430\u043B\u0438\u0447\u043D\u044B\u0439 \u0440\u0430\u0441\u0447\u0435\u0442 \u0434\u043B\u044F \u044E\u0440\u0438\u0434\u0438\u0447\u0435\u0441\u043A\u0438\u0445 \u043B\u0438\u0446 \u0438 \u0438\u043D\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043B\u044C\u043D\u044B\u0445 \u043F\u0440\u0435\u0434\u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0442\u0435\u043B\u0435\u0439"), transactionPlatforms === null || transactionPlatforms === void 0 ? void 0 : transactionPlatforms.map(function (el, ind) {
102
+ return /*#__PURE__*/_react["default"].createElement(_image["default"], {
103
+ src: el,
104
+ alt: "\u0424\u043E\u0442\u043E \u043F\u043B\u0430\u0442\u0435\u0436\u043D\u043E\u0439 \u043F\u043B\u0430\u0442\u0444\u043E\u0440\u043C\u044B",
105
+ key: el + ind
106
+ });
107
+ }))))));
108
+ };
109
+ var _default = exports["default"] = Footer;
@@ -0,0 +1,279 @@
1
+ body {
2
+ .footer {
3
+ position: relative;
4
+ display: flex;
5
+ flex-direction: column;
6
+ width: 100%;
7
+ height: auto;
8
+ background-color: #fff;
9
+ padding: 22px 60px;
10
+
11
+ // Заголовок
12
+
13
+ &__content {
14
+ max-width: 1440px;
15
+ display: flex;
16
+ flex-direction: column;
17
+ width: 100%;
18
+ margin-left: auto;
19
+ margin-right: auto;
20
+ padding-left: 0px;
21
+ padding-right: 0px;
22
+ }
23
+
24
+ &__address {
25
+ display: flex;
26
+ flex-direction: column;
27
+ gap: 1em;
28
+ max-width: 204px;
29
+ }
30
+
31
+ // вверхняя часть одвала
32
+ &__upper-box {
33
+ display: flex;
34
+ flex-direction: column;
35
+ width: 100%;
36
+ gap: 2.5em;
37
+ height: 100%;
38
+ justify-content: center;
39
+ }
40
+
41
+ // нижняя часть подвала
42
+
43
+ &__bottom {
44
+ display: flex;
45
+ gap: 32px;
46
+ flex-direction: column;
47
+ padding-top: 32px;
48
+ padding-bottom: 32px;
49
+ }
50
+
51
+ &__bottom-box {
52
+ display: flex;
53
+ align-items: flex-start;
54
+ width: 100%;
55
+ margin-left: auto;
56
+ margin-right: auto;
57
+
58
+ }
59
+
60
+ &__link {
61
+ display: inline-block;
62
+ color: #333;
63
+ font-family: "Golos Text";
64
+ font-size: 16px;
65
+ font-style: normal;
66
+ font-weight: 400;
67
+ line-height: 24px;
68
+ // white-space: nowrap;
69
+ max-height: 400px;
70
+ transition: max-height 0.5s;
71
+ }
72
+
73
+ &__list,
74
+ &__list_active {
75
+ display: flex;
76
+ flex-direction: column;
77
+ flex-wrap: wrap;
78
+ row-gap: 12px;
79
+ column-gap: 22pxpx;
80
+ margin: 0;
81
+ padding: 0;
82
+ }
83
+
84
+ &__nav {
85
+ display: flex;
86
+ flex-wrap: wrap;
87
+ width: 100%;
88
+ column-gap: 3.33em;
89
+ row-gap: 1.9em;
90
+ justify-content: space-between;
91
+ margin-left: auto;
92
+ margin-right: auto;
93
+ padding-top: 40px;
94
+ border-top: 1px solid #D9D9D9;
95
+ }
96
+
97
+ &__item {
98
+ display: block;
99
+ width: auto;
100
+ height: auto;
101
+ max-width: 200px;
102
+ }
103
+
104
+ &__copyright {
105
+ display: inline-block;
106
+ color: #8B8B8B;
107
+ font-family: "Golos Text";
108
+ font-size: 16px;
109
+ font-style: normal;
110
+ font-weight: 400;
111
+ line-height: 24px;
112
+ white-space: wrap;
113
+ }
114
+
115
+ &__btn-drop {
116
+ display: none;
117
+ }
118
+
119
+ &__org-inner {
120
+ display: flex;
121
+ flex-wrap: wrap;
122
+ column-gap: 32px;
123
+ row-gap: 20px;
124
+ justify-content: start !important;
125
+ }
126
+ }
127
+
128
+ .country-box {
129
+ width: 200px;
130
+ }
131
+
132
+ .icon_square {
133
+ display: block;
134
+ margin: auto;
135
+ }
136
+
137
+ @media (max-width: 1300px) {
138
+ .country {
139
+ margin-right: auto;
140
+ width: auto;
141
+ }
142
+ }
143
+
144
+ @media (max-width: 1100px) {
145
+
146
+ .footer {
147
+ padding: 22px 24px;
148
+
149
+ &__org_info {
150
+ width: 50%;
151
+ justify-content: start !important;
152
+ }
153
+
154
+ &__bottom {
155
+ flex-direction: row;
156
+ align-items: flex-start;
157
+ gap: 60px;
158
+ }
159
+
160
+
161
+ }
162
+
163
+ .copyright {
164
+ flex-direction: column;
165
+ align-items: start;
166
+
167
+ & .footer__link {
168
+ padding: 0;
169
+ border: none;
170
+ }
171
+
172
+ .country {
173
+ margin-left: 0;
174
+ width: auto;
175
+ }
176
+
177
+ .footer__copyright {
178
+ border: none;
179
+ }
180
+ }
181
+
182
+ .copyright {
183
+
184
+ & .footer__link {
185
+ border: none;
186
+ }
187
+
188
+ .footer__copyright {
189
+ border: none;
190
+ }
191
+ }
192
+ }
193
+
194
+ @media (max-width: 430px) {
195
+ .copyright {
196
+ flex-direction: column;
197
+ align-items: start;
198
+
199
+ & .footer__link {
200
+ padding: 0;
201
+ border: none;
202
+ }
203
+
204
+ .country {
205
+ margin-left: 0;
206
+ width: auto;
207
+ }
208
+
209
+ .footer__copyright {
210
+ border: none;
211
+ }
212
+ }
213
+
214
+ .footer {
215
+ padding: 22px 16px;
216
+
217
+
218
+ &__bottom {
219
+ flex-direction: column;
220
+ align-items: flex-start;
221
+ gap: 1em;
222
+ }
223
+
224
+ &__org_info {
225
+ justify-content: start !important;
226
+ }
227
+
228
+ &__btn-drop {
229
+ display: inline-block;
230
+ }
231
+
232
+ &__upper-box {
233
+ border-bottom: none;
234
+ }
235
+
236
+ &__item {
237
+ border-bottom: 1px #D9D9D9 solid;
238
+ }
239
+
240
+ &__btn-drop {
241
+ cursor: pointer;
242
+ background-color: inherit;
243
+ border: none;
244
+ }
245
+
246
+ &__title-point {
247
+ display: flex;
248
+ justify-content: space-between;
249
+ min-height: 40px;
250
+ align-items: center;
251
+ width: 100%;
252
+ gap: 24px;
253
+ cursor: pointer;
254
+ }
255
+
256
+ &__title {
257
+ margin-bottom: 0;
258
+ }
259
+
260
+ &__nav {
261
+ padding-top: 0;
262
+ flex-direction: column;
263
+ gap: 0;
264
+ }
265
+
266
+ &__list {
267
+ padding-top: 12px;
268
+ padding-bottom: 12px;
269
+ }
270
+
271
+ &__list_active {
272
+ transition: max-height 0.5s;
273
+ max-height: 0;
274
+ overflow: hidden;
275
+ }
276
+ }
277
+
278
+ }
279
+ }