diff --git a/local/templates/evolution/css/components/style.css b/local/templates/evolution/css/components/style.css
index 5bbde71..839f05f 100644
--- a/local/templates/evolution/css/components/style.css
+++ b/local/templates/evolution/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:767px){.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("/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("/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("/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}input[type="checkbox"]{display:none;visibility:hidden}input[type="checkbox"]+label{position:relative;padding-left:28px;cursor:pointer;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:0}input[type="checkbox"]:checked+label:before{background:url("/images/icons/checkbox_white.svg") no-repeat center var(--primary);border-color:var(--primary)}input[type="checkbox"]:disabled+label:before{background:url("/images/icons/checkbox_gray.svg") no-repeat center var(--gray-light);cursor:none}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%}input[type="radio"]:checked+label:before{background:#fff}input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}.selected_item{display:flex;align-items:center;justify-content:center;background:var(--gray-light);box-sizing:border-box;padding:0 2px}.selected_item img{width:24px;height:24px;object-fit:cover;object-position:center;margin-right:8px}.selected_item .delete{margin-left:8px;width:28px;height:28px;background:url("/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:767px){.list-column[data-column="2"]{column-count:1}}.list-column[data-column="3"]{column-count:3}@media all and (max-width:767px){.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("/images/icons/delete_black.svg") no-repeat center;z-index:2}.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;color:#828282}.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("/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("/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}.form_field input option:not(:first-of-type),.form_field textarea option:not(:first-of-type),.form_field select option:not(:first-of-type){color:#000}@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}}.form_field select{background-image:url("/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:1280px){.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:767px){.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:350px;background:var(--gray-light)}.image-full img{width:100%;height:100%;object-fit:cover}@media all and (max-width:1600px){.image-full{height:260px;margin-bottom:20px}}@media all and (max-width:960px){.image-full{height:125px}}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}#order .order_form form .input_file,.input_file{margin-bottom:45px;position:relative;overflow:hidden;display:flex;align-items:center}@media all and (max-width:1279px){#order .order_form form .input_file,.input_file{display:block}}#order .order_form form .input_file input,.input_file input{visibility:hidden;display:none}#order .order_form form .input_file input+label,.input_file input+label{display:inline-flex;margin-left:0;min-width:168px;margin-top:42px}#order .order_form form .input_file input+label:before,.input_file input+label:before{content:"Приложите резюме";display:block;font-size:15px;line-height:24px;color:#fff;position:absolute;left:0;top:0;font-weight:400}#order .order_form form .input_file .filename,.input_file .filename{margin-top:42px;color:#fff;margin-left:30px;padding-left:20px;font-size:15px;line-height:24px;background:url("/images/icons/attach.svg") no-repeat left center}@media all and (max-width:1279px){#order .order_form form .input_file .filename,.input_file .filename{display:block;margin-top:15px;margin-left:0}}#order .order_form form .input_file .filename:empty,.input_file .filename:empty{display:none}table.table{max-width:65%}table.table tr th{padding:15px;color:var(--text_not_active);font-weight:700;border-bottom:1px solid #EEEEF2}@media all and (max-width:1600px) and (min-width:1280px){table.table tr th{font-size:13px;line-height:18px}}table.table tr td{padding:12px 20px;border-bottom:1px solid #EEEEF2}@media all and (max-width:1600px) and (min-width:1280px){table.table tr td{font-size:13px;line-height:18px}}table.table .check{width:16px;height:12px;display:block;background:url("/images/icons/check.svg") no-repeat center;background-size:contain}@media all and (max-width:768px){table.table{max-width:100%;zoom:.6}}/*# 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:767px){.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("/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("/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("/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}input[type="checkbox"]{display:none;visibility:hidden}input[type="checkbox"]+label{position:relative;padding-left:28px;cursor:pointer;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:0}input[type="checkbox"]:checked+label:before{background:url("/images/icons/checkbox_white.svg") no-repeat center var(--primary);border-color:var(--primary)}input[type="checkbox"]:disabled+label:before{background:url("/images/icons/checkbox_gray.svg") no-repeat center var(--gray-light);cursor:none}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%}input[type="radio"]:checked+label:before{background:#fff}input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}.selected_item{display:flex;align-items:center;justify-content:center;background:var(--gray-light);box-sizing:border-box;padding:0 2px}.selected_item img{width:24px;height:24px;object-fit:cover;object-position:center;margin-right:8px}.selected_item .delete{margin-left:8px;width:28px;height:28px;background:url("/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:767px){.list-column[data-column="2"]{column-count:1}}.list-column[data-column="3"]{column-count:3}@media all and (max-width:767px){.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("/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;color:#828282}.form_field input.error,.form_field textarea.error,.form_field select.error{border-color:#FFADAD}.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("/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("/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}.form_field input option:not(:first-of-type),.form_field textarea option:not(:first-of-type),.form_field select option:not(:first-of-type){color:#000}@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}}.form_field select{background-image:url("/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:1280px){.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:767px){.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:350px;background:var(--gray-light)}.image-full img{width:100%;height:100%;object-fit:cover}@media all and (max-width:1600px){.image-full{height:260px;margin-bottom:20px}}@media all and (max-width:960px){.image-full{height:125px}}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}#order .order_form form .input_file,.input_file{margin-bottom:45px;position:relative;overflow:hidden;display:flex;align-items:center}@media all and (max-width:1279px){#order .order_form form .input_file,.input_file{display:block}}#order .order_form form .input_file input,.input_file input{visibility:hidden;display:none}#order .order_form form .input_file input+label,.input_file input+label{display:inline-flex;margin-left:0;min-width:168px;margin-top:42px}#order .order_form form .input_file input+label:before,.input_file input+label:before{content:"Приложите резюме";display:block;font-size:15px;line-height:24px;color:#fff;position:absolute;left:0;top:0;font-weight:400}#order .order_form form .input_file .filename,.input_file .filename{margin-top:42px;color:#fff;margin-left:30px;padding-left:20px;font-size:15px;line-height:24px;background:url("/images/icons/attach.svg") no-repeat left center}@media all and (max-width:1279px){#order .order_form form .input_file .filename,.input_file .filename{display:block;margin-top:15px;margin-left:0}}#order .order_form form .input_file .filename:empty,.input_file .filename:empty{display:none}table.table{max-width:65%}table.table tr th{padding:15px;color:var(--text_not_active);font-weight:700;border-bottom:1px solid #EEEEF2}@media all and (max-width:1600px) and (min-width:1280px){table.table tr th{font-size:13px;line-height:18px}}table.table tr td{padding:12px 20px;border-bottom:1px solid #EEEEF2}@media all and (max-width:1600px) and (min-width:1280px){table.table tr td{font-size:13px;line-height:18px}}table.table .check{width:16px;height:12px;display:block;background:url("/images/icons/check.svg") no-repeat center;background-size:contain}@media all and (max-width:768px){table.table{max-width:100%;zoom:.6}}/*# sourceMappingURL=./style.css.map */
\ No newline at end of file
diff --git a/local/templates/evolution/css/components/style.css.map b/local/templates/evolution/css/components/style.css.map
index f27155f..66d473e 100644
--- a/local/templates/evolution/css/components/style.css.map
+++ b/local/templates/evolution/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/local/templates/evolution/css/components/style.less b/local/templates/evolution/css/components/style.less
index 1ed396f..2ee9ed7 100644
--- a/local/templates/evolution/css/components/style.less
+++ b/local/templates/evolution/css/components/style.less
@@ -282,6 +282,30 @@ input[type="radio"] {
z-index: 2;
}
+ &.error {
+ input, textarea, select {
+ border-color: #FFADAD;
+ margin-bottom: 30px !important;
+ }
+
+ &: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) {
+
+ font-size: 9px;
+
+ }
+ }
+ }
+
input, textarea, select {
border: 1px solid rgba(0, 16, 61, 0.12);
box-sizing: border-box;
@@ -294,7 +318,7 @@ input[type="radio"] {
color: #828282;
&.error {
- border-color: var(--red);
+ border-color: #FFADAD;
}
&.filled {
diff --git a/local/templates/evolution/css/forms/style.css b/local/templates/evolution/css/forms/style.css
index 6f83b69..44843e4 100644
--- a/local/templates/evolution/css/forms/style.css
+++ b/local/templates/evolution/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:767px){#filter.filter_in_catalog .container{bottom:0px}}#filter .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}#filter .filter_header .button{z-index:10;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:80px}}@media all and (max-width:960px){#filter .filter_header .button{bottom:50px}}@media all and (max-width:767px){#filter .filter_header .button{width:100%;bottom:60px}}#filter .filter_body{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}#filter .filter_body .filter_column{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_body .filter_column{width:calc(100%);display:flex;justify-content:space-between}}@media all and (max-width:1279px){#filter .filter_body .filter_column:last-child{margin-bottom:70px}#filter .filter_body .filter_column:last-child .fieldgroup .form_field{width:50%}#filter .filter_body .filter_column:last-child .fieldgroup .form_field:first-child select{border-right:0}#filter .filter_body .filter_column:last-child .fieldgroup .form_field:last-child select{border-left:0}}@media all and (max-width:767px){#filter .filter_body .filter_column{width:100%;margin-bottom:0;display:block;height:100px}#filter .filter_body .filter_column:nth-child(1) .fieldgroup:nth-child(2){position:absolute;top:150px;left:0;right:0}#filter .filter_body .filter_column:nth-child(2)>.form_field:nth-child(1){position:absolute;top:50px;left:0;right:0}#filter .filter_body .filter_column:nth-child(2) .fieldgroup:nth-child(2){position:absolute;top:200px;left:0;right:0}#filter .filter_body .filter_column:nth-child(3)>.form_field:nth-child(1){position:absolute;top:100px;left:0;right:0}#filter .filter_body .filter_column:nth-child(3) .fieldgroup:nth-child(2){position:absolute;top:250px;left:0;right:0}}#filter .filter_body .form_field{width:100%;margin-bottom:10px}@media all and (max-width:1279px){#filter .filter_body .form_field{width:calc(50% - 15px)}}@media all and (max-width:767px){#filter .filter_body .form_field{width:100%}}#filter .filter_body .fieldgroup{width:100%}@media all and (max-width:1279px){#filter .filter_body .fieldgroup{width:calc(50% - 15px)}}@media all and (max-width:767px){#filter .filter_body .fieldgroup{width:100%}}#filter .filter_body .fieldgroup .form_field{width:calc(50% - 20px)}@media all and (max-width:1279px){#filter .filter_body .fieldgroup .form_field{width:calc(50% - 4px)}}#catalog_small_filter{margin-bottom:0px}#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:767px){#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}}#news+#order .container{max-width:1340px;padding-left:25px;padding-right:25px}#news+#order .container .order_form{margin:0 -25px}@media all and (max-width:960px){#news+#order .container .order_form{margin-top:-60px}}@media all and (max-width:767px){#news+#order .container .order_form{margin:0}}#order .order_form{position:relative;margin:0}@media all and (max-width:960px){#order .order_form{margin-top:-60px}}@media all and (max-width:767px){#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:1600px) and (min-width:1280px){#order .order_form .order_email p{font-size:20px;line-height:32px}}@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:767px){#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:auto;margin-right:0}}@media all and (max-width:767px){#order .order_form form{width:auto;margin-left:-16px;margin-right:-16px;padding:25px 16px}}#order .order_form form input{margin-bottom:32px;background:rgba(255,255,255,0.2);color:#fff}#order .order_form form input::placeholder{color:#fff}@media all and (max-width:1600px){#order .order_form form input{margin-bottom:15px}}#order .order_form form input[type="radio"]{display:none;visibility:hidden}#order .order_form form input[type="radio"]+label{display:block;padding-left:28px;cursor:pointer;color:#fff;margin-bottom:5px;position:relative}#order .order_form form input[type="radio"]+label:last-child{margin-bottom:15px}#order .order_form form input[type="radio"]+label:before{content:"";display:block;width:16px;min-width:16px;height:16px;background:#fff;box-sizing:border-box;border-radius:100%;margin-right:12px;position:absolute;left:0;top:0}#order .order_form form input[type="radio"]:checked+label:before{background:var(--blue);border:4px solid #fff}#order .order_form form input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}#order .order_form form .policy{position:relative;z-index:2;margin:-16px 25px 45px 25px}@media all and (max-width:1600px){#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("/images/icons/checkbox_blue.svg") no-repeat center #fff}#order .order_form form .button{display:inherit;margin-left:auto}.login{max-width:410px}.login .form_field{margin-bottom:15px}.login input[name="login"]{padding-left:32px;background:url("/images/icons/icon-login.svg") no-repeat 8px 50%}.login input[name="pass"]{padding-left:32px;background:url("/images/icons/icon-pass.svg") no-repeat 8px 50%}.login .button{width:90px;display:block;margin-left:auto}.search_form{margin-bottom:55px;margin-left:20px;margin-right:20px}@media all and (max-width:767px){.search_form{margin-bottom:35px;margin-left:0;margin-right:0}}.search_form form{display:flex;align-items:center;justify-content:space-between}.search_form form .form_field:first-child{width:calc(50% - 15px);min-width:calc(50% - 15px);margin-right:15px}.search_form form .form_field:nth-child(2),.search_form form .form_field:nth-child(3){width:100%;margin-right:15px}.search_form form .form_field.single{width:100%;margin-right:20px}.search_form form .button{width:158px;min-width:158px}@media all and (max-width:767px){.search_form form{display:block}.search_form form .form_field.single{margin-right:0;margin-bottom:10px}.search_form form .button{width:100%}.search_form form .button:disabled{background:var(--inactive)}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}.reconciliation_form.small .form_field{width:calc(50% - 8px)}.reconciliation_form.small button{margin-top:35px;width:calc(45% - 8px)}.reconciliation_form.small button:last-child{width:calc(55% - 8px)}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:640px;width:100%;background:#fff;margin:100px auto;padding:45px 80px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}#cookie{position:fixed;bottom:20px;right:20px;background:#fff;z-index:999;display:none;padding:25px 15px;max-width:320px;border:1px solid #EDEFF5}@media all and (max-width:768px){#cookie{bottom:0;right:0;left:0;margin:auto;max-width:none}}#cookie .close{width:22px;height:22px;border:0;background:url("/images/icons/close-blue.svg") no-repeat center;outline:none;position:absolute;top:10px;right:10px}#cookie p a{color:var(--blue)}/*# 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:767px){#filter.filter_in_catalog .container{bottom:0px}}#filter .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}#filter .filter_header .button{z-index:10;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:80px}}@media all and (max-width:960px){#filter .filter_header .button{bottom:50px}}@media all and (max-width:767px){#filter .filter_header .button{width:100%;bottom:60px}}#filter .filter_body{display:flex;flex-wrap:wrap;justify-content:space-between;position:relative}#filter .filter_body .filter_column{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_body .filter_column{width:calc(100%);display:flex;justify-content:space-between}}@media all and (max-width:1279px){#filter .filter_body .filter_column:last-child{margin-bottom:70px}#filter .filter_body .filter_column:last-child .fieldgroup .form_field{width:50%}#filter .filter_body .filter_column:last-child .fieldgroup .form_field:first-child select{border-right:0}#filter .filter_body .filter_column:last-child .fieldgroup .form_field:last-child select{border-left:0}}@media all and (max-width:767px){#filter .filter_body .filter_column{width:100%;margin-bottom:0;display:block;height:100px}#filter .filter_body .filter_column:nth-child(1) .fieldgroup:nth-child(2){position:absolute;top:150px;left:0;right:0}#filter .filter_body .filter_column:nth-child(2)>.form_field:nth-child(1){position:absolute;top:50px;left:0;right:0}#filter .filter_body .filter_column:nth-child(2) .fieldgroup:nth-child(2){position:absolute;top:200px;left:0;right:0}#filter .filter_body .filter_column:nth-child(3)>.form_field:nth-child(1){position:absolute;top:100px;left:0;right:0}#filter .filter_body .filter_column:nth-child(3) .fieldgroup:nth-child(2){position:absolute;top:250px;left:0;right:0}}#filter .filter_body .form_field{width:100%;margin-bottom:10px}@media all and (max-width:1279px){#filter .filter_body .form_field{width:calc(50% - 15px)}}@media all and (max-width:767px){#filter .filter_body .form_field{width:100%}}#filter .filter_body .fieldgroup{width:100%}@media all and (max-width:1279px){#filter .filter_body .fieldgroup{width:calc(50% - 15px)}}@media all and (max-width:767px){#filter .filter_body .fieldgroup{width:100%}}#filter .filter_body .fieldgroup .form_field{width:calc(50% - 20px)}@media all and (max-width:1279px){#filter .filter_body .fieldgroup .form_field{width:calc(50% - 4px)}}#catalog_small_filter{margin-bottom:0px}#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:767px){#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}}#news+#order .container{max-width:1340px;padding-left:25px;padding-right:25px}#news+#order .container .order_form{margin:0 -25px}@media all and (max-width:960px){#news+#order .container .order_form{margin-top:-60px}}@media all and (max-width:767px){#news+#order .container .order_form{margin:0}}#order .order_form{position:relative;margin:0}@media all and (max-width:960px){#order .order_form{margin-top:-60px}}@media all and (max-width:767px){#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:1600px) and (min-width:1280px){#order .order_form .order_email p{font-size:20px;line-height:32px}}@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:767px){#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:auto;margin-right:0}}@media all and (max-width:767px){#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}#order .order_form form input[type="radio"]{display:none;visibility:hidden}#order .order_form form input[type="radio"]+label{display:block;padding-left:28px;cursor:pointer;color:#fff;margin-bottom:5px;position:relative}#order .order_form form input[type="radio"]+label:last-child{margin-bottom:15px}#order .order_form form input[type="radio"]+label:before{content:"";display:block;width:16px;min-width:16px;height:16px;background:#fff;box-sizing:border-box;border-radius:100%;margin-right:12px;position:absolute;left:0;top:0}#order .order_form form input[type="radio"]:checked+label:before{background:var(--blue);border:4px solid #fff}#order .order_form form input[type="radio"]:disabled+label:before{background:var(--gray);cursor:none}#order .order_form form .policy{position:relative;z-index:2;margin:5px 25px 45px 25px}@media all and (max-width:1600px){#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("/images/icons/checkbox_blue.svg") no-repeat center #fff}#order .order_form form .button{display:inherit;margin-left:auto}.login{max-width:410px}.login .form_field{margin-bottom:15px}.login input[name="login"]{padding-left:32px;background:url("/images/icons/icon-login.svg") no-repeat 8px 50%}.login input[name="pass"]{padding-left:32px;background:url("/images/icons/icon-pass.svg") no-repeat 8px 50%}.login .button{width:90px;display:block;margin-left:auto}.search_form{margin-bottom:55px;margin-left:20px;margin-right:20px}@media all and (max-width:767px){.search_form{margin-bottom:35px;margin-left:0;margin-right:0}}.search_form form{display:flex;align-items:center;justify-content:space-between}.search_form form .form_field:first-child{width:calc(50% - 15px);min-width:calc(50% - 15px);margin-right:15px}.search_form form .form_field:nth-child(2),.search_form form .form_field:nth-child(3){width:100%;margin-right:15px}.search_form form .form_field.single{width:100%;margin-right:20px}.search_form form .button{width:158px;min-width:158px}@media all and (max-width:767px){.search_form form{display:block}.search_form form .form_field.single{margin-right:0;margin-bottom:10px}.search_form form .button{width:100%}.search_form form .button:disabled{background:var(--inactive)}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}.reconciliation_form.small .form_field{width:calc(50% - 8px)}.reconciliation_form.small button{margin-top:35px;width:calc(45% - 8px)}.reconciliation_form.small button:last-child{width:calc(55% - 8px)}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:640px;width:100%;background:#fff;margin:100px auto;padding:45px 80px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}#cookie{position:fixed;bottom:20px;right:20px;background:#fff;z-index:999;display:none;padding:25px 15px;max-width:320px;border:1px solid #EDEFF5}@media all and (max-width:768px){#cookie{bottom:0;right:0;left:0;margin:auto;max-width:none}}#cookie .close{width:22px;height:22px;border:0;background:url("/images/icons/close-blue.svg") no-repeat center;outline:none;position:absolute;top:10px;right:10px}#cookie p a{color:var(--blue)}/*# sourceMappingURL=./style.css.map */
\ No newline at end of file
diff --git a/local/templates/evolution/css/forms/style.css.map b/local/templates/evolution/css/forms/style.css.map
index 2cb050c..9e9082b 100644
--- a/local/templates/evolution/css/forms/style.css.map
+++ b/local/templates/evolution/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/local/templates/evolution/css/forms/style.less b/local/templates/evolution/css/forms/style.less
index 5e71bd3..58c1eb6 100644
--- a/local/templates/evolution/css/forms/style.less
+++ b/local/templates/evolution/css/forms/style.less
@@ -337,7 +337,7 @@
}
input {
- margin-bottom: 32px;
+ margin-bottom: 15px;
background: rgba(255, 255, 255, 0.2);
color: #fff;
@@ -345,9 +345,6 @@
color: #fff;
}
- @media all and (max-width: 1600px) {
- margin-bottom: 15px;
- }
}
input[type="radio"] {
@@ -399,7 +396,7 @@
.policy {
position: relative;
z-index: 2;
- margin: -16px 25px 45px 25px;
+ margin: 5px 25px 45px 25px;
@media all and (max-width: 1600px) {
margin-top: -5px;
diff --git a/local/templates/evolution/js/main.js b/local/templates/evolution/js/main.js
index b346b04..93482c6 100644
--- a/local/templates/evolution/js/main.js
+++ b/local/templates/evolution/js/main.js
@@ -226,6 +226,12 @@ function getCookieValue(cookieName)
return cookieValue ? cookieValue.pop() : '0';
}
+function is_email(email)
+{
+ var regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
+ return regex.test(email);
+}
+
$(document).ready(function()
{
let cookies = getCookieValue('Policy');