:root{--ink:#11233f;--blue:#173c68;--cyan:#6e8fab;--sky:#edf2f7;--line:#d5dee8;--muted:#63758a;--yellow:#d5b86c;--white:#fff;--shadow:0 18px 50px rgba(11,55,55,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input,select{font:inherit}button,a{transition:.2s ease}button{cursor:pointer}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}.topline{background:#f5f8fb;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.topline__inner{height:34px;display:flex;align-items:center;justify-content:space-between}.topline nav{display:flex;gap:22px}.topline a:hover{color:var(--blue)}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(216,230,242,.9)}.header__inner{min-height:74px;display:grid;grid-template-columns:auto auto minmax(230px,1fr) auto;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px}.brand__mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff;font-weight:900;background:linear-gradient(145deg,var(--cyan),var(--blue));box-shadow:0 8px 22px rgba(7,95,180,.2)}.brand strong,.brand small{display:block}.brand strong{font-size:18px}.brand small{font-size:11px;color:var(--muted);margin-top:2px}.catalog-button,.cart-button{border:0;border-radius:12px;background:var(--blue);color:#fff;padding:12px 18px;font-weight:800}.cart-button b{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:5px;border-radius:99px;background:#fff;color:var(--blue);font-size:12px}.search{height:44px;display:flex;align-items:center;gap:10px;padding:0 15px;background:#f1f6fa;border:1px solid transparent;border-radius:13px}.search:focus-within{border-color:var(--cyan);background:#fff}.search input{width:100%;border:0;outline:0;background:transparent;color:var(--ink)}.header__actions{display:flex;align-items:center;gap:18px;font-size:14px;font-weight:700}.hero{margin-top:24px;min-height:410px;border-radius:28px;overflow:hidden;display:grid;grid-template-columns:1.12fr .88fr;background:radial-gradient(circle at 75% 20%,rgba(81,213,255,.55),transparent 24%),linear-gradient(120deg,#0b1c33,#173c68 58%,#5a7897);color:#fff;box-shadow:var(--shadow)}.hero__content{padding:58px}.eyebrow{margin:0 0 8px;font-size:12px;font-weight:900;letter-spacing:.15em;color:var(--cyan)}.hero .eyebrow{color:#85ebff}.hero h1{font-size:clamp(38px,5vw,66px);line-height:.98;letter-spacing:-.045em;margin:0 0 22px;max-width:720px}.hero p:not(.eyebrow){max-width:590px;font-size:18px;line-height:1.65;color:#dff7ff}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 22px;border-radius:13px;border:0;font-weight:900}.primary{background:var(--yellow);color:#112d42}.primary:hover{transform:translateY(-2px);filter:brightness(1.03)}.secondary{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.3)}.hero__visual{position:relative;min-height:390px;overflow:hidden}.orbit{position:absolute;border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:rotate(-18deg)}.orbit--one{width:380px;height:170px;top:110px;right:30px}.orbit--two{width:250px;height:380px;top:25px;right:105px}.molecule{position:absolute;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);color:var(--blue);font-weight:950;box-shadow:0 18px 44px rgba(0,31,65,.2)}.molecule--a{width:128px;height:128px;top:128px;right:125px;font-size:38px}.molecule--b{width:76px;height:76px;top:60px;right:64px}.molecule--c{width:68px;height:68px;bottom:55px;left:48px}.advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.advantages article{padding:20px;border-radius:18px;background:#f3f8fd;border:1px solid #e6f0f8}.advantages b,.advantages span{display:block}.advantages b{font-size:15px}.advantages span{font-size:13px;color:var(--muted);margin-top:5px;line-height:1.35}.catalog{padding-top:82px;padding-bottom:76px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.section-heading h2,.trust h2,.about h2,.faq h2,.contact h2{font-size:clamp(28px,4vw,43px);letter-spacing:-.035em;margin:0}.section-heading>p{margin:0;color:var(--muted)}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:8px;margin-bottom:20px}.filter{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 15px;border-radius:999px;font-weight:750}.filter.is-active,.filter:hover{border-color:var(--blue);background:var(--blue);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 7px 24px rgba(8,43,78,.045);transition:.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__art{position:relative;height:170px;display:grid;place-items:center;background:linear-gradient(145deg,#f2f5f8,#dbe4ed);overflow:hidden}.product-card__art:before,.product-card__art:after{content:"";position:absolute;border:1px solid rgba(7,95,180,.15);border-radius:50%}.product-card__art:before{width:180px;height:180px}.product-card__art:after{width:115px;height:115px}.product-card__art span{position:relative;z-index:1;font-size:36px;font-weight:950;letter-spacing:-.06em;color:var(--blue)}.product-card__art small{position:absolute;bottom:14px;right:14px;font-size:10px;font-weight:900;letter-spacing:.15em;color:#5d89a8}.product-card__body{padding:18px}.stock{margin:0 0 7px;color:#16833e;font-size:12px;font-weight:850}.product-card h3{min-height:50px;margin:0;font-size:18px;line-height:1.35;overflow-wrap:anywhere}.product-card__spec{min-height:20px;color:var(--muted);font-size:13px;margin:8px 0}.product-card__price{display:block;font-size:23px;margin:12px 0 14px}.product-card label{display:block;font-size:12px;color:var(--muted)}.product-card select{width:100%;height:42px;margin-top:6px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--ink)}.add-button{width:100%;height:44px;margin-top:12px;border:0;border-radius:11px;background:var(--blue);color:#fff;font-weight:900}.add-button:hover{background:#102f55}.empty{padding:60px;text-align:center;border:1px dashed var(--line);border-radius:20px;color:var(--muted)}.show-more{display:block;margin:26px auto 0;border:1px solid var(--blue);color:var(--blue);background:#fff;border-radius:12px;padding:12px 24px;font-weight:900}.trust{display:grid;grid-template-columns:1.4fr .6fr;gap:48px;align-items:center;padding:48px;border-radius:28px;background:#102d50;color:#fff}.trust p:not(.eyebrow){font-size:17px;line-height:1.65;color:#cfe8f7}.document-card{min-height:220px;padding:26px;display:flex;flex-direction:column;justify-content:flex-end;border-radius:18px;background:linear-gradient(145deg,#fff,#dce5ed);color:var(--ink);box-shadow:0 24px 60px rgba(0,0,0,.2);transform:rotate(2deg)}.document-card span{margin-bottom:auto;font-size:46px;font-weight:950;color:var(--blue)}.document-card b,.document-card small{display:block}.document-card small{color:var(--muted);margin-top:5px}.about{padding-top:86px;padding-bottom:86px;max-width:820px;text-align:center}.about p:not(.eyebrow){font-size:17px;line-height:1.7;color:var(--muted)}.faq{padding-bottom:82px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{padding:22px 4px;cursor:pointer;font-weight:850}.faq details p{margin:-5px 4px 22px;color:var(--muted);line-height:1.65}.contact{display:flex;justify-content:space-between;align-items:center;gap:30px;margin-bottom:70px;padding:38px;border-radius:24px;background:var(--sky)}.contact p:not(.eyebrow){color:var(--muted)}.footer{padding:54px 0;background:#09182a;color:#fff}.footer__grid{display:grid;grid-template-columns:1.25fr .7fr .7fr 1.5fr;gap:46px}.footer__grid>div:not(.brand){display:flex;flex-direction:column;gap:9px}.footer a,.footer p,.footer small{color:#a8bfd1;font-size:13px;line-height:1.5}.cart{width:min(470px,calc(100% - 24px));max-height:90vh;margin:auto 0 auto auto;padding:0;border:0;border-radius:24px 0 0 24px;color:var(--ink);box-shadow:-24px 0 70px rgba(0,0,0,.22)}.cart::backdrop{background:rgba(0,25,50,.5);backdrop-filter:blur(4px)}.cart__header,.cart__footer{display:flex;align-items:center;justify-content:space-between;padding:24px}.cart__header{border-bottom:1px solid var(--line)}.cart__header h2{margin:0}.cart__header button{border:0;background:#eef4f8;border-radius:50%;width:40px;height:40px;font-size:25px}.cart__items{padding:12px 24px;overflow:auto;max-height:55vh}.cart-item{display:grid;grid-template-columns:1fr auto;gap:7px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item p,.cart-item small{margin:0}.cart-item small{color:var(--muted)}.cart-item button{grid-column:2;border:0;background:none;color:#b23a3a;font-size:12px}.cart__footer{font-size:20px}.primary--wide{width:calc(100% - 48px);margin:0 24px 24px;opacity:.6}.cart-empty{padding:40px 0;color:var(--muted);text-align:center}@media(max-width:900px){.header__inner{grid-template-columns:auto 1fr auto}.catalog-button,.header__actions>a{display:none}.search{grid-row:2;grid-column:1/-1;margin-bottom:12px}.product-grid{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero__visual{display:none}.advantages{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.shell{width:min(100% - 20px,1180px)}.topline{display:none}.header__inner{min-height:68px;gap:10px}.brand small{display:none}.brand strong{font-size:16px}.brand__mark{width:38px;height:38px}.cart-button{padding:10px 12px;font-size:0}.cart-button:before{content:"Корзина";font-size:13px}.search{margin-bottom:10px}.hero{margin-top:10px;border-radius:20px;min-height:0}.hero__content{padding:36px 24px}.hero h1{font-size:39px}.hero p:not(.eyebrow){font-size:16px}.advantages{grid-template-columns:1fr 1fr;gap:8px}.advantages article{padding:14px}.catalog{padding-top:58px}.product-grid{grid-template-columns:1fr 1fr;gap:9px}.product-card__art{height:120px}.product-card__body{padding:12px}.product-card h3{font-size:15px;min-height:42px}.product-card__price{font-size:19px}.product-card label{font-size:11px}.add-button{font-size:13px}.trust{grid-template-columns:1fr;padding:30px 22px;gap:24px}.document-card{min-height:170px}.contact{align-items:flex-start;flex-direction:column;padding:28px 22px}.footer__grid{grid-template-columns:1fr;gap:28px}.cart{border-radius:20px 0 0 20px}.section-heading{align-items:flex-start;flex-direction:column}}@media(max-width:390px){.product-grid{grid-template-columns:1fr}}

.hero__visual--product{display:grid;place-items:center}.hero__visual--product>img{position:relative;z-index:2;width:min(76%,360px);height:360px;object-fit:contain;filter:drop-shadow(0 26px 28px rgba(0,25,25,.28))}.catalog-all{display:block;width:max-content;margin:24px auto 0;color:var(--blue);font-weight:900}.product-card__art img{position:absolute;z-index:1;width:105px;height:135px;object-fit:contain;filter:drop-shadow(0 12px 15px rgba(13,63,62,.2))}.product-card__art span{position:absolute;z-index:2;bottom:52px;padding:2px 5px;border-radius:4px;background:#fff;color:var(--blue);font-size:12px;letter-spacing:.04em}.product-link:hover{color:var(--blue)}.wholesale,.age-gate{width:min(520px,calc(100% - 24px));padding:0;border:0;border-radius:24px;color:var(--ink);box-shadow:0 24px 80px rgba(0,0,0,.25)}.wholesale::backdrop,.age-gate::backdrop{background:rgba(5,28,30,.7);backdrop-filter:blur(7px)}.request-form,.age-gate>div{position:relative;padding:36px}.request-form h2,.age-gate h2{margin:0 0 22px;font-size:32px}.request-form label{display:block;margin:14px 0;font-size:14px;font-weight:800}.request-form input,.request-form textarea{width:100%;margin-top:7px;padding:13px 14px;border:1px solid var(--line);border-radius:11px;color:var(--ink);background:#f8fbfa}.request-form textarea{min-height:110px;resize:vertical}.dialog-close{position:absolute;top:18px;right:18px;width:40px;height:40px;border:0;border-radius:50%;background:var(--sky);font-size:25px}.form-note{color:var(--muted);font-size:12px;line-height:1.5}.age-gate{text-align:center}.age-gate__number{display:inline-grid;place-items:center;width:90px;height:90px;margin-bottom:18px;border-radius:50%;background:var(--yellow);font-size:32px;font-weight:950}.age-gate p{color:var(--muted);line-height:1.6}.age-gate .primary{margin-top:8px}.page-hero{padding:56px 0 34px}.page-hero h1{margin:0;font-size:clamp(38px,6vw,72px);letter-spacing:-.045em}.page-hero p{max-width:680px;color:var(--muted);font-size:17px;line-height:1.6}.content-card{margin-bottom:70px;padding:38px;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.content-card h2{margin-top:30px}.content-card p,.content-card li{color:var(--muted);line-height:1.7}.checkout-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:22px;margin-bottom:70px}.checkout-form,.order-summary{padding:28px;border:1px solid var(--line);border-radius:22px}.checkout-form label{display:block;margin:14px 0;font-weight:800}.checkout-form input,.checkout-form textarea,.checkout-form select{width:100%;margin-top:7px;padding:13px;border:1px solid var(--line);border-radius:10px}.checkout-form textarea{min-height:100px}.order-summary{height:max-content;background:var(--sky)}.order-summary__row{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--line)}.product-detail{display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;align-items:start;margin-bottom:40px}.product-detail__image{display:grid;place-items:center;min-height:480px;border-radius:28px;background:linear-gradient(145deg,#f4f6f8,#dce5ed)}.product-detail__image img{width:68%;max-height:390px;object-fit:contain;filter:drop-shadow(0 25px 30px rgba(8,55,55,.2))}.product-detail__info h1{font-size:clamp(34px,5vw,58px);line-height:1;margin:10px 0 18px}.product-detail__price{font-size:34px;font-weight:950}.product-detail__info select{width:100%;height:48px;margin:14px 0;padding:0 12px;border:1px solid var(--line);border-radius:11px}.product-detail__tabs{margin-bottom:70px}.badge-row{display:flex;gap:8px;flex-wrap:wrap}.badge-row span{padding:8px 11px;border-radius:99px;background:var(--sky);font-size:12px;font-weight:850}@media(max-width:760px){.checkout-layout,.product-detail{grid-template-columns:1fr}.product-detail__image{min-height:340px}.hero__visual--product{display:none}}
.checkout-form input[type="checkbox"]{width:auto;margin:0 8px 0 0}.product-detail__info .primary{margin-right:8px}.catalog-button{display:inline-flex;align-items:center;justify-content:center}.primary--wide{display:flex}

/* NEXUS PEPTIDE visual system */
.brand__mark{position:relative;border:1px solid rgba(255,255,255,.38);background:linear-gradient(145deg,#8ea6bb,#173c68 58%,#0b1c33);box-shadow:0 8px 22px rgba(17,35,63,.24);font-family:Georgia,serif;font-size:25px}
.brand__mark:before,.brand__mark:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#d5b86c;box-shadow:0 0 0 2px rgba(255,255,255,.7)}
.brand__mark:before{left:5px;top:8px}.brand__mark:after{right:5px;bottom:8px}
.hero{background:radial-gradient(circle at 76% 18%,rgba(142,166,187,.48),transparent 28%),linear-gradient(120deg,#09182a,#173c68 60%,#5a7897)}
.hero__visual--product{padding:34px}
.hero__visual--product>img.hero__real-vial{width:min(94%,420px);height:330px;border:1px solid rgba(255,255,255,.25);border-radius:24px;object-fit:cover;object-position:center;box-shadow:0 26px 60px rgba(5,18,36,.38);filter:saturate(.82) contrast(1.04)}
.about{max-width:1040px}
.brand-showcase{display:block;width:min(100%,620px);max-height:470px;margin:32px auto 0;border-radius:26px;object-fit:cover;box-shadow:0 24px 70px rgba(17,35,63,.18);border:1px solid #d5dee8}
.product-card__art{background:linear-gradient(145deg,#f5f7f9,#d6e0e9)}
.product-card__art small{color:#425f7c}
.trust{background:linear-gradient(135deg,#09182a,#173c68)}
.primary{background:linear-gradient(135deg,#ead696,#c8a758);color:#11233f}
@media(max-width:760px){.brand-showcase{border-radius:18px}.hero__visual--product{padding:20px}}
