diff --git a/components/questionnaire/forms/Form_4_Shareholders/index.js b/components/questionnaire/forms/Form_4_Shareholders/index.js
index 77b0c8f..26a387b 100644
--- a/components/questionnaire/forms/Form_4_Shareholders/index.js
+++ b/components/questionnaire/forms/Form_4_Shareholders/index.js
@@ -16,6 +16,7 @@ import CalendarDatePicker from '../../../CalendarDatePicker';
import citizenships from "../../../../lib/citizenships.json";
import { reduxWrapper } from '../../../../store';
import AddressSuggests from "../../AddressSuggests";
+import InputMask from 'react-input-mask';
class ShareholderForm extends React.Component
{
@@ -93,15 +94,16 @@ class ShareholderForm extends React.Component
- this._handle_onTextFieldChange(event.target.name, event.target.value) }
- required={ true }
- disabled={ checking }
- />
+ this._handle_onTextFieldChange(event.target.name, event.target.value) }
+ required={ true }
+ disabled={ checking } >
+
@@ -122,26 +124,28 @@ class ShareholderForm extends React.Component
diff --git a/css/components/style.css b/css/components/style.css
index f573f18..07e42fa 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{cursor:default}input[type="checkbox"]:disabled+label:before{background:var(--inactive);opacity:.45;cursor:default;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{cursor:default}input[type="radio"]:disabled+label:before{background:var(--inactive);cursor:default}.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
+.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{cursor:default}input[type="checkbox"]:disabled+label:before{background:var(--inactive);opacity:.45;cursor:default;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{cursor:default}input[type="radio"]:disabled+label:before{background:var(--inactive);cursor:default}.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-family:'Montserrat',sans-serif;font-size:1rem}.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 47fa6cd..00774fe 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 b6a3527..9c2d3be 100644
--- a/css/components/style.less
+++ b/css/components/style.less
@@ -347,7 +347,8 @@ input[type="radio"] {
padding: 0 12px;
width: 100%;
outline: none;
- font-size: 15px;
+ font-family: 'Montserrat', sans-serif;
+ font-size: 1rem;
&::placeholder {
font-size: 15px;
diff --git a/css/forms/style.css b/css/forms/style.css
index c3cb739..5970277 100644
--- a/css/forms/style.css
+++ b/css/forms/style.css
@@ -1 +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 p.full{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:700px;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:700px;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{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{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 label.blue{color:var(--blue);display:block}.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}}.questionnaire:not(:last-child){margin-bottom:50px}.questionnaire.disabled input,.questionnaire.disabled select,.questionnaire.disabled textarea{cursor:default;background:#fff;pointer-events:none}.questionnaire .title{font-weight:700;font-size:15px;line-height:23px;color:#000;margin-bottom:16px;padding-bottom:16px;margin-top:0;border-bottom:1px solid var(--inactive);margin-left:-30px;padding-left:30px}@media all and (max-width:1280px){.questionnaire .title{margin-left:0;padding-left:0}}.questionnaire small{display:block;color:#8E94A7;font-size:11px;line-height:15px;font-weight:400;margin-top:4px}.questionnaire>p{margin:15px 0}.questionnaire textarea{resize:none}.questionnaire .formgroup{display:flex;flex-wrap:wrap;justify-content:space-between}.questionnaire .formgroup .form_field{width:calc(50% - 12px)}@media all and (max-width:1024px){.questionnaire .formgroup .form_field{width:100%}}.questionnaire .form_field{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px;width:100%}@media all and (max-width:1024px){.questionnaire .form_field{margin-bottom:15px}.questionnaire .form_field.picker div{width:100% !important}.questionnaire .form_field.picker input[type="date"]{width:100% !important}.questionnaire .form_field.picker .checkbox{margin-left:0 !important}}.questionnaire .form_field.bg{padding:8px 0;align-items:flex-start;background:rgba(28,1,169,0.1)}@media all and (max-width:1024px){.questionnaire .form_field.bg{padding:8px}}.questionnaire .form_field.checkbox{margin:8px 0;width:100%}.questionnaire .form_field.checkbox label{width:auto;display:flex;align-items:center}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label{flex-wrap:wrap}}.questionnaire .form_field.checkbox label::before{top:0;bottom:0;margin:auto}.questionnaire .form_field.checkbox label input{margin-left:12px;width:100%;background:var(--inactive);cursor:default}.questionnaire .form_field.checkbox label span{white-space:pre-line;white-space:nowrap}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label span{white-space:unset}.questionnaire .form_field.checkbox label span+input{margin-left:0;margin-top:10px}}.questionnaire .form_field.checkbox input:checked+label input{background:#fff;cursor:text}.questionnaire .form_field label{width:186px;margin-right:12px}@media all and (max-width:1024px){.questionnaire .form_field label{width:100%;margin-right:0;margin-bottom:8px}}.questionnaire .form_field label a{text-decoration:underline}.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select,.questionnaire .form_field .autocomlete{width:calc(100% - 198px)}@media all and (max-width:1024px){.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select,.questionnaire .form_field .autocomlete{width:100%}}.questionnaire .form_field textarea[type="date"],.questionnaire .form_field input:not(.rw-input)[type="date"],.questionnaire .form_field select[type="date"],.questionnaire .form_field .autocomlete[type="date"]{width:245px}.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p,.questionnaire .form_field .autocomlete+p{font-size:11px;line-height:15px;margin-left:198px;margin-top:2px}@media all and (max-width:1024px){.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p,.questionnaire .form_field .autocomlete+p{margin-left:0}}.questionnaire .action{text-align:right;margin-top:40px}.questionnaire ul{margin:20px 0;padding-left:20px;list-style:disc;font-size:14px;line-height:29px}.questionnaire ul li:not(:last-child){margin-bottom:8px}@media all and (max-width:1024px){.questionnaire .dropzone{width:100% !important;max-width:360px;margin-left:auto;margin-right:auto}}.questionnaire .feed .feed_list{margin-right:0;max-width:800px}.questionnaire .autocomlete *{outline:none;box-shadow:none !important}.questionnaire .autocomlete .react-select__control{border-radius:0;border:1px solid rgba(0,16,61,0.12);height:40px;min-height:40px}.questionnaire .autocomlete .react-select__control.react-select__control--menu-is-open{border-color:var(--blue)}.questionnaire .autocomlete .react-select__control .react-select__value-container{padding:0 12px;height:100%;background:#fff}.questionnaire .autocomlete .react-select__control .react-select__value-container .react-select__input-container{margin:0;padding:0}.questionnaire .autocomlete .react-select__control .react-select__indicators{display:none}.questionnaire .autocomlete .react-select__menu{border-radius:0;border-width:0px 1px 1px 1px;border-style:solid;border-color:rgba(0,16,61,0.12);border-radius:0px 0px 4px 4px;margin-top:0;top:40px;padding:8px 12px}.questionnaire .autocomlete .react-select__menu .react-select__option{color:#8E94A7;font-size:15px;line-height:24px;background:transparent !important;cursor:pointer;padding:0}.questionnaire .autocomlete .react-select__menu .react-select__option:not(:last-child){margin-bottom:8px}.questionnaire .autocomlete .react-select__menu .react-select__option:hover{color:#000}.questionnaire .autocomlete .react-select__menu .react-select__option.react-select__option--is-selected{color:var(--blue)}@media all and (max-width:960px){.questionnaire .autocomlete .react-select__menu .react-select__option{font-size:13px;line-height:20px}}.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:calc(50% - 12px);font-weight:700}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:100%}}.questionnaire.questionnaire_4 .form_field.checkbox label,.questionnaire.questionnaire_5 .form_field.checkbox label{font-weight:400}.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select,.questionnaire.questionnaire_4 .form_field label+div,.questionnaire.questionnaire_5 .form_field label+div{width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select,.questionnaire.questionnaire_4 .form_field label+div,.questionnaire.questionnaire_5 .form_field label+div{width:100%}}.questionnaire.questionnaire_4 .form_field .form_field,.questionnaire.questionnaire_5 .form_field .form_field{margin-bottom:0}.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{gap:0 12px;width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{width:100%}}.questionnaire.questionnaire_4 .form_field .formgroup .form_field,.questionnaire.questionnaire_5 .form_field .formgroup .form_field{width:calc(50% - 6px)}.questionnaire.questionnaire_4 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_5 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_4 .form_field .formgroup .form_field input,.questionnaire.questionnaire_5 .form_field .formgroup .form_field input{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup .form_field.checkbox,.questionnaire.questionnaire_5 .form_field .formgroup .form_field.checkbox{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field{width:calc(100% - 42px)}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field label,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field label{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .delete,.questionnaire.questionnaire_5 .form_field .formgroup.control .delete{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center}.questionnaire.questionnaire_4 .added_person,.questionnaire.questionnaire_5 .added_person{border-top:1px solid var(--inactive);margin-top:30px;padding-top:30px}.questionnaire.questionnaire_4 .added_person .feed_list .checkbox,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox,.questionnaire.questionnaire_4 .added_person .feed_list .checkbox label,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_4 .added_person .feed_item.user,.questionnaire.questionnaire_5 .added_person .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_4 .added_person .feed_item.user .item_desc,.questionnaire.questionnaire_5 .added_person .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_4 .added_person .feed_item.user div,.questionnaire.questionnaire_5 .added_person .feed_item.user div{width:100%}.questionnaire.questionnaire_4 .action,.questionnaire.questionnaire_5 .action{display:flex;justify-content:space-between}.questionnaire.questionnaire_4 .action button[type="sumbit"],.questionnaire.questionnaire_5 .action button[type="sumbit"]{margin-left:auto}.questionnaire.questionnaire_8 .feed>p{padding-left:28px}.questionnaire.questionnaire_8 .feed_list .checkbox,.questionnaire.questionnaire_8 .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_8 .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_8 .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_8 .feed_item.user div{width:100%}.questionnaire.status_action{max-width:850px;padding:0 0 0 40px;display:inline-block;padding-bottom:20px;border-bottom:1px solid var(--inactive)}@media all and (max-width:1024px){.questionnaire.status_action{padding:0}}.questionnaire.message{display:flex;align-items:center;gap:0 16px;padding:16px;background-color:var(--inactive);margin:20px 0;margin-left:-30px}@media all and (max-width:1024px){.questionnaire.message{margin-left:0}}.questionnaire.message p{color:#000;margin:0}.questionnaire.message p b{display:block;font-weight:700}.questionnaire.message svg{min-width:44px}.questionnaire.message svg path{fill:#000}.questionnaire.message.error{background:#ED0A34}.questionnaire.message.error p{color:#fff}.questionnaire.message.error svg path{fill:#fff}.questionnaire.message.moderate{background:#8E94A7;margin-left:0}.questionnaire.message.moderate p{color:#fff}.questionnaire.message.moderate svg path{fill:#fff}.questionnaire.message.success{background:#5FB158;margin-left:0}.questionnaire.message.success p{color:#fff}.questionnaire.message.success svg path{fill:#fff}/*# sourceMappingURL=./style.css.map */
\ No newline at end of file
+#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.full{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:700px;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:700px;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{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{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 label.blue{color:var(--blue);display:block}.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}}.questionnaire:not(:last-child){margin-bottom:50px}.questionnaire.disabled input,.questionnaire.disabled select,.questionnaire.disabled textarea{cursor:default;background:#fff;pointer-events:none}.questionnaire .title{font-weight:700;font-size:15px;line-height:23px;color:#000;margin-bottom:16px;padding-bottom:16px;margin-top:0;border-bottom:1px solid var(--inactive);margin-left:-30px;padding-left:30px}@media all and (max-width:1280px){.questionnaire .title{margin-left:0;padding-left:0}}.questionnaire small{display:block;color:#8E94A7;font-size:11px;line-height:15px;font-weight:400;margin-top:4px}.questionnaire>p{margin:15px 0}.questionnaire textarea{resize:none}.questionnaire .formgroup{display:flex;flex-wrap:wrap;justify-content:space-between}.questionnaire .formgroup .form_field{width:calc(50% - 12px)}@media all and (max-width:1024px){.questionnaire .formgroup .form_field{width:100%}}.questionnaire .form_field{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px;width:100%}@media all and (max-width:1024px){.questionnaire .form_field{margin-bottom:15px}.questionnaire .form_field.picker div{width:100% !important}.questionnaire .form_field.picker input[type="date"]{width:100% !important}.questionnaire .form_field.picker .checkbox{margin-left:0 !important}}.questionnaire .form_field.bg{padding:8px 0;align-items:flex-start;background:rgba(28,1,169,0.1)}@media all and (max-width:1024px){.questionnaire .form_field.bg{padding:8px}}.questionnaire .form_field.checkbox{margin:8px 0;width:100%}.questionnaire .form_field.checkbox label{width:auto;display:flex;align-items:center}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label{flex-wrap:wrap}}.questionnaire .form_field.checkbox label::before{top:0;bottom:0;margin:auto}.questionnaire .form_field.checkbox label input{margin-left:12px;width:100%;background:var(--inactive);cursor:default}.questionnaire .form_field.checkbox label span{white-space:pre-line;white-space:nowrap}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label span{white-space:unset}.questionnaire .form_field.checkbox label span+input{margin-left:0;margin-top:10px}}.questionnaire .form_field.checkbox input:checked+label input{background:#fff;cursor:text}.questionnaire .form_field label{width:186px;margin-right:12px}@media all and (max-width:1024px){.questionnaire .form_field label{width:100%;margin-right:0;margin-bottom:8px}}.questionnaire .form_field label a{text-decoration:underline}.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select,.questionnaire .form_field .autocomlete{width:calc(100% - 198px);font-family:'Montserrat',sans-serif;font-size:1rem}@media all and (max-width:1024px){.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select,.questionnaire .form_field .autocomlete{width:100%}}.questionnaire .form_field textarea[type="date"],.questionnaire .form_field input:not(.rw-input)[type="date"],.questionnaire .form_field select[type="date"],.questionnaire .form_field .autocomlete[type="date"]{width:245px}.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p,.questionnaire .form_field .autocomlete+p{font-size:11px;line-height:15px;margin-left:198px;margin-top:2px}@media all and (max-width:1024px){.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p,.questionnaire .form_field .autocomlete+p{margin-left:0}}@media all and (max-width:720px){.questionnaire .form_field .date_input_wrapper{width:100%}}.questionnaire .action{text-align:right;margin-top:40px}@media all and (max-width:720px){.questionnaire .action{flex-wrap:wrap;gap:10px 0}.questionnaire .action button{width:100%}}.questionnaire ul{margin:20px 0;padding-left:20px;list-style:disc;font-size:14px;line-height:29px}.questionnaire ul li:not(:last-child){margin-bottom:8px}@media all and (max-width:1024px){.questionnaire .dropzone{width:100% !important;max-width:360px;margin-left:auto;margin-right:auto}}.questionnaire .feed .feed_list{margin-right:0;max-width:800px}.questionnaire .autocomlete *{outline:none;box-shadow:none !important}.questionnaire .autocomlete .react-select__control{border-radius:0;border:1px solid rgba(0,16,61,0.12);height:40px;min-height:40px}.questionnaire .autocomlete .react-select__control.react-select__control--menu-is-open{border-color:var(--blue)}.questionnaire .autocomlete .react-select__control .react-select__value-container{padding:0 12px;height:100%;background:#fff}.questionnaire .autocomlete .react-select__control .react-select__value-container .react-select__input-container{margin:0;padding:0}.questionnaire .autocomlete .react-select__control .react-select__indicators{display:none}.questionnaire .autocomlete .react-select__menu{border-radius:0;border-width:0px 1px 1px 1px;border-style:solid;border-color:rgba(0,16,61,0.12);border-radius:0px 0px 4px 4px;margin-top:0;top:40px;padding:8px 12px}.questionnaire .autocomlete .react-select__menu .react-select__option{color:#8E94A7;font-size:15px;line-height:24px;background:transparent !important;cursor:pointer;padding:0}.questionnaire .autocomlete .react-select__menu .react-select__option:not(:last-child){margin-bottom:8px}.questionnaire .autocomlete .react-select__menu .react-select__option:hover{color:#000}.questionnaire .autocomlete .react-select__menu .react-select__option.react-select__option--is-selected{color:var(--blue)}@media all and (max-width:960px){.questionnaire .autocomlete .react-select__menu .react-select__option{font-size:13px;line-height:20px}}@media all and (max-width:720px){.questionnaire .files_list .dosc_list{width:100% !important}.questionnaire .files_list .dosc_list .doc_name{align-items:center;align-content:center;width:auto}}.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:calc(50% - 12px);font-weight:700}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:100%}}.questionnaire.questionnaire_4 .form_field.checkbox label,.questionnaire.questionnaire_5 .form_field.checkbox label{font-weight:400}.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select,.questionnaire.questionnaire_4 .form_field label+div,.questionnaire.questionnaire_5 .form_field label+div{width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select,.questionnaire.questionnaire_4 .form_field label+div,.questionnaire.questionnaire_5 .form_field label+div{width:100%}}.questionnaire.questionnaire_4 .form_field .form_field,.questionnaire.questionnaire_5 .form_field .form_field{margin-bottom:0}.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{gap:0 12px;width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{width:100%}}.questionnaire.questionnaire_4 .form_field .formgroup .form_field,.questionnaire.questionnaire_5 .form_field .formgroup .form_field{width:calc(50% - 6px)}.questionnaire.questionnaire_4 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_5 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_4 .form_field .formgroup .form_field input,.questionnaire.questionnaire_5 .form_field .formgroup .form_field input{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup .form_field.checkbox,.questionnaire.questionnaire_5 .form_field .formgroup .form_field.checkbox{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field{width:calc(100% - 42px)}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field label,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field label{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .delete,.questionnaire.questionnaire_5 .form_field .formgroup.control .delete{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center}.questionnaire.questionnaire_4 .added_person,.questionnaire.questionnaire_5 .added_person{border-top:1px solid var(--inactive);margin-top:30px;padding-top:30px}.questionnaire.questionnaire_4 .added_person .feed_list .checkbox,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox,.questionnaire.questionnaire_4 .added_person .feed_list .checkbox label,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_4 .added_person .feed_item.user,.questionnaire.questionnaire_5 .added_person .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_4 .added_person .feed_item.user .item_desc,.questionnaire.questionnaire_5 .added_person .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_4 .added_person .feed_item.user div,.questionnaire.questionnaire_5 .added_person .feed_item.user div{width:100%}.questionnaire.questionnaire_4 .action,.questionnaire.questionnaire_5 .action{display:flex;justify-content:space-between}.questionnaire.questionnaire_4 .action button[type="sumbit"],.questionnaire.questionnaire_5 .action button[type="sumbit"]{margin-left:auto}.questionnaire.questionnaire_8 .feed>p{padding-left:28px}.questionnaire.questionnaire_8 .feed_list .checkbox,.questionnaire.questionnaire_8 .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_8 .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_8 .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_8 .feed_item.user div{width:100%}.questionnaire.status_action{max-width:850px;padding:0 0 0 40px;display:inline-block;padding-bottom:20px;border-bottom:1px solid var(--inactive)}@media all and (max-width:1024px){.questionnaire.status_action{padding:0}}.questionnaire.message{display:flex;align-items:center;gap:0 16px;padding:16px;background-color:var(--inactive);margin:20px 0;margin-left:-30px}@media all and (max-width:1024px){.questionnaire.message{margin-left:0}}.questionnaire.message p{color:#000;margin:0}.questionnaire.message p b{display:block;font-weight:700}.questionnaire.message svg{min-width:44px}.questionnaire.message svg path{fill:#000}.questionnaire.message.error{background:#ED0A34}.questionnaire.message.error p{color:#fff}.questionnaire.message.error svg path{fill:#fff}.questionnaire.message.moderate{background:#8E94A7;margin-left:0}.questionnaire.message.moderate p{color:#fff}.questionnaire.message.moderate svg path{fill:#fff}.questionnaire.message.success{background:#5FB158;margin-left:0}.questionnaire.message.success p{color:#fff}.questionnaire.message.success svg path{fill:#fff}/*# 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 69e0571..4c9ff5c 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 d2b0464..31b0ddf 100644
--- a/css/forms/style.less
+++ b/css/forms/style.less
@@ -1455,6 +1455,8 @@
select,
.autocomlete {
width: ~"calc(100% - 198px)";
+ font-family: 'Montserrat', sans-serif;
+ font-size: 1rem;
&[value=""] {
//background-color: #EDEFF5;
@@ -1479,11 +1481,26 @@
}
}
}
+
+ .date_input_wrapper {
+ @media all and (max-width: 720px) {
+ width: 100%;
+ }
+ }
}
.action {
text-align: right;
margin-top: 40px;
+
+ @media all and (max-width: 720px) {
+ flex-wrap: wrap;
+ gap: 10px 0;
+
+ button {
+ width: 100%;
+ }
+ }
}
ul {
@@ -1588,6 +1605,20 @@
}
}
+ .files_list {
+ @media all and (max-width: 720px) {
+ .dosc_list {
+ width: 100% !important;
+
+ .doc_name {
+ align-items: center;
+ align-content: center;
+ width: auto;
+ }
+ }
+ }
+ }
+
&.questionnaire_4,
&.questionnaire_5 {
.form_field {
diff --git a/css/var.css b/css/var.css
index 5d5d342..9200542 100644
--- a/css/var.css
+++ b/css/var.css
@@ -1,569 +1 @@
-:root {
- --blue: #1C01A9;
- --blue-secondary: #85B2FC;
- --gray: #2C2D2E;
- --gray-light: rgba(0, 16, 61, 0.06);
- --primary: #005FF9;
- --primary-light: rgba(0, 95, 249, 0.1);
- --red: #ED0A34;
- --inactive: #EDEFF5;
- --green: #04A8A4;
- --text_not_active: #8E94A7;
-}
-html {
- /*
- @media all and (max-width: 1420px) and (min-width: 1280px) {
- zoom: 0.7;
-
- .container, .bx-breadcrumb {
- margin-left: auto;
- margin-right: auto;
- }
- }
- */
-}
-body {
- font-size: 15px;
- line-height: 20px;
- color: #0C0C0C;
- font-family: 'Montserrat', sans-serif;
- font-weight: 400;
- overflow-x: hidden;
- width: 100%;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- body {
- font-size: 13px;
- line-height: 20px;
- }
-}
-@media all and (max-width: 960px) {
- body {
- font-size: 13px;
- line-height: 20px;
- }
-}
-.overflow {
- overflow: hidden;
-}
-@media all and (max-width: 960px) {
- .overflow {
- overflow: unset;
- }
-}
-@media all and (max-width: 960px) {
- #__next {
- overflow: hidden;
- }
-}
-.container {
- padding-top: 80px;
- width: 100%;
- max-width: 1310px;
- margin: auto;
- position: relative;
- padding-bottom: 140px;
- margin-bottom: 40px;
-}
-.container:after {
- content: "";
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- right: -4px;
- bottom: 0;
- z-index: -1;
- /*
- background: repeating-linear-gradient(
- 90deg,
- #fff,
- #EDEFF5 1px,
- transparent 0px,
- transparent 25%);
- background: repeating-linear-gradient(to right, transparent 1px, transparent calc(25% - 1px), #EDEFF5 25%, #EDEFF5 25%);
- */
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .container {
- padding-top: 40px;
- }
-}
-@media all and (max-width: 1279px) {
- .container {
- padding-top: 30px;
- }
-}
-@media all and (max-width: 960px) {
- .container {
- padding-top: 30px;
- padding-bottom: 20px;
- }
-}
-@media all and (max-width: 1420px) {
- .container {
- width: calc(100% - 160px);
- margin: 0 80px 30px 80px;
- }
-}
-@media all and (max-width: 768px) {
- .container {
- margin: 0 16px 16px 16px;
- width: calc(100% - 32px);
- }
-}
-.aside_container {
- display: flex;
- justify-content: space-between;
- position: relative;
-}
-@media all and (min-width: 1280px) {
- .aside_container:before {
- content: "";
- display: block;
- position: absolute;
- width: 1px;
- top: -135px;
- left: 0;
- bottom: 0;
- z-index: 3;
- background: var(--inactive);
- }
-}
-.aside_container aside {
- width: 415px;
-}
-@media all and (max-width: 960px) {
- .aside_container aside {
- width: 100%;
- }
-}
-.aside_container article {
- width: calc(100% - 550px);
-}
-.aside_container article:only-child {
- width: 100%;
-}
-.aside_container article .info_column {
- padding: 20px 40px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- border-bottom: 1px solid #EDEFF5;
-}
-.aside_container article .info_column div {
- width: calc(50% - 55px);
-}
-@media all and (max-width: 960px) {
- .aside_container article .info_column {
- padding: 0;
- }
- .aside_container article .info_column div {
- width: 100%;
- }
-}
-@media all and (max-width: 960px) {
- .aside_container article {
- width: 100%;
- }
- .aside_container article .info_column {
- padding: 25px 0;
- }
-}
-.aside_container.about aside {
- width: 255px;
- border-right: 1px solid var(--inactive);
- padding-bottom: 80px;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .aside_container.about aside {
- width: 255px;
- padding-bottom: 40px;
- }
-}
-@media all and (max-width: 1279px) {
- .aside_container.about aside {
- border-right: 0;
- padding-bottom: 20px;
- }
-}
-.aside_container.about article {
- width: calc(100% - 285px);
- padding-bottom: 80px;
-}
-.aside_container.about article.full {
- width: 100%;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .aside_container.about article {
- width: calc(100% - 295px);
- padding-bottom: 40px;
- }
-}
-@media all and (max-width: 960px) {
- .aside_container.about article {
- padding-bottom: 0px;
- }
-}
-@media all and (max-width: 1279px) {
- .aside_container.about {
- display: block;
- }
- .aside_container.about aside,
- .aside_container.about article {
- width: 100%;
- }
- .aside_container.about aside.flex {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
-}
-.section_title {
- font-size: 50px;
- line-height: 60px;
- font-weight: 700;
- color: #0C0C0C;
- margin-bottom: 35px;
-}
-.section_title.no-margin {
- margin-bottom: 0;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .section_title {
- font-size: 36px;
- line-height: 48px;
- }
-}
-@media all and (max-width: 1279px) {
- .section_title {
- font-size: 32px;
- line-height: 44px;
- }
-}
-@media all and (max-width: 960px) {
- .section_title {
- font-size: 22px;
- line-height: 33px;
- }
-}
-@media all and (max-width: 768px) {
- .section_title {
- margin-bottom: 25px;
- }
-}
-h1 {
- font-size: 32px;
- line-height: 40px;
-}
-h2 {
- font-size: 24px;
- line-height: 28px;
- margin-top: 1.5em;
- margin-bottom: 10px;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- h2 {
- font-size: 22px;
- line-height: 26px;
- }
-}
-h2.model {
- font-size: 26px;
- line-height: 35px;
- color: var(--text_not_active);
- margin-top: 0;
- margin-bottom: 0;
-}
-@media all and (max-width: 768px) {
- h2.model {
- font-size: 19px;
- line-height: 26px;
- }
-}
-h2:first-child {
- margin-top: 0;
-}
-h3 {
- font-size: 17px;
- line-height: 24px;
- margin-top: 1.5em;
- margin-bottom: 10px;
-}
-h3:first-child {
- margin-top: 0;
-}
-h4 {
- font-size: 15px;
- line-height: 20px;
- margin-top: 1.5em;
- margin-bottom: 10px;
-}
-h4:first-child {
- margin-top: 0;
-}
-.secondary {
- font-size: 13px;
- line-height: 20px;
-}
-.secondary.not_active {
- color: #8E94A7;
-}
-@media all and (max-width: 960px) {
- .secondary {
- font-size: 10px;
- line-height: 15px;
- }
-}
-b,
-strong {
- font-weight: 700;
-}
-p.primary {
- color: var(--blue);
-}
-a {
- text-decoration: none;
- color: var(--blue);
-}
-div {
- box-sizing: border-box;
-}
-.clear {
- display: block;
- clear: both;
-}
-@media all and (max-width: 736px) {
- h1 {
- font-size: 24px;
- line-height: 32px;
- }
- h2 {
- font-size: 20px;
- line-height: 24px;
- }
-}
-.i-phone {
- padding-left: 28px;
- background: url("/assets/images/icons/icon-phone-hot.svg") no-repeat 0 2px;
-}
-.i-phone-secondary {
- padding-left: 28px;
- background: url("/assets/images/icons/icon-phone-secondary.svg") no-repeat 0 2px;
-}
-.i-address {
- padding-left: 28px;
- background: url("/assets/images/icons/icon-address.svg") no-repeat 0 2px;
-}
-.i-worktime {
- padding-left: 28px;
- background: url("/assets/images/icons/icon-worktime.svg") no-repeat 0 2px;
-}
-.i-pdf {
- padding-left: 80px;
- background: url("/assets/images/icons/icon-pdf.svg") no-repeat left center;
-}
-.i-pdf[data-format] {
- background: url("/assets/images/icons/icon-file.svg") no-repeat left center;
- position: relative;
-}
-.i-pdf[data-format]:before {
- content: attr(data-format);
- color: #fff;
- font-weight: 700;
- position: absolute;
- left: 3px;
- right: 1px;
- bottom: 1px;
- top: 0;
- font-size: 11px;
- width: 27px;
- display: flex;
- align-content: center;
- justify-content: center;
- align-items: center;
- text-transform: uppercase;
- word-break: break-all;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .i-pdf[data-format] {
- padding-left: 56px;
- background-size: 42px;
- }
- .i-pdf[data-format]:before {
- width: 27px;
- font-size: 8px;
- }
-}
-@media all and (max-width: 960px) {
- .i-pdf[data-format] {
- padding-left: 55px;
- background-size: 32px;
- background-position: 0 5px;
- }
- .i-pdf[data-format]:before {
- font-size: 8px;
- width: 31px;
- height: 42px;
- left: 0;
- right: 0;
- }
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .i-pdf {
- padding-left: 56px;
- background-size: 42px;
- }
-}
-@media all and (max-width: 960px) {
- .i-pdf {
- padding-left: 55px;
- background-size: 32px;
- background-position: 0 5px;
- }
-}
-.extension[data-format] {
- background: url("/assets/images/icons/icon-file.svg") no-repeat left center;
- position: relative;
-}
-.extension[data-format]:before {
- content: attr(data-format);
- color: #fff;
- font-weight: 700;
- position: absolute;
- left: 10px;
- right: 1px;
- bottom: 1px;
- top: 0;
- font-size: 10px;
- width: 35px;
- display: flex;
- align-content: center;
- justify-content: center;
- align-items: center;
- text-transform: uppercase;
- word-break: break-all;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .extension[data-format] {
- padding-left: 56px;
- background-size: 42px;
- }
- .extension[data-format]:before {
- width: 27px;
- font-size: 8px;
- left: 8px;
- }
-}
-@media all and (max-width: 960px) {
- .extension[data-format] {
- padding-left: 42px;
- background-size: 32px;
- background-position: 0 5px;
- }
- .extension[data-format]:before {
- font-size: 7px;
- width: 24px;
- height: 42px;
- line-height: 11px;
- text-align: center;
- left: 4px;
- right: 5px;
- }
-}
-.medium-icon [data-format]:before {
- line-height: 1.2;
- text-align: center;
- padding: 2px 8px 0 8px;
- box-sizing: border-box;
- font-weight: 600;
- font-size: 7px;
- left: 0;
- width: 34px;
-}
-@media all and (max-width: 1600px) {
- .medium-icon [data-format]:before {
- width: 32px;
- }
-}
-.i-doc {
- padding-left: 80px;
- background: url("/assets/images/icons/icon-doc.svg") no-repeat left center;
- background-size: 56px;
-}
-@media all and (max-width: 1600px) and (min-width: 1280px) {
- .i-doc {
- padding-left: 56px;
- background-size: 42px;
- }
-}
-@media all and (max-width: 960px) {
- .i-doc {
- padding-left: 55px;
- background-size: 32px;
- background-position: 0 5px;
- }
-}
-.success {
- color: var(--green);
-}
-.danger {
- color: var(--red);
-}
-@media all and (max-width: 768px) {
- ::-webkit-scrollbar {
- display: none;
- }
-}
-.avans {
- display: flex;
- justify-content: flex-start;
- margin-bottom: 80px;
-}
-.avans p {
- font-weight: 700;
- font-size: 15px;
- line-height: 23px;
- color: #000;
- padding-bottom: 0px;
-}
-@media all and (max-width: 1280px) {
- .avans p {
- font-size: 14px;
- padding-bottom: 10px;
- }
-}
-@media all and (max-width: 1279px) {
- .avans {
- margin-bottom: 30px;
- }
- .avans p {
- font-size: 13px;
- line-height: 20px;
- }
-}
-.rw-calendar-btn-view {
- font-weight: bold;
- font-size: 12px !important;
-}
-@media all and (max-width: 768px) {
- .rw-calendar-btn-view {
- font-size: 12px !important;
- line-height: 20px;
- }
-}
-@media (max-width: 1600px) and (min-width: 1280px) {
- .rw-calendar-btn-view {
- font-size: 12px !important;
- line-height: 20px;
- }
-}
-.interactive {
- cursor: pointer;
-}
-.unselectable {
- user-select: none;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
-}
+:root{--blue:#1C01A9;--blue-secondary:#85B2FC;--gray:#2C2D2E;--gray-light:rgba(0,16,61,0.06);--primary:#005FF9;--primary-light:rgba(0,95,249,0.1);--red:#ED0A34;--inactive:#EDEFF5;--green:#04A8A4;--text_not_active:#8E94A7}body{font-size:15px;line-height:20px;color:#0C0C0C;font-family:'Montserrat',sans-serif;font-weight:400;overflow-x:hidden;width:100%}@media all and (max-width:1600px) and (min-width:1280px){body{font-size:13px;line-height:20px}}@media all and (max-width:960px){body{font-size:13px;line-height:20px}}.overflow{overflow:hidden}@media all and (max-width:960px){.overflow{overflow:unset}}@media all and (max-width:960px){#__next{overflow:hidden}}.container{padding-top:80px;width:100%;max-width:1310px;margin:auto;position:relative;padding-bottom:140px;margin-bottom:40px}.container:after{content:"";display:block;position:absolute;top:0;left:0;right:-4px;bottom:0;z-index:-1}@media all and (max-width:1600px) and (min-width:1280px){.container{padding-top:40px}}@media all and (max-width:1279px){.container{padding-top:30px}}@media all and (max-width:960px){.container{padding-top:30px;padding-bottom:20px}}@media all and (max-width:1420px){.container{width:calc(100% - 160px);margin:0 80px 30px 80px}}@media all and (max-width:768px){.container{margin:0 16px 16px 16px;width:calc(100% - 32px)}}.aside_container{display:flex;justify-content:space-between;position:relative}@media all and (min-width:1280px){.aside_container:before{content:"";display:block;position:absolute;width:1px;top:-135px;left:0;bottom:0;z-index:3;background:var(--inactive)}}.aside_container aside{width:415px}@media all and (max-width:960px){.aside_container aside{width:100%}}.aside_container article{width:calc(100% - 550px)}.aside_container article:only-child{width:100%}.aside_container article .info_column{padding:20px 40px;display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #EDEFF5}.aside_container article .info_column div{width:calc(50% - 55px)}@media all and (max-width:960px){.aside_container article .info_column{padding:0}.aside_container article .info_column div{width:100%}}@media all and (max-width:960px){.aside_container article{width:100%}.aside_container article .info_column{padding:25px 0}}.aside_container.about aside{width:255px;border-right:1px solid var(--inactive);padding-bottom:80px}@media all and (max-width:1600px) and (min-width:1280px){.aside_container.about aside{width:255px;padding-bottom:40px}}@media all and (max-width:1279px){.aside_container.about aside{border-right:0;padding-bottom:20px}}.aside_container.about article{width:calc(100% - 285px);padding-bottom:80px}.aside_container.about article.full{width:100%}@media all and (max-width:1600px) and (min-width:1280px){.aside_container.about article{width:calc(100% - 295px);padding-bottom:40px}}@media all and (max-width:960px){.aside_container.about article{padding-bottom:0px}}@media all and (max-width:1279px){.aside_container.about{display:block}.aside_container.about aside,.aside_container.about article{width:100%}.aside_container.about aside.flex{display:flex;align-items:center;flex-wrap:wrap}}.section_title{font-size:50px;line-height:60px;font-weight:700;color:#0C0C0C;margin-bottom:35px}.section_title.no-margin{margin-bottom:0}@media all and (max-width:1600px) and (min-width:1280px){.section_title{font-size:36px;line-height:48px}}@media all and (max-width:1279px){.section_title{font-size:32px;line-height:44px}}@media all and (max-width:960px){.section_title{font-size:22px;line-height:33px}}@media all and (max-width:768px){.section_title{margin-bottom:25px}}h1{font-size:32px;line-height:40px}h2{font-size:24px;line-height:28px;margin-top:1.5em;margin-bottom:10px}@media all and (max-width:1600px) and (min-width:1280px){h2{font-size:22px;line-height:26px}}h2.model{font-size:26px;line-height:35px;color:var(--text_not_active);margin-top:0;margin-bottom:0}@media all and (max-width:768px){h2.model{font-size:19px;line-height:26px}}h2:first-child{margin-top:0}h3{font-size:17px;line-height:24px;margin-top:1.5em;margin-bottom:10px}h3:first-child{margin-top:0}h4{font-size:15px;line-height:20px;margin-top:1.5em;margin-bottom:10px}h4:first-child{margin-top:0}.secondary{font-size:13px;line-height:20px}.secondary.not_active{color:#8E94A7}@media all and (max-width:960px){.secondary{font-size:10px;line-height:15px}}b,strong{font-weight:700}p.primary{color:var(--blue)}a{text-decoration:none;color:var(--blue)}div{box-sizing:border-box}.clear{display:block;clear:both}@media all and (max-width:736px){h1{font-size:24px;line-height:32px}h2{font-size:20px;line-height:24px}}.i-phone{padding-left:28px;background:url("/assets/images/icons/icon-phone-hot.svg") no-repeat 0 2px}.i-phone-secondary{padding-left:28px;background:url("/assets/images/icons/icon-phone-secondary.svg") no-repeat 0 2px}.i-address{padding-left:28px;background:url("/assets/images/icons/icon-address.svg") no-repeat 0 2px}.i-worktime{padding-left:28px;background:url("/assets/images/icons/icon-worktime.svg") no-repeat 0 2px}.i-pdf{padding-left:80px;background:url("/assets/images/icons/icon-pdf.svg") no-repeat left center}.i-pdf[data-format]{background:url("/assets/images/icons/icon-file.svg") no-repeat left center;position:relative}.i-pdf[data-format]:before{content:attr(data-format);color:#fff;font-weight:700;position:absolute;left:3px;right:1px;bottom:1px;top:0;font-size:11px;width:27px;display:flex;align-content:center;justify-content:center;align-items:center;text-transform:uppercase;word-break:break-all}@media all and (max-width:1600px) and (min-width:1280px){.i-pdf[data-format]{padding-left:56px;background-size:42px}.i-pdf[data-format]:before{width:27px;font-size:8px}}@media all and (max-width:960px){.i-pdf[data-format]{padding-left:55px;background-size:32px;background-position:0 5px}.i-pdf[data-format]:before{font-size:8px;width:34px;height:44px;left:0;right:0;padding:0}}@media all and (max-width:1600px) and (min-width:1280px){.i-pdf{padding-left:56px;background-size:42px}}@media all and (max-width:960px){.i-pdf{padding-left:55px;background-size:32px;background-position:0 5px}}.extension[data-format]{background:url("/assets/images/icons/icon-file.svg") no-repeat left center;position:relative}.extension[data-format]:before{content:attr(data-format);color:#fff;font-weight:700;position:absolute;left:10px;right:1px;bottom:1px;top:0;font-size:10px;width:35px;display:flex;align-content:center;justify-content:center;align-items:center;text-transform:uppercase;word-break:break-all}@media all and (max-width:1600px) and (min-width:1280px){.extension[data-format]{padding-left:56px;background-size:42px}.extension[data-format]:before{width:27px;font-size:8px;left:8px}}@media all and (max-width:960px){.extension[data-format]{padding-left:42px;background-size:32px;background-position:0 5px}.extension[data-format]:before{font-size:7px;width:24px;height:42px;line-height:11px;text-align:center;left:4px;right:5px}}.medium-icon [data-format]:before{line-height:1.2;text-align:center;padding:2px 8px 0 8px;box-sizing:border-box;font-weight:600;font-size:7px;left:0;width:34px}@media all and (max-width:1600px){.medium-icon [data-format]:before{width:34px;padding:0;height:44px}}.i-doc{padding-left:80px;background:url("/assets/images/icons/icon-doc.svg") no-repeat left center;background-size:56px}@media all and (max-width:1600px) and (min-width:1280px){.i-doc{padding-left:56px;background-size:42px}}@media all and (max-width:960px){.i-doc{padding-left:55px;background-size:32px;background-position:0 5px}}.success{color:var(--green)}.danger{color:var(--red)}@media all and (max-width:768px){::-webkit-scrollbar{display:none}}.avans{display:flex;justify-content:flex-start;margin-bottom:80px}.avans p{font-weight:700;font-size:15px;line-height:23px;color:#000;padding-bottom:0px}@media all and (max-width:1280px){.avans p{font-size:14px;padding-bottom:10px}}@media all and (max-width:1279px){.avans{margin-bottom:30px}.avans p{font-size:13px;line-height:20px}}.rw-calendar-btn-view{font-weight:bold;font-size:12px !important}@media all and (max-width:768px){.rw-calendar-btn-view{font-size:12px !important;line-height:20px}}@media (max-width:1600px) and (min-width:1280px){.rw-calendar-btn-view{font-size:12px !important;line-height:20px}}.interactive{cursor:pointer}.unselectable{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}/*# sourceMappingURL=./var.css.map */
\ No newline at end of file
diff --git a/css/var.css.map b/css/var.css.map
index 8f52123..7572277 100644
--- a/css/var.css.map
+++ b/css/var.css.map
@@ -1 +1 @@
-{"version":3,"sources":["var.less"],"names":[],"mappings":"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"}
\ No newline at end of file
+{"version":3,"sources":["var.less"],"names":[],"mappings":"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"}
\ No newline at end of file
diff --git a/css/var.less b/css/var.less
index c49038d..505518b 100644
--- a/css/var.less
+++ b/css/var.less
@@ -426,10 +426,11 @@ div {
&:before {
font-size: 8px;
- width: 31px;
- height: 42px;
+ width: 34px;
+ height: 44px;
left: 0;
right: 0;
+ padding: 0;
}
}
}
@@ -514,7 +515,9 @@ div {
width: 34px;
@media all and (max-width: 1600px) {
- width: 32px;
+ width: 34px;
+ padding: 0;
+ height: 44px;
}
}
}
diff --git a/package.json b/package.json
index 4e2c5b9..6a9f2ac 100644
--- a/package.json
+++ b/package.json
@@ -37,9 +37,11 @@
"qs": "^6.10.1",
"react": "17.0.2",
"react-cookie": "^4.1.1",
+ "react-currency-input": "^1.3.6",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.2",
"react-google-recaptcha-v3": "^1.10.0",
+ "react-input-mask": "^2.0.4",
"react-redux": "^7.2.6",
"react-select": "^5.7.2",
"react-slick": "^0.29.0",