.PhoneFrame_phoneFrameWrapper__S9le9{position:relative;width:320px;height:650px;padding:12px;background:#1c1c1e;border-radius:47px;box-shadow:0 0 0 2px #424242}.PhoneFrame_phoneFrameWrapper__S9le9:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:40%;height:25px;background:#1c1c1e;border-bottom-left-radius:12px;border-bottom-right-radius:12px;z-index:2}.PhoneFrame_phoneScreen__zWagR{position:relative;width:100%;height:100%;background:#000;border-radius:38px;overflow:hidden;display:flex;align-items:center;justify-content:center}.PhoneFrame_phoneScreen__zWagR:before{content:"";position:absolute;bottom:8px;left:50%;transform:translateX(-50%);width:30%;height:4px;background:#424242;border-radius:2px;z-index:3}.PhoneFrame_responsiveImage__UXqhR,.PhoneFrame_responsiveVideo__RNldV{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.PhoneFrame_phoneFrameWrapper__S9le9{width:280px;height:570px;padding:10px;border-radius:42px}.PhoneFrame_phoneScreen__zWagR{border-radius:34px}}@media (max-width:480px){.PhoneFrame_phoneFrameWrapper__S9le9{width:240px;height:490px;padding:8px;border-radius:38px}.PhoneFrame_phoneScreen__zWagR{border-radius:32px}}.MiniGPT_wrapper__h6uY0{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:1200px;margin:0 auto;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 32px rgba(0,0,0,.08);padding:32px}.MiniGPT_title__Q5Zzm{text-align:center;margin-bottom:1.5rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:800;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.MiniGPT_chatBox__EsILj{width:100%;min-height:200px;max-height:400px;overflow-y:auto;background:rgba(255,255,255,.9);border-radius:16px;border:1px solid rgba(59,130,246,.1);padding:20px;margin-bottom:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.MiniGPT_chatBox__EsILj::-webkit-scrollbar{width:6px}.MiniGPT_chatBox__EsILj::-webkit-scrollbar-track{background:transparent}.MiniGPT_chatBox__EsILj::-webkit-scrollbar-thumb{background:rgba(59,130,246,.3);border-radius:3px}.MiniGPT_chatBox__EsILj::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.5)}.MiniGPT_noMessages__ZGRCU{text-align:center;color:#64748b;margin-top:2rem;font-size:1rem;line-height:1.6}.MiniGPT_attemptCounter__t2ARe{text-align:center;color:#64748b;margin-top:8px;font-size:14px}.MiniGPT_attemptCounter__t2ARe b{color:#3b82f6}.MiniGPT_limitMessage___55Hu{text-align:center;margin-top:12px;background:linear-gradient(135deg,rgba(59,130,246,.06),rgba(139,92,246,.06));border:1px solid rgba(59,130,246,.15);border-radius:16px;padding:20px;color:#475569;font-size:15px;line-height:1.5}.MiniGPT_limitMessage___55Hu a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .3s ease}.MiniGPT_limitMessage___55Hu a:hover{color:#8b5cf6;text-decoration:underline}.MiniGPT_typingIndicator__7HRbx{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#f3f4f6;border-radius:18px;border-bottom-left-radius:6px;width:-moz-fit-content;width:fit-content}.MiniGPT_typingIndicator__7HRbx span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:MiniGPT_typingBounce__cgeQr 1.4s ease-in-out infinite}.MiniGPT_typingIndicator__7HRbx span:first-child{animation-delay:0s}.MiniGPT_typingIndicator__7HRbx span:nth-child(2){animation-delay:.2s}.MiniGPT_typingIndicator__7HRbx span:nth-child(3){animation-delay:.4s}@keyframes MiniGPT_typingBounce__cgeQr{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}@media (max-width:768px){.MiniGPT_wrapper__h6uY0{padding:24px 20px;border-radius:20px;margin-bottom:1.5rem}.MiniGPT_chatBox__EsILj{padding:16px;min-height:160px;max-height:300px}}.MiniChatInput_chatInput__L3c3v{display:flex;flex-direction:column;gap:8px;width:100%;background:#f8f9fb;border-radius:16px;padding:12px;box-sizing:border-box;box-shadow:0 2px 8px rgba(0,0,0,.04)}.MiniChatInput_inputWrapper__liG2J{display:flex;align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:14px;padding:6px 10px;transition:border-color .25s,box-shadow .25s}.MiniChatInput_inputWrapper__liG2J:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.MiniChatInput_textarea__mDt2Y{flex:1 1;border:none;resize:none;outline:none;font-size:15px;background:transparent;color:#222;padding:8px 10px;max-height:120px;line-height:1.4;font-family:Inter,system-ui,sans-serif}.MiniChatInput_textarea__mDt2Y:disabled{opacity:.6}.MiniChatInput_controls__bd7Iq{display:flex;align-items:center;gap:8px;flex-shrink:0}.MiniChatInput_iconButton__40OOp{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer;transition:all .2s ease}.MiniChatInput_iconButton__40OOp:hover:not(:disabled){background:rgba(59,130,246,.1);color:#3b82f6}.MiniChatInput_iconButton__40OOp:disabled{opacity:.5;cursor:not-allowed}.MiniChatInput_hiddenFileInput__i5yVJ{display:none}.MiniChatInput_sendButton__m7nME{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;transition:all .25s ease;box-shadow:0 3px 8px rgba(59,130,246,.25);flex-shrink:0}.MiniChatInput_sendButton__m7nME:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px) scale(1.05);box-shadow:0 5px 12px rgba(59,130,246,.35)}.MiniChatInput_sendButton__m7nME:active:not(:disabled){transform:scale(.95);box-shadow:0 2px 6px rgba(59,130,246,.2)}.MiniChatInput_sendButton__m7nME:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.MiniChatInput_stopButton__I9O6F{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:50%;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;cursor:pointer;transition:all .25s ease;box-shadow:0 3px 8px rgba(239,68,68,.25);flex-shrink:0}.MiniChatInput_stopButton__I9O6F:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px) scale(1.05);box-shadow:0 5px 12px rgba(239,68,68,.35)}.MiniChatInput_stopButton__I9O6F:active{transform:scale(.95)}.MiniChatInput_loader__vHIsJ{width:20px;height:20px;border:3px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:MiniChatInput_spin__0HMen 1s linear infinite}@keyframes MiniChatInput_spin__0HMen{to{transform:rotate(1turn)}}.MiniChatInput_fileList__ifRZS{display:flex;flex-wrap:wrap;gap:6px;list-style:none;padding:0;margin:0}.MiniChatInput_fileList__ifRZS li{background:#eef3ff;border-radius:10px;padding:6px 10px;font-size:13px;display:flex;align-items:center;color:#333;border:1px solid #d0d9ff;transition:all .2s}.MiniChatInput_fileList__ifRZS li button{background:none;border:none;color:#ef4444;margin-left:8px;cursor:pointer;font-size:14px;padding:0;line-height:1}.MiniChatInput_fileList__ifRZS li button:hover{color:#dc2626}.MiniChatInput_fileList__ifRZS li button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.MiniChatInput_chatInput__L3c3v{padding:8px}.MiniChatInput_sendButton__m7nME,.MiniChatInput_stopButton__I9O6F{width:40px;height:40px}.MiniChatInput_iconButton__40OOp{width:32px;height:32px}}.MiniChatMessage_message___O8uG{display:flex;margin-bottom:12px;width:100%;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}.MiniChatMessage_user__AW_CJ{justify-content:flex-end}.MiniChatMessage_user__AW_CJ .MiniChatMessage_messageWrapper__1LwKD{display:flex;flex-direction:column;align-items:flex-end;max-width:90%}.MiniChatMessage_assistant__lHw8_{justify-content:flex-start}.MiniChatMessage_assistant__lHw8_ .MiniChatMessage_messageWrapper__1LwKD{display:flex;flex-direction:column;align-items:flex-start;max-width:90%}.MiniChatMessage_user__AW_CJ .MiniChatMessage_content__teI74{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:18px;border-bottom-right-radius:6px;padding:10px 16px;text-align:left;line-height:1.4;font-size:15px;box-shadow:0 2px 4px rgba(0,0,0,.15)}.MiniChatMessage_assistant__lHw8_ .MiniChatMessage_content__teI74{background:#f3f4f6;color:#111;border-radius:18px;border-bottom-left-radius:6px;padding:10px 16px;text-align:left;line-height:1.4;font-size:15px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.MiniChatMessage_markdown__mM_8G{font-family:Fira Sans,Arial,sans-serif;line-height:1.6}.MiniChatMessage_latex__dJ8QJ{font-family:Times New Roman,serif;font-style:italic;background:rgba(59,130,246,.05);padding:2px 6px;border-radius:4px}.MiniChatMessage_imageList__pAJTT,.MiniChatMessage_images__5wxUF{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.MiniChatMessage_image__L6ZQY{max-width:400px;max-height:400px;border-radius:14px;object-fit:contain;border:1px solid #ddd;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.MiniChatMessage_image__L6ZQY:hover{transform:scale(1.05);box-shadow:0 4px 10px rgba(0,0,0,.2)}@media (max-width:768px){.MiniChatMessage_assistant__lHw8_ .MiniChatMessage_messageWrapper__1LwKD,.MiniChatMessage_user__AW_CJ .MiniChatMessage_messageWrapper__1LwKD{max-width:95%}.MiniChatMessage_assistant__lHw8_ .MiniChatMessage_content__teI74,.MiniChatMessage_user__AW_CJ .MiniChatMessage_content__teI74{font-size:14px;padding:8px 12px}.MiniChatMessage_image__L6ZQY{max-width:100%;max-height:300px}}.ReshenieZadachSubject_hero__EWaJY{padding:80px 24px 60px;position:relative;overflow:hidden}.ReshenieZadachSubject_heroContainer__RZfoc{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.ReshenieZadachSubject_heroContent__JRvge{position:relative;z-index:2}.ReshenieZadachSubject_heroBadge__x2zp0{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:100px;font-size:14px;font-weight:600;color:#64748b;margin-bottom:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 20px rgba(0,0,0,.05)}.ReshenieZadachSubject_heroBadgeIcon__kWP_o{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.ReshenieZadachSubject_heroBadgeIcon__kWP_o svg{width:18px;height:18px}.ReshenieZadachSubject_heroTitle__o59ke{font-size:48px;font-weight:800;line-height:1.1;color:#0f172a;margin:0 0 24px;letter-spacing:-.02em}.ReshenieZadachSubject_heroTitleHighlight__Ecdet{background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ReshenieZadachSubject_heroDescription__7plHq{font-size:18px;line-height:1.7;color:#64748b;margin:0 0 32px;max-width:500px}.ReshenieZadachSubject_heroButton__caS8O{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));color:white;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 30px rgba(0,0,0,.15)}.ReshenieZadachSubject_heroButton__caS8O:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.2)}.ReshenieZadachSubject_heroButtonIcon__Uv__g{width:20px;height:20px}.ReshenieZadachSubject_heroVisual__s5qNk{position:relative;display:flex;justify-content:center;align-items:center}.ReshenieZadachSubject_heroImageWrapper__Gg_5v{position:relative;width:100%;max-width:320px}.ReshenieZadachSubject_heroFloatingIcon__b_TOx{position:absolute;width:56px;height:56px;background:white;border-radius:14px;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px rgba(0,0,0,.12);z-index:10}.ReshenieZadachSubject_heroFloatingIcon__b_TOx svg{width:28px;height:28px}.ReshenieZadachSubject_heroFloatingIcon1__IUT5K{top:5%;right:-15px}.ReshenieZadachSubject_heroFloatingIcon2___rdYs{bottom:25%;left:-25px}.ReshenieZadachSubject_heroFloatingIcon3__3e8fA{bottom:10%;right:5%}.ReshenieZadachSubject_miniGptSection__t18pv{padding:0 24px 60px;max-width:900px;margin:0 auto}.ReshenieZadachSubject_stats__MaGgk{padding:60px 24px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));position:relative;overflow:hidden}.ReshenieZadachSubject_stats__MaGgk:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.ReshenieZadachSubject_statsContainer__eJxeP{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;position:relative;z-index:1}.ReshenieZadachSubject_statItem__hXMsr{text-align:center;color:white}.ReshenieZadachSubject_statValue__mb371{font-size:48px;font-weight:800;margin-bottom:8px;text-shadow:0 2px 10px rgba(0,0,0,.2)}.ReshenieZadachSubject_statLabel__cIO_L{font-size:16px;opacity:.9;font-weight:500}.ReshenieZadachSubject_sectionContainer__nFMkA{max-width:1200px;margin:0 auto}.ReshenieZadachSubject_sectionTitle__ML17N{font-size:36px;font-weight:800;text-align:center;color:#0f172a;margin:0 0 16px}.ReshenieZadachSubject_sectionSubtitle__8Or2D{font-size:18px;color:#64748b;text-align:center;max-width:600px;margin:0 auto 48px}.ReshenieZadachSubject_features___HYn8{padding:80px 24px}.ReshenieZadachSubject_featuresGrid__FacE_{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.ReshenieZadachSubject_featureCard__DT5h7{background:white;border-radius:20px;padding:32px 24px;text-align:center;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px rgba(0,0,0,.03);transition:all .3s ease}.ReshenieZadachSubject_featureCard__DT5h7:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.ReshenieZadachSubject_featureIcon__bkk1T{width:56px;height:56px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.ReshenieZadachSubject_featureIcon__bkk1T svg{width:28px;height:28px;color:white}.ReshenieZadachSubject_featureTitle__l2N_M{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 12px}.ReshenieZadachSubject_featureDescription__e5iHC{font-size:14px;color:#64748b;line-height:1.6;margin:0}.ReshenieZadachSubject_instruction__Sc__I{padding:80px 24px;background:linear-gradient(180deg,#f8fafc,#ffffff)}.ReshenieZadachSubject_instructionSteps__BUZhi{display:flex;flex-direction:column;gap:80px;margin-top:48px}.ReshenieZadachSubject_instructionStep__CUWIP{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.ReshenieZadachSubject_instructionStepReverse__TmHPm{direction:rtl}.ReshenieZadachSubject_instructionStepReverse__TmHPm>*{direction:ltr}.ReshenieZadachSubject_instructionContent__rvOIr{padding:20px 0}.ReshenieZadachSubject_instructionStepNumber__9mG_e{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));color:white;font-size:20px;font-weight:800;border-radius:14px;margin-bottom:20px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.ReshenieZadachSubject_instructionTitle__mIEJh{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 16px;line-height:1.3}.ReshenieZadachSubject_instructionDescription__kT_R7{font-size:16px;color:#64748b;line-height:1.7;margin:0}.ReshenieZadachSubject_instructionImageWrapper__k7NWM{display:flex;justify-content:center}.ReshenieZadachSubject_schoolLevels__pmExg{padding:80px 24px}.ReshenieZadachSubject_schoolLevelsGrid__fzw84{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.ReshenieZadachSubject_schoolLevelCard__adhNK{background:white;border-radius:16px;padding:24px;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,.02);transition:all .3s ease}.ReshenieZadachSubject_schoolLevelCard__adhNK:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.06)}.ReshenieZadachSubject_schoolLevelGrade__KhKMD{font-size:16px;font-weight:700;color:var(--subject-gradient-from);margin:0 0 8px}.ReshenieZadachSubject_schoolLevelTopics__hL1_x{font-size:14px;color:#64748b;line-height:1.5;margin:0}.ReshenieZadachSubject_reviews__8W9NJ{padding:80px 24px;background:linear-gradient(180deg,#f8fafc,#ffffff)}.ReshenieZadachSubject_reviewsGrid___FH54{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.ReshenieZadachSubject_reviewCard__kyTwv{background:white;border-radius:20px;padding:32px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 20px rgba(0,0,0,.03)}.ReshenieZadachSubject_reviewHeader__GlqWt{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ReshenieZadachSubject_reviewAvatar__Booqk{width:48px;height:48px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-weight:700;font-size:18px}.ReshenieZadachSubject_reviewInfo__3SBWz{flex:1 1}.ReshenieZadachSubject_reviewName__pV_x4{font-size:15px;font-weight:600;color:#0f172a;margin:0 0 2px}.ReshenieZadachSubject_reviewGrade__EZYdv{font-size:13px;color:#64748b;margin:0}.ReshenieZadachSubject_reviewStars__dMz00{display:flex;gap:2px}.ReshenieZadachSubject_reviewStar__T7Oz9{width:16px;height:16px;color:#fbbf24}.ReshenieZadachSubject_reviewText___qwQF{font-size:15px;color:#475569;line-height:1.7;margin:0;font-style:italic}.ReshenieZadachSubject_faq__YL0KH{padding:80px 24px}.ReshenieZadachSubject_faqList__Yj_qE{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.ReshenieZadachSubject_faqItem__p5Tzr{background:white;border-radius:16px;border:1px solid rgba(0,0,0,.05);overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.02)}.ReshenieZadachSubject_faqQuestion__BGHu1{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;gap:16px}.ReshenieZadachSubject_faqQuestion__BGHu1 h3{font-size:16px;font-weight:600;color:#0f172a;margin:0;flex:1 1}.ReshenieZadachSubject_faqIcon__b322Y{width:24px;height:24px;color:#64748b;transition:transform .3s ease;flex-shrink:0}.ReshenieZadachSubject_faqIconOpen__8ZuaA{transform:rotate(180deg)}.ReshenieZadachSubject_faqAnswer__lsZMg{padding:0 24px 20px}.ReshenieZadachSubject_faqAnswer__lsZMg p{font-size:15px;color:#64748b;line-height:1.7;margin:0}.ReshenieZadachSubject_seoBlocks__uTHMK{padding:80px 24px;background:#f8fafc}.ReshenieZadachSubject_seoBlocksGrid__WBKCe{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.ReshenieZadachSubject_seoBlock__35lIB{background:white;border-radius:20px;padding:32px;border:1px solid rgba(0,0,0,.05)}.ReshenieZadachSubject_seoBlockTitle__WdsJY{font-size:20px;font-weight:700;color:#0f172a;margin:0 0 12px}.ReshenieZadachSubject_seoBlockDescription__s6dwy{font-size:15px;color:#64748b;line-height:1.7;margin:0 0 20px}.ReshenieZadachSubject_seoBlockList__F_Qbx{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.ReshenieZadachSubject_seoBlockList__F_Qbx li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#475569;line-height:1.5}.ReshenieZadachSubject_seoBlockList__F_Qbx li:before{content:"";width:6px;height:6px;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));border-radius:50%;margin-top:7px;flex-shrink:0}.ReshenieZadachSubject_cta__GoP0V{padding:80px 24px}.ReshenieZadachSubject_ctaCard__wxkYB{max-width:800px;margin:0 auto;background:linear-gradient(135deg,var(--subject-gradient-from),var(--subject-gradient-to));border-radius:24px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.ReshenieZadachSubject_ctaCard__wxkYB:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.ReshenieZadachSubject_ctaTitle__8Qntm{font-size:32px;font-weight:800;color:white;margin:0 0 16px;position:relative;z-index:1}.ReshenieZadachSubject_ctaDescription__cJLUt{font-size:18px;color:rgba(255,255,255,.9);position:relative;z-index:1;max-width:500px;margin:0 auto 32px}.ReshenieZadachSubject_ctaButton__QiuVw{display:inline-flex;align-items:center;gap:12px;padding:16px 36px;background:white;color:#0f172a;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .3s ease;position:relative;z-index:1;box-shadow:0 8px 30px rgba(0,0,0,.2)}.ReshenieZadachSubject_ctaButton__QiuVw:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.3)}.ReshenieZadachSubject_related__C1Nmq{padding:60px 24px 80px}.ReshenieZadachSubject_relatedCard__Y6oP7{max-width:500px;margin:48px auto 0;display:flex;align-items:center;gap:20px;padding:24px 32px;background:white;border-radius:16px;border:1px solid rgba(0,0,0,.05);text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.03)}.ReshenieZadachSubject_relatedCard__Y6oP7:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.ReshenieZadachSubject_relatedIcon__t6H9A{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ReshenieZadachSubject_relatedIcon__t6H9A svg{width:28px;height:28px;color:white}.ReshenieZadachSubject_relatedContent__WAfQy{flex:1 1}.ReshenieZadachSubject_relatedLabel__fvPeQ{font-size:13px;color:#64748b;margin:0 0 4px}.ReshenieZadachSubject_relatedName__eLpUq{font-size:18px;font-weight:700;color:#0f172a;margin:0}.ReshenieZadachSubject_legalNote__RsNVD{text-align:center;padding:0 24px 40px;font-size:12px;color:#94a3b8}@media (max-width:1024px){.ReshenieZadachSubject_heroContainer__RZfoc{grid-template-columns:1fr;gap:40px;text-align:center}.ReshenieZadachSubject_heroContent__JRvge{order:1}.ReshenieZadachSubject_heroVisual__s5qNk{order:0}.ReshenieZadachSubject_heroDescription__7plHq{max-width:100%;margin-left:auto;margin-right:auto}.ReshenieZadachSubject_heroTitle__o59ke{font-size:36px}.ReshenieZadachSubject_statsContainer__eJxeP{grid-template-columns:repeat(2,1fr);gap:30px}.ReshenieZadachSubject_featuresGrid__FacE_{grid-template-columns:repeat(2,1fr)}.ReshenieZadachSubject_instructionStep__CUWIP{grid-template-columns:1fr;gap:40px}.ReshenieZadachSubject_instructionStepReverse__TmHPm{direction:ltr}.ReshenieZadachSubject_instructionContent__rvOIr{text-align:center}.ReshenieZadachSubject_instructionStepNumber__9mG_e{margin-left:auto;margin-right:auto}.ReshenieZadachSubject_schoolLevelsGrid__fzw84{grid-template-columns:repeat(2,1fr)}.ReshenieZadachSubject_seoBlocksGrid__WBKCe{grid-template-columns:1fr}.ReshenieZadachSubject_reviewsGrid___FH54{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}@media (max-width:640px){.ReshenieZadachSubject_hero__EWaJY{padding:60px 16px 40px}.ReshenieZadachSubject_heroTitle__o59ke{font-size:28px}.ReshenieZadachSubject_heroDescription__7plHq{font-size:16px}.ReshenieZadachSubject_heroFloatingIcon__b_TOx{width:44px;height:44px}.ReshenieZadachSubject_heroFloatingIcon__b_TOx svg{width:22px;height:22px}.ReshenieZadachSubject_statsContainer__eJxeP{grid-template-columns:repeat(2,1fr);gap:20px}.ReshenieZadachSubject_statValue__mb371{font-size:32px}.ReshenieZadachSubject_statLabel__cIO_L{font-size:14px}.ReshenieZadachSubject_cta__GoP0V,.ReshenieZadachSubject_faq__YL0KH,.ReshenieZadachSubject_features___HYn8,.ReshenieZadachSubject_instruction__Sc__I,.ReshenieZadachSubject_related__C1Nmq,.ReshenieZadachSubject_reviews__8W9NJ,.ReshenieZadachSubject_schoolLevels__pmExg,.ReshenieZadachSubject_seoBlocks__uTHMK{padding:60px 16px}.ReshenieZadachSubject_sectionTitle__ML17N{font-size:28px}.ReshenieZadachSubject_sectionSubtitle__8Or2D{font-size:16px}.ReshenieZadachSubject_featuresGrid__FacE_,.ReshenieZadachSubject_schoolLevelsGrid__fzw84{grid-template-columns:1fr}.ReshenieZadachSubject_instructionTitle__mIEJh{font-size:22px}.ReshenieZadachSubject_ctaCard__wxkYB{padding:40px 24px}.ReshenieZadachSubject_ctaTitle__8Qntm{font-size:24px}.ReshenieZadachSubject_ctaDescription__cJLUt{font-size:16px}}