From 109eb6f575619a3a328968a5e275277dec59eb31 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 18 Aug 2022 14:28:39 +0300 Subject: [PATCH 1/2] =?UTF-8?q?=D0=BC=D1=83=D0=BB=D1=8C=D1=82=D0=B8=D1=81?= =?UTF-8?q?=D0=B5=D0=BB=D0=B5=D0=BA=D1=82,=20=D0=B1=D0=B0=D0=B3=20=D0=B2?= =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D0=B5=20=D0=B8=D0=B7=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D0=B0=D1=80=D0=BE=D0=BB?= =?UTF-8?q?=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/components/style.css | 2 +- css/components/style.css.map | 2 +- css/components/style.less | 28 + css/forms/style.css | 1076 +--------------------------------- css/forms/style.css.map | 2 +- css/forms/style.less | 4 + package-lock.json | 278 ++++++++- package.json | 1 + pages/support/request.js | 18 +- 9 files changed, 319 insertions(+), 1092 deletions(-) diff --git a/css/components/style.css b/css/components/style.css index cbd04cc..e806f9b 100644 --- a/css/components/style.css +++ b/css/components/style.css @@ -1 +1 @@ -.bx-breadcrumb{display:flex;flex-wrap:wrap;width:100%;max-width:1310px;margin:25px auto -40px auto;position:relative;z-index:2}.bx-breadcrumb .bx-breadcrumb-item{color:rgba(0,0,0,0.5)}.bx-breadcrumb .bx-breadcrumb-item a{text-decoration:none;color:rgba(0,0,0,0.5)}.bx-breadcrumb .bx-breadcrumb-item a:hover{color:#000}.bx-breadcrumb .bx-breadcrumb-item:before{content:"<";display:inline-block;margin:0 4px}@media all and (max-width:1420px){.bx-breadcrumb{width:calc(100% - 160px);margin:25px 80px -40px 80px}}@media all and (max-width:960px){.bx-breadcrumb{margin:25px 80px -25px 80px}}@media all and (max-width:768px){.bx-breadcrumb{margin:12px 16px -25px 16px;width:calc(100% - 32px)}}hr{display:block;width:100%;height:1px;background:#EDEFF5;border:0;margin:20px 0}button,.button{border:0;background:transparent;appearance:none;box-shadow:none;cursor:pointer;box-sizing:border-box;padding:0px 15px;display:inline-flex;align-items:center;justify-content:center;height:40px;font-weight:600;font-size:15px;line-height:20px}@media all and (max-width:1600px){button,.button{font-size:13px}}.button{color:var(--blue);background:#fff}.button:disabled{opacity:.48;cursor:default}.button.icon:before{content:"";display:block;width:16px;height:16px;margin-right:12px}.button.button-blue{background:var(--blue);color:#fff}.button.button-blue.icon:before{background:url("/assets/images/icons/btn_icon_white.svg") no-repeat center}.button.button-blue.transparent{color:var(--blue);background:transparent}.button.button-blue.transparent.icon:before{background:url("/assets/images/icons/btn_icon_blue.svg") no-repeat center}.button.button-gray{color:var(--gray);background:var(--gray-light)}.button.button-gray.transparent{color:var(--gray);background:transparent}.button.button-gray.icon:before{background:url("/assets/images/icons/btn_icon_gray.svg") no-repeat center}.button.button-compact{width:40px;height:40px;text-indent:-9999px;overflow:hidden}.button.button-compact.icon:before{margin-right:0}@media all and (max-width:768px){.button.download-icon{width:24px;height:24px;background:url("/assets/images/icons/download_icon.svg") no-repeat center;overflow:hidden;text-indent:-999px}.button.download-icon svg{color:var(--blue) !important;background:#fff}}.form_field{position:relative}input[type="checkbox"]{display:none;visibility:hidden;position:relative}input[type="checkbox"]+label{cursor:pointer;padding-left:28px;display:block}input[type="checkbox"]+label:before{content:"";display:block;width:16px;min-width:16px;height:16px;border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;border-radius:4px;margin-right:12px;position:absolute;left:0;top:2px}input[type="checkbox"]:checked+label:before{background:url("/assets/images/icons/checkbox_white.svg") no-repeat center var(--primary);border-color:var(--primary)}input[type="checkbox"]:disabled+label:before{cursor:none;border-color:var(--gray-light)}input[type="radio"]{display:none;visibility:hidden}input[type="radio"]+label{display:block;padding-left:28px;cursor:pointer}input[type="radio"]+label:before{content:"";display:block;border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;border-radius:100%;width:16px;min-width:16px;height:16px;position:absolute;left:0;top:2px}input[type="radio"]:checked+label:before{background:#fff;box-shadow:inset 0 0 0 5px #005FF9;border-color:#005FF9;border:0}input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}.selected_item{display:flex;align-items:center;justify-content:center;background:var(--gray-light);box-sizing:border-box;padding:0 2px}.selected_item img{width:24px;height:24px;object-fit:cover;object-position:center;margin-right:8px}.selected_item .delete{margin-left:8px;width:28px;height:28px;background:url("/assets/images/icons/delete_gray.svg") no-repeat center}.list-column{column-gap:20px;list-style:disc;margin:15px 0 15px 20px}.list-column li{line-height:25px}.list-column[data-column="2"]{column-count:2}@media all and (max-width:768px){.list-column[data-column="2"]{column-count:1}}.list-column[data-column="3"]{column-count:3}@media all and (max-width:768px){.list-column[data-column="3"]{column-count:1}}.form_field{position:relative}.form_field .clear{position:absolute;top:0;right:0;width:40px;height:40px;background:url("/assets/images/icons/delete_black.svg") no-repeat center;z-index:2}.form_field.error input,.form_field.error textarea,.form_field.error select{border-color:#FFADAD;margin-bottom:30px !important}.form_field.error:after{content:attr(data-error);display:block;font-size:11px;line-height:15px;color:#FFADAD;position:absolute;left:0;bottom:12px}@media all and (max-width:1600px){.form_field.error:after{font-size:9px}}.form_field input,.form_field textarea,.form_field select{border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;height:40px;background:#fff;padding:0 12px;width:100%;outline:none;font-size:15px}.form_field input::placeholder,.form_field textarea::placeholder,.form_field select::placeholder{font-size:15px;line-height:24px;color:#919399;font-family:'Montserrat',sans-serif;font-weight:400}.form_field input.error,.form_field textarea.error,.form_field select.error{border-color:var(--red)}.form_field input.filled,.form_field textarea.filled,.form_field select.filled{border-color:rgba(0,16,61,0.48)}.form_field input:disabled,.form_field textarea:disabled,.form_field select:disabled{background:var(--gray-light)}.form_field input[type="search"],.form_field textarea[type="search"],.form_field select[type="search"]{padding-left:32px;background-image:url("/assets/images/icons/icon-search.svg");background-repeat:no-repeat;background-position:8px 50%}.form_field input[type="date"],.form_field textarea[type="date"],.form_field select[type="date"],.form_field input.date_input,.form_field textarea.date_input,.form_field select.date_input{padding-left:32px;background-image:url("/assets/images/icons/icon-date.svg");background-repeat:no-repeat;background-position:8px 50%}.form_field input[type="date"]::-webkit-inner-spin-button,.form_field textarea[type="date"]::-webkit-inner-spin-button,.form_field select[type="date"]::-webkit-inner-spin-button,.form_field input.date_input::-webkit-inner-spin-button,.form_field textarea.date_input::-webkit-inner-spin-button,.form_field select.date_input::-webkit-inner-spin-button,.form_field input[type="date"]::-webkit-calendar-picker-indicator,.form_field textarea[type="date"]::-webkit-calendar-picker-indicator,.form_field select[type="date"]::-webkit-calendar-picker-indicator,.form_field input.date_input::-webkit-calendar-picker-indicator,.form_field textarea.date_input::-webkit-calendar-picker-indicator,.form_field select.date_input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}@media all and (max-width:1600px) and (min-width:1280px){.form_field input,.form_field textarea,.form_field select{font-size:14px}.form_field input::placeholder,.form_field textarea::placeholder,.form_field select::placeholder{font-size:14px}}@media all and (max-width:960px){.form_field input,.form_field textarea,.form_field select{font-size:13px}}.form_field select{background-image:url("/assets/images/icons/icon-select.svg");background-repeat:no-repeat;background-position:calc(100% - 16px) 50%;-webkit-appearance:none;-moz-appearance:none}.form_field select::-ms-expand{display:none}.form_field textarea{padding-top:10px;height:80px}.fieldgroup{display:flex;justify-content:space-between}.socials{display:flex}.socials a{display:block;width:32px;height:32px;text-decoration:none}.socials a:not(:last-child){margin-right:22px}@media all and (max-width:1279px){.socials a:not(:last-child){margin-right:6px}}.tabs{display:flex}.tabs .tab{line-height:40px;margin-right:8px;padding:0 20px;cursor:pointer}.tabs .tab.active{background:var(--blue);color:#fff;font-weight:700;cursor:default}@media all and (max-width:960px){.tabs .tab{font-size:10px;line-height:35px}.tabs .tab.active{font-weight:400}}@media all and (max-width:768px){.tabs .tab{margin-right:0;padding:0 16px}}.pagination{margin-top:40px}@media all and (max-width:1600px) and (min-width:1280px){.pagination{margin-top:20px}}.pagination ul{display:flex;align-items:flex-end;justify-content:flex-end}.pagination ul li{font-size:26px;line-height:35px;color:var(--blue)}@media all and (max-width:1600px) and (min-width:1280px){.pagination ul li{font-size:20px;line-height:30px}}.pagination ul li a{display:block;padding:0 5px}@media all and (max-width:1279px){.pagination ul{justify-content:center}.pagination ul li{font-size:13px;line-height:28px;min-width:30px}.pagination ul li a{text-align:center;font-weight:600}}.image-full{width:100%;margin-bottom:50px;height:450px;background:var(--gray-light)}.image-full img{width:100%;height:100%;object-fit:cover}ul.custom-dots{list-style:none;padding:0}ul.custom-dots li{padding-left:15px;position:relative}ul.custom-dots li:before{content:"";display:block;position:absolute;width:2px;height:2px;background:#000;border-radius:2px;top:9px;left:5px}.date_input_wrapper{position:relative}.date_input_wrapper .rw-widget-picker{border:1px solid rgba(0,16,61,0.12) !important;box-shadow:none !important;box-sizing:border-box;height:40px;background:#fff;border-radius:0;width:100%;outline:none;font-size:15px}.date_input_wrapper .rw-widget-input{padding:0 12px 0 32px;outline:none;box-shadow:none !important;border:0}@media all and (max-width:768px){.date_input_wrapper .rw-widget-input{margin-top:0}}.date_input_wrapper .rw-input-addon.rw-picker-btn{border:0;width:100%;background-image:url("/assets/images/icons/icon-date.svg");background-repeat:no-repeat;background-position:8px 50%;position:absolute;top:0;left:0;height:40px}.date_input_wrapper .rw-input-addon.rw-picker-btn:hover{background-color:transparent}.date_input_wrapper .rw-input-addon.rw-picker-btn svg{display:none}/*# sourceMappingURL=./style.css.map */ \ No newline at end of file +.bx-breadcrumb{display:flex;flex-wrap:wrap;width:100%;max-width:1310px;margin:25px auto -40px auto;position:relative;z-index:2}.bx-breadcrumb .bx-breadcrumb-item{color:rgba(0,0,0,0.5)}.bx-breadcrumb .bx-breadcrumb-item a{text-decoration:none;color:rgba(0,0,0,0.5)}.bx-breadcrumb .bx-breadcrumb-item a:hover{color:#000}.bx-breadcrumb .bx-breadcrumb-item:before{content:"<";display:inline-block;margin:0 4px}@media all and (max-width:1420px){.bx-breadcrumb{width:calc(100% - 160px);margin:25px 80px -40px 80px}}@media all and (max-width:960px){.bx-breadcrumb{margin:25px 80px -25px 80px}}@media all and (max-width:768px){.bx-breadcrumb{margin:12px 16px -25px 16px;width:calc(100% - 32px)}}hr{display:block;width:100%;height:1px;background:#EDEFF5;border:0;margin:20px 0}button,.button{border:0;background:transparent;appearance:none;box-shadow:none;cursor:pointer;box-sizing:border-box;padding:0px 15px;display:inline-flex;align-items:center;justify-content:center;height:40px;font-weight:600;font-size:15px;line-height:20px}@media all and (max-width:1600px){button,.button{font-size:13px}}.button{color:var(--blue);background:#fff}.button:disabled{opacity:.48;cursor:default}.button.icon:before{content:"";display:block;width:16px;height:16px;margin-right:12px}.button.button-blue{background:var(--blue);color:#fff}.button.button-blue.icon:before{background:url("/assets/images/icons/btn_icon_white.svg") no-repeat center}.button.button-blue.transparent{color:var(--blue);background:transparent}.button.button-blue.transparent.icon:before{background:url("/assets/images/icons/btn_icon_blue.svg") no-repeat center}.button.button-gray{color:var(--gray);background:var(--gray-light)}.button.button-gray.transparent{color:var(--gray);background:transparent}.button.button-gray.icon:before{background:url("/assets/images/icons/btn_icon_gray.svg") no-repeat center}.button.button-compact{width:40px;height:40px;text-indent:-9999px;overflow:hidden}.button.button-compact.icon:before{margin-right:0}@media all and (max-width:768px){.button.download-icon{width:24px;height:24px;background:url("/assets/images/icons/download_icon.svg") no-repeat center;overflow:hidden;text-indent:-999px}.button.download-icon svg{color:var(--blue) !important;background:#fff}}.form_field{position:relative}input[type="checkbox"]{display:none;visibility:hidden;position:relative}input[type="checkbox"]+label{cursor:pointer;padding-left:28px;display:block}input[type="checkbox"]+label:before{content:"";display:block;width:16px;min-width:16px;height:16px;border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;border-radius:4px;margin-right:12px;position:absolute;left:0;top:2px}input[type="checkbox"]:checked+label:before{background:url("/assets/images/icons/checkbox_white.svg") no-repeat center var(--primary);border-color:var(--primary)}input[type="checkbox"]:disabled+label:before{cursor:none;border-color:var(--gray-light)}input[type="radio"]{display:none;visibility:hidden}input[type="radio"]+label{display:block;padding-left:28px;cursor:pointer}input[type="radio"]+label:before{content:"";display:block;border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;border-radius:100%;width:16px;min-width:16px;height:16px;position:absolute;left:0;top:2px}input[type="radio"]:checked+label:before{background:#fff;box-shadow:inset 0 0 0 5px #005FF9;border-color:#005FF9;border:0}input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}.selected_item{display:flex;align-items:center;justify-content:center;background:var(--gray-light);box-sizing:border-box;padding:0 2px}.selected_item img{width:24px;height:24px;object-fit:cover;object-position:center;margin-right:8px}.selected_item .delete{margin-left:8px;width:28px;height:28px;background:url("/assets/images/icons/delete_gray.svg") no-repeat center}.list-column{column-gap:20px;list-style:disc;margin:15px 0 15px 20px}.list-column li{line-height:25px}.list-column[data-column="2"]{column-count:2}@media all and (max-width:768px){.list-column[data-column="2"]{column-count:1}}.list-column[data-column="3"]{column-count:3}@media all and (max-width:768px){.list-column[data-column="3"]{column-count:1}}.form_field{position:relative}.form_field .clear{position:absolute;top:0;right:0;width:40px;height:40px;background:url("/assets/images/icons/delete_black.svg") no-repeat center;z-index:2}.form_field.error input,.form_field.error textarea,.form_field.error select{border-color:#FFADAD;margin-bottom:30px !important}.form_field.error:after{content:attr(data-error);display:block;font-size:11px;line-height:15px;color:#FFADAD;position:absolute;left:0;bottom:12px}@media all and (max-width:1600px){.form_field.error:after{font-size:9px}}.form_field input,.form_field textarea,.form_field select{border:1px solid rgba(0,16,61,0.12);box-sizing:border-box;height:40px;background:#fff;padding:0 12px;width:100%;outline:none;font-size:15px}.form_field input::placeholder,.form_field textarea::placeholder,.form_field select::placeholder{font-size:15px;line-height:24px;color:#919399;font-family:'Montserrat',sans-serif;font-weight:400}.form_field input.error,.form_field textarea.error,.form_field select.error{border-color:var(--red)}.form_field input.filled,.form_field textarea.filled,.form_field select.filled{border-color:rgba(0,16,61,0.48)}.form_field input:disabled,.form_field textarea:disabled,.form_field select:disabled{background:var(--gray-light)}.form_field input[type="search"],.form_field textarea[type="search"],.form_field select[type="search"]{padding-left:32px;background-image:url("/assets/images/icons/icon-search.svg");background-repeat:no-repeat;background-position:8px 50%}.form_field input[type="date"],.form_field textarea[type="date"],.form_field select[type="date"],.form_field input.date_input,.form_field textarea.date_input,.form_field select.date_input{padding-left:32px;background-image:url("/assets/images/icons/icon-date.svg");background-repeat:no-repeat;background-position:8px 50%}.form_field input[type="date"]::-webkit-inner-spin-button,.form_field textarea[type="date"]::-webkit-inner-spin-button,.form_field select[type="date"]::-webkit-inner-spin-button,.form_field input.date_input::-webkit-inner-spin-button,.form_field textarea.date_input::-webkit-inner-spin-button,.form_field select.date_input::-webkit-inner-spin-button,.form_field input[type="date"]::-webkit-calendar-picker-indicator,.form_field textarea[type="date"]::-webkit-calendar-picker-indicator,.form_field select[type="date"]::-webkit-calendar-picker-indicator,.form_field input.date_input::-webkit-calendar-picker-indicator,.form_field textarea.date_input::-webkit-calendar-picker-indicator,.form_field select.date_input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}@media all and (max-width:1600px) and (min-width:1280px){.form_field input,.form_field textarea,.form_field select{font-size:14px}.form_field input::placeholder,.form_field textarea::placeholder,.form_field select::placeholder{font-size:14px}}@media all and (max-width:960px){.form_field input,.form_field textarea,.form_field select{font-size:13px}}.form_field select{background-image:url("/assets/images/icons/icon-select.svg");background-repeat:no-repeat;background-position:calc(100% - 16px) 50%;-webkit-appearance:none;-moz-appearance:none}.form_field select::-ms-expand{display:none}.form_field textarea{padding-top:10px;height:80px}.fieldgroup{display:flex;justify-content:space-between}.socials{display:flex}.socials a{display:block;width:32px;height:32px;text-decoration:none}.socials a:not(:last-child){margin-right:22px}@media all and (max-width:1279px){.socials a:not(:last-child){margin-right:6px}}.tabs{display:flex}.tabs .tab{line-height:40px;margin-right:8px;padding:0 20px;cursor:pointer}.tabs .tab.active{background:var(--blue);color:#fff;font-weight:700;cursor:default}@media all and (max-width:960px){.tabs .tab{font-size:10px;line-height:35px}.tabs .tab.active{font-weight:400}}@media all and (max-width:768px){.tabs .tab{margin-right:0;padding:0 16px}}.pagination{margin-top:40px}@media all and (max-width:1600px) and (min-width:1280px){.pagination{margin-top:20px}}.pagination ul{display:flex;align-items:flex-end;justify-content:flex-end}.pagination ul li{font-size:26px;line-height:35px;color:var(--blue)}@media all and (max-width:1600px) and (min-width:1280px){.pagination ul li{font-size:20px;line-height:30px}}.pagination ul li a{display:block;padding:0 5px}@media all and (max-width:1279px){.pagination ul{justify-content:center}.pagination ul li{font-size:13px;line-height:28px;min-width:30px}.pagination ul li a{text-align:center;font-weight:600}}.image-full{width:100%;margin-bottom:50px;height:450px;background:var(--gray-light)}.image-full img{width:100%;height:100%;object-fit:cover}ul.custom-dots{list-style:none;padding:0}ul.custom-dots li{padding-left:15px;position:relative}ul.custom-dots li:before{content:"";display:block;position:absolute;width:2px;height:2px;background:#000;border-radius:2px;top:9px;left:5px}.date_input_wrapper{position:relative}.date_input_wrapper .rw-widget-picker{border:1px solid rgba(0,16,61,0.12) !important;box-shadow:none !important;box-sizing:border-box;height:40px;background:#fff;border-radius:0;width:100%;outline:none;font-size:15px}.date_input_wrapper .rw-widget-input{padding:0 12px 0 32px;outline:none;box-shadow:none !important;border:0}@media all and (max-width:768px){.date_input_wrapper .rw-widget-input{margin-top:0}}.date_input_wrapper .rw-input-addon.rw-picker-btn{border:0;width:100%;background-image:url("/assets/images/icons/icon-date.svg");background-repeat:no-repeat;background-position:8px 50%;position:absolute;top:0;left:0;height:40px}.date_input_wrapper .rw-input-addon.rw-picker-btn:hover{background-color:transparent}.date_input_wrapper .rw-input-addon.rw-picker-btn svg{display:none}.custom-multi-select .custom-select__control{min-height:40px;border-radius:0;border:1px solid rgba(0,16,61,0.12) !important;background:#fff;box-shadow:unset !important}.custom-multi-select .custom-select__control .custom-select__control{margin:0}.custom-multi-select .custom-select__control .custom-select__value-container{padding:2px 12px}.custom-multi-select .custom-select__control .custom-select__input-container{margin-top:0;min-height:38px}.custom-multi-select .custom-select__control .custom-select__multi-value{margin-top:0}/*# sourceMappingURL=./style.css.map */ \ No newline at end of file diff --git a/css/components/style.css.map b/css/components/style.css.map index 89bb3a4..d5054c8 100644 --- a/css/components/style.css.map +++ b/css/components/style.css.map @@ -1 +1 @@ -{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/css/components/style.less b/css/components/style.less index 3b71013..41e70f3 100644 --- a/css/components/style.less +++ b/css/components/style.less @@ -610,4 +610,32 @@ ul.custom-dots { display: none; } } +} + +// Multi Select +.custom-multi-select { + .custom-select__control { + min-height: 40px; + border-radius: 0; + border: 1px solid rgba(0,16,61,0.12) !important; + background: #fff; + box-shadow: unset !important; + + .custom-select__control { + margin: 0; + } + + .custom-select__value-container { + padding: 2px 12px; + } + + .custom-select__input-container { + margin-top: 0; + min-height: 38px; + } + + .custom-select__multi-value { + margin-top: 0; + } + } } \ No newline at end of file diff --git a/css/forms/style.css b/css/forms/style.css index decb3ae..fe177af 100644 --- a/css/forms/style.css +++ b/css/forms/style.css @@ -1,1075 +1 @@ -#filter { - position: relative; -} -#filter .container { - position: relative; -} -#filter.filter_in_catalog:not(.visible) { - display: none; -} -#filter.filter_in_catalog .container { - padding-top: 0; - padding-bottom: 0; - margin-bottom: 40px; -} -@media all and (max-width: 1420px) { - #filter.filter_in_catalog .container { - margin-left: 0; - margin-right: 0; - width: 100%; - } - #filter.filter_in_catalog .container .filter_header .button { - bottom: 10px; - } -} -@media all and (max-width: 768px) { - #filter.filter_in_catalog .container { - bottom: 40px; - } -} -#filter .filter_header { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 40px; -} -#filter .filter_header .button { - width: calc(33.333% - 21px); -} -@media all and (max-width: 1279px) { - #filter .filter_header .button { - width: calc(50% - 15px); - position: absolute; - right: 0; - bottom: 90px; - } -} -@media all and (max-width: 1280px) { - #filter .filter_header .button { - bottom: 50px; - } -} -@media all and (max-width: 768px) { - #filter .filter_header .button { - width: 100%; - bottom: 60px; - } -} -#filter .filter_body { - display: flex; - flex-wrap: wrap; - justify-content: space-between; -} -#filter .filter_body .filter_column { - width: calc(33.333% - 21px); -} -@media all and (max-width: 1279px) { - #filter .filter_body .filter_column { - width: calc(50% - 15px); - margin-bottom: 35px; - } - #filter .filter_body .filter_column:nth-child(3) { - margin-bottom: 0; - } -} -@media all and (max-width: 768px) { - #filter .filter_body .filter_column { - width: 100%; - margin-bottom: 24px; - } - #filter .filter_body .filter_column:last-child { - margin-bottom: 100px; - } -} -#filter .filter_body .form_field { - width: 100%; - margin-bottom: 10px; -} -#filter .filter_body .fieldgroup { - width: 100%; -} -#filter .filter_body .fieldgroup .form_field { - width: calc(50% - 20px); -} -@media all and (max-width: 768px) { - #filter .filter_body .fieldgroup .form_field { - width: calc(50% - 4px); - } -} -#catalog_small_filter { - margin-bottom: 40px; -} -#catalog_small_filter.hidden { - display: none; -} -#catalog_small_filter .filter_body { - display: flex; - justify-content: flex-end; -} -#catalog_small_filter .filter_body select { - margin-right: 30px; - width: 306px; -} -#catalog_small_filter .filter_body button { - width: 220px; -} -@media all and (max-width: 1280px) { - #catalog_small_filter .filter_body { - justify-content: space-between; - } - #catalog_small_filter .filter_body .form_field { - width: calc(33.333% - 30px); - } - #catalog_small_filter .filter_body .form_field select { - width: 100%; - } - #catalog_small_filter .filter_body button { - width: 33.3333%; - } -} -@media all and (max-width: 768px) { - #catalog_small_filter .filter_body { - display: block; - } - #catalog_small_filter .filter_body .form_field, - #catalog_small_filter .filter_body button { - width: 100%; - margin-bottom: 8px; - } -} -#order .order_form { - position: relative; - margin: 0; -} -@media all and (max-width: 960px) { - #order .order_form { - margin-top: -60px; - } -} -@media all and (max-width: 768px) { - #order .order_form { - margin: 0; - } -} -#order .order_form .order_email { - display: flex; - align-items: center; - position: absolute; - z-index: 1; - background: #EDEFF5; - height: 235px; - left: 0; - right: 0; - top: 0; - bottom: 0; - margin: auto; -} -#order .order_form .order_email p { - width: 320px; - font-size: 24px; - line-height: 45px; - padding: 0 20px; -} -@media all and (max-width: 1280px) { - #order .order_form .order_email p { - width: 220px; - font-size: 13px; - line-height: 20px; - } -} -@media all and (max-width: 768px) { - #order .order_form .order_email { - position: relative; - height: auto; - margin-bottom: 25px; - } - #order .order_form .order_email p { - padding: 0; - } -} -#order .order_form form { - width: 750px; - background: var(--blue); - box-sizing: border-box; - padding: 55px 90px; - margin: auto; - margin-left: 390px; - position: relative; - z-index: 2; -} -@media all and (max-width: 1420px) { - #order .order_form form { - width: 550px; - margin-left: 320px; - } -} -@media all and (max-width: 960px) { - #order .order_form form { - width: 50%; - padding: 15px 25px; - margin-left: 285px; - } -} -@media all and (max-width: 768px) { - #order .order_form form { - width: auto; - margin-left: -16px; - margin-right: -16px; - padding: 25px 16px; - } -} -#order .order_form form input { - margin-bottom: 15px; - background: rgba(255, 255, 255, 0.2); - color: #fff; -} -#order .order_form form input::placeholder { - color: #fff; -} -@media all and (max-width: 1280px) { - #order .order_form form input { - margin-bottom: 15px; - } -} -#order .order_form form .policy { - position: relative; - z-index: 2; - margin: 5px 25px 45px 25px; -} -@media all and (max-width: 1280px) { - #order .order_form form .policy { - margin-top: -5px; - margin-bottom: 25px; - margin-left: 0; - margin-right: 0; - } -} -#order .order_form form .policy label { - color: #fff; - font-weight: 300; -} -#order .order_form form .policy label:before { - background: #fff; - border-radius: 0; -} -#order .order_form form .policy input:checked + label:before { - border-color: #fff; - background: url("/assets/images/icons/checkbox_blue.svg") no-repeat center #fff; -} -#order .order_form form .button { - display: inherit; - margin-left: auto; -} -.login { - max-width: 610px; -} -.login .login_with { - display: flex; - align-items: center; - margin-bottom: 50px; - justify-content: flex-start; -} -.login .login_with p { - margin-right: 20px; -} -.login .login_with .tabs .tab { - margin-right: 0; -} -.login .login_with .tabs .tab:not(.active) { - background-color: var(--inactive); -} -.login .button-group { - display: flex; - align-items: center; - justify-content: flex-end; -} -.login .button-group .button { - margin-left: 30px; - display: flex; -} -.login .button-group .button:first-child { - width: auto; -} -.login .form_field { - margin-bottom: 15px; -} -.login .form_field.error { - margin-bottom: 25px; -} -.login input[name="login"] { - padding-left: 32px; - background: url("/assets/images/icons/icon-login.svg") no-repeat 8px 50%; -} -.login input[name="pass"] { - padding-left: 32px; - background: url("/assets/images/icons/icon-pass.svg") no-repeat 8px 50%; -} -.login .button { - width: 90px; - display: block; - margin-left: auto; -} -@media all and (max-width: 960px) { - .login { - max-width: 440px; - } - .login form { - max-width: 400px; - } -} -@media all and (max-width: 768px) { - .login .login_with { - display: block; - margin-bottom: 30px; - } - .login .login_with p { - margin-bottom: 10px; - } - .login .login_with .tabs { - width: 100%; - } - .login .login_with .tabs .tab { - width: 50%; - text-align: center; - } - .login .button-group { - flex-wrap: wrap; - justify-content: center; - } - .login .button-group .button { - margin-left: 0; - } - .login .button-group button { - order: 1; - width: 100%; - } - .login .button-group a { - order: 2; - display: inline-flex; - } -} -.login.recovery { - max-width: 815px; -} -.login.recovery .message { - margin-bottom: 15px; -} -.login.recovery form { - display: flex; - justify-content: space-between; -} -.login.recovery form .form_field { - width: calc(100% - 205px); -} -.login.recovery form .button { - width: 175px; -} -.login.recovery form.newPass_form { - flex-wrap: wrap; -} -.login.recovery .resend { - display: flex; - align-items: center; - justify-content: flex-start; -} -.login.recovery .resend p { - margin-right: 30px; -} -.login.recovery .resend .button { - margin-left: 0; - width: auto; -} -@media all and (max-width: 960px) { - .login.recovery form { - max-width: 100%; - } -} -@media all and (max-width: 768px) { - .login.recovery form { - display: block; - } - .login.recovery form .form_field, - .login.recovery form .button { - width: 100%; - } - .login.recovery .resend { - display: block; - text-align: center; - margin-top: 15px; - } - .login.recovery .resend p { - margin-right: 0; - } - .login.recovery .resend .button { - margin-left: auto; - margin-right: auto; - } -} -.contract_search { - margin-bottom: 40px; -} -@media all and (max-width: 1600px) and (min-width: 1280px) { - .contract_search { - margin-bottom: 30px; - } -} -.contract_search form { - display: flex; - align-items: center; - justify-content: space-between; -} -.contract_search form .form_field.full { - width: 100% !important; - margin-right: 30px !important; -} -@media all and (max-width: 960px) { - .contract_search form .form_field.full { - margin-right: 0 !important; - } -} -.contract_search form .form_field:first-child { - width: calc(50% - 15px); - min-width: calc(50% - 15px); - margin-right: 15px; -} -.contract_search form .form_field:nth-child(2), -.contract_search form .form_field:nth-child(3) { - width: 100%; - margin-right: 15px; -} -.contract_search form .form_field.single { - width: 100%; - margin-right: 80px; -} -.contract_search form .form_field .button { - width: 158px; - min-width: 158px; -} -@media all and (max-width: 768px) { - .contract_search form .form_field .button { - display: none; - } -} -.contract_search form .form_field input + label { - display: none; -} -@media all and (max-width: 960px) { - .contract_search { - margin-bottom: 20px; - } - .contract_search form { - flex-wrap: wrap; - justify-content: flex-start; - } - .contract_search form .form_field:first-child { - margin-bottom: 15px; - width: 100%; - } - .contract_search form .form_field:first-child.single { - width: calc(100% - 105px); - margin-right: 30px; - margin-bottom: 0; - } - .contract_search form .form_field:nth-child(2), - .contract_search form .form_field:nth-child(3) { - width: 25%; - margin-right: 30px; - } - .contract_search form .button { - margin-left: auto; - } -} -@media all and (max-width: 768px) { - .contract_search form { - justify-content: space-between; - } - .contract_search form .form_field { - margin-right: 0; - } - .contract_search form .form_field:first-child { - margin-right: 0; - margin-bottom: 15px; - width: 100%; - } - .contract_search form .form_field:first-child.single { - width: 100%; - margin-right: 0px; - } - .contract_search form .form_field:nth-child(2), - .contract_search form .form_field:nth-child(3) { - width: calc(50% - 4px); - margin-right: 0px; - } - .contract_search form .form_field .date_input, - .contract_search form .form_field input[type="date"] { - height: 55px; - background-position: 8px 14px; - position: relative; - padding-bottom: 8px; - } - .contract_search form .form_field .date_input::placeholder, - .contract_search form .form_field input[type="date"]::placeholder { - color: transparent; - } - .contract_search form .form_field .date_input[value=""] + label, - .contract_search form .form_field input[type="date"][value=""] + label { - display: inline-block; - position: absolute; - left: 32px; - top: 10px; - z-index: 2; - font-size: 13px; - line-height: 20px; - color: #919399; - } - .contract_search form .button { - margin-left: auto; - width: 100%; - margin-top: 15px; - background: var(--blue); - color: #fff; - display: none; - } - .contract_search form .button:disabled { - opacity: 0.48; - } -} -.reconciliation_form:not(.small) { - margin-bottom: 35px; - display: flex; - flex-wrap: wrap; - justify-content: space-between; -} -.reconciliation_form:not(.small) p { - width: 100%; - font-weight: 700; - margin-bottom: 20px; -} -.reconciliation_form:not(.small) .form_group { - width: calc(65% - 8px); - display: flex; - flex-wrap: wrap; - justify-content: space-between; -} -.reconciliation_form:not(.small) .form_group:last-child { - width: calc(35% - 8px); -} -.reconciliation_form:not(.small) .form_field { - width: calc(50% - 8px); -} -.reconciliation_form:not(.small) .button { - width: calc(40% - 8px); -} -.reconciliation_form:not(.small) .button:last-child { - width: calc(60% - 8px); -} -@media all and (max-width: 1279px) { - .reconciliation_form:not(.small) .form_group, - .reconciliation_form:not(.small) .form_group:last-child { - width: calc(50% - 8px); - } -} -@media all and (max-width: 768px) { - .reconciliation_form:not(.small) p { - margin-bottom: 8px; - } - .reconciliation_form:not(.small) .form_group, - .reconciliation_form:not(.small) .form_group:last-child { - width: 100%; - } - .reconciliation_form:not(.small) .form_field { - margin-bottom: 15px; - } - .reconciliation_form:not(.small) .button, - .reconciliation_form:not(.small) .form_field { - width: calc(50% - 4px); - } - .reconciliation_form:not(.small) .button:last-child, - .reconciliation_form:not(.small) .form_field:last-child { - width: calc(50% - 4px); - } -} -.reconciliation_form.small { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - max-width: 420px; -} -@media all and (max-width: 768px) { - .reconciliation_form.small { - max-width: 100%; - } -} -.reconciliation_form.small .form_field { - width: calc(50% - 8px); -} -@media all and (max-width: 768px) { - .reconciliation_form.small .form_field { - width: calc(50% - 4px); - } -} -.reconciliation_form.small .form_field .date_input_wrapper > .rw-widget .rw-widget-container { - display: block; -} -.reconciliation_form.small .form_field .date_input_wrapper > .rw-widget .rw-widget-container > button { - margin: 0; - width: 100%; -} -.reconciliation_form.small button.button { - margin-top: 35px; - width: calc(45% - 8px); -} -.reconciliation_form.small button.button:last-child { - width: calc(55% - 8px); -} -@media all and (max-width: 768px) { - .reconciliation_form.small button.button { - width: calc(50% - 4px) !important; - margin-top: 15px; - } -} -.fade { - position: fixed; - z-index: 99999; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: auto; - background: rgba(0, 0, 0, 0.5); - display: block; -} -.fade:not(.opened) { - display: none; -} -.fade .modal { - max-width: 640px; - width: 100%; - background: #fff; - margin: 100px auto; - padding: 45px 40px; -} -.fade .modal .modal_footer { - text-align: right; - margin-top: 30px; -} -.fade .modal .modal_footer .button { - margin-left: auto; -} -@media all and (max-width: 768px) { - .fade .modal { - padding: 25px 20px; - margin: 0; - } -} -.reconciliation_form.small { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - max-width: 420px; -} -.reconciliation_form.small .form_field { - width: calc(50% - 8px); -} -@media all and (max-width: 768px) { - .reconciliation_form.small .form_field { - width: calc(50% - 4px); - } -} -.reconciliation_form.small button.button { - margin-top: 15px; - width: calc(45% - 8px); -} -.reconciliation_form.small button.button:last-child { - width: calc(55% - 8px); -} -@media all and (max-width: 768px) { - .reconciliation_form.small button.button { - width: calc(50% - 4px); - } -} -.fade { - position: fixed; - z-index: 99999; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: auto; - background: rgba(0, 0, 0, 0.5); - display: block; -} -.fade:not(.opened) { - display: none; -} -.fade .modal { - max-width: 640px; - width: 100%; - background: #fff; - margin: 100px auto; - padding: 45px 40px; -} -.fade .modal .modal_footer { - text-align: right; - margin-top: 30px; -} -.fade .modal .modal_footer .button { - margin-left: auto; -} -.settings_user_control { - display: flex; - align-items: center; - justify-content: space-between; - margin-bottom: 45px; -} -.settings_user_control p { - font-weight: 700; -} -.settings_user_control div { - display: flex; - align-items: center; - gap: 0 7px; -} -@media all and (max-width: 1279px) { - .settings_user_control p { - width: 160px; - margin-right: 16px; - min-width: 160px; - } - .settings_user_control div { - width: 100%; - } - .settings_user_control div button:first-child { - width: 60%; - } - .settings_user_control div button:last-child { - width: 40%; - } -} -@media all and (max-width: 768px) { - .settings_user_control { - display: block; - margin-bottom: 35px; - width: 100%; - } - .settings_user_control p { - width: 100%; - } - .settings_user_control div { - display: block; - } - .settings_user_control div button { - width: 100% !important; - margin-top: 16px; - } -} -.settings_table { - display: table; - border-collapse: collapse; - width: 100%; -} -@media all and (max-width: 1279px) { - .settings_table { - display: block; - } -} -.settings_table .table_row { - display: table-row; -} -@media all and (max-width: 1279px) { - .settings_table .table_row { - display: block; - padding-bottom: 16px; - margin-bottom: 16px; - border-bottom: 1px solid #EDEFF5; - padding-left: 55px; - background: url("../../public/assets/images/icons/user.svg") no-repeat top left; - position: relative; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row { - padding-left: 0; - background: transparent; - } -} -.settings_table .table_row .table_cell { - display: table-cell; - padding: 18px 12px; - border: 1px solid #EDEFF5; - position: relative; -} -.settings_table .table_row .table_cell.delete { - position: static; -} -@media all and (max-width: 1279px) { - .settings_table .table_row .table_cell { - display: flex; - flex-wrap: wrap; - border: 0; - font-size: 13px; - line-height: 20px; - padding: 0; - margin-bottom: 4px; - } - .settings_table .table_row .table_cell:before { - content: attr(data-title); - color: #8E94A7; - font-weight: 700; - display: block; - width: 190px; - padding-right: 10px; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row .table_cell:before { - width: 100%; - margin-bottom: 2px; - } -} -.settings_table .table_row .table_cell:last-child { - border-left: 0; - min-width: 36px; -} -.settings_table .table_row .table_cell:last-child button { - position: absolute; - width: 16px; - height: 16px; - padding: 0; - top: 0; - left: 0; - right: 0; - bottom: 0; - margin: auto; - visibility: hidden; - pointer-events: none; - background: url("../../public/assets/images/icons/icon-delete.svg") no-repeat center; -} -@media all and (max-width: 1279px) { - .settings_table .table_row .table_cell:last-child:before { - display: none; - border: 0; - } - .settings_table .table_row .table_cell:last-child button { - bottom: auto; - left: auto; - width: 32px; - height: 32px; - background: url("../../public/assets/images/icons/Trash.svg") no-repeat center; - font-size: 0; - text-indent: -999px; - overflow: hidden; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row .table_cell:last-child button { - background: transparent; - text-indent: 0; - font-weight: 600; - font-size: 15px; - line-height: 20px; - color: #A8026B; - width: 140px; - position: relative; - } -} -.settings_table .table_row .table_cell:nth-last-child(2) { - border-right: 0; -} -.settings_table .table_row .table_cell input { - border: 0; - outline: none; - background: #fff; - font-size: 15px; - padding: 0; -} -.settings_table .table_row .table_cell input::placeholder { - color: var(--text_not_active); - font-size: 15px; -} -@media all and (max-width: 1279px) { - .settings_table .table_row .table_cell input { - padding: 0 12px; - border: 1px solid rgba(0, 16, 61, 0.12); - height: 40px; - max-width: 320px; - width: 100%; - box-sizing: border-box; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row .table_cell input { - max-width: none; - width: 100%; - } -} -.settings_table .table_row .table_cell .settings_dropdown { - font-family: 'Montserrat', sans-serif; - cursor: pointer; - width: 100%; - text-align: left; - font-weight: 400; - justify-content: flex-start; - font-size: 15px; - line-height: 20px; - color: #0C0C0C; - padding: 0; - background: url(/assets/images/icons/company-arrow.svg) no-repeat 100% 50%; -} -.settings_table .table_row .table_cell .settings_dropdown[data-selected="false"] { - color: var(--text_not_active); -} -@media all and (max-width: 1279px) { - .settings_table .table_row .table_cell .settings_dropdown { - border: 1px solid rgba(0, 16, 61, 0.12); - padding: 0 10px; - background-position: calc(100% - 10px) 50%; - width: calc(100% - 200px); - max-width: 320px; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row .table_cell .settings_dropdown { - max-width: none; - width: 100%; - } -} -.settings_table .table_row .table_cell .dropdown_list { - position: absolute; - top: 100%; - left: 0; - width: 412px; - display: none; - background: #FFFFFF; - box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.16); - padding: 25px 35px; - z-index: 9; -} -@media all and (max-width: 1279px) { - .settings_table .table_row .table_cell .dropdown_list { - left: 200px; - } -} -@media all and (max-width: 768px) { - .settings_table .table_row .table_cell .dropdown_list { - left: 0; - right: 0; - width: 100%; - padding: 16px; - } -} -.settings_table .table_row .table_cell .dropdown_list.opened { - display: block; -} -.settings_table .table_row .table_cell .dropdown_list .list_item { - position: relative; - padding-bottom: 16px; - margin-bottom: 16px; - border-bottom: 1px solid var(--inactive); -} -.settings_table .table_row .table_cell .dropdown_list .list_item label { - font-weight: 700; - padding-left: 0; - padding-right: 30px; - line-height: 23px; -} -.settings_table .table_row .table_cell .dropdown_list .list_item label:before { - right: 0; - left: auto; -} -.settings_table .table_row .table_cell .dropdown_list .list_item label span { - display: block; - font-weight: 400; -} -.settings_table .table_row .table_cell .dropdown_list .list_item:last-child { - border: 0; - padding-bottom: 0; - margin-bottom: 0; -} -.settings_table .table_row.table_header .table_cell { - color: #8E94A7; - font-weight: 700; - border: 0; -} -.settings_table .table_row.table_header .table_cell:last-child { - border-left: 0 !important; -} -@media all and (max-width: 1279px) { - .settings_table .table_row.table_header { - display: none; - } -} -.settings_table.editable .table_row.editable .table_cell { - margin-bottom: 8px; -} -.settings_table.editable .table_row .table_cell:last-child { - border: 1px solid #EDEFF5; -} -@media all and (max-width: 1279px) { - .settings_table.editable .table_row .table_cell:last-child { - border: 0; - } -} -.settings_table.editable .table_row .table_cell:last-child button { - pointer-events: all; - visibility: visible; -} -.new_appeal form .form_field { - margin-bottom: 14px; -} -.new_appeal form textarea { - height: 208px; -} -.dropzone { - height: 208px; - position: relative; - border: 1px dashed #1C01A9; - border-radius: 4px; - background: rgba(28, 1, 169, 0.1); - text-align: center; - display: flex; - align-items: center; - justify-content: center; - margin-top: 30px; -} -.dropzone .files { - width: 100%; - padding: 16px; -} -.dropzone .files:empty { - display: none; -} -.dropzone [type="file"] { - cursor: pointer; - position: absolute; - opacity: 0; - top: 0; - right: 0; - bottom: 0; - left: 0; -} -.dropzone div { - max-width: 404px; - text-align: center; -} -.dropzone div p { - color: #828282; - margin-bottom: 20px; -} -@media all and (max-width: 768px) { - .dropzone { - border: 0; - background: transparent; - height: auto; - } - .dropzone div p { - margin-bottom: 10px; - } - .dropzone div p:before { - content: attr(data-sm-text); - display: block; - } - .dropzone div p span { - display: none; - } -} +#filter{position:relative}#filter .container{position:relative}#filter.filter_in_catalog:not(.visible){display:none}#filter.filter_in_catalog .container{padding-top:0;padding-bottom:0;margin-bottom:40px}@media all and (max-width:1420px){#filter.filter_in_catalog .container{margin-left:0;margin-right:0;width:100%}#filter.filter_in_catalog .container .filter_header .button{bottom:10px}}@media all and (max-width:768px){#filter.filter_in_catalog .container{bottom:40px}}#filter .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}#filter .filter_header .button{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_header .button{width:calc(50% - 15px);position:absolute;right:0;bottom:90px}}@media all and (max-width:1280px){#filter .filter_header .button{bottom:50px}}@media all and (max-width:768px){#filter .filter_header .button{width:100%;bottom:60px}}#filter .filter_body{display:flex;flex-wrap:wrap;justify-content:space-between}#filter .filter_body .filter_column{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_body .filter_column{width:calc(50% - 15px);margin-bottom:35px}#filter .filter_body .filter_column:nth-child(3){margin-bottom:0}}@media all and (max-width:768px){#filter .filter_body .filter_column{width:100%;margin-bottom:24px}#filter .filter_body .filter_column:last-child{margin-bottom:100px}}#filter .filter_body .form_field{width:100%;margin-bottom:10px}#filter .filter_body .fieldgroup{width:100%}#filter .filter_body .fieldgroup .form_field{width:calc(50% - 20px)}@media all and (max-width:768px){#filter .filter_body .fieldgroup .form_field{width:calc(50% - 4px)}}#catalog_small_filter{margin-bottom:40px}#catalog_small_filter.hidden{display:none}#catalog_small_filter .filter_body{display:flex;justify-content:flex-end}#catalog_small_filter .filter_body select{margin-right:30px;width:306px}#catalog_small_filter .filter_body button{width:220px}@media all and (max-width:1280px){#catalog_small_filter .filter_body{justify-content:space-between}#catalog_small_filter .filter_body .form_field{width:calc(33.333% - 30px)}#catalog_small_filter .filter_body .form_field select{width:100%}#catalog_small_filter .filter_body button{width:33.3333%}}@media all and (max-width:768px){#catalog_small_filter .filter_body{display:block}#catalog_small_filter .filter_body .form_field,#catalog_small_filter .filter_body button{width:100%;margin-bottom:8px}}#order .order_form{position:relative;margin:0}@media all and (max-width:960px){#order .order_form{margin-top:-60px}}@media all and (max-width:768px){#order .order_form{margin:0}}#order .order_form .order_email{display:flex;align-items:center;position:absolute;z-index:1;background:#EDEFF5;height:235px;left:0;right:0;top:0;bottom:0;margin:auto}#order .order_form .order_email p{width:320px;font-size:24px;line-height:45px;padding:0 20px}@media all and (max-width:1280px){#order .order_form .order_email p{width:220px;font-size:13px;line-height:20px}}@media all and (max-width:768px){#order .order_form .order_email{position:relative;height:auto;margin-bottom:25px}#order .order_form .order_email p{padding:0}}#order .order_form form{width:750px;background:var(--blue);box-sizing:border-box;padding:55px 90px;margin:auto;margin-left:390px;position:relative;z-index:2}@media all and (max-width:1420px){#order .order_form form{width:550px;margin-left:320px}}@media all and (max-width:960px){#order .order_form form{width:50%;padding:15px 25px;margin-left:285px}}@media all and (max-width:768px){#order .order_form form{width:auto;margin-left:-16px;margin-right:-16px;padding:25px 16px}}#order .order_form form input{margin-bottom:15px;background:rgba(255,255,255,0.2);color:#fff}#order .order_form form input::placeholder{color:#fff}@media all and (max-width:1280px){#order .order_form form input{margin-bottom:15px}}#order .order_form form .policy{position:relative;z-index:2;margin:5px 25px 45px 25px}@media all and (max-width:1280px){#order .order_form form .policy{margin-top:-5px;margin-bottom:25px;margin-left:0;margin-right:0}}#order .order_form form .policy label{color:#fff;font-weight:300}#order .order_form form .policy label:before{background:#fff;border-radius:0}#order .order_form form .policy input:checked+label:before{border-color:#fff;background:url("/assets/images/icons/checkbox_blue.svg") no-repeat center #fff}#order .order_form form .button{display:inherit;margin-left:auto}.login{max-width:610px}.login .login_with{display:flex;align-items:center;margin-bottom:50px;justify-content:flex-start}.login .login_with p{margin-right:20px}.login .login_with .tabs .tab{margin-right:0}.login .login_with .tabs .tab:not(.active){background-color:var(--inactive)}.login .button-group{display:flex;align-items:center;justify-content:flex-end}.login .button-group .button{margin-left:30px;display:flex}.login .button-group .button:first-child{width:auto}.login .form_field{margin-bottom:15px}.login .form_field.error{margin-bottom:25px}.login input[name="login"]{padding-left:32px;background:url("/assets/images/icons/icon-login.svg") no-repeat 8px 50%}.login input[name="pass"]{padding-left:32px;background:url("/assets/images/icons/icon-pass.svg") no-repeat 8px 50%}.login .button{width:90px;display:block;margin-left:auto}@media all and (max-width:960px){.login{max-width:440px}.login form{max-width:400px}}@media all and (max-width:768px){.login .login_with{display:block;margin-bottom:30px}.login .login_with p{margin-bottom:10px}.login .login_with .tabs{width:100%}.login .login_with .tabs .tab{width:50%;text-align:center}.login .button-group{flex-wrap:wrap;justify-content:center}.login .button-group .button{margin-left:0}.login .button-group button{order:1;width:100%}.login .button-group a{order:2;display:inline-flex}}.login.recovery{max-width:815px}.login.recovery p{width:100%}.login.recovery .message{margin-bottom:15px}.login.recovery form{display:flex;justify-content:space-between}.login.recovery form .form_field{width:calc(100% - 205px)}.login.recovery form .button{width:175px}.login.recovery form.newPass_form{flex-wrap:wrap}.login.recovery .resend{display:flex;align-items:center;justify-content:flex-start}.login.recovery .resend p{margin-right:30px}.login.recovery .resend .button{margin-left:0;width:auto}@media all and (max-width:960px){.login.recovery form{max-width:100%}}@media all and (max-width:768px){.login.recovery form{display:block}.login.recovery form .form_field,.login.recovery form .button{width:100%}.login.recovery .resend{display:block;text-align:center;margin-top:15px}.login.recovery .resend p{margin-right:0}.login.recovery .resend .button{margin-left:auto;margin-right:auto}}.contract_search{margin-bottom:40px}@media all and (max-width:1600px) and (min-width:1280px){.contract_search{margin-bottom:30px}}.contract_search form{display:flex;align-items:center;justify-content:space-between}.contract_search form .form_field.full{width:100% !important;margin-right:30px !important}@media all and (max-width:960px){.contract_search form .form_field.full{margin-right:0 !important}}.contract_search form .form_field:first-child{width:calc(50% - 15px);min-width:calc(50% - 15px);margin-right:15px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:100%;margin-right:15px}.contract_search form .form_field.single{width:100%;margin-right:80px}.contract_search form .form_field .button{width:158px;min-width:158px}@media all and (max-width:768px){.contract_search form .form_field .button{display:none}}.contract_search form .form_field input+label{display:none}@media all and (max-width:960px){.contract_search{margin-bottom:20px}.contract_search form{flex-wrap:wrap;justify-content:flex-start}.contract_search form .form_field:first-child{margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:calc(100% - 105px);margin-right:30px;margin-bottom:0}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:25%;margin-right:30px}.contract_search form .button{margin-left:auto}}@media all and (max-width:768px){.contract_search form{justify-content:space-between}.contract_search form .form_field{margin-right:0}.contract_search form .form_field:first-child{margin-right:0;margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:100%;margin-right:0px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:calc(50% - 4px);margin-right:0px}.contract_search form .form_field .date_input,.contract_search form .form_field input[type="date"]{height:55px;background-position:8px 14px;position:relative;padding-bottom:8px}.contract_search form .form_field .date_input::placeholder,.contract_search form .form_field input[type="date"]::placeholder{color:transparent}.contract_search form .form_field .date_input[value=""]+label,.contract_search form .form_field input[type="date"][value=""]+label{display:inline-block;position:absolute;left:32px;top:10px;z-index:2;font-size:13px;line-height:20px;color:#919399}.contract_search form .button{margin-left:auto;width:100%;margin-top:15px;background:var(--blue);color:#fff;display:none}.contract_search form .button:disabled{opacity:.48}}.reconciliation_form:not(.small){margin-bottom:35px;display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) p{width:100%;font-weight:700;margin-bottom:20px}.reconciliation_form:not(.small) .form_group{width:calc(65% - 8px);display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) .form_group:last-child{width:calc(35% - 8px)}.reconciliation_form:not(.small) .form_field{width:calc(50% - 8px)}.reconciliation_form:not(.small) .button{width:calc(40% - 8px)}.reconciliation_form:not(.small) .button:last-child{width:calc(60% - 8px)}@media all and (max-width:1279px){.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:calc(50% - 8px)}}@media all and (max-width:768px){.reconciliation_form:not(.small) p{margin-bottom:8px}.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:100%}.reconciliation_form:not(.small) .form_field{margin-bottom:15px}.reconciliation_form:not(.small) .button,.reconciliation_form:not(.small) .form_field{width:calc(50% - 4px)}.reconciliation_form:not(.small) .button:last-child,.reconciliation_form:not(.small) .form_field:last-child{width:calc(50% - 4px)}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}@media all and (max-width:768px){.reconciliation_form.small{max-width:100%}}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container{display:block}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container>button{margin:0;width:100%}.reconciliation_form.small button.button{margin-top:35px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px) !important;margin-top:15px}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:640px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}@media all and (max-width:768px){.fade .modal{padding:25px 20px;margin:0}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small button.button{margin-top:15px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px)}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:640px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}.settings_user_control{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.settings_user_control p{font-weight:700}.settings_user_control div{display:flex;align-items:center;gap:0 7px}@media all and (max-width:1279px){.settings_user_control p{width:160px;margin-right:16px;min-width:160px}.settings_user_control div{width:100%}.settings_user_control div button:first-child{width:60%}.settings_user_control div button:last-child{width:40%}}@media all and (max-width:768px){.settings_user_control{display:block;margin-bottom:35px;width:100%}.settings_user_control p{width:100%}.settings_user_control div{display:block}.settings_user_control div button{width:100% !important;margin-top:16px}}.settings_table{display:table;border-collapse:collapse;width:100%}@media all and (max-width:1279px){.settings_table{display:block}}.settings_table .table_row{display:table-row}@media all and (max-width:1279px){.settings_table .table_row{display:block;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #EDEFF5;padding-left:55px;background:url("../../public/assets/images/icons/user.svg") no-repeat top left;position:relative}}@media all and (max-width:768px){.settings_table .table_row{padding-left:0;background:transparent}}.settings_table .table_row .table_cell{display:table-cell;padding:18px 12px;border:1px solid #EDEFF5;position:relative}.settings_table .table_row .table_cell.delete{position:static}@media all and (max-width:1279px){.settings_table .table_row .table_cell{display:flex;flex-wrap:wrap;border:0;font-size:13px;line-height:20px;padding:0;margin-bottom:4px}.settings_table .table_row .table_cell:before{content:attr(data-title);color:#8E94A7;font-weight:700;display:block;width:190px;padding-right:10px}}@media all and (max-width:768px){.settings_table .table_row .table_cell:before{width:100%;margin-bottom:2px}}.settings_table .table_row .table_cell:last-child{border-left:0;min-width:36px}.settings_table .table_row .table_cell:last-child button{position:absolute;width:16px;height:16px;padding:0;top:0;left:0;right:0;bottom:0;margin:auto;visibility:hidden;pointer-events:none;background:url("../../public/assets/images/icons/icon-delete.svg") no-repeat center}@media all and (max-width:1279px){.settings_table .table_row .table_cell:last-child:before{display:none;border:0}.settings_table .table_row .table_cell:last-child button{bottom:auto;left:auto;width:32px;height:32px;background:url("../../public/assets/images/icons/Trash.svg") no-repeat center;font-size:0;text-indent:-999px;overflow:hidden}}@media all and (max-width:768px){.settings_table .table_row .table_cell:last-child button{background:transparent;text-indent:0;font-weight:600;font-size:15px;line-height:20px;color:#A8026B;width:140px;position:relative}}.settings_table .table_row .table_cell:nth-last-child(2){border-right:0}.settings_table .table_row .table_cell input{border:0;outline:none;background:#fff;font-size:15px;padding:0}.settings_table .table_row .table_cell input::placeholder{color:var(--text_not_active);font-size:15px}@media all and (max-width:1279px){.settings_table .table_row .table_cell input{padding:0 12px;border:1px solid rgba(0,16,61,0.12);height:40px;max-width:320px;width:100%;box-sizing:border-box}}@media all and (max-width:768px){.settings_table .table_row .table_cell input{max-width:none;width:100%}}.settings_table .table_row .table_cell .settings_dropdown{font-family:'Montserrat',sans-serif;cursor:pointer;width:100%;text-align:left;font-weight:400;justify-content:flex-start;font-size:15px;line-height:20px;color:#0C0C0C;padding:0;background:url(/assets/images/icons/company-arrow.svg) no-repeat 100% 50%}.settings_table .table_row .table_cell .settings_dropdown[data-selected="false"]{color:var(--text_not_active)}@media all and (max-width:1279px){.settings_table .table_row .table_cell .settings_dropdown{border:1px solid rgba(0,16,61,0.12);padding:0 10px;background-position:calc(100% - 10px) 50%;width:calc(100% - 200px);max-width:320px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .settings_dropdown{max-width:none;width:100%}}.settings_table .table_row .table_cell .dropdown_list{position:absolute;top:100%;left:0;width:412px;display:none;background:#FFFFFF;box-shadow:0 4px 32px rgba(0,0,0,0.16);padding:25px 35px;z-index:9}@media all and (max-width:1279px){.settings_table .table_row .table_cell .dropdown_list{left:200px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .dropdown_list{left:0;right:0;width:100%;padding:16px}}.settings_table .table_row .table_cell .dropdown_list.opened{display:block}.settings_table .table_row .table_cell .dropdown_list .list_item{position:relative;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--inactive)}.settings_table .table_row .table_cell .dropdown_list .list_item label{font-weight:700;padding-left:0;padding-right:30px;line-height:23px}.settings_table .table_row .table_cell .dropdown_list .list_item label:before{right:0;left:auto}.settings_table .table_row .table_cell .dropdown_list .list_item label span{display:block;font-weight:400}.settings_table .table_row .table_cell .dropdown_list .list_item:last-child{border:0;padding-bottom:0;margin-bottom:0}.settings_table .table_row.table_header .table_cell{color:#8E94A7;font-weight:700;border:0}.settings_table .table_row.table_header .table_cell:last-child{border-left:0 !important}@media all and (max-width:1279px){.settings_table .table_row.table_header{display:none}}.settings_table.editable .table_row.editable .table_cell{margin-bottom:8px}.settings_table.editable .table_row .table_cell:last-child{border:1px solid #EDEFF5}@media all and (max-width:1279px){.settings_table.editable .table_row .table_cell:last-child{border:0}}.settings_table.editable .table_row .table_cell:last-child button{pointer-events:all;visibility:visible}.new_appeal form .form_field{margin-bottom:14px}.new_appeal form textarea{height:208px}.dropzone{height:208px;position:relative;border:1px dashed #1C01A9;border-radius:4px;background:rgba(28,1,169,0.1);text-align:center;display:flex;align-items:center;justify-content:center;margin-top:30px}.dropzone .files{width:100%;padding:16px}.dropzone .files:empty{display:none}.dropzone [type="file"]{cursor:pointer;position:absolute;opacity:0;top:0;right:0;bottom:0;left:0}.dropzone div{max-width:404px;text-align:center}.dropzone div p{color:#828282;margin-bottom:20px}@media all and (max-width:768px){.dropzone{border:0;background:transparent;height:auto}.dropzone div p{margin-bottom:10px}.dropzone div p:before{content:attr(data-sm-text);display:block}.dropzone div p span{display:none}}/*# sourceMappingURL=./style.css.map */ \ No newline at end of file diff --git a/css/forms/style.css.map b/css/forms/style.css.map index b35b4e0..1374993 100644 --- a/css/forms/style.css.map +++ b/css/forms/style.css.map @@ -1 +1 @@ -{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/css/forms/style.less b/css/forms/style.less index 227ca97..db324b3 100644 --- a/css/forms/style.less +++ b/css/forms/style.less @@ -397,6 +397,10 @@ &.recovery { max-width: 815px; + p { + width :100%; + } + .message { margin-bottom: 15px; } diff --git a/package-lock.json b/package-lock.json index 323a803..a641e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,41 @@ "@babel/highlight": "^7.10.4" } }, + "@babel/helper-module-imports": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "requires": { + "@babel/types": "^7.18.6" + }, + "dependencies": { + "@babel/helper-validator-identifier": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==" + }, + "@babel/types": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.10.tgz", + "integrity": "sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==", + "requires": { + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", + "to-fast-properties": "^2.0.0" + } + } + } + }, "@babel/helper-plugin-utils": { "version": "7.14.5", "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz", "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==" }, + "@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==" + }, "@babel/helper-validator-identifier": { "version": "7.15.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz", @@ -67,6 +97,148 @@ "to-fast-properties": "^2.0.0" } }, + "@emotion/babel-plugin": { + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.10.0.tgz", + "integrity": "sha512-xVnpDAAbtxL1dsuSelU5A7BnY/lftws0wUexNJZTPsvX/1tM4GZJbclgODhvW4E+NH7E5VFcH0bBn30NvniPJA==", + "requires": { + "@babel/helper-module-imports": "^7.16.7", + "@babel/plugin-syntax-jsx": "^7.17.12", + "@babel/runtime": "^7.18.3", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/serialize": "^1.1.0", + "babel-plugin-macros": "^3.1.0", + "convert-source-map": "^1.5.0", + "escape-string-regexp": "^4.0.0", + "find-root": "^1.1.0", + "source-map": "^0.5.7", + "stylis": "4.0.13" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz", + "integrity": "sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==" + }, + "@babel/plugin-syntax-jsx": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.18.6.tgz", + "integrity": "sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==", + "requires": { + "@babel/helper-plugin-utils": "^7.18.6" + } + }, + "@babel/runtime": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==" + }, + "stylis": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.13.tgz", + "integrity": "sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==" + } + } + }, + "@emotion/cache": { + "version": "11.10.1", + "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.10.1.tgz", + "integrity": "sha512-uZTj3Yz5D69GE25iFZcIQtibnVCFsc/6+XIozyL3ycgWvEdif2uEw9wlUt6umjLr4Keg9K6xRPHmD8LGi+6p1A==", + "requires": { + "@emotion/memoize": "^0.8.0", + "@emotion/sheet": "^1.2.0", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", + "stylis": "4.0.13" + }, + "dependencies": { + "stylis": { + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.0.13.tgz", + "integrity": "sha512-xGPXiFVl4YED9Jh7Euv2V220mriG9u4B2TA6Ybjc1catrstKD2PpIdU3U0RKpkVBC2EhmL/F0sPCr9vrFTNRag==" + } + } + }, + "@emotion/hash": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.0.tgz", + "integrity": "sha512-14FtKiHhy2QoPIzdTcvh//8OyBlknNs2nXRwIhG904opCby3l+9Xaf/wuPvICBF0rc1ZCNBd3nKe9cd2mecVkQ==" + }, + "@emotion/memoize": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz", + "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA==" + }, + "@emotion/react": { + "version": "11.10.0", + "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.10.0.tgz", + "integrity": "sha512-K6z9zlHxxBXwN8TcpwBKcEsBsOw4JWCCmR+BeeOWgqp8GIU1yA2Odd41bwdAAr0ssbQrbJbVnndvv7oiv1bZeQ==", + "requires": { + "@babel/runtime": "^7.18.3", + "@emotion/babel-plugin": "^11.10.0", + "@emotion/cache": "^11.10.0", + "@emotion/serialize": "^1.1.0", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", + "hoist-non-react-statics": "^3.3.1" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", + "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } + } + }, + "@emotion/serialize": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.1.0.tgz", + "integrity": "sha512-F1ZZZW51T/fx+wKbVlwsfchr5q97iW8brAnXmsskz4d0hVB4O3M/SiA3SaeH06x02lSNzkkQv+n3AX3kCXKSFA==", + "requires": { + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/unitless": "^0.8.0", + "@emotion/utils": "^1.2.0", + "csstype": "^3.0.2" + } + }, + "@emotion/sheet": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.2.0.tgz", + "integrity": "sha512-OiTkRgpxescko+M51tZsMq7Puu/KP55wMT8BgpcXVG2hqXc0Vo0mfymJ/Uj24Hp0i083ji/o0aLddh08UEjq8w==" + }, + "@emotion/unitless": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.8.0.tgz", + "integrity": "sha512-VINS5vEYAscRl2ZUDiT3uMPlrFQupiKgHz5AA4bCH1miKBg4qtwkim1qPmJj/4WG6TreYMY111rEFsjupcOKHw==" + }, + "@emotion/utils": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.2.0.tgz", + "integrity": "sha512-sn3WH53Kzpw8oQ5mgMmIzzyAaH2ZqFEbozVVBSYp538E06OSE6ytOp7pRAjNQR+Q/orwqdQYJSe2m3hCOeznkw==" + }, + "@emotion/weak-memoize": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.3.0.tgz", + "integrity": "sha512-AHPmaAx+RYfZz0eYu6Gviiagpmiyw98ySSlQvCUhVGDRtDFe4DBS0x1bSjdF3gqUDYOczB+yYvBTtEylYSdRhg==" + }, "@eslint/eslintrc": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", @@ -405,6 +577,11 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.6.tgz", "integrity": "sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==" }, + "@types/parse-json": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", + "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==" + }, "@types/prop-types": { "version": "15.7.4", "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.4.tgz", @@ -736,6 +913,16 @@ "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", "dev": true }, + "babel-plugin-macros": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", + "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", + "requires": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + } + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -905,8 +1092,7 @@ "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" }, "caniuse-lite": { "version": "1.0.30001271", @@ -1063,6 +1249,18 @@ "vary": "^1" } }, + "cosmiconfig": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", + "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "requires": { + "@types/parse-json": "^4.0.0", + "import-fresh": "^3.2.1", + "parse-json": "^5.0.0", + "path-type": "^4.0.0", + "yaml": "^1.10.0" + } + }, "create-ecdh": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", @@ -1333,6 +1531,14 @@ "resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz", "integrity": "sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw==" }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, "es-abstract": { "version": "1.19.1", "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz", @@ -1988,6 +2194,11 @@ "array-back": "^3.0.1" } }, + "find-root": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", + "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==" + }, "find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", @@ -2272,7 +2483,6 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dev": true, "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -2359,6 +2569,11 @@ "has-tostringtag": "^1.0.0" } }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + }, "is-bigint": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", @@ -2398,7 +2613,6 @@ "version": "2.8.0", "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz", "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==", - "dev": true, "requires": { "has": "^1.0.3" } @@ -2577,6 +2791,11 @@ "argparse": "^2.0.1" } }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -2697,6 +2916,11 @@ "type-check": "~0.4.0" } }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + }, "loader-utils": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz", @@ -2832,6 +3056,11 @@ "safe-buffer": "^5.1.2" } }, + "memoize-one": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", + "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" + }, "merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", @@ -3370,7 +3599,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dev": true, "requires": { "callsites": "^3.0.0" } @@ -3387,6 +3615,17 @@ "safe-buffer": "^5.1.1" } }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, "path-browserify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", @@ -3412,14 +3651,12 @@ "path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" }, "pbkdf2": { "version": "3.1.2", @@ -3692,6 +3929,20 @@ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz", "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" }, + "react-select": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.4.0.tgz", + "integrity": "sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==", + "requires": { + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^5.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0" + } + }, "react-slick": { "version": "0.29.0", "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.29.0.tgz", @@ -3823,7 +4074,6 @@ "version": "1.20.0", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz", "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==", - "dev": true, "requires": { "is-core-module": "^2.2.0", "path-parse": "^1.0.6" @@ -3832,8 +4082,7 @@ "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" }, "reusify": { "version": "1.0.4", @@ -4479,6 +4728,11 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, + "yaml": { + "version": "1.10.2", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==" + }, "yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", diff --git a/package.json b/package.json index 724abc9..115d28c 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "react-cookie": "^4.1.1", "react-dom": "17.0.2", "react-redux": "^7.2.6", + "react-select": "^5.4.0", "react-slick": "^0.29.0", "react-widgets": "^5.5.1", "redux": "^4.1.2", diff --git a/pages/support/request.js b/pages/support/request.js index 805c633..2bef6a1 100644 --- a/pages/support/request.js +++ b/pages/support/request.js @@ -12,6 +12,7 @@ import Header from "../components/Header"; import Footer from "../components/Footer"; import Company from "../components/Company"; import InnerMenu from "./components/InnerMenu"; +import Select from 'react-select' import { getSupportThemes, @@ -86,16 +87,29 @@ class SupportRequestPage extends React.Component _renderForm = () => { const { loading, contracts, themes, name, phone, email, question, file, opened_theme, opened_question } = this.state; - + const options = [ + { value: 'chocolate', label: 'Chocolate' }, + { value: 'strawberry', label: 'Strawberry' }, + { value: 'vanilla', label: 'Vanilla' }, + { value: 'chocolate 1', label: 'Chocolate' }, + { value: 'strawberry 1', label: 'Strawberry' }, + { value: 'vanilla 1', label: 'Vanilla' }, + { value: 'chocolate 2', label: 'Chocolate' }, + { value: 'strawberry 2', label: 'Strawberry' }, + { value: 'vanilla 2', label: 'Vanilla' } + ] return (
- + {/* + + */}
Date: Thu, 18 Aug 2022 17:56:41 +0300 Subject: [PATCH 2/2] graphic changes update --- actions/contractActions.js | 46 +++-- actions/supportActions.js | 39 ++-- lib/CRMRequestGet/index.js | 7 +- lib/CRMRequestPost/index.js | 7 +- package.json | 1 + .../api/contract/change/graphic/calculate.js | 4 +- .../contract/change/graphic/calculation.js | 4 + pages/api/contract/change/graphic/current.js | 4 + pages/api/contract/change/graphic/sign.js | 4 + pages/api/contract/change/options.js | 5 +- pages/api/contract/change/variants.js | 4 +- pages/api/support/attachment.js | 55 ++++++ pages/api/support/request.js | 11 ++ .../{Final => FinalMessage}/index.js | 2 +- .../change/components/Options/index.js | 8 +- pages/contract/change/index.js | 9 +- pages/settings/admin.js | 4 +- .../components/SuccessMessage/index.js | 27 +++ pages/support/request.js | 181 +++++++++++------- yarn.lock | 37 +++- 20 files changed, 332 insertions(+), 127 deletions(-) create mode 100644 pages/api/support/attachment.js create mode 100644 pages/api/support/request.js rename pages/contract/change/components/{Final => FinalMessage}/index.js (88%) create mode 100644 pages/support/components/SuccessMessage/index.js diff --git a/actions/contractActions.js b/actions/contractActions.js index 87a35b1..3bed94a 100644 --- a/actions/contractActions.js +++ b/actions/contractActions.js @@ -397,8 +397,9 @@ export const getContractGraphicChangeSignatories = ({ dispatch, number }) => .catch((error) => { console.error("ACTION", "getContractGraphicChangeSignatories", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -425,8 +426,9 @@ export const getContractGraphicChangeVariants = ({ dispatch, number, variants = .catch((error) => { console.error("ACTION", "getContractGraphicChangeVariants", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -451,8 +453,9 @@ export const getContractGraphicChangeCalculationsList = ({ dispatch, number }) = .catch((error) => { console.error("ACTION", "getContractGraphicChangeCalculationsList", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -479,15 +482,16 @@ export const getContractGraphicChangeOptions = ({ dispatch, number, variants }) .catch((error) => { console.error("ACTION", "getContractGraphicChangeOptions", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } export const getContractGraphicChangeCalculate = (calculation) => { - console.log("ACTION", "getContractGraphicChangeCurrent", calculation); + console.log("ACTION", "getContractGraphicChangeCalculate", calculation); return new Promise((resolve, reject) => { @@ -498,14 +502,15 @@ export const getContractGraphicChangeCalculate = (calculation) => }) .then(async (response) => { - console.log("ACTION", "getContractGraphicChangeCurrent", "response.data", response.data); + console.log("ACTION", "getContractGraphicChangeCalculate", "response.data", response.data); resolve(response.data); }) .catch((error) => { - console.error("ACTION", "getContractGraphicChangeCurrent", "error"); - console.error(error); - reject(); + console.error("ACTION", "getContractGraphicChangeCalculate", "error"); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -530,8 +535,9 @@ export const getContractGraphicChangeGetCurrent = ({ dispatch, number }) => .catch((error) => { console.error("ACTION", "getContractGraphicChangeGetCurrent", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -556,8 +562,9 @@ export const getContractGraphicChangeGetCalculated = ({ dispatch, calculation }) .catch((error) => { console.error("ACTION", "getContractGraphicChangeGetCalculated", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } @@ -580,8 +587,9 @@ export const signContractGraphicChange = (params) => .catch((error) => { console.error("ACTION", "signContractGraphicChange", "error"); - console.error(error); - reject(); + console.error(error.response.data); + + reject(error.response.data); }); }); } \ No newline at end of file diff --git a/actions/supportActions.js b/actions/supportActions.js index 70e01f0..e594195 100644 --- a/actions/supportActions.js +++ b/actions/supportActions.js @@ -99,35 +99,30 @@ export const getSupportThemes = ({ dispatch, query, }) => }); } -export const sendNewAppeal = ({ name, phone, email, company }) => +export const sendNewAppeal = (appeal) => { + console.log("ACTION", "support", "sendNewAppeal", appeal); + return new Promise((resolve, reject) => { - var formData = new FormData(); - formData.append("form", "FORM_LEASING_REQUESTS"); - formData.append("FORM_FIELD_FIO", name); - formData.append("FORM_FIELD_PHONE", phone); - formData.append("FORM_FIELD_EMAIL", email); - formData.append("FORM_FIELD_COMPANY", company); - formData.append("FORM_FIELD_PAGE_NAME", document.title); - formData.append("FORM_FIELD_PAGE_URL", window.location.href); - - axios.post(`${ process.env.NEXT_PUBLIC_API_HOST }/api/forms/`, formData) - .then((response) => + return new Promise((resolve, reject) => { - if(response.data.status === "complete") + axios.post(`${ process.env.NEXT_PUBLIC_SELF_API_HOST }/api/support/request`, { + query + }, { + withCredentials: true, + }) + .then(async (response) => + { + console.log("sendNewAppeal", "response.data", response.data); resolve(); - } - else + }) + .catch((error) => { + console.error(error); reject(); - } - }) - .catch((error) => - { - console.error(error); - reject(); - }); + }); + }); }); } \ No newline at end of file diff --git a/lib/CRMRequestGet/index.js b/lib/CRMRequestGet/index.js index 8b5b29f..e62f5e1 100644 --- a/lib/CRMRequestGet/index.js +++ b/lib/CRMRequestGet/index.js @@ -52,13 +52,16 @@ export default async function CRMRequestGet(req, res, path, params) .catch((error) => { console.error(error); - res.status(500); + console.error("-".repeat(30), "error.response.data:"); + console.error(error.response.data); + + res.status(500).json(error.response.data); }); } catch(e) { console.error(e); - res.status(500); + res.status(500).send(e); } } else diff --git a/lib/CRMRequestPost/index.js b/lib/CRMRequestPost/index.js index 0c6ac99..c80c88a 100644 --- a/lib/CRMRequestPost/index.js +++ b/lib/CRMRequestPost/index.js @@ -51,13 +51,16 @@ export default async function CRMRequestPost(req, res, path, params) .catch((error) => { console.error(error); - res.status(500); + console.error("-".repeat(30), "error.response.data:"); + console.error(error.response.data); + + res.status(500).json(error.response.data); }); } catch(e) { console.error(e); - res.status(500); + res.status(500).send(e); } } else diff --git a/package.json b/package.json index 724abc9..2231f5b 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "react": "17.0.2", "react-cookie": "^4.1.1", "react-dom": "17.0.2", + "react-dropzone": "^14.2.2", "react-redux": "^7.2.6", "react-slick": "^0.29.0", "react-widgets": "^5.5.1", diff --git a/pages/api/contract/change/graphic/calculate.js b/pages/api/contract/change/graphic/calculate.js index a498d9a..e0f2bb6 100644 --- a/pages/api/contract/change/graphic/calculate.js +++ b/pages/api/contract/change/graphic/calculate.js @@ -3,7 +3,9 @@ import CRMRequestPost from '../../../../../lib/CRMRequestPost'; export default async function handler(req, res) { - console.log("WTF BODY"); + console.log("API", "contract", "change", "graphic", "calculate"); console.log(req.body); + console.log("-".repeat(50)); + await CRMRequestPost(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/CreateCalculation?contract_number=${ req.body.contract_number }`, req.body); } \ No newline at end of file diff --git a/pages/api/contract/change/graphic/calculation.js b/pages/api/contract/change/graphic/calculation.js index 5d17c96..0be6cc9 100644 --- a/pages/api/contract/change/graphic/calculation.js +++ b/pages/api/contract/change/graphic/calculation.js @@ -3,5 +3,9 @@ import CRMRequestGet from '../../../../../lib/CRMRequestGet'; export default async function handler(req, res) { + console.log("API", "contract", "change", "graphic", "calculation"); + console.log(req.body); + console.log("-".repeat(50)); + await CRMRequestGet(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/GetPreCalculationGraph`, { addcontract_number: req.body.calculation }); } \ No newline at end of file diff --git a/pages/api/contract/change/graphic/current.js b/pages/api/contract/change/graphic/current.js index 84abf45..5f21d36 100644 --- a/pages/api/contract/change/graphic/current.js +++ b/pages/api/contract/change/graphic/current.js @@ -3,5 +3,9 @@ import CRMRequestGet from '../../../../../lib/CRMRequestGet'; export default async function handler(req, res) { + console.log("API", "contract", "change", "graphic", "current"); + console.log(req.body); + console.log("-".repeat(50)); + await CRMRequestGet(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/GetCurrentGraph`, { contract_number: req.body.number }); } \ No newline at end of file diff --git a/pages/api/contract/change/graphic/sign.js b/pages/api/contract/change/graphic/sign.js index 7a3a32d..10c01cd 100644 --- a/pages/api/contract/change/graphic/sign.js +++ b/pages/api/contract/change/graphic/sign.js @@ -3,5 +3,9 @@ import CRMRequestPost from '../../../../../lib/CRMRequestPost'; export default async function handler(req, res) { + console.log("API", "contract", "change", "graphic", "sign"); + console.log(req.body); + console.log("-".repeat(50)); + await CRMRequestPost(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/Signing?addcontract_number=${ req.body.addcontract_number }`, req.body); } \ No newline at end of file diff --git a/pages/api/contract/change/options.js b/pages/api/contract/change/options.js index d957d1f..974e4f8 100644 --- a/pages/api/contract/change/options.js +++ b/pages/api/contract/change/options.js @@ -3,9 +3,8 @@ import CRMRequestGet from '../../../../lib/CRMRequestGet'; export default async function handler(req, res) { - console.log("-".repeat(50)); - console.log("API", "contract", "change", "options", "req.body.variants"); - console.log(req.body.variants); + console.log("API", "contract", "change", "options"); + console.log(req.body); console.log("-".repeat(50)); await CRMRequestGet(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/GetTypeOptions`, { ...{ contract_number: req.body.number }, ...req.body.variants }); diff --git a/pages/api/contract/change/variants.js b/pages/api/contract/change/variants.js index 798fb8c..4434cdc 100644 --- a/pages/api/contract/change/variants.js +++ b/pages/api/contract/change/variants.js @@ -3,8 +3,8 @@ import CRMRequestGet from '../../../../lib/CRMRequestGet'; export default async function handler(req, res) { - console.log("req.body.variantsreq.body.variantsreq.body.variantsreq.body.variants"); - console.log(req.body.variants); + console.log("API", "contract", "change", "variants"); + console.log(req.body); console.log("-".repeat(50)); await CRMRequestGet(req, res, `${ process.env.CRM_API_HOST }/lk/add-contract/GetAvaliableGraphChangeTypes`, { ...{ contract_number: req.body.number }, ...req.body.variants }); diff --git a/pages/api/support/attachment.js b/pages/api/support/attachment.js new file mode 100644 index 0000000..b7c08bf --- /dev/null +++ b/pages/api/support/attachment.js @@ -0,0 +1,55 @@ +// Next.js API route support: https://nextjs.org/docs/api-routes/introduction +import axios from 'axios'; +import { Cookies } from 'react-cookie'; +import cookie from 'cookie'; +import moment from 'moment'; +import jwt from 'jsonwebtoken'; +import { cors } from '../../../lib/cors'; + +export default async function handler(req, res) +{ + await cors(req, res); + + console.log("API", "support", "request"); + console.log(req.body); + console.log("-".repeat(50)); + + if(req.headers.cookie !== undefined) + { + const cookies = cookie.parse(req.headers?.cookie ? req.headers?.cookie : ""); + if(cookies.jwt !== undefined && cookies.jwt !== null) + { + if(jwt.verify(cookies.jwt, process.env.JWT_SECRET_CLIENT)) + { + const response = await new Promise((resolve, reject) => + { + axios.post(`${ process.env.CRM_API_HOST }/lk/incident/UploadDocument`, req.body) + .then((api_response) => + { + console.log("RESPONSE"); + console.log(api_response.data); + + resolve(api_response.data); + }) + .catch((error) => + { + console.log("error"); + console.error(error); + + reject([]); + }); + }); + + res.status(200).json(response); + } + else + { + res.status(403); + } + } + else + { + res.status(403); + } + } +} \ No newline at end of file diff --git a/pages/api/support/request.js b/pages/api/support/request.js new file mode 100644 index 0000000..b5a4705 --- /dev/null +++ b/pages/api/support/request.js @@ -0,0 +1,11 @@ +// Next.js API route support: https://nextjs.org/docs/api-routes/introduction +import CRMRequestPost from '../../../lib/CRMRequestPost'; + +export default async function handler(req, res) +{ + console.log("API", "support", "request"); + console.log(req.body); + console.log("-".repeat(50)); + + await CRMRequestPost(req, res, `${ process.env.CRM_API_HOST }/lk/incident/CreateRequestClient`, req.body); +} \ No newline at end of file diff --git a/pages/contract/change/components/Final/index.js b/pages/contract/change/components/FinalMessage/index.js similarity index 88% rename from pages/contract/change/components/Final/index.js rename to pages/contract/change/components/FinalMessage/index.js index d49c37d..f7560c4 100644 --- a/pages/contract/change/components/Final/index.js +++ b/pages/contract/change/components/FinalMessage/index.js @@ -1,7 +1,7 @@ import React from "react"; import Link from "next/link"; -export default class Comparison extends React.Component +export default class FinalMessage extends React.Component { constructor(props) { diff --git a/pages/contract/change/components/Options/index.js b/pages/contract/change/components/Options/index.js index 7911ecf..3a6d3f4 100644 --- a/pages/contract/change/components/Options/index.js +++ b/pages/contract/change/components/Options/index.js @@ -548,14 +548,14 @@ export default class Options extends React.Component getContractGraphicChangeCalculate(payload) .then((calculation) => { - console.log("calculationcalculationcalculationcalculationcalculation"); - console.log(calculation); - onCalculate(calculation.addcontract_number); }) .catch(() => { - this.setState({ sending: false, }); + this.setState({ sending: false, }, () => + { + alert("К сожаление при расчете возникла ошибка."); + }); }); }); } diff --git a/pages/contract/change/index.js b/pages/contract/change/index.js index 058eebe..029822d 100644 --- a/pages/contract/change/index.js +++ b/pages/contract/change/index.js @@ -19,7 +19,7 @@ import SignatoriesList from "./components/SignatoriesList"; import CalculationsList from "./components/CalculationsList"; import VariantsList from "./components/VariantsList"; -import Final from "./components/Final"; +import FinalMessage from "./components/FinalMessage"; import { getContractInfo, @@ -225,7 +225,10 @@ class ChangeGraphicPage extends React.Component }) .catch(() => { - this.setState({ loading: false, }); + this.setState({ loading: false, }, () => + { + alert("К сожаление при формировании документа возникла ошибка."); + }); }); }); } @@ -305,7 +308,7 @@ class ChangeGraphicPage extends React.Component <> { mode_final ? (
- +
) : (
diff --git a/pages/settings/admin.js b/pages/settings/admin.js index c1c00c8..18b23fa 100644 --- a/pages/settings/admin.js +++ b/pages/settings/admin.js @@ -125,8 +125,8 @@ class IndexPage extends React.Component
{ entry.name }
{ user.email }
Администратор
-
{ entry.companies.map((company, cindex) => ( -

{ company.title }

+
{ entry.companies.map((company, c_index) => ( +

{ company.title }

)) }
Активен
diff --git a/pages/support/components/SuccessMessage/index.js b/pages/support/components/SuccessMessage/index.js new file mode 100644 index 0000000..0c6a9a3 --- /dev/null +++ b/pages/support/components/SuccessMessage/index.js @@ -0,0 +1,27 @@ +import React from "react"; +import Link from "next/link"; + +export default class SuccessMessage extends React.Component +{ + constructor(props) + { + super(props); + this.state = { + }; + } + + render() + { + const { number, comment } = this.props; + + return ( +
+
+

{ comment }

+
+

Перейти в раздел «Документы по договору»

+
+
+ ); + } +} \ No newline at end of file diff --git a/pages/support/request.js b/pages/support/request.js index 805c633..d03bb37 100644 --- a/pages/support/request.js +++ b/pages/support/request.js @@ -5,6 +5,7 @@ import { connect } from "react-redux"; import { withRouter } from "next/router"; import moment from "moment"; import { SpinnerCircular } from "spinners-react"; +import Dropzone from 'react-dropzone'; import { reduxWrapper } from "../../store"; @@ -12,12 +13,41 @@ import Header from "../components/Header"; import Footer from "../components/Footer"; import Company from "../components/Company"; import InnerMenu from "./components/InnerMenu"; +import SuccessMessage from "./components/SuccessMessage"; import { getSupportThemes, getContractsList, } from "../../actions"; +class FileDropzone extends React.Component +{ + constructor(props) + { + super(props); + } + + render() + { + return ( + console.log(acceptedFiles) }> + { ({getRootProps, getInputProps}) => ( +
+
+
+

+ Перенесите файлы на экран для быстрой загрузки или выберите файл с компьютера +

+ +
+ +
+ ) } +
+ ) + } +} + class SupportRequestPage extends React.Component { constructor(props) { @@ -30,9 +60,12 @@ class SupportRequestPage extends React.Component phone: "", email: "", question: "", + selected_contracts: [], + temp_selected_contract: null, file: null, opened_theme: 0, opened_question: 0, + success: false, }; } @@ -81,6 +114,21 @@ class SupportRequestPage extends React.Component _handle_onSelectContracts = (event) => { + this.setState({ temp_selected_contract: event.target.value }) + } + + _handle_onSendAppeal = () => + { + const { name, phone, email, question, temp_selected_contract, } = this.state; + + const appeal = { + phone: phone, + email: email, + description: question, + contract_numbers: [ + temp_selected_contract + ] + } } _renderForm = () => @@ -90,10 +138,10 @@ class SupportRequestPage extends React.Component return (
- + { contracts !== undefined && contracts !== null && contracts.map((contract, index) => ( - + )) }
@@ -111,18 +159,9 @@ class SupportRequestPage extends React.Component
- -
-
-
-
-

- Перенесите файлы на экран для быстрой загрузки или выберите файл с компьютера -

- -
- +
+ ) } @@ -130,7 +169,7 @@ class SupportRequestPage extends React.Component render() { const { number } = this.props; - const { loading, themes, opened_theme, opened_question } = this.state; + const { loading, success, themes, opened_theme, opened_question } = this.state; const procedure = themes !== undefined && themes !== null ? themes[opened_theme].questions[opened_question] : undefined; @@ -153,61 +192,73 @@ class SupportRequestPage extends React.Component
-
-
-
-
- { themes !== undefined && themes !== null && themes.map((theme, theme_index) => - ( - -
this._handle_onChangeTheme(theme_index) }> -
-

{ theme.name }

- -
-
- { theme_index === opened_theme && theme.questions.map((question, question_index) => ( -
this.setState({ opened_question: question_index }) }> -
-

{ question.title }

- -
-
- ) )} -
- )) } -
-
- { themes !== undefined && themes !== null && ( -
-
-

Процедура

-

-

- { procedure.documents !== null && ( -
-

Документы

-

-

- ) } - { procedure.templates !== null && ( -
-

Документы

-
- { procedure.templates.map((template, index) => + { loading ? ( +
+ +
+ ) : ( + <> + { success ? ( + + ) : ( +
+
+
+
+ { themes !== undefined && themes !== null && themes.map((theme, theme_index) => ( -
-

{ template.filename }Скачать шаблон

-
+ +
this._handle_onChangeTheme(theme_index) }> +
+

{ theme.name }

+ +
+
+ { theme_index === opened_theme && theme.questions.map((question, question_index) => ( +
this.setState({ opened_question: question_index }) }> +
+

{ question.title }

+ +
+
+ ) )} +
)) }
- ) } - { this._renderForm() } -
+ { themes !== undefined && themes !== null && ( +
+
+

Процедура

+

+

+ { procedure.documents !== null && ( +
+

Документы

+

+

+ ) } + { procedure.templates !== null && ( +
+

Документы

+
+ { procedure.templates.map((template, index) => + ( +
+

{ template.filename }Скачать шаблон

+
+ )) } +
+
+ ) } + { this._renderForm() } +
+ ) } +
+
) } -
- + + ) }
diff --git a/yarn.lock b/yarn.lock index cdbd076..f1f65a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -525,6 +525,11 @@ async@^3.2.2: resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd" integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g== +attr-accept@^2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/attr-accept/-/attr-accept-2.2.2.tgz#646613809660110749e92f2c10833b70968d929b" + integrity sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg== + available-typed-arrays@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7" @@ -1515,6 +1520,13 @@ file-loader@^6.0.0, file-loader@^6.2.0: loader-utils "^2.0.0" schema-utils "^3.0.0" +file-selector@^0.6.0: + version "0.6.0" + resolved "https://registry.yarnpkg.com/file-selector/-/file-selector-0.6.0.tgz#fa0a8d9007b829504db4d07dd4de0310b65287dc" + integrity sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw== + dependencies: + tslib "^2.4.0" + fill-range@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" @@ -2862,6 +2874,15 @@ prop-types@^15.6.2, prop-types@^15.7.2: object-assign "^4.1.1" react-is "^16.8.1" +prop-types@^15.8.1: + version "15.8.1" + resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" + integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== + dependencies: + loose-envify "^1.4.0" + object-assign "^4.1.1" + react-is "^16.13.1" + public-encrypt@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/public-encrypt/-/public-encrypt-4.0.3.tgz#4fcc9d77a07e48ba7527e7cbe0de33d0701331e0" @@ -2966,12 +2987,21 @@ react-dom@17.0.2: object-assign "^4.1.1" scheduler "^0.20.2" +react-dropzone@^14.2.2: + version "14.2.2" + resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-14.2.2.tgz#a75a0676055fe9e2cb78578df4dedb4c42b54f98" + integrity sha512-5oyGN/B5rNhop2ggUnxztXBQ6q6zii+OMEftPzsxAR2hhpVWz0nAV+3Ktxo2h5bZzdcCKrpd8bfWAVsveIBM+w== + dependencies: + attr-accept "^2.2.2" + file-selector "^0.6.0" + prop-types "^15.8.1" + react-is@17.0.2, react-is@^17.0.2: version "17.0.2" resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-is@^16.3.2, react-is@^16.7.0, react-is@^16.8.1: +react-is@^16.13.1, react-is@^16.3.2, react-is@^16.7.0, react-is@^16.8.1: version "16.13.1" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4" integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ== @@ -3566,6 +3596,11 @@ tslib@^1.8.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00" integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== +tslib@^2.4.0: + version "2.4.0" + resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" + integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== + tsutils@^3.21.0: version "3.21.0" resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"