.Header-module__KppamW__header{z-index:100;background:linear-gradient(135deg,#ff6b35 0%,#f7b731 100%);width:100%;animation:.6s Header-module__KppamW__slideDown;position:fixed;top:0;box-shadow:0 4px 20px rgba(0,0,0,.1)}@keyframes Header-module__KppamW__slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.Header-module__KppamW__headerContent{justify-content:space-between;align-items:center;padding:15px 0;display:flex;position:relative}.Header-module__KppamW__logo{color:#fff;align-items:center;font-size:28px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.Header-module__KppamW__logo:hover{transform:scale(1.05)}.Header-module__KppamW__logoIcon{background-position:50%;background-size:contain;border-radius:8rem;width:8rem;height:6rem;margin-right:10px;font-size:40px;animation:2s ease-in-out infinite Header-module__KppamW__bounce}@keyframes Header-module__KppamW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.Header-module__KppamW__logoText{background:linear-gradient(45deg,#fff,#ffb8e6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__KppamW__nav{gap:30px;display:flex}.Header-module__KppamW__navLink{color:#fff;border-radius:25px;padding:10px 15px;font-size:150%;font-weight:600;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.Header-module__KppamW__navLink:before{content:"";z-index:-1;background:linear-gradient(45deg,rgba(255,255,255,.2),rgba(255,184,230,.2));width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.Header-module__KppamW__navLink:hover:before{left:0}.Header-module__KppamW__navLink:hover{text-shadow:0 2px 10px rgba(0,0,0,.3);transform:translateY(-2px)}.Header-module__KppamW__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;padding:5px;display:none}.Header-module__KppamW__menuToggle span{background:#fff;border-radius:2px;width:25px;height:3px;margin:3px 0;transition:all .3s}@media (max-width:768px){.Header-module__KppamW__nav{opacity:0;visibility:hidden;background:linear-gradient(135deg,#ff6b35 0%,#f7b731 100%);flex-direction:column;padding:20px;transition:all .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-100%);box-shadow:0 4px 20px rgba(0,0,0,.1)}.Header-module__KppamW__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module__KppamW__menuToggle{display:flex}.Header-module__KppamW__navLink{text-align:center;border-bottom:1px solid rgba(255,255,255,.2);padding:15px 0}.Header-module__KppamW__navLink:last-child{border-bottom:none}}
.ChatWidget-module__SOsc1a__chatContainer{z-index:1000;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px}.ChatWidget-module__SOsc1a__chatButton{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(0,0,0,.2)}.ChatWidget-module__SOsc1a__chatButton:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,.25)}.ChatWidget-module__SOsc1a__chatIcon{width:28px;height:28px}.ChatWidget-module__SOsc1a__chatWindow{background:var(--white);border-radius:var(--border-radius);border:1px solid rgba(0,0,0,.05);flex-direction:column;width:350px;height:500px;max-height:calc(100vh - 120px);display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15)}@media (max-width:480px){.ChatWidget-module__SOsc1a__chatWindow{z-index:1001;border-radius:0;width:100%;height:100%;max-height:100vh;position:fixed;bottom:0;right:0}}.ChatWidget-module__SOsc1a__chatHeader{background:linear-gradient(135deg,var(--primary-orange),var(--primary-yellow));color:#fff;justify-content:space-between;align-items:center;padding:16px;display:flex}.ChatWidget-module__SOsc1a__chatTitle{align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.ChatWidget-module__SOsc1a__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.ChatWidget-module__SOsc1a__closeButton:hover{background:rgba(255,255,255,.2)}.ChatWidget-module__SOsc1a__modeToggle{background:#f0f0f0;border-bottom:1px solid #e0e0e0;gap:6px;padding:8px;display:flex}.ChatWidget-module__SOsc1a__modeBtn{cursor:pointer;color:var(--text-light);background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s;display:flex}.ChatWidget-module__SOsc1a__modeBtn:hover{background:rgba(0,0,0,.05)}.ChatWidget-module__SOsc1a__modeBtnActive{color:var(--text-dark);background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.1)}.ChatWidget-module__SOsc1a__messagesContainer{background-color:#f8f9fa;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__SOsc1a__message{word-wrap:break-word;border-radius:16px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.4}.ChatWidget-module__SOsc1a__userMessage{background:var(--primary-orange);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.ChatWidget-module__SOsc1a__assistantMessage{color:var(--text-dark);background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 2px 5px rgba(0,0,0,.05)}.ChatWidget-module__SOsc1a__operatorMessage{color:var(--text-dark);background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:3px solid #4caf50;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 2px 5px rgba(0,0,0,.08)}.ChatWidget-module__SOsc1a__operatorLabel{color:#388e3c;align-items:center;gap:4px;margin-bottom:4px;font-size:11px;font-weight:700;display:flex}.ChatWidget-module__SOsc1a__inputForm{background:#fff;border-top:1px solid #eee;gap:10px;padding:16px;display:flex}.ChatWidget-module__SOsc1a__input{border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .2s}.ChatWidget-module__SOsc1a__input:focus{border-color:var(--primary-orange)}.ChatWidget-module__SOsc1a__sendButton{background:var(--primary-green);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ChatWidget-module__SOsc1a__sendButton:hover:not(:disabled){background:var(--secondary-blue);transform:scale(1.05)}.ChatWidget-module__SOsc1a__sendButton:disabled{cursor:not-allowed;background:#ccc}.ChatWidget-module__SOsc1a__loadingIndicator{background:#fff;border-radius:16px 16px 16px 4px;align-self:flex-start;gap:4px;padding:12px 16px;display:flex;box-shadow:0 2px 5px rgba(0,0,0,.05)}.ChatWidget-module__SOsc1a__dot{background:var(--text-light);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both ChatWidget-module__SOsc1a__bounceDot}.ChatWidget-module__SOsc1a__dot:first-child{animation-delay:-.32s}.ChatWidget-module__SOsc1a__dot:nth-child(2){animation-delay:-.16s}@keyframes ChatWidget-module__SOsc1a__bounceDot{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
.Footer-module__UDEoiW__footer{color:#fff;background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);margin-top:50px;padding:40px 0 20px}.Footer-module__UDEoiW__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:30px;display:grid}.Footer-module__UDEoiW__footerSection h3{color:#f7b731;margin-bottom:20px;font-size:22px;position:relative}.Footer-module__UDEoiW__footerSection h3:after{content:"";background:linear-gradient(45deg,#ff6b35,#f7b731);border-radius:2px;width:50px;height:3px;position:absolute;bottom:-5px;left:0}.Footer-module__UDEoiW__footerSection p,.Footer-module__UDEoiW__footerSection a{color:#bdc3c7;margin-bottom:10px;text-decoration:none;transition:color .3s;display:block}.Footer-module__UDEoiW__footerSection a:hover{color:#f7b731;transform:translate(5px)}.Footer-module__UDEoiW__socialLinks{gap:15px;margin-top:15px;display:flex}.Footer-module__UDEoiW__socialLink{color:#fff;background:linear-gradient(45deg,#ff6b35,#f7b731);border-radius:50%;align-content:space-evenly;justify-self:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;justify-content:center!important;display:flex!important}.Footer-module__UDEoiW__socialLink svg{color:#391aeb;width:22px;height:22px}.Footer-module__UDEoiW__socialLink:hover{transform:translateY(-3px)scale(1.1);box-shadow:0 8px 25px rgba(247,183,49,.4)}.Footer-module__UDEoiW__footerBottom{text-align:center;color:#95a5a6;border-top:1px solid #34495e;padding-top:20px}.Footer-module__UDEoiW__footerLogo{align-items:center;margin-bottom:15px;font-size:24px;font-weight:700;display:flex}.Footer-module__UDEoiW__footerLogo span{background:linear-gradient(45deg,#f7b731,#ff6b35);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-left:10px}.Footer-module__UDEoiW__skeleton{color:transparent;background-color:#34495e;border-radius:4px;animation:1.5s ease-in-out infinite Footer-module__UDEoiW__pulse;position:relative;overflow:hidden}.Footer-module__UDEoiW__skeleton:before{content:"";background:linear-gradient(90deg,transparent 0%,#4a627a 50%,transparent 100%);width:150%;height:100%;animation:2s infinite Footer-module__UDEoiW__shimmer;position:absolute;top:0;left:-150%}@keyframes Footer-module__UDEoiW__pulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes Footer-module__UDEoiW__shimmer{to{left:150%}}@media (max-width:768px){.Footer-module__UDEoiW__footerContent{grid-template-columns:1fr;gap:30px}.Footer-module__UDEoiW__socialLinks{justify-content:center}}
:root{--primary-orange:#ff6b35;--primary-yellow:#f7b731;--primary-green:#5f27cd;--secondary-blue:#00a8ff;--light-pink:#ffb8e6;--light-yellow:#fff3cd;--text-dark:#2c3e50;--text-light:#7f8c8d;--white:#fff;--shadow:0 4px 20px rgba(0,0,0,.1);--border-radius:15px}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;color:var(--text-dark);-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:100vh;margin-top:3%;font-family:Comic Sans MS,cursive,sans-serif;line-height:1.6;overflow-x:hidden}@media (max-width:768px){body{margin-top:26%}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.selectable-text,input[type=text],input[type=email],input[type=tel],textarea,[contenteditable=true]{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.btn-primary{background:linear-gradient(45deg,var(--primary-orange),var(--primary-yellow));color:#fff;border-radius:var(--border-radius);cursor:pointer;box-shadow:var(--shadow);text-align:center;border:none;padding:15px 30px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(0,0,0,.15)}.btn-secondary{background:linear-gradient(45deg,var(--secondary-blue),var(--primary-green));color:#fff;border-radius:var(--border-radius);cursor:pointer;border:none;padding:12px 25px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{transform:scale(1.05)}.card{background:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow);transition:all .3s;overflow:hidden}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px rgba(0,0,0,.15)}.floating-animation{animation:3s ease-in-out infinite floating}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.bounce-animation{animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.fade-in{opacity:0;animation:1s forwards fadeIn;transform:translateY(50px)}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}
