.ModalLayout_modalActive__PAYko{position:fixed;height:100vh;width:100vw;background-color:rgba(55,65,81,.4);top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1110}.ModalLayout_modalContent__ZvUob{width:500px;padding:24px;border-radius:16px;background-color:#191919;display:flex;flex-direction:column;pointer-events:all}@media only screen and (max-width:767px){.ModalLayout_modalContent__ZvUob{width:70vw;font-size:12px;padding:24px 16px}}@media only screen and (max-width:600px){.ModalLayout_modalContent__ZvUob{position:fixed;border-radius:16px 16px 0 0;width:100vw;bottom:0}}.ModalLayout_closeSpanContainer__IzYzI{margin-left:auto;margin-bottom:24px}.ModalLayout_title__od74u{font-size:24px;margin-bottom:16px;text-align:center}@media only screen and (max-width:1023px){.ModalLayout_title__od74u{margin-bottom:24px}}.ModalLayout_message__noBD2{text-align:center;margin-bottom:24px}.IconContainer_gray__I0WN4{color:rgba(233,233,243,.302);transition:color .1s ease-in;cursor:pointer}.IconContainer_gray__I0WN4:hover{color:#fff}.IconContainer_white__PU6iY{color:#fff;transition:color .1s ease-in;cursor:pointer}.IconContainer_white__PU6iY:hover{color:#f3c472}.Form_form__FQ_l2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;grid-column-gap:40px;column-gap:40px;grid-row-gap:24px;row-gap:24px;width:100%}.Form_form--default____Njy{grid-template-areas:"name phone" "policy submitBtn"}.Form_form--file__9Heoj{grid-template-areas:"name phone" "file submitBtn" ". policy"}.Form_form--comment__tfacK{grid-template-areas:"name phone" "comment submitBtn" ". policy"}.Form_form--file__9Heoj.Form_form--comment__tfacK{grid-template-areas:"name phone" "comment file" "policy submitBtn"}.Form_form--modal__66BCq{grid-template-columns:1fr;grid-template-areas:"name" "phone" "policy" "submitBtn"}.Form_form--modal__66BCq .Form_submitWrap__22YCb{margin-bottom:-24px}@media only screen and (max-width:1023px){.Form_form__FQ_l2{grid-template-columns:1fr;row-gap:unset}.Form_form--modal__66BCq .Form_submitWrap__22YCb{margin-bottom:unset}.Form_form--default____Njy{grid-template-areas:"name" "phone" "submitBtn" "policy"}.Form_form--file__9Heoj{grid-template-areas:"name " "phone" "file " "submitBtn" "policy"}.Form_form--comment__tfacK{grid-template-areas:"name" "phone" "comment" "submitBtn" "policy"}.Form_form--file__9Heoj.Form_form--comment__tfacK{grid-template-areas:"name" "phone" "comment" "file" "submitBtn" "policy"}}.Form_inputName__IaMtn{grid-area:name}@media only screen and (max-width:1023px){.Form_inputName__IaMtn{margin-bottom:36px}}.Form_inputPhone__91sgC{grid-area:phone}@media only screen and (max-width:1023px){.Form_form--default____Njy .Form_inputPhone__91sgC{margin-bottom:40px}.Form_form--comment__tfacK .Form_inputPhone__91sgC,.Form_form--file__9Heoj .Form_inputPhone__91sgC,.Form_form--modal__66BCq .Form_inputPhone__91sgC{margin-bottom:36px}}.Form_file__gwHwE{grid-area:file}.Form_file__gwHwE button{width:100%;max-height:48px}@media only screen and (max-width:1023px){.Form_file__gwHwE{margin-bottom:40px}}.Form_comment__1M1CE{grid-area:comment}@media only screen and (max-width:1023px){.Form_comment__1M1CE{margin-bottom:40px}}.Form_submitWrap__22YCb{grid-area:submitBtn}.Form_submitWrap__22YCb button{width:100%;max-height:48px}@media only screen and (max-width:1023px){.Form_submitWrap__22YCb{margin-bottom:16px}}.Form_inputContainer__lR8i2{width:100%;display:grid;grid-gap:8px;gap:8px}.Form_input__BlEAV{background-color:transparent;padding-bottom:12px;color:#fff;width:100%;border-bottom:1px solid #fff;font-size:16px}.Form_input__BlEAV:focus{border-bottom:1px solid #f3c472}.Form_error__8h3gA{color:#a42121}.Form_policyWrap__QxAA3{grid-area:policy;display:flex;gap:8px}@media only screen and (max-width:1023px){.Form_form--modal__66BCq .Form_policyWrap__QxAA3{margin-bottom:30px}}.Form_textarea__eF007{background-color:transparent;color:#fff;width:100%;border:none;border-bottom:1px solid #fff;font-size:16px;padding-bottom:12px;resize:none;overflow-y:auto;min-height:60px;max-height:60px}.Form_textarea__eF007::placeholder{color:rgba(233,233,243,.6)}.Form_textarea__eF007:focus{border-bottom:1px solid #f3c472;outline:none}.PrivacyPolicy_privacyPolictContainer__EIAx0{color:rgba(233,233,243,.6);font-size:12px}.PrivacyPolicy_privacyPolictContainer__EIAx0 a{color:rgba(233,233,243,.6);transition:all .25s;font-size:12px}.Checkbox_checkboxContainer__axM6C{position:relative;display:flex;width:-moz-fit-content;width:fit-content;flex-direction:row;align-items:center;column-gap:12px;font-size:16px;cursor:pointer}@media only screen and (max-width:1023px){.Checkbox_checkboxContainer__axM6C{font-size:12px}}.Checkbox_inputContainer__05BtE{height:24px;width:24px}.Checkbox_checkbox__wwuhQ{position:absolute;opacity:0;cursor:pointer}.Checkbox_checkmark__4PSiC{position:absolute;top:0;left:0;height:inherit;width:inherit;background-color:transparent;border:2px solid rgba(233,233,243,.698);border-radius:4px}.Checkbox_checkmark__4PSiC:after{content:"";position:absolute;display:none;left:8px;top:4px;width:6px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}.Checkbox_checkbox__wwuhQ:checked+.Checkbox_checkmark__4PSiC:after{display:block}