:root{--blue:#0759c9;--cyan:#17c7ba;--navy:#071944;--line:#dce7f5;--muted:#647496;--shadow:0 8px 26px rgba(22,78,150,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--navy);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}a,button{color:inherit}button{font:inherit;border:0;background:none;cursor:pointer}.container{width:min(1540px,calc(100% - 128px));margin:auto}.icon{width:24px;height:24px;display:block;fill:none}.icon-blue{color:var(--blue)}.icon-green{color:#10bf91}.topbar{height:100px;border-bottom:1px solid #dfe8f3;background:#fff}.topbar-inner{height:100%;justify-content:space-between;gap:30px}.brand,.topbar-inner{display:flex;align-items:center}.brand{gap:20px}.brand-grid{width:73px;height:73px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;background:#fff;flex:0 0 auto}.brand-grid span{display:grid;place-items:center;color:#fff;font-size:32px;font-weight:400;line-height:1}.brand-grid span:first-child{background:#22b4d2}.brand-grid span:nth-child(2){background:#29b88c}.brand-grid span:nth-child(3){background:#0759c9}.brand-grid span:nth-child(4){background:#22b4d2}.brand-name{font-weight:800;font-size:27px;line-height:.98;letter-spacing:.04em;text-transform:uppercase}.header-contacts{display:flex;align-items:center;gap:55px;font-size:17px;white-space:nowrap}.header-contact{display:flex;align-items:center;gap:13px}.hero{background:linear-gradient(90deg,#fff,#fff 37%,#f4f8ff 73%,#eef6ff);min-height:480px;overflow:hidden}.hero-inner{min-height:480px;display:grid;grid-template-columns:42% 58%;align-items:center}.hero-copy{padding:34px 0 28px;position:relative;z-index:2}.status{display:inline-flex;padding:8px 15px;border-radius:9px;background:linear-gradient(90deg,#469bff,#2784ee);color:#fff;font-weight:700;font-size:16px;letter-spacing:.03em}.hero h1{font-size:clamp(48px,4.1vw,61px);line-height:.98;letter-spacing:-.045em;margin:19px 0 18px;max-width:620px}.hero h1 strong{display:block;color:var(--blue);font-size:1.1em}.hero h1 em{display:block;font-style:normal}.hero-lead{color:#3a5683;font-size:20px;line-height:1.35;max-width:560px;margin:0 0 16px}.store-alert{display:flex;align-items:center;gap:16px;background:linear-gradient(90deg,#e7faf5,#effdfa);border:1px solid #bdece2;border-radius:13px;padding:13px 18px;width:min(500px,100%);margin:0 0 16px}.alert-icon{width:35px;height:42px;color:#20cba7;flex:0 0 auto}.alert-copy{font-size:17px;line-height:1.45}.alert-copy strong{display:block;color:#087d70}.hero-actions{display:flex;gap:16px}.btn{min-height:48px;padding:13px 24px;border-radius:8px;border:1px solid var(--blue);font-size:16px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:9px}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:#034aa8}.btn-outline{color:var(--blue);background:#fff}.button-icon{width:22px;height:22px;fill:none}.hero-image{height:480px;display:flex;align-items:center;position:relative;overflow:hidden}.hero-image:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,0) 24%);z-index:1;pointer-events:none}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply}.category-wrap{padding:12px 0 18px;background:#fff}.categories{display:grid;grid-template-columns:repeat(7,1fr);gap:13px}.category{height:85px;border:1px solid #e3eaf3;border-radius:10px;box-shadow:var(--shadow);display:flex;align-items:center;gap:15px;padding:15px 21px;background:#fff;transition:transform .2s,border-color .2s}.category:hover{transform:translateY(-3px);border-color:#9ec4f4}.category-icon{width:34px;height:34px;flex:0 0 auto}.category span{font-size:17px;line-height:1.18}.benefits{padding:0 0 18px;background:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.benefit{border:1px solid #a7ccff;border-radius:10px;min-height:110px;display:flex;align-items:center;gap:21px;padding:18px 26px}.benefit:nth-child(2){border-color:#9ddfd3}.benefit-icon,.bottom-icon{width:55px;height:55px;border-radius:50%;background:#edf6ff;display:grid;place-items:center;flex:0 0 auto}.benefit-icon.icon-green{background:#e9fbf6}.benefit h3{font-size:19px;margin:0 0 6px;color:var(--blue)}.benefit p{font-size:16px;color:#65769a;margin:0;line-height:1.25}.bottom-bar{background:#f0f6ff;padding:21px 0}.bottom-inner{display:grid;grid-template-columns:1.3fr 1.3fr 1fr .9fr;align-items:center;gap:32px}.bottom-item{display:flex;align-items:center;gap:16px}.bottom-icon{border-radius:10px;color:var(--blue)}.bottom-item strong{display:block;font-size:18px;margin-bottom:4px}.bottom-item span{display:block;font-size:15px;color:#6a7a9a}.socials{display:flex;gap:20px;justify-content:flex-end}.social{width:56px;height:56px;border-radius:11px;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center}.social-icon{width:30px;height:30px}.whatsapp{color:#22bd61}.max{color:#199bff}.vk{color:#0875e1}.mobile-menu{display:none}@media (max-width:1100px){.container{width:min(100% - 48px,1540px)}.header-contacts{gap:28px;font-size:15px}.categories{grid-template-columns:repeat(4,1fr)}.category:nth-child(n+5){display:flex}.bottom-inner{grid-template-columns:1.2fr 1.2fr .8fr}.socials{gap:8px}}@media (max-width:760px){.container{width:calc(100% - 32px)}.topbar,.topbar-inner{height:82px}.brand-grid{width:55px;height:55px}.brand-grid span{font-size:24px}.brand{gap:10px}.brand-name{font-size:16px}.header-contacts{display:none}.header-contacts.is-open{display:flex;position:absolute;top:82px;left:0;right:0;background:#fff;padding:16px;flex-direction:column;align-items:flex-start;gap:14px;border-bottom:1px solid var(--line);z-index:5;white-space:normal}.mobile-menu{display:flex;flex-direction:column;gap:5px}.mobile-menu span{width:24px;height:2px;background:var(--blue)}.hero,.hero-inner{min-height:auto}.hero-inner{display:flex;flex-direction:column}.hero-copy{padding:28px 0 18px;width:100%}.hero h1{font-size:40px;margin:16px 0 13px}.hero h1 strong{font-size:45px}.hero-lead{font-size:16px}.alert-copy,.store-alert{font-size:14px}.hero-actions{flex-wrap:wrap}.btn{font-size:14px;min-height:44px;padding:10px 15px}.hero-image{height:260px;width:calc(100% + 32px);margin-left:-16px}.hero-image:before{background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,0) 45%)}.categories{grid-template-columns:repeat(2,1fr);gap:8px}.category{height:73px;padding:11px;gap:9px}.category-icon{width:28px;height:28px}.category span{font-size:13px}.benefit-grid{grid-template-columns:1fr;gap:8px}.benefit{min-height:93px;padding:13px 16px;gap:13px}.benefit-icon{width:42px;height:42px}.benefit h3{font-size:16px}.benefit p{font-size:13px}.bottom-bar{padding:16px 0}.bottom-inner{grid-template-columns:1fr 1fr;gap:17px}.bottom-item strong{font-size:15px}.bottom-item span{font-size:12px}.bottom-item:nth-child(3){grid-column:1/-1}.socials{justify-content:flex-start}.social{width:44px;height:44px}.social-icon{width:23px;height:23px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.category{transition:none}.category:hover{transform:none}}.max-brand-icon{width:24px;height:24px;display:block;object-fit:contain}.social.max{background:#fff}.categories{grid-template-columns:repeat(7,minmax(0,1fr))}.category,.category span{min-width:0}@media (max-width:1400px) and (min-width:1101px){.container{width:calc(100% - 80px)}.categories{gap:9px}.category{padding:13px 12px;gap:9px}.category span{font-size:14px}.header-contacts{gap:26px;font-size:15px}}@media (max-width:1100px) and (min-width:761px){.container{width:calc(100% - 48px)}.categories{grid-template-columns:repeat(4,minmax(0,1fr))}.category:nth-child(n+5){display:flex}.category{padding:13px 14px;gap:9px}.category span{font-size:14px}}.category-image{width:44px;height:44px;object-fit:contain;object-position:center;background:#fff}.social-brand-vk,.social-brand-whatsapp{width:30px;height:30px;display:block}.phone-link{white-space:nowrap}.hero-image img{object-fit:contain}.benefit,.benefit h3,.benefit p,.benefit-grid,.brand,.brand-name,.header-contact,.header-contacts{min-width:0}.header-contacts{flex:1;justify-content:flex-end;overflow:hidden}.header-contact>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefit h3,.benefit p{overflow-wrap:anywhere}@media (max-width:1100px) and (min-width:851px){.topbar-inner{gap:16px}.brand-grid{width:62px;height:62px}.brand-name{font-size:22px}.header-contacts{gap:16px;font-size:13px}.header-contact{gap:7px}.header-contact .icon{width:20px;height:20px}.hero h1{font-size:48px}.hero h1 strong{font-size:53px}.category{padding-left:10px;padding-right:10px}}@media (max-width:850px){.topbar,.topbar-inner{height:82px}.container{width:calc(100% - 32px)}.brand-grid{width:55px;height:55px}.brand-grid span{font-size:24px}.brand{gap:10px}.brand-name{font-size:16px}.header-contacts{display:none}.mobile-menu{display:flex;flex-direction:column;gap:5px}.hero,.hero-inner{min-height:auto}.hero-inner{display:flex;flex-direction:column}.hero-copy{padding:28px 0 18px;width:100%}.hero h1{font-size:40px;margin:16px 0 13px}.hero h1 strong{font-size:45px}.hero-lead{font-size:16px}.alert-copy,.store-alert{font-size:14px}.hero-actions{flex-wrap:wrap}.btn{font-size:14px;min-height:44px;padding:10px 15px}.hero-image{height:260px;width:calc(100% + 32px);margin-left:-16px}.hero-image:before{background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(255,255,255,0) 45%)}.categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category{height:73px;padding:11px;gap:9px}.category-image{width:40px;height:40px}.category span{font-size:13px}.benefit-grid{grid-template-columns:1fr;gap:8px}.benefit{min-height:93px;padding:13px 16px;gap:13px}.benefit-icon{width:42px;height:42px}.benefit h3{font-size:16px}.benefit p{font-size:13px}.bottom-bar{padding:16px 0}.bottom-inner{grid-template-columns:1fr;gap:12px}.bottom-item:nth-child(3){grid-column:auto}.bottom-item strong{font-size:15px}.bottom-item span{font-size:12px}.socials{justify-content:flex-start}.social{width:44px;height:44px}.social-icon{width:23px;height:23px}}