(()=>{"use strict";var t={966:(t,e,s)=>{function r(t,e,s,r,i){switch(t){case"default":default:e.textContent=s;break;case"loading":e.textContent=r;break;case"sended":e.textContent=i}}function i(t,e){return e.filter((e=>e.id===t))[0]}function n(t,e){return t.some((t=>e.includes(t)))}function o(t,e){return console.log(t,e),!t.some((t=>!e.includes(t)))}function l(t,e){return e.filter((e=>o(t,e.tags)))}function a(t,e){return e.filter((e=>o(t,e.tagsForPtoPage)))}function u(){let t=window.innerWidth;return window.addEventListener("resize",(function(){var e;setTimeout((e=window.innerWidth,void(t=e)),1500)})),t}function h(){let t=window.innerWidth;return window.addEventListener("resize",(function(){var e;e=window.innerWidth,t=e})),t}function c(t,e){let s=null;return function(...r){s||(s=setTimeout((()=>{t(...r),clearTimeout(s),s=null}),e))}}s.r(e),s.d(e,{articlesMapper:()=>l,articlesMapperForPtoPage:()=>a,getItemByUniqueId:()=>i,isFullInclude:()=>o,isIntersection:()=>n,renderLoading:()=>r,throttle:()=>c,useWindowSize:()=>u,useWindowSizeTest:()=>h})}},e={};function s(r){var i=e[r];if(void 0!==i)return i.exports;var n=e[r]={exports:{}};return t[r](n,n.exports,s),n.exports}s.d=(t,e)=>{for(var r in e)s.o(e,r)&&!s.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},s.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),s.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},(()=>{const{renderLoading:t}=s(966),e={inputSelector:".form__input",submitButtonSelector:".form__submit-button",inactiveButtonClass:"form__submit-button_disabled",inputErrorClass:"form__input_type_error",errorClass:"form__input-error_visible"},r=new class{constructor({baseUrl:t,headers:e}){this._baseUrl=t,this._headers=e}_isResponseOk(t){return t.ok?t.json():Promise.reject(`Ошибка: ${t.status}`)}getInitialNews(){return fetch("https://api.ssk22.ru/news",{headers:this._headers}).then((t=>this._isResponseOk(t)))}sendCallForm(t){return fetch(`${this._baseUrl}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t),isBase64Encoded:!1}).then((t=>(console.log(t),this._isResponseOk(t))))}sendBigForm(t){return fetch(`${this._baseUrl}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}).then((t=>this._isResponseOk(t)))}}({baseUrl:"https://api.ssk22.ru/forms/form",headers:{Accept:"application/json","Content-Type":"application/json;charset=utf-8"}}),i=document.forms.upFooterForm,n=i.querySelector(e.submitButtonSelector),o=new class{constructor(t,e){this._inputSelector=t.inputSelector,this._inputErrorClass=t.inputErrorClass,this._errorClass=t.errorClass,this._submitButtonSelector=t.submitButtonSelector,this._inactiveButtonClass=t.inactiveButtonClass,this._formElement=e,this._inputList=Array.from(this._formElement.querySelectorAll(this._inputSelector)),this._buttonElement=this._formElement.querySelector(this._submitButtonSelector)}_showInputError(t,e){const s=this._formElement.querySelector(`.${t.id}-error`);t.classList.add(this._inputErrorClass),s.textContent=e,s.classList.add(this._errorClass)}_hideInputError(t){const e=this._formElement.querySelector(`.${t.id}-error`);t.classList.remove(this._inputErrorClass),e.classList.remove(this._errorClass),e.textContent=""}_checkInputValidity(t){t.validity.valid?this._hideInputError(t):this._showInputError(t,t.validationMessage)}_hasInvalidInput(t){return t.some((t=>!t.validity.valid))}_toggleButtonState(t,e){this._hasInvalidInput(t)?(e.classList.add(this._inactiveButtonClass),e.setAttribute("disabled",!0)):(e.classList.remove(this._inactiveButtonClass),e.removeAttribute("disabled"))}_showErrors(t,e){t.forEach((s=>{this._checkInputValidity(s),this._toggleButtonState(t,e)}))}toggleButtonState(){this._toggleButtonState(this._inputList,this._buttonElement)}hasInvalidInput(){return this._hasInvalidInput(this._inputList)}disableSaveButton(){this._buttonElement.classList.add(this._inactiveButtonClass),this._buttonElement.setAttribute("disabled",!0)}cleanAllErrors(){this._inputList.forEach((t=>{this._hideInputError(t)}))}showErrors(){this._inputList.forEach((t=>{this._checkInputValidity(t),this.toggleButtonState(this._inputList,this._buttonElement)}))}showErrorsForStep(t){}_setEventListeners(){this._inputList.forEach((t=>{t.addEventListener("input",(()=>{this._checkInputValidity(t),this.toggleButtonState()}))}))}_setStepEventListeners(t){t.forEach((t=>{const e=t.inputs,s=t.button;console.log(`123 ${s}`),e.forEach((t=>{t.addEventListener("input",(()=>{this._checkInputValidity(t),this._toggleButtonState(e,s)}))}))}))}enableValidation(){this._formElement.addEventListener("submit",(t=>{t.preventDefault()})),this._setEventListeners()}checkStep(t){const e=this._sets[t].inputs,s=this._sets[t].button;return!this._hasInvalidInput(e)||(this._showErrors(e,s),this._toggleButtonState(e,s),!1)}enableStepValidation(){this._sets=[];const t=this._formElement.querySelector(".first-step"),e=t.querySelector(".first-step-button"),s=Array.from(t.querySelectorAll(this._inputSelector));this._sets.push({inputs:s,button:e});const r=this._formElement.querySelector(".second-step"),i=r.querySelector(".second-step-button"),n=Array.from(r.querySelectorAll(this._inputSelector));this._sets.push({inputs:n,button:i}),this._setStepEventListeners(this._sets)}}(e,i);o.enableValidation(),new class{constructor({formSubmitHandler:t,formCleanError:e,checherValidation:s},r,i){this._formSubmitHandler=t,this._formCleanError=e,this._formElement=r,this._inputSelector=i,this._absolutePopup=this._formElement.querySelector(".popup-absolute"),this._checker=s}_getInputValues(){return this._inputList=this._formElement.querySelectorAll(this._inputSelector),this._formValues={},this._inputList.forEach((t=>{this._formValues[t.name]=t.value})),localStorage.getItem("clientId")&&(this._formValues.clientId=localStorage.getItem("clientId")),this._formValues.page=window.location.pathname,console.log(this._formValues),this._formValues}cleanAll(){this._formElement.reset(),this._formCleanError(),this._absolutePopup.classList.contains("popup__form-fio_opened")&&(console.log("Открыто!"),this._absolutePopup.classList.remove("popup__form-fio_opened"))}setEventListeners(){this._formElement.addEventListener("submit",(t=>{t.preventDefault(),this._checker()&&this._formSubmitHandler(this._getInputValues())}))}}({formSubmitHandler:e=>{t("loading",n,"Оставить заявку","Отправляем...","Отправлено успешно!"),r.sendBigForm(e).then((e=>{console.log(e),t("sended",n,"Оставить заявку","Отправляем...","Отправлено успешно!")})).catch((t=>console.log(t))).finally((()=>{i.reset(),setTimeout((()=>{t("default",n,"Оставить заявку","Отправляем...","Отправлено успешно")}),900)}))},formCleanError:()=>{},checherValidation:t=>!o.hasInvalidInput()||(o.showErrors(),!1)},i,e.inputSelector).setEventListeners()})()})();