{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Kca86nOc5PKL3mMGVXZi/qAsQYfINp4CgYOVdBIhL/BIlFpbdpQ.js"],
  "sourcesContent": ["// Generated by Framer (0c5492c)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import Embed1 from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import FOOTER from\"#framer/local/canvasComponent/FvLLUpAeI/FvLLUpAeI.js\";import MAINSECTIONSIMPLE from\"#framer/local/canvasComponent/ok9quhgFY/ok9quhgFY.js\";import TelegramBigBtn from\"#framer/local/canvasComponent/rq8Rvd9lB/rq8Rvd9lB.js\";import Events,{enumToDisplayNameFunctions}from\"#framer/local/collection/MnGYBiM1F/MnGYBiM1F.js\";import Teachers from\"#framer/local/collection/oL3XEwtO6/oL3XEwtO6.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle4 from\"#framer/local/css/a2CMN_Ejj/a2CMN_Ejj.js\";import*as sharedStyle6 from\"#framer/local/css/B8B5oLq2p/B8B5oLq2p.js\";import*as sharedStyle3 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle10 from\"#framer/local/css/hcBazH2Lp/hcBazH2Lp.js\";import*as sharedStyle1 from\"#framer/local/css/I9k9UVab_/I9k9UVab_.js\";import*as sharedStyle5 from\"#framer/local/css/KndMBucvE/KndMBucvE.js\";import*as sharedStyle11 from\"#framer/local/css/KXmgvuu4q/KXmgvuu4q.js\";import*as sharedStyle8 from\"#framer/local/css/Sha30kA03/Sha30kA03.js\";import*as sharedStyle7 from\"#framer/local/css/vinNC3tKW/vinNC3tKW.js\";import*as sharedStyle9 from\"#framer/local/css/XVveOLQMB/XVveOLQMB.js\";import*as sharedStyle2 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/BIlFpbdpQ/BIlFpbdpQ.js\";const MAINSECTIONSIMPLEFonts=getFonts(MAINSECTIONSIMPLE);const EmbedFonts=getFonts(Embed);const TelegramBigBtnFonts=getFonts(TelegramBigBtn);const Embed1Fonts=getFonts(Embed1);const YouTubeFonts=getFonts(YouTube);const FOOTERFonts=getFonts(FOOTER);const breakpoints={PPEqwON1r:\"(max-width: 767px)\",VBGwAqgqz:\"(min-width: 768px) and (max-width: 1023px)\",WkjtHuEvX:\"(min-width: 1440px)\",WxoK3IMSO:\"(min-width: 1024px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Ig2Zf\";const variantClassNames={PPEqwON1r:\"framer-v-chu43e\",VBGwAqgqz:\"framer-v-ha2n9q\",WkjtHuEvX:\"framer-v-1d5h45d\",WxoK3IMSO:\"framer-v-10rc3hd\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const negate=value=>{return!value;};const suffix=(value,suffix)=>{if(typeof value===\"string\"&&typeof suffix===\"string\"){return value+suffix;}else if(typeof value===\"string\"){return value;}else if(typeof suffix===\"string\"){return suffix;}return\"\";};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"hIOFi7xfy\":return true;default:return false;}};const toBoolean=value=>{return Boolean(value);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"1024\":\"WxoK3IMSO\",Desktop:\"WkjtHuEvX\",Phone:\"PPEqwON1r\",Tablet:\"VBGwAqgqz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WkjtHuEvX\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"BIlFpbdpQ\",data:Events,type:\"Collection\"},select:[{collection:\"BIlFpbdpQ\",name:\"ofQXsL8R1\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"yG3kQy58z\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"xA_yPjuqr\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"E3lnLcLzm\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"lAlfbFc8K\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"AoV23wwv_\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"CKaRdRxyS\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"Ns4hIDtNE\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"FbonIwEKa\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"G9STgHJKp\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"LKyf9BI_P\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"vNbw9eUs6\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"jP4tv4f3U\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"cTMlMN32A\",type:\"Identifier\"},{collection:\"BIlFpbdpQ\",name:\"tGpu4LbjK\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"BIlFpbdpQ\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ofQXsL8R1=getFromCurrentRouteData(\"ofQXsL8R1\")??\"\",G9STgHJKp=getFromCurrentRouteData(\"G9STgHJKp\"),yG3kQy58z=getFromCurrentRouteData(\"yG3kQy58z\")??\"\",Ns4hIDtNE=getFromCurrentRouteData(\"Ns4hIDtNE\")??\"\",CKaRdRxyS=getFromCurrentRouteData(\"CKaRdRxyS\"),E3lnLcLzm=getFromCurrentRouteData(\"E3lnLcLzm\"),lAlfbFc8K=getFromCurrentRouteData(\"lAlfbFc8K\"),AoV23wwv_=getFromCurrentRouteData(\"AoV23wwv_\")??\"\",vNbw9eUs6=getFromCurrentRouteData(\"vNbw9eUs6\")??\"\",LKyf9BI_P=getFromCurrentRouteData(\"LKyf9BI_P\")??\"\",jP4tv4f3U=getFromCurrentRouteData(\"jP4tv4f3U\")??\"\",cTMlMN32A=getFromCurrentRouteData(\"cTMlMN32A\")??true,KQMrbH35kk1OSHNozB,JIideTPjyk1OSHNozB,aJjPfLWiyk1OSHNozB,DzkEbbxmXk1OSHNozB,K9l7h9PQ3k1OSHNozB,R2WFg1qC7k1OSHNozB,idk1OSHNozB,tGpu4LbjK=getFromCurrentRouteData(\"tGpu4LbjK\")??true,R2WFg1qC7KeG5oOL8h,KQMrbH35kKeG5oOL8h,JIideTPjyKeG5oOL8h,aJjPfLWiyKeG5oOL8h,DzkEbbxmXKeG5oOL8h,K9l7h9PQ3KeG5oOL8h,idKeG5oOL8h,FbonIwEKa=getFromCurrentRouteData(\"FbonIwEKa\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();const visible=negate(equals(E3lnLcLzm,\"Ai5qjME7N\"));const isDisplayed=value=>{if(!isBrowser())return true;if([\"WxoK3IMSO\",\"VBGwAqgqz\",\"PPEqwON1r\"].includes(baseVariant))return false;return value;};const visible1=equals(E3lnLcLzm,\"BXnBYg0XF\");const textContent=suffix(toDateString(lAlfbFc8K,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode),AoV23wwv_);const visible2=toBoolean(convertFromEnum(E3lnLcLzm,activeLocale));const textContent1=enumToDisplayNameFunctions[\"E3lnLcLzm\"]?.(E3lnLcLzm,activeLocale);const textContent2=toDateString(lAlfbFc8K,{dateStyle:\"long\",locale:\"\"},activeLocaleCode);const elementId=useRouteElementId(\"ZithJbd33O7qIHq6fw\");const ref1=React.useRef(null);const visible3=isSet(vNbw9eUs6);const visible4=isSet(LKyf9BI_P);const isDisplayed1=value=>{if(!isBrowser())return true;if([\"WxoK3IMSO\",\"VBGwAqgqz\",\"PPEqwON1r\"].includes(baseVariant))return value;return false;};const elementId1=useRouteElementId(\"ZithJbd33l2Ibjr6Zl\");const ref2=React.useRef(null);const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"PPEqwON1r\")return false;return true;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WkjtHuEvX\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1d5h45d\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vff9c6\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XuuIfyfsg\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33l2Ibjr6Zl\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33O7qIHq6fw\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{webPageId:\"XuuIfyfsg\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33l2Ibjr6Zl\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33O7qIHq6fw\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{webPageId:\"XuuIfyfsg\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33l2Ibjr6Zl\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33O7qIHq6fw\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{webPageId:\"XuuIfyfsg\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33l2Ibjr6Zl\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined},{href:{hash:\":ZithJbd33O7qIHq6fw\",pathVariables:{yG3kQy58z},webPageId:\"BIlFpbdpQ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:500,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jxhj5g-container\",nodeId:\"ZithJbd33esV590V_A\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PPEqwON1r:{cbDbdHssm:resolvedLinks[9],ov96jd9RO:resolvedLinks[10],Tqqsg03fR:resolvedLinks[11],variant:\"SMNlzC0xh\"},VBGwAqgqz:{cbDbdHssm:resolvedLinks[6],ov96jd9RO:resolvedLinks[7],Tqqsg03fR:resolvedLinks[8],variant:\"OO2RtGmp_\"},WxoK3IMSO:{cbDbdHssm:resolvedLinks[3],ov96jd9RO:resolvedLinks[4],Tqqsg03fR:resolvedLinks[5],variant:\"W6xx_VvkF\"}},children:/*#__PURE__*/_jsx(MAINSECTIONSIMPLE,{AGJAdHerj:\"I210:976;210:927\",AO1wHaT4O:true,cbDbdHssm:resolvedLinks[0],cGobl3y9z:true,CHWt1EpG0:\"I210:976;210:927\",DB6pZ9S8K:\"v7RP0RnY8\",djgbdQ8dI:\"0px 0px 0px 0px\",EQIqEOIXX:toDateString(CKaRdRxyS,{dateStyle:\"full\",display:\"date\",locale:\"\"},activeLocaleCode),F8I5e3piN:\"I210:976;210:927\",gPV5T3qe7:\"I210:976;210:927\",height:\"100%\",hiux8aQsS:false,id:\"ZithJbd33esV590V_A\",J9N3SzTjh:ofQXsL8R1,KG7mGNg7Z:\"\u0425\u043B\u0435\u0431\u043D\u0430\u044F 3 \u0443\u0440\u043E\u0432\u0435\u043D\u044C\",layoutId:\"ZithJbd33esV590V_A\",memuYLnTa:false,NxmpqGOG6:isSet(Ns4hIDtNE),o8raeHzCp:\"I210:976;210:927\",ov96jd9RO:resolvedLinks[1],pu9XIYMh9:toResponsiveImage(G9STgHJKp),qSHdK27gg:\"I210:976;210:927\",rLDbF8N46:true,rr28rbNH0:\"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0435\u0435\",skpcoaoAz:\"\u0417\u0430\u043F\u0438\u0441\u0430\u0442\u044C\u0441\u044F\",style:{width:\"100%\"},Tqqsg03fR:resolvedLinks[2],txCCP7XU6:\"nMhMyOMuh\",variant:\"NnPilfg57\",w7xvi7sTZ:\"\",width:\"100%\",xxGm2he5_:true,YctUwxTqr:\"\u0412\u0435\u0431\u0438\u043D\u0430\u0440\u044B\",Z4YeoAVGj:.6})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cyaxre\",\"data-framer-name\":\"CONTACTS-SECTION\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sslgsa\",\"data-framer-name\":\"Container\",children:[isDisplayed(visible)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-4y3n2z\",\"hidden-10rc3hd\",\"hidden-ha2n9q\",\"hidden-chu43e\",!visible&&\"hidden-1d5h45d\"),\"data-framer-name\":\"section-header\",children:[visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8qew6g\",\"data-framer-name\":\"Sidebar reg\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o2fz8x\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",style:{\"--framer-text-alignment\":\"center\"},children:\"August 18, 2024 19:00\"})}),className:\"framer-hj5f8v\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-157pqtd\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:89,intrinsicWidth:2655,svg:'<svg width=\"2655\" height=\"89\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M87.086 1.414 3.414 85.086c-1.26 1.26-.367 3.414 1.414 3.414h875.344c1.781 0 2.674-2.154 1.414-3.414L797.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L620.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L443.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L266.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L89.914 1.414a2 2 0 0 0-2.828 0Zm885 0-83.672 83.672c-1.26 1.26-.367 3.414 1.414 3.414h875.342c1.78 0 2.68-2.154 1.42-3.414l-83.68-83.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0L974.914 1.414a2 2 0 0 0-2.828 0Zm885.004 0-83.68 83.672c-1.26 1.26-.36 3.414 1.42 3.414h875.34c1.78 0 2.68-2.154 1.42-3.414l-83.68-83.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1dw8s8d\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-otbe8a-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RRlF6na3I\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:\"<script data-b24-form=\\\"inline/15/xcybl2\\\" data-skip-moving=\\\"true\\\">(function(w,d,u){var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/180000|0);var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})(window,document,'https://cdn-ru.bitrix24.ru/b31217364/crm/form/loader_15.js');</script>\",id:\"RRlF6na3I\",layoutId:\"RRlF6na3I\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1auel1i\",\"data-framer-name\":\"Sidebar End\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5owu6u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wolex3\",\"data-styles-preset\":\"I9k9UVab_\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u041C\u0435\u0440\u043E\u043F\u0440\u0438\u044F\u0442\u0438\u0435 \u043F\u0440\u043E\u0448\u043B\u043E\"})}),className:\"framer-6vbbf2\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wolex3\",\"data-styles-preset\":\"I9k9UVab_\",style:{\"--framer-text-alignment\":\"center\"},children:\"16 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 2023 \u0432 19:30 \u041C\u0421\u041A\"})}),className:\"framer-1laznc6\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-175j2wf\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:89,intrinsicWidth:2655,svg:'<svg width=\"2655\" height=\"89\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M87.086 1.414 3.414 85.086c-1.26 1.26-.367 3.414 1.414 3.414h875.344c1.781 0 2.674-2.154 1.414-3.414L797.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L620.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L443.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L266.914 1.414a2 2 0 0 0-2.828 0l-85.672 85.672a2 2 0 0 1-2.828 0L89.914 1.414a2 2 0 0 0-2.828 0Zm885 0-83.672 83.672c-1.26 1.26-.367 3.414 1.414 3.414h875.342c1.78 0 2.68-2.154 1.42-3.414l-83.68-83.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0L974.914 1.414a2 2 0 0 0-2.828 0Zm885.004 0-83.68 83.672c-1.26 1.26-.36 3.414 1.42 3.414h875.34c1.78 0 2.68-2.154 1.42-3.414l-83.68-83.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0l-85.68 85.672a1.99 1.99 0 0 1-2.82 0l-85.68-85.672a1.99 1.99 0 0 0-2.82 0Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bvfuay\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-21ogod\",\"data-styles-preset\":\"xZndidUCt\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u0427\u0442\u043E\u0431\u044B \u043D\u0435 \u043F\u0440\u043E\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u0438\u043D\u0442\u0435\u0440\u0435\u0441\u043D\u044B\u0435 \u0441\u043E\u0431\u044B\u0442\u0438\u044F \u0438 \u0432\u0435\u0431\u0438\u043D\u0430\u0440\u044B \u0448\u043A\u043E\u043B\u044B \u042E\u0430\u0439\u0442\u0438, \u043F\u043E\u0434\u043F\u0438\u0441\u044B\u0432\u0430\u0439\u0442\u0435\u0441\u044C \u043D\u0430 \u043D\u0430\u0448 \u0422\u0435\u043B\u0435\u0433\u0440\u0430\u043C\"})}),className:\"framer-153g7cr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vsltwj-container\",nodeId:\"xKtJtut_m\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(TelegramBigBtn,{height:\"100%\",id:\"xKtJtut_m\",layoutId:\"xKtJtut_m\",sxW_kYupF:\"rgb(72, 98, 127)\",variant:\"Cc2DU44oI\",WHPd1AHPH:\"\u041D\u0430\u0448 \u043A\u0430\u043D\u0430\u043B \u0432 Telegram\",width:\"100%\",WqkI8dJex:\"https://t.me/youit\",Zur0gFxur:true})})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tl44ba\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qadwvd\",id:elementId,ref:ref1,children:[visible3&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-46aqsg\",\"data-framer-name\":\"Custom\",children:visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-luu1ti-container\",isModuleExternal:true,nodeId:\"rMqRf74UG\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(Embed1,{height:\"100%\",html:vNbw9eUs6,id:\"rMqRf74UG\",layoutId:\"rMqRf74UG\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h0vm9t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BwVkzRACV\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,height:\"100%\",id:\"BwVkzRACV\",isMixedBorderRadius:false,isRed:true,layoutId:\"BwVkzRACV\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:8,topRightRadius:8,url:LKyf9BI_P,width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-color\":\"var(--token-76f14986-e0b7-47fb-a18a-f7aa98c0449e, rgba(0, 0, 0, 0.8))\"},children:\"\u041E \u043C\u0435\u0440\u043E\u043F\u0440\u0438\u044F\u0442\u0438\u0438\"})}),className:\"framer-ilwtdu\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"vE4TGeApX\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"EPph5fWux\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:jP4tv4f3U,className:\"framer-gvi5il\",\"data-framer-name\":\"\u041F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u0430\u044F \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0430 \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-aexbeb\",blockquote:\"framer-styles-preset-hqnl11\",code:\"framer-styles-preset-14w5kk9\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-1wl6q4u\",h5:\"framer-styles-preset-10vjsrs\",h6:\"framer-styles-preset-39vgqs\",img:\"framer-styles-preset-1e6tcsk\",p:\"framer-styles-preset-zg69ar\",table:\"framer-styles-preset-1sqper5\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d6whvf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"\u041E\u0440\u0433\u0430\u043D\u0438\u0437\u0430\u0442\u043E\u0440\u044B\"})}),className:\"framer-1uq3y05\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ex6zx\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"k1OSHNozB\",data:Teachers,type:\"Collection\"},select:[{collection:\"k1OSHNozB\",name:\"KQMrbH35k\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"JIideTPjy\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"aJjPfLWiy\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"DzkEbbxmX\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"K9l7h9PQ3\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"R2WFg1qC7\",type:\"Identifier\"},{collection:\"k1OSHNozB\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"k1OSHNozB\",name:\"JIideTPjy\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"\u0413\u0440\u0438\u0446\u0430\u0435\u0432\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aJjPfLWiy:aJjPfLWiyk1OSHNozB,DzkEbbxmX:DzkEbbxmXk1OSHNozB,id:idk1OSHNozB,JIideTPjy:JIideTPjyk1OSHNozB,K9l7h9PQ3:K9l7h9PQ3k1OSHNozB,KQMrbH35k:KQMrbH35kk1OSHNozB,R2WFg1qC7:R2WFg1qC7k1OSHNozB},index)=>{JIideTPjyk1OSHNozB??=\"\";aJjPfLWiyk1OSHNozB??=\"\";DzkEbbxmXk1OSHNozB??=\"\";K9l7h9PQ3k1OSHNozB??=\"\";R2WFg1qC7k1OSHNozB??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`k1OSHNozB-${idk1OSHNozB}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{R2WFg1qC7:R2WFg1qC7k1OSHNozB},children:cTMlMN32A&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6zlbsh\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"206px\",...toResponsiveImage(KQMrbH35kk1OSHNozB)},className:\"framer-1p2p5r9\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w31m4\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wolex3\",\"data-styles-preset\":\"I9k9UVab_\",children:\"Name\"})}),className:\"framer-132i8pl\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],text:JIideTPjyk1OSHNozB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-c085fb2b-8b7e-4a33-92f3-51c9d90f6313, rgba(0, 0, 0, 0.6))\"},children:\"\u041E\u0441\u043D\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0438 \u0434\u0438\u0440\u0435\u043A\u0442\u043E\u0440 \u0448\u043A\u043E\u043B\u044B, \u043F\u0440\u0435\u043F\u043E\u0434\u0430\u0432\u0430\u0442\u0435\u043B\u044C \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u043A\u0438 \u0438 \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F\"})}),className:\"framer-1i4djdx\",\"data-framer-name\":\"Job name\",fonts:[\"Inter\"],text:aJjPfLWiyk1OSHNozB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-c085fb2b-8b7e-4a33-92f3-51c9d90f6313, rgba(0, 0, 0, 0.6))\"},children:\"\u0412\u0428\u042D, \u043D\u0430\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435 \\xab\u041F\u0440\u0438\u043A\u043B\u0430\u0434\u043D\u0430\u044F \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u043A\u0430 \u0438 \u0438\u043D\u0444\u043E\u0440\u043C\u0430\u0442\u0438\u043A\u0430\\xbb\"})}),className:\"framer-37j1g\",\"data-framer-name\":\"Education\",fonts:[\"Inter\"],text:DzkEbbxmXk1OSHNozB,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-76f14986-e0b7-47fb-a18a-f7aa98c0449e, rgba(0, 0, 0, 0.8))\"},children:\"\u0412 \u043F\u0440\u043E\u0448\u043B\u043E\u043C \u2014\\xa0\u0447\u043B\u0435\u043D \u0441\u0431\u043E\u0440\u043D\u043E\u0439 \u041C\u043E\u0441\u043A\u0432\u044B \u043F\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044E, \u043F\u0440\u0438\u0437\u0451\u0440 \u0441\u0435\u0440\u0438\u0438 \u043E\u043B\u0438\u043C\u043F\u0438\u0430\u0434 \u043F\u043E \u043F\u0440\u043E\u0433\u0440\u0430\u043C\u043C\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044E \u0438 \u043C\u0430\u0442\u0435\u043C\u0430\u0442\u0438\u043A\u0435 1-3 \u0443\u0440\u043E\u0432\u043D\u0435\u0439. \u041F\u0440\u0435\u043F\u043E\u0434\u0430\u0451\u0442 \u0443\u0436\u0435 8 \u043B\u0435\u0442. \u0412\u0435\u0434\u0451\u0442 \u0433\u0440\u0443\u043F\u043F\u043E\u0432\u044B\u0435 \u0438 \u0438\u043D\u0434\u0438\u0432\u0438\u0434\u0443\u0430\u043B\u044C\u043D\u044B\u0435 \u0437\u0430\u043D\u044F\u0442\u0438\u044F, \u0440\u0430\u0437\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u043C\u0435\u0442\u043E\u0434\u0438\u043A\u0443 \u0438 \u043F\u043B\u0430\u043D\u044B \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F \u043F\u043E \u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u044B\u043C \u0437\u0430\u043F\u0440\u043E\u0441\u0430\u043C. \u0411\u043E\u043B\u044C\u0448\u0435 300 \u0443\u0447\u0435\u043D\u0438\u043A\u043E\u0432 \u043F\u043E\u0434 \u0440\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E\u043C \u041C\u0430\u0442\u0432\u0435\u044F \u0441\u0442\u0430\u043B\u0438 \u043F\u0440\u0438\u0437\u0451\u0440\u0430\u043C\u0438 \u0438 \u043F\u043E\u0431\u0435\u0434\u0438\u0442\u0435\u043B\u044F\u043C\u0438 \u0432\u0441\u0435\u0440\u043E\u0441\u0441\u0438\u0439\u0441\u043A\u0438\u0445 \u043E\u043B\u0438\u043C\u043F\u0438\u0430\u0434 \u0438 \u043F\u043E\u0441\u0442\u0443\u043F\u0438\u043B\u0438 \u0432 \u043B\u0443\u0447\u0448\u0438\u0435 \u0448\u043A\u043E\u043B\u044B \u0420\u043E\u0441\u0441\u0438\u0438.\"})}),className:\"framer-vtmz7d\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],text:K9l7h9PQ3k1OSHNozB,verticalAlignment:\"top\",withExternalLayout:true})]})]})})},idk1OSHNozB);})})})})}),tGpu4LbjK&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ijjhe3\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"KeG5oOL8h\",data:Teachers,type:\"Collection\"},select:[{collection:\"KeG5oOL8h\",name:\"R2WFg1qC7\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"KQMrbH35k\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"JIideTPjy\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"aJjPfLWiy\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"DzkEbbxmX\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"K9l7h9PQ3\",type:\"Identifier\"},{collection:\"KeG5oOL8h\",name:\"id\",type:\"Identifier\"}],where:{arguments:[{collection:\"KeG5oOL8h\",name:\"JIideTPjy\",type:\"Identifier\"},{type:\"LiteralValue\",value:\"\u041A\u043E\u043C\u0430\u0440\u0438\u043A\"}],functionName:\"CONTAINS\",type:\"FunctionCall\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({aJjPfLWiy:aJjPfLWiyKeG5oOL8h,DzkEbbxmX:DzkEbbxmXKeG5oOL8h,id:idKeG5oOL8h,JIideTPjy:JIideTPjyKeG5oOL8h,K9l7h9PQ3:K9l7h9PQ3KeG5oOL8h,KQMrbH35k:KQMrbH35kKeG5oOL8h,R2WFg1qC7:R2WFg1qC7KeG5oOL8h},index1)=>{R2WFg1qC7KeG5oOL8h??=\"\";JIideTPjyKeG5oOL8h??=\"\";aJjPfLWiyKeG5oOL8h??=\"\";DzkEbbxmXKeG5oOL8h??=\"\";K9l7h9PQ3KeG5oOL8h??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`KeG5oOL8h-${idKeG5oOL8h}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{R2WFg1qC7:R2WFg1qC7KeG5oOL8h},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{R2WFg1qC7:R2WFg1qC7KeG5oOL8h},webPageId:\"JprenUl_E\"},motionChild:true,nodeId:\"gnp3yT1hk\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1orwzce framer-1yu7mgg\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"206px\",...toResponsiveImage(KQMrbH35kKeG5oOL8h)},className:\"framer-sb36y9\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rdmkzg\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1wolex3\",\"data-styles-preset\":\"I9k9UVab_\",children:\"Name\"})}),className:\"framer-1gdr73k\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],text:JIideTPjyKeG5oOL8h,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-807fa8a1-a428-4ecc-bac2-0629451a813a, rgb(0, 0, 0))\"},children:\"Job name\"})}),className:\"framer-1err3lj\",\"data-framer-name\":\"Job name\",fonts:[\"Inter\"],text:aJjPfLWiyKeG5oOL8h,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-807fa8a1-a428-4ecc-bac2-0629451a813a, rgb(0, 0, 0))\"},children:\"Education\"})}),className:\"framer-fcdljj\",\"data-framer-name\":\"Education\",fonts:[\"Inter\"],text:DzkEbbxmXKeG5oOL8h,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-807fa8a1-a428-4ecc-bac2-0629451a813a, rgb(0, 0, 0))\"},children:\"About\"})}),className:\"framer-xb3nxf\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],text:K9l7h9PQ3KeG5oOL8h,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idKeG5oOL8h);})})})})})]})]}),isDisplayed1(visible1)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-1kb8sxi\",\"hidden-1d5h45d\",!visible1&&\"hidden-10rc3hd\",!visible1&&\"hidden-ha2n9q\",!visible1&&\"hidden-chu43e\"),\"data-framer-name\":\"CampFormAmo1\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xmci7p\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PPEqwON1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",style:{\"--framer-text-alignment\":\"center\"},children:\"\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1wml6uu\",\"data-styles-preset\":\"fVxnimdqP\",children:\"\u0411\u0435\u0441\u043F\u043B\u0430\u0442\u043D\u0430\u044F \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F\"})}),className:\"framer-nuvdz0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PPEqwON1r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-807fa8a1-a428-4ecc-bac2-0629451a813a, rgb(0, 0, 0))\"},children:\"\u041F\u0440\u0438\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 \u043F\u043E\u0441\u0442\u0443\u043F\u0438\u0442 \u043A \u0432\u0430\u043C \u0432 WhatsApp \u043F\u043E\u0441\u043B\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-zg69ar\",\"data-styles-preset\":\"vinNC3tKW\",style:{\"--framer-text-color\":\"var(--token-807fa8a1-a428-4ecc-bac2-0629451a813a, rgb(0, 0, 0))\"},children:\"\u041F\u0440\u0438\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 \u043F\u043E\u0441\u0442\u0443\u043F\u0438\u0442 \u043A \u0432\u0430\u043C \u0432 WhatsApp \u043F\u043E\u0441\u043B\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438.\"})}),className:\"framer-4h4uf\",\"data-framer-name\":\"\u041F\u043E\u0434\u0440\u043E\u0431\u043D\u0443\u044F \u043E\u0431\u0440\u0430\u0442\u043D\u0430\u044F \u0441\u0432\u044F\u0437\u044C \u0440\u043E\u0434\u0438\u0442\u0435\u043B\u044F\u043C\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VBGwAqgqz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c085fb2b-8b7e-4a33-92f3-51c9d90f6313, rgba(0, 0, 0, 0.6))\"},children:\"\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u044F \u0437\u0430\u044F\u0432\u043A\u0443, \u0432\u044B \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044C \u0441 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u043E\u0439 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\"})})},WxoK3IMSO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-c085fb2b-8b7e-4a33-92f3-51c9d90f6313, rgba(0, 0, 0, 0.6))\"},children:\"\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u044F \u0437\u0430\u044F\u0432\u043A\u0443, \u0432\u044B \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044C \u0441 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u043E\u0439 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c085fb2b-8b7e-4a33-92f3-51c9d90f6313, rgba(0, 0, 0, 0.6))\"},children:\"\u041E\u0442\u043F\u0440\u0430\u0432\u043B\u044F\u044F \u0437\u0430\u044F\u0432\u043A\u0443, \u0432\u044B \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044C \u0441 \u043F\u043E\u043B\u0438\u0442\u0438\u043A\u043E\u0439 \u043E\u0431\u0440\u0430\u0431\u043E\u0442\u043A\u0438 \u043F\u0435\u0440\u0441\u043E\u043D\u0430\u043B\u044C\u043D\u044B\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\"})}),className:\"framer-fhny0s\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12bk24s\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b1yy\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-jpkkit-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"i30LkdAiJ\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WxoK3IMSO:{html:\"<script data-b24-form=\\\"inline/15/xcybl2\\\" data-skip-moving=\\\"true\\\">(function(w,d,u){var s=d.createElement('script');s.async=true;s.src=u+'?'+(Date.now()/180000|0);var h=d.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})(window,document,'https://cdn-ru.bitrix24.ru/b31217364/crm/form/loader_15.js');</script>\"}},children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:FbonIwEKa,id:\"i30LkdAiJ\",layoutId:\"i30LkdAiJ\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{VBGwAqgqz:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:833,intrinsicWidth:633,pixelHeight:833,pixelWidth:633,sizes:`calc((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1295px), 1px), 1295px) - 160px) * 0.6612)`,src:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png\",srcSet:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png 633w\"}},WxoK3IMSO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:833,intrinsicWidth:633,pixelHeight:833,pixelWidth:633,sizes:`calc((min(max(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1295px), 1px), 1295px) - 236px) * 0.5896)`,src:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png\",srcSet:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png 633w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:833,intrinsicWidth:633,pixelHeight:833,pixelWidth:633,src:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png\",srcSet:\"https://framerusercontent.com/images/yMjvdI9vI2sQVl7vMxnLFSIcUg.png 633w\"},className:\"framer-1ttfhns hidden-chu43e\",\"data-framer-name\":\"image\"})})]})]})]})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:316,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-124wi0r-container\",nodeId:\"ZithJbd33LuYpt5oN1\",scopeId:\"BIlFpbdpQ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PPEqwON1r:{variant:\"dJQn7rQ7z\"},VBGwAqgqz:{variant:\"zdPkmP5fe\"},WxoK3IMSO:{variant:\"Ss059WxSD\"}},children:/*#__PURE__*/_jsx(FOOTER,{height:\"100%\",id:\"ZithJbd33LuYpt5oN1\",layoutId:\"ZithJbd33LuYpt5oN1\",style:{width:\"100%\"},variant:\"TnUMsoxvw\",width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Ig2Zf.framer-1yu7mgg, .framer-Ig2Zf .framer-1yu7mgg { display: block; }\",\".framer-Ig2Zf.framer-1d5h45d { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-Ig2Zf .framer-1vff9c6 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-1jxhj5g-container, .framer-Ig2Zf .framer-124wi0r-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-1cyaxre { align-content: center; align-items: center; background-color: #f0f7fa; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-1sslgsa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1295px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Ig2Zf .framer-4y3n2z { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 350px; z-index: 1; }\",\".framer-Ig2Zf .framer-8qew6g, .framer-Ig2Zf .framer-1auel1i { align-content: flex-start; align-items: flex-start; background-color: #fcd34a; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 20px; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-Ig2Zf .framer-o2fz8x, .framer-Ig2Zf .framer-5owu6u { align-content: center; align-items: center; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 32px 24px 0px 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ig2Zf .framer-hj5f8v, .framer-Ig2Zf .framer-6vbbf2, .framer-Ig2Zf .framer-1laznc6, .framer-Ig2Zf .framer-153g7cr, .framer-Ig2Zf .framer-nuvdz0, .framer-Ig2Zf .framer-fhny0s { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ig2Zf .framer-157pqtd { flex: none; height: 6px; position: relative; width: 119%; }\",\".framer-Ig2Zf .framer-1dw8s8d { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-otbe8a-container { flex: none; height: 690px; position: relative; width: 350px; z-index: 5; }\",\".framer-Ig2Zf .framer-175j2wf { aspect-ratio: 29.831460674157302 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 13px); position: relative; width: 388px; }\",\".framer-Ig2Zf .framer-1bvfuay { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 24px 16px 24px 16px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-vsltwj-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Ig2Zf .framer-tl44ba { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 1295px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Ig2Zf .framer-1qadwvd { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 48px; position: relative; scroll-margin-top: 20px; width: 100%; }\",\".framer-Ig2Zf .framer-46aqsg { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 400px; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ig2Zf .framer-luu1ti-container { flex: 1 0 0px; height: 700px; position: relative; width: 1px; }\",\".framer-Ig2Zf .framer-h0vm9t-container { flex: none; height: 677px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-ilwtdu, .framer-Ig2Zf .framer-1uq3y05 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Ig2Zf .framer-gvi5il { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ig2Zf .framer-d6whvf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-9ex6zx, .framer-Ig2Zf .framer-1ijjhe3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-6zlbsh { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-1p2p5r9 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 321px; position: relative; width: 206px; }\",\".framer-Ig2Zf .framer-1w31m4, .framer-Ig2Zf .framer-1rdmkzg { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 0px; position: relative; width: 1px; }\",\".framer-Ig2Zf .framer-132i8pl, .framer-Ig2Zf .framer-1i4djdx, .framer-Ig2Zf .framer-37j1g, .framer-Ig2Zf .framer-vtmz7d, .framer-Ig2Zf .framer-1gdr73k, .framer-Ig2Zf .framer-1err3lj, .framer-Ig2Zf .framer-fcdljj, .framer-Ig2Zf .framer-xb3nxf, .framer-Ig2Zf .framer-4h4uf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Ig2Zf .framer-1orwzce { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-Ig2Zf .framer-sb36y9 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 323px; justify-content: center; padding: 0px; position: relative; width: 206px; }\",\".framer-Ig2Zf .framer-1kb8sxi { align-content: flex-start; align-items: flex-start; background: linear-gradient(108deg, #f29436 0%, rgb(250, 233, 128) 100%); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 48px 48px 0px 48px; position: relative; scroll-margin-top: 10px; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ig2Zf .framer-xmci7p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Ig2Zf .framer-12bk24s { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Ig2Zf .framer-b1yy { align-content: center; align-items: center; background-color: var(--token-bea4f195-525a-4759-9fb8-b6718a1021fd, #ffffff); border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 396px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Ig2Zf .framer-jpkkit-container { flex: none; height: 458px; position: relative; width: 340px; }\",\".framer-Ig2Zf .framer-1ttfhns { aspect-ratio: 0.7599039615846338 / 1; bottom: -94px; flex: none; height: var(--framer-aspect-ratio-supported, 610px); overflow: visible; position: absolute; right: -97px; top: -163px; width: 59%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ig2Zf.framer-1d5h45d, .framer-Ig2Zf .framer-1vff9c6, .framer-Ig2Zf .framer-1cyaxre, .framer-Ig2Zf .framer-1sslgsa, .framer-Ig2Zf .framer-4y3n2z, .framer-Ig2Zf .framer-8qew6g, .framer-Ig2Zf .framer-o2fz8x, .framer-Ig2Zf .framer-1dw8s8d, .framer-Ig2Zf .framer-1auel1i, .framer-Ig2Zf .framer-5owu6u, .framer-Ig2Zf .framer-1bvfuay, .framer-Ig2Zf .framer-tl44ba, .framer-Ig2Zf .framer-1qadwvd, .framer-Ig2Zf .framer-46aqsg, .framer-Ig2Zf .framer-d6whvf, .framer-Ig2Zf .framer-9ex6zx, .framer-Ig2Zf .framer-6zlbsh, .framer-Ig2Zf .framer-1w31m4, .framer-Ig2Zf .framer-1ijjhe3, .framer-Ig2Zf .framer-1orwzce, .framer-Ig2Zf .framer-sb36y9, .framer-Ig2Zf .framer-1rdmkzg, .framer-Ig2Zf .framer-1kb8sxi, .framer-Ig2Zf .framer-xmci7p, .framer-Ig2Zf .framer-12bk24s, .framer-Ig2Zf .framer-b1yy { gap: 0px; } .framer-Ig2Zf.framer-1d5h45d > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-Ig2Zf.framer-1d5h45d > :first-child, .framer-Ig2Zf .framer-1vff9c6 > :first-child, .framer-Ig2Zf .framer-4y3n2z > :first-child, .framer-Ig2Zf .framer-8qew6g > :first-child, .framer-Ig2Zf .framer-o2fz8x > :first-child, .framer-Ig2Zf .framer-1dw8s8d > :first-child, .framer-Ig2Zf .framer-1auel1i > :first-child, .framer-Ig2Zf .framer-5owu6u > :first-child, .framer-Ig2Zf .framer-1bvfuay > :first-child, .framer-Ig2Zf .framer-tl44ba > :first-child, .framer-Ig2Zf .framer-1qadwvd > :first-child, .framer-Ig2Zf .framer-d6whvf > :first-child, .framer-Ig2Zf .framer-9ex6zx > :first-child, .framer-Ig2Zf .framer-1w31m4 > :first-child, .framer-Ig2Zf .framer-1ijjhe3 > :first-child, .framer-Ig2Zf .framer-sb36y9 > :first-child, .framer-Ig2Zf .framer-1rdmkzg > :first-child, .framer-Ig2Zf .framer-1kb8sxi > :first-child, .framer-Ig2Zf .framer-xmci7p > :first-child { margin-top: 0px; } .framer-Ig2Zf.framer-1d5h45d > :last-child, .framer-Ig2Zf .framer-1vff9c6 > :last-child, .framer-Ig2Zf .framer-4y3n2z > :last-child, .framer-Ig2Zf .framer-8qew6g > :last-child, .framer-Ig2Zf .framer-o2fz8x > :last-child, .framer-Ig2Zf .framer-1dw8s8d > :last-child, .framer-Ig2Zf .framer-1auel1i > :last-child, .framer-Ig2Zf .framer-5owu6u > :last-child, .framer-Ig2Zf .framer-1bvfuay > :last-child, .framer-Ig2Zf .framer-tl44ba > :last-child, .framer-Ig2Zf .framer-1qadwvd > :last-child, .framer-Ig2Zf .framer-d6whvf > :last-child, .framer-Ig2Zf .framer-9ex6zx > :last-child, .framer-Ig2Zf .framer-1w31m4 > :last-child, .framer-Ig2Zf .framer-1ijjhe3 > :last-child, .framer-Ig2Zf .framer-sb36y9 > :last-child, .framer-Ig2Zf .framer-1rdmkzg > :last-child, .framer-Ig2Zf .framer-1kb8sxi > :last-child, .framer-Ig2Zf .framer-xmci7p > :last-child { margin-bottom: 0px; } .framer-Ig2Zf .framer-1vff9c6 > *, .framer-Ig2Zf .framer-8qew6g > *, .framer-Ig2Zf .framer-1auel1i > *, .framer-Ig2Zf .framer-xmci7p > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Ig2Zf .framer-1cyaxre > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-Ig2Zf .framer-1cyaxre > :first-child, .framer-Ig2Zf .framer-1sslgsa > :first-child, .framer-Ig2Zf .framer-46aqsg > :first-child, .framer-Ig2Zf .framer-6zlbsh > :first-child, .framer-Ig2Zf .framer-1orwzce > :first-child, .framer-Ig2Zf .framer-12bk24s > :first-child, .framer-Ig2Zf .framer-b1yy > :first-child { margin-left: 0px; } .framer-Ig2Zf .framer-1cyaxre > :last-child, .framer-Ig2Zf .framer-1sslgsa > :last-child, .framer-Ig2Zf .framer-46aqsg > :last-child, .framer-Ig2Zf .framer-6zlbsh > :last-child, .framer-Ig2Zf .framer-1orwzce > :last-child, .framer-Ig2Zf .framer-12bk24s > :last-child, .framer-Ig2Zf .framer-b1yy > :last-child { margin-right: 0px; } .framer-Ig2Zf .framer-1sslgsa > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Ig2Zf .framer-4y3n2z > *, .framer-Ig2Zf .framer-1kb8sxi > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Ig2Zf .framer-o2fz8x > *, .framer-Ig2Zf .framer-5owu6u > *, .framer-Ig2Zf .framer-1bvfuay > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Ig2Zf .framer-1dw8s8d > *, .framer-Ig2Zf .framer-1w31m4 > *, .framer-Ig2Zf .framer-sb36y9 > *, .framer-Ig2Zf .framer-1rdmkzg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Ig2Zf .framer-tl44ba > *, .framer-Ig2Zf .framer-1qadwvd > *, .framer-Ig2Zf .framer-d6whvf > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Ig2Zf .framer-46aqsg > *, .framer-Ig2Zf .framer-b1yy > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Ig2Zf .framer-9ex6zx > *, .framer-Ig2Zf .framer-1ijjhe3 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Ig2Zf .framer-6zlbsh > *, .framer-Ig2Zf .framer-1orwzce > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-Ig2Zf .framer-12bk24s > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 1024px) and (max-width: 1439px) { .framer-Ig2Zf.framer-1d5h45d { width: 1024px; } .framer-Ig2Zf .framer-tl44ba { padding: 0px 70px 0px 70px; } .framer-Ig2Zf .framer-luu1ti-container { height: 455px; } .framer-Ig2Zf .framer-h0vm9t-container { height: 427px; } .framer-Ig2Zf .framer-jpkkit-container { height: 674px; width: 350px; } .framer-Ig2Zf .framer-1ttfhns { bottom: 1px; height: var(--framer-aspect-ratio-supported, 263px); right: -94px; top: unset; }}\",\"@media (min-width: 768px) and (max-width: 1023px) { .framer-Ig2Zf.framer-1d5h45d { width: 768px; } .framer-Ig2Zf .framer-tl44ba { padding: 0px 32px 0px 32px; } .framer-Ig2Zf .framer-luu1ti-container { height: 340px; } .framer-Ig2Zf .framer-h0vm9t-container { height: 337px; } .framer-Ig2Zf .framer-jpkkit-container { height: 651px; width: 350px; } .framer-Ig2Zf .framer-1ttfhns { bottom: -18px; height: var(--framer-aspect-ratio-supported, 263px); right: -190px; top: unset; width: 66%; }}\",\"@media (max-width: 767px) { .framer-Ig2Zf.framer-1d5h45d { width: 400px; } .framer-Ig2Zf .framer-1cyaxre { gap: 24px; padding: 0px; } .framer-Ig2Zf .framer-1sslgsa { padding: 0px 0px 32px 0px; } .framer-Ig2Zf .framer-tl44ba { padding: 24px 10px 0px 10px; } .framer-Ig2Zf .framer-1qadwvd { padding: 24px; } .framer-Ig2Zf .framer-46aqsg { order: 0; } .framer-Ig2Zf .framer-luu1ti-container { height: 186px; } .framer-Ig2Zf .framer-h0vm9t-container { height: 184px; order: 1; } .framer-Ig2Zf .framer-ilwtdu { order: 2; } .framer-Ig2Zf .framer-gvi5il { order: 3; } .framer-Ig2Zf .framer-d6whvf { order: 4; } .framer-Ig2Zf .framer-1kb8sxi { padding: 0px; } .framer-Ig2Zf .framer-xmci7p { gap: 8px; padding: 16px; } .framer-Ig2Zf .framer-b1yy { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; flex: 1 0 0px; padding: 10px; width: 1px; } .framer-Ig2Zf .framer-jpkkit-container { flex: 1 0 0px; height: 696px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Ig2Zf .framer-1cyaxre, .framer-Ig2Zf .framer-xmci7p { gap: 0px; } .framer-Ig2Zf .framer-1cyaxre > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Ig2Zf .framer-1cyaxre > :first-child { margin-left: 0px; } .framer-Ig2Zf .framer-1cyaxre > :last-child { margin-right: 0px; } .framer-Ig2Zf .framer-xmci7p > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Ig2Zf .framer-xmci7p > :first-child { margin-top: 0px; } .framer-Ig2Zf .framer-xmci7p > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2654\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WxoK3IMSO\":{\"layout\":[\"fixed\",\"auto\"]},\"VBGwAqgqz\":{\"layout\":[\"fixed\",\"auto\"]},\"PPEqwON1r\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"ZithJbd33O7qIHq6fw\":{\"pattern\":\":ZithJbd33O7qIHq6fw\",\"name\":\"start\"},\"ZithJbd33l2Ibjr6Zl\":{\"pattern\":\":ZithJbd33l2Ibjr6Zl\",\"name\":\"form\"}}\n * @framerResponsiveScreen\n */const FramerBIlFpbdpQ=withCSS(Component,css,\"framer-Ig2Zf\");export default FramerBIlFpbdpQ;FramerBIlFpbdpQ.displayName=\"Page\";FramerBIlFpbdpQ.defaultProps={height:2654,width:1440};addFonts(FramerBIlFpbdpQ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...MAINSECTIONSIMPLEFonts,...EmbedFonts,...TelegramBigBtnFonts,...Embed1Fonts,...YouTubeFonts,...FOOTERFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"EPph5fWux\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"EPph5fWux\"]):[],...componentPresets.fonts?.[\"vE4TGeApX\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"vE4TGeApX\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBIlFpbdpQ\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WxoK3IMSO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"VBGwAqgqz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PPEqwON1r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"2654\",\"framerScrollSections\":\"{\\\"ZithJbd33O7qIHq6fw\\\":{\\\"pattern\\\":\\\":ZithJbd33O7qIHq6fw\\\",\\\"name\\\":\\\"start\\\"},\\\"ZithJbd33l2Ibjr6Zl\\\":{\\\"pattern\\\":\\\":ZithJbd33l2Ibjr6Zl\\\",\\\"name\\\":\\\"form\\\"}}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_ssg_sandbox_shims", "MAINSECTIONSIMPLEFonts", "getFonts", "ok9quhgFY_default", "EmbedFonts", "Embed", "TelegramBigBtnFonts", "rq8Rvd9lB_default", "Embed1Fonts", "YouTubeFonts", "Youtube", "FOOTERFonts", "FvLLUpAeI_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "isSet", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "equals", "a", "b", "negate", "suffix", "convertFromEnum", "toBoolean", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "MnGYBiM1F_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ofQXsL8R1", "G9STgHJKp", "yG3kQy58z", "Ns4hIDtNE", "CKaRdRxyS", "E3lnLcLzm", "lAlfbFc8K", "AoV23wwv_", "vNbw9eUs6", "LKyf9BI_P", "jP4tv4f3U", "cTMlMN32A", "KQMrbH35kk1OSHNozB", "JIideTPjyk1OSHNozB", "aJjPfLWiyk1OSHNozB", "DzkEbbxmXk1OSHNozB", "K9l7h9PQ3k1OSHNozB", "R2WFg1qC7k1OSHNozB", "idk1OSHNozB", "tGpu4LbjK", "R2WFg1qC7KeG5oOL8h", "KQMrbH35kKeG5oOL8h", "JIideTPjyKeG5oOL8h", "aJjPfLWiyKeG5oOL8h", "DzkEbbxmXKeG5oOL8h", "K9l7h9PQ3KeG5oOL8h", "idKeG5oOL8h", "FbonIwEKa", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "visible", "isDisplayed", "visible1", "textContent", "visible2", "textContent1", "enumToDisplayNameFunctions", "textContent2", "elementId", "useRouteElementId", "ref1", "visible3", "visible4", "isDisplayed1", "elementId1", "ref2", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Container", "PropertyOverrides2", "RichText2", "x", "SVG", "ComponentPresetsProvider", "ChildrenCanSuspend", "oL3XEwtO6_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "Image2", "collection1", "paginationInfo1", "loadMore1", "index1", "Link", "css", "FramerBIlFpbdpQ", "withCSS", "BIlFpbdpQ_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
