

/* Start:/local/templates/ecofucin_duo/template_styles.css?177359834477979*/
@font-face{font-family:"Aptos Narrow";src:url("/local/templates/ecofucin_duo/assets/fonts/AptosNarrow-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap;}

:root{
  --teal:#007F83;
  --yellow:#FACE33;
  --brown:#6E4E32;
  --text:#1F1F1F;
  --grey:#686868;
  --lgrey:#D8D8D8;
  --dgrey:#919191;
  --bggrey:#F3F3F3;
  --muted:rgba(31,31,31,.62);/*#6B6B6B;*/
  --biruza:#0A9DA5;
  --bledno:#EBF6F6;
  --th-soft:#F3F5F6;
  --th-soft2:#EEF3F4;
  --th-white:#fff;

  --container:1600px;
  --container-1920:1600px;
  --container-1440:1200px;
  --container-992:930px;
  --container-320:280px;

  --header-h:94px;
  --shadow:0 18px 45px rgba(0,0,0,.10);
  --shadow2:0 4px 2px rgba(0,0,0,.07);
  --shadow3:0 4px 4px rgba(0,0,0,.05);

  --rad-lg:40px;
  --rad-md:28px;
  --rad-sm:18px;
  
  --rad30-lg:30px;
  --rad30-md:15px;
  --rad30-sm:10px;
  
  --rad40-lg:40px;
  --rad40-md:28px;
  --rad40-sm:18px;
  
  --rad50-lg:50px;
  --rad50-md:40px;
  --rad50-sm:30px;
 
  --rad60-lg:60px;
  --rad60-md:45px;
  --rad60-sm:30px;
  
  --rad70-lg:70px;
  --rad70-md:50px;
  --rad70-sm:30px;
}

  
*, *::before, *::after{margin:0;box-sizing:border-box;transition:all .3s ease-in-out;}
html,body{height:100%;width:100%;max-width:100%;overflow-x:hidden;}
html{scroll-behavior:smooth;}
body{margin:0;background:#fff;font-family:"Aptos Narrow", Arial, sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:0;color:var(--text);padding-top:var(--header-h);}
/*html{scroll-snap-type:y proximity;scroll-padding-top:var(--header-h);}*/
/*body{scroll-snap-type:y proximity;scroll-padding-top:var(--header-h);*/
html{scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);}
body{scroll-snap-type:y mandatory;scroll-padding-top:var(--header-h);}

#bx-panel{position:absolute !important;top:var(--header-h);left:0;right:0;z-index:1001 !important;};

main.page{padding:1px 0;}
.snap{scroll-snap-align:start;/*scroll-snap-stop:always;*/}
:target{scroll-margin-top:calc(var(--header-h) + 14px);}
img{display:block;max-width:100%;}
img, svg{pointer-events:none;}
a{color:inherit;text-decoration:none;}
a:hover{color:var(--teal);}
a.is-active,a.active{color:var(--teal);}
/*h2 sup{vertical-align:top;font-size:0.6em;}*/
h2 sup{font-size:0.6em;}
.note__svg--mob{display:none;}
.page404 h1{text-align:center;}
.page404-content a{color:var(--teal);}
.page404-content a:hover{text-decoration:underline;}
.error-404{font-size:170px;line-height:200px;color:var(--biruza);}

/* ======= header ======= */
.header{position:fixed;top:0px;left:0px;right:0px;z-index:1000;height:var(--header-h);background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0px 4px 4px rgba(0, 0, 0, 0.1);}
.header__inner{height:100%;display:flex;align-items:center;gap:60px;}
.brand{white-space:nowrap;font-family:"Manrope", sans-serif;font-weight:800;font-size:30.41px;}
.brand__text sup{font-size:.6em;top:-0.2em;position:relative;}
.nav{flex:1;display:flex;justify-content:space-between;align-items:center;}
.nav__link{font-weight:700;font-size:20px;line-height:28px;text-align:center;color:var(--text);}
.nav__link.more, .mob-menu{display:none;}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;text-transform:uppercase;} 
.btn--buy{background:var(--yellow);color:var(--brown);padding:17px 79.5px;height:auto;font-size:20px;line-height:20px;}
.btn--buy:hover{transform:translateY(-1px) scale(1.05);color:var(--brown);box-shadow:var(--shadow2);}

/* ======= fixed vertical buy button ======= */
.buy-tab{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:999;background:var(--yellow);border-radius:30px 0 0 30px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;padding:30px 10px;width:auto;height:auto;box-shadow:-4px 0px 2px rgba(0, 0, 0, 0.07);}
.buy-tab:hover{box-shadow:-8px 0px 4px rgba(0, 0, 0, 0.07);padding-right:15px;}
.buy-tab__text{writing-mode:vertical-rl;transform:rotate(180deg);font-family:"Manrope", sans-serif;font-weight:700;font-size:20px;line-height:27px;color:var(--brown);text-transform:uppercase;wrap:nowrap;}
.buy-tab__icon svg{width:39.24px;height:auto;display:block;}

/* ==== "Ещё" dropdown ======= */
.nav__more{position:relative;display:none;}
.nav__moreBtn{font-weight:700;background:transparent;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;gap:10px;color:var(--text);}
.nav__chev{width:16px;height:11px;/*border-right:2px solid rgba(31,31,31,.75);border-bottom:2px solid rgba(31,31,31,.75);transform:rotate(45deg);*/transition:transform .2s ease;line-height:16px;}
.nav__dropdown{display:none;position:absolute;top:calc(100% + 10px);right:0;min-width:240px;background:#fff;border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.14);border:1px solid rgba(0,0,0,.06);opacity:0;transform:translateY(8px);transition:opacity .18s ease, transform .18s ease;padding:10px;}
.nav__dropLink{display:none;padding:12px 12px;border-radius:12px;font-weight:700;/*text-transform:uppercase;*/ font-size:16px;color:var(--text);}
.nav__dropLink:hover{background:rgba(0,127,131,.08);}
.nav__more.is-open .nav__dropdown{display:block;opacity:1;transform:translateY(0);pointer-events:auto;}
.nav__more.is-open .nav__chev{transform-origin:8px 7px;transform:rotate(180deg);}

/* =========================
   Burger button + animation (виден только <992)
   ========================= */
.burger{display:none;width:46px;height:46px;border-radius:12px;border:0;background:transparent;cursor:pointer;align-items:center;justify-content:center;padding:0;z-index:3001}
.burger__lines{position:relative;width:28px;height:20px;}
.burger__lines::before,.burger__lines::after{content:"";position:absolute;left:0;width:100%;height:3px;background:var(--biruza);border-radius:3px;transition:transform .22s ease, top .22s ease, bottom .22s ease, opacity .18s ease;}
.burger__lines::before{top:0;}
.burger__lines::after{bottom:0;}

/* middle line */
.burger__lines span{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;height:3px;background:var(--biruza);border-radius:3px;transition:opacity .18s ease;}
.burger__lines{display:flex;align-items:center;}
.burger__lines::before,.burger__lines::after{z-index:2;}
.burger__lines{background:linear-gradient(var(--biruza),var(--biruza)) center/100% 3px no-repeat;}

/* open => X */
.burger.is-open .burger__lines{background:transparent;}
.burger.is-open .burger__lines::before{top:50%;transform:translateY(-50%) rotate(45deg);}
.burger.is-open .burger__lines::after{bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg);}

/* =========================
   Mobile overlay + drawer
   ========================= */
.mobOverlay{position:fixed;inset:0;z-index:3000;}
.mobOverlay__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:opacity .22s ease;}
.mobMenu{position:absolute;top:0;right:0;height:100%;width:min(420px, 86vw);background:#fff;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(100%);transition:transform .22s ease;padding:24px 20px;display:flex;flex-direction:column;gap:18px;}
.mobOverlay.is-open .mobOverlay__backdrop{opacity:1;}
.mobOverlay.is-open .mobMenu{transform:translateX(0);}
.mobNav{display:flex;flex-direction:column;gap:6px;margin-top:8px;}
.mobNav__link{display:block;padding:14px 12px;border-radius:14px;font-weight:700;text-transform:uppercase;font-size:18px;color:var(--text);}
.mobNav__link:hover{background:rgba(0,127,131,.08);}
.mobMenu__buy{margin-top:auto;width:100%;justify-content:center;padding:16px 18px;font-size:18px;}

/* scroll lock */
body.is-locked{overflow:hidden;touch-action:none;}

/* Breadcrumbs */
.breadcrumbs{font-size:16px;line-height:18px;display:flex;gap:8px;align-items:center;margin:18px 7px;}
.breadcrumbs__link{color:#000;text-decoration:none;}
.breadcrumbs__link:hover{text-decoration:underline;}
.breadcrumbs__sep{color:var(--biruza);}
.breadcrumbs__current{color:var(--biruza);}

/* ======= sections ======= */
.section{padding:60px 0;position:relative;}
.section--soft{background:linear-gradient(180deg, rgba(0,127,131,.08), rgba(0,127,131,.02) 55%, rgba(0,0,0,0) 100%);}
.container{width:min(var(--container), calc(100% - 160px));margin-inline:auto;position:relative;}

/* ======= headings ======= */
.h2{margin:0 0 12px;font-weight:700;font-size:56px;line-height:60px;}
.text--center{text-align:center;}
.text--u{text-transform:uppercase;}
.text--red{color:#ff393c;}
.text--u40{font-weight:700;font-size:40px;line-height:49px;}
.text--u27{font-weight:700;font-size:27px;line-height:35px;}
.text--u24{font-weight:700;font-size:24px;line-height:35px;}
.text--u20{font-weight:700;font-size:20px;line-height:28px;}
.teal{color:var(--teal) !important;}
.h3{margin:0 0 18px;font-weight:700;font-size:34px;line-height:1.05;text-transform:uppercase;}
.lead{margin:0 0 30px;font-weight:700;font-size:24px;line-height:35px;color:var(--grey);text-transform:uppercase;}
.lead--center{margin-inline:auto;text-align:center;text-transform:uppercase;}


/* =========================================================
     HOMEPAGE
============================================================*/

/* ======= Block01 hero ======= */
.hero{position:relative;overflow:hidden;background:#fff;height:min(810px, calc(100vh - var(--header-h)));min-height:400px;display:flex;align-items:center;justify-content:flex-start;}
.hp-hero>.container{display:flex;align-items:center;justify-content:space-between;height:100%;}
.hero__main{margin-right:-160px;position:relative;display:flex;justify-content:stretch;justify-content:flex-start;width:100%;height:100%;overflow:visible;}
.hero__main>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:1;overflow:visible;}
.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center bottom;z-index:0;}
.bg-soft-teal{background:radial-gradient(65% 55% at 92% 100%,rgba(0, 175, 185, 0.85) 0%,rgba(0, 175, 185, 0.55) 18%,rgba(0, 175, 185, 0.28) 38%,rgba(0, 175, 185, 0.12) 55%,rgba(0, 175, 185, 0.04) 68%,rgba(0, 175, 185, 0) 78%),
radial-gradient(120% 65% at 50% 100%,rgba(0, 160, 170, 0.55) 0%,rgba(0, 160, 170, 0.30) 22%,rgba(0, 160, 170, 0.15) 40%,rgba(0, 160, 170, 0.06) 55%,rgba(0, 160, 170, 0) 70%),
radial-gradient(80% 60% at 8% 100%,rgba(0, 150, 160, 0.35) 0%,rgba(0, 150, 160, 0.18) 25%,rgba(0, 150, 160, 0.07) 45%,rgba(0, 150, 160, 0) 65%),
linear-gradient(to bottom,#f3f5f6 0%,#eef2f3 55%,#e9eef0 100%);
background-repeat:no-repeat;}
.hero__content{position:relative;z-index:1;height:100%;display:flex;align-items:center;/*min-height:calc(100vh - var(--header-h));min-height:810px;*/}
.hero__copy{max-width:720px;}
.hero__kicker{font-weight:700;font-size:86.17px;line-height:106px;margin:0 0 10px;}
.hero__title{margin:0;color:#1f1f1f;padding:0 0 50px;}
.hero__title sup{font-size:100%;}

/* ======= Block02 ======= */
.b02-grid{display:grid;grid-template-columns:4fr 435px 6fr;gap:75px;align-items:stretch;}
.b02-left,.b02-right{display:flex;flex-direction:column;justify-content:space-between;height:100%;}
.b02-center{color:#fff;display:flex;flex-direction:column;justify-content:center;height:100%;max-width:435px;min-height:563px;line-height:0;background:#fff;border:0px solid #fff;border-image-width:0;}
.video-pack__video{color:#fff;border:0px solid #fff;border-image-width:0;display:block;background:#fff;line-height:0;}
.b02-left{opacity:0.4;}
.pill{border-radius:30px;padding:10px 20px;}
.pill--ghost{background:var(--lgrey);min-width:360px;}
.pill__big{color:var(--text);}
.pill__form{padding:10px 20px;color:var(--text);}
.ba-static{width:100%;max-width:460px;margin-inline:auto;}
.ba-static__chips{display:flex;justify-content:center;gap:12px;margin-bottom:12px;}
.chip{font-family:"Manrope", sans-serif;font-weight:700;font-size:11px;line-height:1.1;padding:10px 14px;border-radius:999px;text-align:center;text-transform:lowercase;}
.chip--muted{background:rgba(0,0,0,.08);color:rgba(0,0,0,.35);}
.chip--teal{background:rgba(0,127,131,.95);color:#fff;}
.ba-static__stage{position:relative;height:360px;display:grid;grid-template-columns:1fr 1fr;align-items:end;}
.ba-static__before,.ba-static__after{height:100%;display:flex;align-items:flex-end;justify-content:center;}
.ba-static__before img,.ba-static__after img{height:330px;width:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.12));}
.ba-static__divider{position:absolute;left:50%;top:18px;bottom:18px;width:6px;transform:translateX(-50%);background:rgba(0,127,131,.85);border-radius:6px;}
.b02-card{}
.b02-card__top{background:var(--biruza);color:#fff;border-radius:22px;padding:10px 20px;min-height:109px;display:flex;align-items:center;}
.b02-card__title{margin:25px 20px 0;}
.b02-card__text{margin:10px 20px 0;}
.b02-cta{margin:25px 0 0 20px;height:90px;background:rgba(0,127,131,.10);border-radius:45px;padding:0 14px 0 0;display:flex;justify-content:start;align-items:center;gap:26px;}
.b02-cta__icon{width:90px;height:90px;flex-shrink:0;display:grid;place-items:center;border-radius:45px;background:var(--biruza);}
.b02-cta__text{}
.b02-muted-out{margin-top:16px;font-weight:700;text-transform:uppercase;color:rgba(31,31,31,.55);line-height:1.2;}

/* ======= Block03 ======= */
.b03{height:auto;min-height:min(820px, calc(100vh - var(--header-h)));}
.b03__copy{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto 1fr;gap:80px 0px;align-items:start;align-content:center;}
.b03__media{grid-row:span 2;}
.b03__cols{display:grid;grid-template-columns:1fr auto 1fr;align-items:start;}
.b03__col{display:flex;flex-direction:column;align-items:center;}
.tag{display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:16px;color:#fff;cursor:default;}
.tag sup{font-size:60%;top:-20px;position:relative;}
.tag--yellow{background:#F2C21E;}
.tag--green{background:#12A053;}
.b03__p{margin-top:37px;text-align:center;text-transform:uppercase;}
.b03__plus{font-family:"Manrope";font-weight:700;font-size:120px;line-height:87.5px;cursor:default;}
.b03__media{position:relative;display:flex;justify-content:center;align-items:center;overflow:visible;}
.b03__img{position:relative;z-index:1;width:min(336px, 100%);height:auto;pointer-events:none;}
.b03__col:hover > *{transform:translateY(-1px) scale(1.05);}
.orb{position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-50%, -50%);transform-origin:center;z-index:2;pointer-events:none;will-change:transform;}
.orb .dot{position:absolute;left:0;top:0;width:48px;height:48px;border-radius:50%;will-change:transform, opacity;}
.orb--y{animation:orbRotate 8s linear infinite;}
.orb--y .dot{background:#F2C21E;transform:translate(100px, -30px);animation:dotPulse 2.2s ease-in-out infinite;filter:drop-shadow(0 12px 22px rgba(242, 194, 30, .35));}
.orb--g{animation:orbRotateReverse 10.5s linear infinite;}
.orb--g .dot{background:#12A053;transform:translate(-90px, 40px);animation:dotPulse2 2.8s ease-in-out infinite;filter:drop-shadow(0 14px 26px rgba(18, 160, 83, .45));}

/* Вращение орбит */
@keyframes orbRotate{
  from {transform:translate(-50%, -50%) rotate(0deg);}
  to  {transform:translate(-50%, -50%) rotate(360deg);}
}
@keyframes orbRotateReverse{
  from{transform:translate(-50%, -50%) rotate(360deg);}
  to  {transform:translate(-50%, -50%) rotate(0deg);}
}
/* Пульсация + "глубина" */
@keyframes dotPulse{0%, 100%{opacity:.95;transform:translate(100px, -30px) scale(1);} 50%{opacity:1;transform:translate(100px, -30px) scale(0.86);}}
@keyframes dotPulse2{0%, 100%{opacity:.95;transform:translate(-90px, 40px) scale(0.95);} 50%{opacity:1;transform:translate(-90px, 40px) scale(1.06);}}
/* prefers-reduced-motion */
@media (prefers-reduced-motion:reduce){
  .orb{animation:none !important;}
  .orb .dot{animation:none !important;}
}

/* ======= Block04 & list bullets ======= */
.section--block04{border-radius:40px 40px 0 0;background:url("/local/templates/ecofucin_duo/assets/images/section04_bg.jpg") bottom/cover no-repeat;}
.b04-card{border-radius:40px;background:#fff;padding:80px 40px;margin:0 -40px;}
.b04-left{	margin:38px 0 0;	width:50%;}
.list{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:40px;font-size:20px;line-height:28px;}
.list li{position:relative;padding-left:70px;}
.list li::before{content:"";position:absolute;left:0;top:2px;width:40px;height:40px;background:url("/local/templates/ecofucin_duo/assets/images/bullit.png") center/contain no-repeat;}
.b04-right{width:50%;position:absolute;top:100px;left:50%;z-index:100;pointer-events:none;}
.b04-pack{width:100%;max-width:1000px;height:auto;pointer-events:none;}

/* ======= Block05 ======= */
.section--block05{border-radius:0 0 40px 40px;background:url("/local/templates/ecofucin_duo/assets/images/section05_bg.jpg") top/cover no-repeat;overflow:hidden;}
.b05__title{text-align:center;}
.b05__subtitle{text-align:center;}
.b05__stage{position:relative;transform-style:preserve-3d;perspective:1200px;margin-top:26px;min-height:580px;}
.b05__pack, .callout, .callout__icon{will-change:transform;}
.b05__pack{position:absolute;left:50%;top:50%;width:min(532px, 90%);transition:transform 260ms cubic-bezier(.2,.9,.2,1);transform:translate(-50%, -50%) translate3d(var(--bx, 0px), var(--by, 0px), 0) rotateZ(var(--br, 0deg));pointer-events:none;}
.callout{--angle:-45deg;position:absolute;max-width:360px;border-radius:30px;padding:26px 32px;text-align:center;border:3px solid rgba(255,255,255,0.2);background:padding-box linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), border-box linear-gradient(var(--angle), rgba(255,255,255,0.9), rgba(255,255,255,0.71) 20%, rgba(255,255,255,0.71) 70%, rgba(255,255,255,0.9));cursor:default;z-index:101;display:flex;align-items:center;justify-content:center;}
.callout--tl{left:0;top:0;} 
.callout--ml{left:0;top:36%;} 
.callout--bl{left:14%;bottom:0;}
.callout--tr{right:0;top:0;} 
.callout--mr{right:0;top:38%;} 
.callout--br{right:10%;bottom:0;}
.callout__icon{width:50px;height:50px;position:absolute;top:50%;right:-37px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:url("/local/templates/ecofucin_duo/assets/images/callout.png") center/cover no-repeat;}
.callout__icon--r{background:url("/local/templates/ecofucin_duo/assets/images/callout_r.png") center/cover no-repeat;right:unset;left:-37px;}
.callout__icon{transition:transform 220ms cubic-bezier(.2,.9,.2,1);transform:translateY(-25px) translate3d(var(--ix, 0px), var(--iy, 0px), 0) scale(var(--is, 1));}
.callout:hover{--ps:1.05;}
.callout{--rx:0px;--ry:0px;transition:transform 600ms cubic-bezier(.2,.9,.2,1), filter 600ms ease;transform:  translate3d( calc(var(--px, 0px) + var(--rx, 0px)),  calc(var(--py, 0px) + var(--ry, 0px)), 0 ) scale(calc(var(--ps, 1) * var(--rs, 1)))  translateZ(0);}
.callout.is-near{filter:none;}
/* не делаем на тач-устройствах */
@media (hover:none), (pointer:coarse){.callout, .b05__pack, .callout__icon{transition:none !important;transform:none !important;}}

/* ======= Block06 ======= */
.video-card{position:relative;margin:0 auto;border:0;border-radius:40px;overflow:hidden;max-height:750px;max-width:1333px;line-height:0;}
.video-card__video{width:100%;height:auto;}
.video-card__overlay{position:absolute;inset:0;background:radial-gradient(900px 380px at 70% 50%, rgba(0,0,0,.0), rgba(0,0,0,.25));}

/* ======= Block07 ======= */
.b07__subtitle{margin-top:-5px;line-height:36px;}
.b07__subtitle sup{font-size:65%}
.graphs-panel{display:flex;align-items:stretch;justify-content:space-between;margin:20px 0 0;}
.graph-item{width:50%;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;}
.graph-chart__title{margin:0 0 15px 0;text-transform:uppercase;}
.graph-chart{background:var(--bggrey);border-radius:60px 0 0 60px;padding:30px;}
.graph-item__r .graph-chart{	border-radius:0 60px 60px 0;}
.graph-chart__head{	padding:10px 20px;	color:#fff;	background:var(--biruza);	border-radius:30px;	margin:0 0 20px 0;}
.graph-item__r .graph-chart__title{	margin-left:30px;}
.graph-chart__card{background:#fff;border-radius:50px;position:relative;display:flex;align-items:flex-end;justify-content:flex-start;height:350px;padding:10px 30px;}
.graph-chart1, .graph-chart2, .graph-chart1__m, .graph-chart2__m{height:330px;}
.graph-chart1__m, .graph-chart2__m{display:none};
.graph-chart__meta{	position:absolute;	top:50px;	right:100px;	display:flex;	flex-direction:column;	align-items:flex-start;	justify-content:flex-start;	gap:10px;}
.meta-pill{	background:var(--bggrey);	padding:5px 25px;	border-radius:20px;}

/* ======= Block08_doze ======= */
.section--doze{border-radius:40px 40px 0 0;overflow:hidden;background:url("/local/templates/ecofucin_duo/assets/images/section08_bg.jpg") center/cover no-repeat;}
.doze-panel{padding:10px 0 40px;}
.doze-title{text-align:center;}
.doze-grid{margin-top:35px;display:grid;grid-template-columns:1fr 1.85fr 1fr;gap:100px;align-items:center;}
.doze-col__title{text-align:center;color:#000;}
.doze-card{margin:20px 0 0 0;border-radius:40px;padding:20px 10px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:10px;--angle:-45deg;border:3px solid rgba(255,255,255,0.2);background:padding-box linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), border-box linear-gradient(var(--angle), rgba(255,255,255,0.9), rgba(255,255,255,0.71) 20%, rgba(255,255,255,0.71) 70%, rgba(255,255,255,0.9));}
.doze-card__head{background:var(--biruza);color:#fff;border-radius:30px;padding:10px;min-height:70px;display:flex;align-items:center;text-align:center;justify-content:center;text-transform:uppercase;}
.doze-card__line{text-align:center;}
.doze-center{position:relative;display:flex;justify-content:center;align-items:center;min-height:320px;}
.doze-pack{width:min(580px, 100%);filter:drop-shadow(0 25px 50px rgba(0,0,0,.18));pointer-events:none;}
.doze-supp{position:absolute;right:-30px;bottom:-60px;width:min(250px, 35%);pointer-events:none;}

/* ======= Block09_NOTE ======= */
.note{background:rgba(0,127,131,.95);padding:35px 0;}
.note__refs{font-size:14px;line-height:20px;color:#fff;font-family:"Manrope";font-weight:400;}
.note__big{margin-top:40px;}
.note__svg{width:100%;height:auto;display:block;}
.note__svg--mob{display:none;}

/* ======= footer ======= */
.footer{background:#fff;padding:40px 0 90px;}
.footer__grid{display:grid;grid-template-columns:98px 1fr;gap:23px;align-items:start;}
.footer__logo img{width:100%;height:auto;}
.footer__text{font-size:14px;line-height:22px;color:#000;}
.footer__text > p{margin-bottom:5px;}
.muted2{color:var(--dgrey);}
.footer{padding:30px 0 55px;}
.footer__text a{text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;}
.buy-anchor{height:1px;}


/* =========================================================
     PAGE INSTRUCTION
============================================================*/
.section_bottom_bg{background:url("/local/templates/ecofucin_duo/assets/images/page_bottom_bg.png") bottom/contain no-repeat;}
.instr-body{}
.page__container{padding:0 0 36px;}

/* Hero */
.instr-hero{background:linear-gradient(to bottom,#f8f8f8 0%,#f8f8f8 60%,#efefef 61%,#efefef 100%) !important;border-radius:50px !important;padding:46px 56px;overflow:hidden;max-height:520px;}
.instr-hero__img{max-height:350px;margin:0;}
.instr-hero .hero__content{}
.instr-hero__inner{width:35%;}
.instr-body{padding-top:28px;}
.instr-grid{display:grid;grid-template-columns:380px 1fr;gap:30px;align-items:start;}

/* Left nav */
.instr-nav__card{border:1px solid var(--biruza);border-radius:var(--rad50-lg);padding:30px 20px 20px;margin:0 0 18px;}
.instr-nav__item{width:100%;border:0;text-align:left;cursor:pointer;padding:10px 20px;border-radius:999px;text-transform:uppercase;font-weight:bold;background:none;margin-bottom:10px;}
.instr-nav__item.is-active{background:var(--bledno);}
.btn-download{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;padding:16px 20px;border-radius:999px;background:var(--biruza);color:#fff;text-decoration:none;text-transform:uppercase;}
.btn-download:hover{transform:translateY(-1px) scale(1.05);color:#fff;box-shadow:var(--shadow2);}
.btn-download__icon{display:flex;}

/* Right content */
.instr-pane{display:none;animation:paneFade .18s ease;}
.instr-pane.is-active{display:block;}
@keyframes paneFade{
  from{opacity:0;transform:translateY(6px);}
  to  {opacity:1;transform:translateY(0);}
}

.instr-text p{margin:0 0 14px;}
.instr-card{margin-top:18px;background:#FAFAFA;border-radius:30px;padding:30px;}
.instr-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 60px;}
.instr-card__row{display:grid;grid-template-columns:180px 1fr;gap:10px;}
.instr-card__k{text-transform:uppercase;}
.instr-card__v{}
.instr-contacts{margin-top:18px;}
.instr-contacts p{margin:0 0 10px 0;}
.instr-contacts p:last-child{margin-bottom:0;}


/* ===========================
   PAGE:THRUSH (Молочница)
   =========================== */
.thrush-title{display:block;}
.thrush-title2{display:none;}

/* HERO */
.thrush-hero{position:relative;padding-top:20px;}
.thrush-hero .container{position:relative;}
.thrush-hero__bg{position:absolute;inset:0;border-radius:var(--rad-lg);background:url("/local/templates/ecofucin_duo/assets/images/thrush_hero_bg2.png") bottom/contain no-repeat;}
.thrush-hero__lead{padding:40px;background:#FAFAFA;border-radius:var(--rad30-lg);width:100%;}
.thrush-hero__inner{position:relative;z-index:1;border-radius:var(--rad-lg);padding:0 60px;display:grid;grid-template-columns:1fr 1fr;gap:0px;overflow:hidden;min-height:500px;}
.thrush-hero__text{padding:35px 0;}
.thrush-stats{display:grid;grid-template-columns:1fr;gap:20px;max-width:540px;}
.thrush-stat{}
.thrush-stat__value{font-size:70px;line-height:81px;color:var(--biruza);text-transform:uppercase;margin:0 0 13px;}
.thrush-stat__text{}
.thrush-hero__media{display:flex;align-items:flex-end;justify-content:flex-start;}
.thrush-hero__woman{width:100%;max-width:710px;height:auto;display:block;}

/* MICROFLORA */
.thrush-micro{display:flex;flex-direction:column;gap:33px;}
.thrush-micro__top{padding:40px;color:#2B2B2B;background:var(--bggrey);border-radius:var(--rad30-lg);margin-bottom:33px;}
.thrush-micro__grid{padding:30px 50px;background:var(--biruza);border-radius:var(--rad30-lg);display:flex;align-items:center;justify-content:space-between;gap:90px;}
.thrush-micro__card{color:#fff;width:50%}
.thrush-quote{color:#000;width:50%;position:relative;background:var(--bledno);border-radius:var(--rad60-lg);padding:117px 108px;}
.thrush-quote__mark{cursor:pointer;position:absolute;width:66px;height:59px;background:url("/local/templates/ecofucin_duo/assets/images/quote_mark.svg") center/contain no-repeat;}
.thrush-quote__mark--open{left:42px;top:42px;}
.thrush-quote__mark--close{right:42px;bottom:42px;background:url("/local/templates/ecofucin_duo/assets/images/quote_mark_close.svg") center/contain no-repeat;}

/* FACTORS */
.thrush-factors{background:url("/local/templates/ecofucin_duo/assets/images/factors_bg.jpg") bottom/cover no-repeat;}
.thrush-factors__inner{padding:0;}
.thrush-factors__layout{display:flex;align-items:center;justify-content:center;min-height:735px;}
.thrush-factors__img{max-height:500px;width:auto;display:block;opacity:0.3;}
.callout--f1{left:200px;top:0;min-width:315px;min-height:157px;} 
.callout--f2{left:50px;top:193px;min-width:385px;min-height:157px;} 
.callout--f3{left:0;top:386px;min-width:405px;min-height:157px;} 
.callout--f4{left:100px;top:579px;min-width:405px;min-height:157px;}
.callout--f5{right:0;top:0;min-width:495px;min-height:157px;} 
.callout--f6{right:0;top:193px;min-width:395px;min-height:157px;} 
.callout--f7{right:0;top:386px;min-width:400px;min-height:157px;} 
.callout--f8{right:10%;top:579px;min-width:455px;min-height:157px;}

/* SYMPTOMS */
.thrush-symptoms{}
.thrush-symptoms__inner{display:flex;flex-direction:column;gap:20px;}
.thrush-symptoms__grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;}
.thrush-symptom{height:86px;border-radius:999px;padding:10px;background:var(--bledno);position:relative;display:flex;align-items:center;justify-content:flex-start;gap:25px;}
.thrush-symptom__text{}
.thrush-symptom__icon{flex-shrink:0;width:66px;height:66px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.thrush-symptom--red .thrush-symptom__icon{background:#E4A1A2;}
.thrush-symptom--mint .thrush-symptom__icon{background:#E4A1A2;}
.thrush-symptom--teal .thrush-symptom__icon{background:var(--biruza);}
.thrush-symptom--cyan .thrush-symptom__icon{background:var(--biruza);}
.thrush-callout{border-radius:999px;background:var(--biruza);padding:20px 30px;color:#fff;}
.thrush-callout2{padding:20px 30px;}

/* FORMS */
.thrush-forms{}
.thrush-forms__inner{}
.thrush-forms__block{margin-top:18px;background:var(--bggrey);border-radius:var(--rad60-lg);padding:30px;}
.thrush-forms__grid{display:flex;justify-content:space-between;gap:20px;}
.thrush-form{width:100%;height:44px;text-transform:uppercase;border-radius:999px;background:var(--biruza);display:flex;align-items:center;justify-content:center;color:#fff;padding:10px 20px;}
.thrush-forms__note{margin-top:20px;padding:25px 60px 35px;background:#fff;border-radius:52px;}

/* TREATMENT */
.thrush-treatment{}
.thrush-treatment__inner{}
.thrush-treatment__grid{display:grid;grid-template-columns:1fr 1fr;margin-top:14px;align-items:stretch;}
.thrush-treatment__left{padding:20px 20px 30px 0;display:flex;flex-direction:column;gap:20px;align-items:flex-start;justify-content:flex-start;}
.thrush-treatment__text{background:var(--bggrey);border-radius:var(--rad30-lg);padding:30px;}
.thrush-problems{border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.06);padding:16px 18px;box-shadow:0 10px 20px rgba(0,0,0,.06);}
.thrush-problems__title{display:inline-block;color:#fff;background:var(--biruza);border-radius:999px;padding:10px 50px;}
.thrush-problems__list{max-width:600px;}
.thrush-problems__list.list li{padding-left:55px;}
.thrush-treatment__right{position:relative;margin-left:-100px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;}
.thrush-badge{position:relative;width:380px;color:#fff;background:var(--biruza);border-radius:var(--rad30-lg);padding:20px 30px;z-index:1;margin:-10px 137px 0 0;}
.thrush-treatment__img{position:relative;width:100%;height:auto;max-width:900px;margin:-120px 0 0 0px;z-index:2;}
.thrush-treatment__bottom{position:relative;color:#fff;background:var(--biruza);border-radius:var(--rad30-lg);display:flex;align-items:center;justify-content:space-between;}
.thrush-treatment__bottom-text{padding:13px 68px 3px 30px;}
.thrush-treatment__bottom-text > p{margin-bottom:10px;}
.thrush-treatment__bottom > img{width:396px;}

/* EXTRA */
.thrush-extra{}
.thrush-extra__inner{}
.thrush-extra__grid{display:flex;flex-wrap:wrap;gap:20px;align-items:stretch;justify-content:center;margin-top:56px;}
.thrush-extra-item{width:calc( 100%/3 - 14px );min-height:170px;border-radius:var(--rad30-lg);background:var(--bledno);padding:85px 45px 30px;margin:20px 0;position:relative;display:flex;align-items:center;justify-content:center;}
.thrush-extra-item > .glass__icon{width:111px;height:111px;border-radius:50%;position:absolute;top:-56px;left:50%;display:flex;align-items:center;justify-content:center;transform:translateX(-56px);background:url("/local/templates/ecofucin_duo/assets/images/thrush-extra-icon.png") center/cover no-repeat;}
.glass__icon.glass__icon3 svg{margin-top:10px;}
.glass__icon.glass__icon4 svg{margin-right:10px;margin-bottom:5px;}

/* REFERENCES */
.thrush-refs{margin:0 auto;padding:0 24px 64px;}
.thrush-refs__inner{border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.06);padding:18px 20px;}
.thrush-refs__list{margin:0;padding-left:18px;font:500 12.5px/1.55 "Manrope", system-ui, sans-serif;color:#2B2B2B;}


/* ===================================================================
   PAGE PREG (Pregnancy)
   =================================================================== */

/* HERO */
.preg-hero{border-radius:70px;background:url("/local/templates/ecofucin_duo/assets/images/preg_bg.jpg") bottom/cover no-repeat;padding:0;height:min(820px, calc(100vh - var(--header-h) - 54px));min-height:400px;margin:0 0 27px;overflow:hidden;}
.preg-hero__inner{display:grid;grid-template-columns:7fr 5fr;align-items:center;gap:0;height:100%;width:100%;}
.preg-hero__media{width:100%;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;}
.preg-hero__img{width:min(875px, 100%);height:auto;}
.preg-hero__text{max-width:500px;}
.preg-hero__title{margin:0 0 10px;}
.preg-hero__brand{display:block;color:var(--teal);font-size:56px;line-height:60px;font-weight:700;}
.preg-hero__badge{display:flex;align-items:center;justify-content:flex-start;gap:28px;background:var(--bledno);border-radius:999px;height:98px;margin:24px 0;}
.preg-hero__subtitle{display:block;font-size:40px;line-height:49px;font-weight:700;} 
.preg-hero__badge-icon{width:98px;height:98px;flex-shrink:0;border-radius:50%;background:var(--biruza);display:flex;align-items:center;justify-content:center;}
.preg-hero__pack{max-width:450px;}
.preg-subtitle{margin:0 0 18px;text-align:center;font-family:"Manrope", sans-serif;font-weight:600;color:rgba(0,0,0,.65);}

/* WHY */
.preg-why{background:url("/local/templates/ecofucin_duo/assets/images/preg_why_bg.jpg") bottom / cover no-repeat;border-radius:40px;}
.preg-why .b05__pack{left:300px;}
.preg-why .callout--tr{max-width:625px;}
.preg-why .callout--mr{max-width:725px;top:30%;}
.preg-why .callout--br{max-width:525px;}

/* SCHEME */
.preg-scheme__grid{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:10px;}
.preg-scheme__right{margin:40px 0 0 -50px;display:flex;flex-direction:column;gap:44px;}
.preg-img__two-pack{width:100%;height:auto;}
.preg-scheme__item{position:relative;display:flex;align-items:center;justify-content:flex-start;}
.preg-scheme__item-icon{z-index:2;width:171px;height:171px;flex-shrink:0;background:url("/local/templates/ecofucin_duo/assets/images/glass-icon3.png") center/cover no-repeat;margin-right:-10px;display:flex;align-items:center;justify-content:center;}
.preg-scheme__item-icon>span{width:84px;height:84px;flex-shrink:0;border-radius:50%;background:var(--biruza);display:flex;align-items:center;justify-content:center;}
.preg-scheme__item-text{z-index:1;background:var(--bledno);border-radius:var(--rad40-lg);padding:27px 40px;}
.preg-scheme__note .thrush-treatment__bottom-text{padding-right:0;}
.preg-scheme__note .thrush-strong{text-transform:uppercase;}
.preg-scheme__item:hover{transform:scale(1.05);}

/* Text block */
.preg-card__text{padding:40px 35px 100px;background:url("/local/templates/ecofucin_duo/assets/images/preg_card_bg.png") bottom/cover no-repeat;border-radius:var(--rad40-lg);}
.thrush-callout2{margin:20px 0;}

/* Symptoms */
.preg-symptom__lead{margin-top:30px;}
.preg-symptoms{display:grid;grid-template-columns:repeat(4, 1fr);gap:31px;padding:116px 42px 56px;background:url("/local/templates/ecofucin_duo/assets/images/symptoms_bg.png") center/cover no-repeat;border-radius:var(--rad70-lg);margin-top:28px;}
.preg-symptom{position:relative;background:#fff;border-radius:var(--rad30-lg);padding:50px 40px;}
.preg-symptom__icon{position:absolute;z-index:1;top:-92px;left:50%;transform:translateX(-62px);width:123px;height:123px;border-radius:50%;background:url("/local/templates/ecofucin_duo/assets/images/glass-icon4.png") center/cover no-repeat;display:flex;align-items:center;justify-content:center;}
.preg-symptom__icon>span{background:#E4A1A2;width:67px;height:67px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.preg-symptom:hover{transform:scale(1.05);box-shadow:var(--shadow2);}

/* Important */
.preg-important{background:none;}
.preg-important .b04-card{background:var(--bledno);}
.preg-important .thrush-callout{margin-top:40px;}
.preg-important .b04-right{top:200px;}

/* Treatment */
.preg-treatment{background:url("/local/templates/ecofucin_duo/assets/images/preg_treatment_bg.png") bottom/cover no-repeat;border-radius:var(--rad50-lg);display:grid;grid-template-columns:1fr 2fr;gap:10px;}
.preg-treatment__left{display:flex;align-items:end;justify-content:center;}
.preg-treatment__left>img{max-width:336px;}
.preg-treatment__right{padding:40px 35px 40px 0;display:flex;flex-direction:column;gap:25px;}
.preg-warning{background:var(--biruza);border-radius:var(--rad30-lg);padding:30px 40px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:10px;color:#fff;}
.preg-warning.preg-warning__white{background:#fff;color:#000;}
.preg-warning:hover{transform:scale(1.02);box-shadow:var(--shadow2);}

/* Thanks */
.preg-thanks{max-height:744px;}
.preg-thanks .container{height:100%;border-radius:70px;overflow:hidden;background:linear-gradient(to bottom,#f8f8f8 0%,#f8f8f8 60%,#efefef 61%,#efefef 100%);overflow:hidden;min-height:unset;}
.preg-thanks .hero__content{display:flex;align-items:center;}
.preg-thanks .instr-hero__inner{max-width:520px;margin:168px 0;}
.preg-thanks .hero__text{width:40%;padding:0 0 0 60px;}
.preg-thanks .hero__img{}
.preg-thanks h2{padding-bottom:20px;}
.preg-thanks__btn{margin-top:40px;}

/* Prevention */
.section.section-preg-prevent{}
.section-preg-prevent .h2{margin-bottom:50px;}
.preg-prevent{display:grid;grid-template-columns:repeat(4, 1fr);gap:30px;}
.preg-tip{background:var(--bledno);border-radius:var(--rad30-lg);padding:30px;display:flex;align-items:center;justify-content:space-between;}
.preg-tip--wide{grid-column:span 2;}
.preg-tip__img{flex-shrink:0;}
.preg-tip img{height:229px;max-height:229px;width:auto;}
.preg-tip h3{margin-bottom:8px;}
.preg-tip:hover{transform:scale(1.02);box-shadow:var(--shadow2);}
.preg-tip:hover .preg-tip__img{transform:scale(1.05) rotate(5deg);}

/* References */
.preg-refs{margin-top:18px;padding:18px 0 0;}
.preg-refs__list{margin:0;padding-left:18px;color:rgba(0,0,0,.65);font-size:12px;line-height:1.5;}


/* ===================================================================
                     PAGE SPECIALISTAM
   =================================================================== */
.spec-list{display:grid;gap:20px;}
.spec-card{position:relative;border-radius:40px;padding:0;overflow:hidden;border:1px solid #686868;background:#fff;}
.spec-card__inner{position:relative;padding:34px 40px;display:grid;gap:18px;min-height:170px;}
.spec-card__title{}
.spec-card__source{color:#686868;}
.btn--file{display:inline-flex;align-items:center;gap:10px;border:0;cursor:pointer;text-decoration:none;user-select:none;width:fit-content;padding:12px 18px;
  border-radius:999px;background:var(--bledno);}
.btn--file:hover{transform:translateY(-1px) scale(1.05);box-shadow:var(--shadow2);}
.btn--file .btn__icon{width:26px;height:31px;}
.btn--file .btn__text{text-transform:lowercase;}

/* ===== Specialists access gate ===== */
.spec-gate[hidden]{display:none;}
.spec-gate{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:24px;}
.spec-gate__backdrop{position:absolute;inset:0;background:rgba(0, 0, 0, 0.42);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);}
.spec-gate__dialog{position:relative;z-index:1;max-width:1352px;width:min(1960px, calc(100vw - 40px));border-radius:31px;background:rgba(255,255,255,0.96);box-shadow:0 6px 10px rgba(145,211,215,1);}
.spec-gate__content{padding:58px 78px;display:flex;flex-direction:column;font-size:30px;line-height:36px;font-weight:400;color:#000;}
.spec-gate__question{margin:40px 0;font-weight:700;}
.spec-gate__actions{display:flex;justify-content:flex-end;gap:34px;}
.spec-gate__btn{min-width:200px;height:63px;border:0;border-radius:999px;cursor:pointer;font-weight:700;text-transform:uppercase;}
.spec-gate__btn:hover{transform:translateY(-1px) scale(1.05);box-shadow:var(--shadow2);}
.spec-gate__btn--yes{background:var(--biruza);color:#fff;}
.spec-gate__btn--no{background:var(--bledno);color:var(--biruza);}
.spec-gate__btn:focus-visible{outline:3px solid rgba(10, 157, 165, 0.35);outline-offset:3px;}


/* ===================================================================
                       PAGE GDE KUPIT
   =================================================================== */

/* MAP */
.buy-map{border-radius:28px;overflow:hidden;background:#eaeef0;box-shadow:0 18px 40px rgba(0,0,0,0.08);margin:0 0 44px;}
.buy-map__frame{display:block;width:100%;height:520px;border:0;}
.buy-online{padding:0 0 8px;}
.buy-online__title{margin:0 0 22px;}
.shop-grid{display:grid;grid-template-columns:repeat(8, minmax(0, 1fr));gap:18px;align-items:stretch;}
.shop-card{display:grid;place-items:center;aspect-ratio:1 / 1;min-height:120px;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,0.08);box-shadow:var(--shadow2);text-decoration:none;transition:transform .16s ease, box-shadow .16s ease;overflow:hidden;}
.shop-card:hover{transform:scale(1.05)!important;box-shadow:var(--shadow3);}
.shop-card__img{width:82%;height:70%;object-fit:contain;display:block;}



/* ===================================================================
                       PAGE POLITIKA
   =================================================================== */

.section.politika h3{margin:20px 0 10px;}
.section.politika h4{margin:20px 0 10px;}
.section.politika p{margin:10px 0 10px;}


/* ===================================================================
   (1440)1600-1440
   =================================================================== */
@media (max-width:1600px){
  :root{--header-h:90px;}
  .section{padding:40px 0;}
  .container{width:min(var(--container-1440), calc(100% - 80px));}
  .brand{font-size:26px;}
  .nav{gap:20px;}
  .nav__link{font-size:18px;line-height:20px;}
  .btn--buy{font-size:16px;line-height:16px;padding:13px 47.5px;}
  .buy-tab__text{font-size:18px;line-height:25px;}
  .buy-tab__icon svg{width:25px;}
  .h2{font-size:40px;line-height:49px;/*text-align:center;*/margin-bottom:10px;}
  .lead{font-size:18px;line-height:26px;text-align:center;}
  .text--u40{font-size:32px;line-height:39px;}
  .text--u27{font-size:24px;line-height:35px;}
  .text--u20{font-size:18px;line-height:24px;}
  
  /* HOMEPAGE */
  .b02-grid{gap:35px;grid-template-columns:1fr 2fr 4fr;}
  .b02-cta{margin:25px 0 0 12px;height:71px;gap:18px;}
  .b02-cta__icon{width:71px;height:71px;}
  .b02-center{min-height:533px;max-width:404px;}
  .b03{min-height:727px;}
  .b03__copy{align-content:center;grid-template-rows:1fr 2fr;}
  .b03__title{align-self:end;}
  .b03__media{align-self:center;}
  .b03__img{width:min(280px, 100%);height:auto;}
  .text--u24{font-size:20px;line-height:28px;}
  .b03{gap:50px;}
  .b04-card{padding:60px 40px;margin:0;}
  .b04-left{margin:29px 0 0;width:60%;}
  .b04-right{width:45%;left:55%;top:170px;z-index:100;}
  .list{gap:28px;font-size:18px;line-height:24px;}
  .b05__title{font-size:36px;line-height:44px;}
  .b05__subtitle{font-size:27px;line-height:35px;}
  .callout{max-width:315px;border-radius:20px;padding:20px 25px;}
  .callout--tl{max-width:265px;left:90px;top:30px;}
  .callout--ml{max-width:250px;left:20px;}
  .callout--bl{max-width:270px;left:120px;}
  .callout--tr{max-width:315px;right:95px;}
  .callout--mr{max-width:285px;right:20px;}
  .callout--br{max-width:290px;right:125px;}
  .b07__subtitle{text-align:center;}
  .graph-chart{border-radius:40px 0 0 40px}
  .graph-item__r .graph-chart{border-radius:0 40px 40px 0;}
  .graph-chart__card{border-radius:30px;}
  .doze-title{line-height:42px;}
  .doze-grid{gap:50px;align-items:end;justify-content:center;}
  .doze-col{padding-bottom:20px;}
  .doze-col__title{line-height:28px;}
  .doze-card{border-radius:30px;min-width:315px;}
  .doze-card__head{line-height:22px;}
  .doze-center{width:420px;justify-self:center;}
  .doze-pack{width:min(420px, 100%);}
  .doze-supp{width:min(180px, 45%);right:-60px;}
  .note__refs{font-size:12px;line-height:18px;}
  .note__big{margin-top:25px;}
  .footer__text{font-size:12px;line-height:16px;}
  
  /*THRUSH*/
  .thrush-hero__lead{padding:24px 40px;}
  .thrush-hero__inner{grid-template-columns:1fr 1.8fr;padding:0 40px;}
  .thrush-hero__text{padding:10px 0;}
  .thrush-micro__top{padding:30px 40px;}
  .thrush-micro__grid{gap:45px;}
  .thrush-quote{padding:102px 24px 78px 53px;border-radius:var(--rad60-md);}
  .thrush-quote__mark{width:47px;height:40px;}
  .thrush-quote__mark--open{left:29px;}
  .thrush-quote__mark--close{right:24px;bottom:38px;}
  .page.thrush .callout--f1{left:214px;min-width:274px;min-height:130px;}
  .page.thrush .callout--f2{left:24px;min-width:353px;min-height:130px;}
  .page.thrush .callout--f3{left:23px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f4{left:94px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f5{right:37px;min-width:413px;min-height:157px;}
  .page.thrush .callout--f6{right:55px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f7{right:25px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f8{right:75px;min-width:315px;min-height:130px;}
  .thrush-form{font-size:15px;}
  .thrush-form:first-child{width:40%;}
  .thrush-form:last-child{width:60%;}
  .thrush-forms__note{border-radius:28px;}
  .thrush-treatment__text{padding:20px 30px;}
  .thrush-badge{position:absolute;right:26px;top:0;margin:0;}
  .thrush-treatment__img{margin-top:40px;}
  .thrush-problems__list{max-width:550px;}
  .thrush-treatment__bottom-text{padding:27px 0 3px 30px;}
  .thrush-treatment__bottom > img{width:320px;}
  .thrush-treatment__bottom-text > p.thrush-strong{margin-right:-50px;}
  .thrush .section--doze{border-radius:40px;}
  .thrush-extra .h2{text-align:center;}
  .thrush-extra-item > .glass__icon{width:80px;height:80px;top:-40px;transform:translateX(-40px);}
  .thrush-extra-item{padding:44px 30px 30px;text-align:center;min-height:122px;}
  
  /* PREG */
  h2.h2{text-align:center;}
  .preg-hero{margin:0 0 60px;height:min(734px, calc(100vh - var(--header-h) - 54px));}
  .preg-hero__subtitle{text-align:center;}
  .preg-hero__img{width:min(677px, 100%);}
  .preg-hero__pack{max-width:340px;margin:30px auto 0;}
  .preg-why{padding-top:80px;}
  .preg-why .b05__stage{min-height:480px;}
  .preg-why .b05__pack{width:min(474px, 90%);}
  .preg-why .callout{font-size:18px;line-height:24px;}
  .preg-why .callout--tr{max-width:491px;right:145px;}
  .preg-why .callout--mr{max-width:553px;right:26px;}
  .preg-why .callout--br{max-width:420px;right:203px;}
  .preg-scheme__grid{margin:10px 0 40px;}
  .preg-scheme__item-icon{width:130px;height:130px;background:url("/local/templates/ecofucin_duo/assets/images/glass-icon3_md.png") center/cover no-repeat;}
  .preg-scheme__item-icon>span{width:64px;height:64px;}
  .preg-scheme__item-icon.suppository svg{width:25px;height:36px;}
  .preg-scheme__item-icon.calendar svg{width:33px;height:35px;}
  .preg-scheme__right{margin:0 0;padding:30px 0 0 20px;gap:30px;}
  .preg-scheme__note .thrush-strong{text-transform:none;}
  .preg-scheme__note.thrush-treatment__bottom > img{width:283px;}
  .preg-scheme{padding:20px 0;}
  .preg-card .thrush-hero__lead{padding:14px 40px;}
  .preg-symptom{padding:50px 30px 30px 40px;border-radius:var(--rad70-md);}
  .preg-symptom__icon{width:98px;height:98px;top:-70px;transform:translateX(-49px);}
  .preg-symptom__icon>span{width:53px;height:53px;}
  .preg-symptom__icon.icon1 svg{width:27px;height:34px;}
  .preg-symptom__icon.icon2 svg{width:41px;height:41px;}
  .preg-symptom__icon.icon3 svg{width:27px;height:20px;}
  .preg-symptom__icon.icon4 svg{width:27px;height:35px;}
  .preg-important .b04-card{padding:40px;margin-right:160px;}
  .preg-important .b04-left{margin:10px 0 0;width:100%;}
  .preg-important .b04-left .list{width:70%;}
  .preg-important .list li::before{width:35px;height:35px;}
  .preg-important .list li{padding-left:57px;}
  .preg-important .b04-right{top:110px;}
  .preg-important .thrush-callout{padding:18px 170px 18px 30px;border-radius:20px;}
  .preg-important .thrush-callout2{padding:10px 30px;margin:10px 0 0;}
  .preg-treatment__right{padding:25px 25px 25px 0;}
  .preg-treatment .b03__img{width:min(350px, 100%);height:auto;}
  .preg-thanks{max-height:590px;}
  .preg-thanks .h2{text-align:left;padding-bottom:10px;}
  .preg-thanks .instr-hero__inner{margin:168px 0 93px;}
  .preg-thanks__btn{margin-top:30px;}
  .section.section-preg-prevent{padding:30px 0;margin-bottom:40px;}  
  
  /* INSTR */
  .instr-hero__img{max-height:300px;}
  .instr-hero, .instr-hero .hero__content{height:auto !important;min-height:auto !important;}
  .instr-hero .hero__bg{object-position:right bottom;}
  .instr-card__grid{grid-template-columns:1fr;}
  .instr-card__row{grid-template-columns:220px 1fr;}	
  
/* SPEC GATE */
  .spec-gate__dialog{width:min(1320px, calc(100vw - 64px));max-width:928px;}
  .spec-gate__content{font-size:24px;line-height:35px;padding:54px 54px 34px;}
  .spec-gate__actions{gap:28px;}
  .spec-gate__btn{min-width:170px;height:54px;}
  .spec-gate__btn.text--u24{font-size:20px;line-height:28px;}
  .spec-gate__question{margin:30px 0;}
  
}
/* ===================================================================
   (992)1440-992
   =================================================================== */
@media (max-width:1400px){
  :root{--header-h:72px;}
  body{font-size:16px;line-height:21px;}
  .container{width:min(var(--container-992), calc(100% - 30px));}
  .header__inner{gap:40px;}
  .nav{gap:30px;justify-content:flex-start;}
  .brand{font-size:28px;}
  .nav__link{font-size:16px;line-height:28px;}
  .nav__link4, .nav__link5{display:none;}
  .nav__dropLink4,.nav__dropLink5{display:block;}
  .nav__link.hide-link{display:none;}
  .nav__link--moreItem{display:none;}
  .nav__more{display:inline-flex;} 
  .nav__link.more{display:flex;gap:7px;align-items:center;justify-content:flex-start;}
  .nav__link.more svg{padding-top:3px;}
  .nav__link.more:hover path{fill:var(--biruza);}
  .hero, .hero__content{min-height:480px;height:480px;}
  .hero__kicker{font-size:60px;line-height:73px;}
  .buy-tab{padding:25px 10px;}
  .h2{font-size:32px;line-height:41px;}
  .lead{font-size:18px;line-height:25px;text-align:left;}
  .text--u40{font-size:24px;line-height:27px;}
  .text--u27{font-size:20px;line-height:27px;}
  .text--u24{font-size:18px;line-height:25px;}
  .text--u20{font-size:16px;line-height:20px;}
  .b02-grid{grid-template-columns:1fr 2fr 4fr;gap:20px;}
  .b02-left{max-width:300px;margin-right:0px;z-index:3;}
  .b02-right{z-index:2;}
  .pill--ghost{max-width:250px;min-width:unset;}
  .b02-left .pill__form{margin-right:-100px;}
  .b02-center{z-index:1;min-height:435px;max-width:380px;width:380px;justify-content:flex-start;}
  .b02-card__top{min-height:78px;}
  .b02-cta{height:60px;}
  .b02-cta__text{line-height:24px;width:auto;}
  .b02-cta__icon{width:60px;height:60px;border-radius:30px;min-width:60px;}
  .b02-cta__icon svg{width:40px;height:40px;}
  .b03{min-height:unset;}
  .b03__copy{gap:30px 0;grid-template-columns:3fr 1fr;}
  .b03__title{}
  .b03__img{width:min(170px, 100%);height:auto;}
  .b03__cols{gap:22px;}  
  .b03__plus{margin-top:-10px;}
  .b03__p{margin-top:14px;}
  .orb .dot{width:32px;height:32px;}
  .dot--g{};
  .dot--y{};
  .section--block04{padding:40px 0;}
  .b04-card{padding:30px;}
  .list{font-size:16px;line-height:20px;}
  .list li::before{width:30px;height:30px;}
  .list li{padding-left:50px;}
  .b04-right{width:50%;left:58%;top:140px;}
  .b05__title{font-size:32px;line-height:41px;padding:0 150px;margin-bottom:10px;}
  .b05__subtitle{font-size:24px;line-height:27px;padding:0 150px;}
  .b05__stage{margin-top:40px;min-height:355px;}
  .callout{font-size:16px;line-height:20px;}
  .callout__icon{width:30px;height:30px;right:-17px;top:50%;transform:translateY(-15px);background:url("/local/templates/ecofucin_duo/assets/images/callout-sm.png") center/cover no-repeat;}
  .callout__icon--r{left:-17px;background:url("/local/templates/ecofucin_duo/assets/images/callout-sm_r.png") center/cover no-repeat;}
  .b05__pack{width:min(330px, 50%);};
  .callout--tl{max-width:245px;left:90px;top:30px;}
  .callout--ml{max-width:240px;left:20px;}
  .callout--bl{max-width:250px;left:120px;}
  .callout--tr{max-width:260px;right:95px;}
  .callout--mr{max-width:275px;right:20px;}
  .callout--br{max-width:275px;right:125px;}
  .video-card{width:782px;height:440px;}
  .b07__subtitle{font-size:32px;line-height:41px;}
  .graph-chart{padding:30px 10px 30px 30px;}
  .graph-item__r .graph-chart{padding:30px 30px 30px 10px;}
  .graph-chart__head{padding:10px 15px;}
  .section--doze{padding:40px 0;}
  .doze-panel{padding:0 0 40px;}
  .doze-grid{margin-top:30px;gap:16px;}
  .doze-col__title{font-size:24px;line-height:27px;}
  .doze-center{width:350px;}
  .doze-card{min-width:250px;padding:10px;border-radius:25px;}
  .doze-card__head{border-radius:20px;min-height:60px;}
  .doze-col__left .doze-card{min-width:230px;}
  .doze-col__right .doze-card{min-width:300px;}
  .doze-supp{width:170px;right:0;}
  .graph-chart__card{height:auto;}
  .graph-chart1, .graph-chart2{height:210px;}
  
  /* THRUSH */
  .thrush-hero__inner{padding:0;grid-template-columns:1.25fr .75fr;min-height:342px;}
  .thrush-hero__media{margin:0 -50px 0 0;}
  .thrush-hero__lead{font-size:16px !important;line-height:20px !important;padding:20px;}
  .thrush-hero__text{padding:10px 0 50px 60px;}
  .thrush-stat__value{font-size:50px;line-height:60px;margin:0;}
  .thrush-stat__text{text-transform:uppercase;}
  .thrush-hero__title{font-size:56px;}
  .thrush-h2{font-size:34px;}

  .page.thrush .thrush-factors__layout.b05__stage{grid-template-columns:1fr 420px 1fr;min-height:550px !important;}
  .page.thrush .callout{padding:10px;}
  .page.thrush .callout--f1{top:0;left:0px;min-width:274px;min-height:130px;}
  .page.thrush .callout--f2{top:155px;left:19px;min-width:353px;min-height:130px;}
  .page.thrush .callout--f3{top:305px;left:35px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f4{top:450px;left:100px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f5{top:0;right:0px;min-width:413px;min-height:129px;}
  .page.thrush .callout--f6{top:155px;right:55px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f7{top:305px;right:0px;min-width:355px;min-height:130px;}
  .page.thrush .callout--f8{top:450px;right:85px;min-width:315px;min-height:130px;}
  .thrush-treatment__img{margin-top:150px;}
  .thrush-treatment__left{padding:0 0 30px 0;}
  .thrush-treatment__right{margin-left:-50px;}
  .list li::before{width:25px;height:25px;}
  .thrush-problems__list.list li{padding-left:37px;}
  
  .thrush-scheme__grid{grid-template-columns:1fr 360px 1fr;}
  .thrush-treatment__bottom > img{width:360px;}
  .thrush-treatment__bottom-text{padding-right:10px;}
  .thrush-extra-item{width:calc( 100%/2 - 10px );min-height:170px;border-radius:var(--rad30-lg);padding:85px 45px 30px;margin:20px 0;}
  .thrush-quote{padding:95px 35px 70px 40px;}
  .thrush-quote__mark{width:41px;height:37px;}
  .thrush-quote__mark--open{top:40px;left:40px;}
  .thrush-quote__mark--close{right:35px;bottom:30px;}
  
  /* PREG */
  .preg-prevent{grid-template-columns:2fr 3fr;}
  .preg-tip--wide{grid-column:span 1;}
  .preg-tip--wide2{grid-column:span 2;}
  .preg-hero{max-height:490px;min-height:490px;}
  .preg-hero__img{width:min(477px, 100%);} 
  .preg-hero__brand{font-size:40px;line-height:49px;text-align:center;}
  .preg-hero__badge{margin:14px 0;height:70px;}
  .preg-hero__badge-icon{width:70px;height:70px;}
  .preg-hero__badge-icon svg{width:44px;height:44px;}
  .preg-hero__subtitle{font-size:32px;line-height:41px;text-align:center;} 
  .preg-hero__pack{max-width:220px;margin-top:20px;}  
  .preg-why{padding:10px 0;}
  .preg-why .b05__stage{min-height:420px;}
  .preg-why .callout{font-size:16px;line-height:20px;}
  .preg-why .callout--tr{max-width:390px;right:100px;}
  .preg-why .callout--mr{max-width:475px;right:0px;}
  .preg-why .callout--br{max-width:390px;right:100px;bottom:50px;}  
  .preg-why .b05__pack{left:50%;top:50%;transform:translateX(-520px) translateY(-250px);width:min(420px, 90%);}
  .preg-symptoms{grid-template-columns:repeat(2, 1fr);gap:84px 31px ;}
  .preg-thanks{max-height:496px;}
  .preg-thanks .container{border-radius:50px;}
  .preg-tip img{max-height:200px;}

  /* INSTR */
  .instr-hero__img{max-height:250px;}
  .instr-hero{padding:40px 44px;border-radius:42px;}
  .instr-hero .hero__bg{object-position:right -125px bottom 0;}
  .instr-hero .hero__content{margin:0 10px;}
  .instr-grid{grid-template-columns:380px 1fr;gap:20px;}  
  
  /* SPEC */
  .spec-card__inner{padding:30px 34px;}  
  
  /*GDE KUPIT */
  .buy-map__frame{height:480px;}
  .shop-grid{grid-template-columns:repeat(7, minmax(0, 1fr));}  

}
/* ===================================================================
   (768)920-768
   =================================================================== */
@media (max-width:930px){
  .nav__link3{display:none;}
  .nav__dropLink3{display:block;}
	
  /* THRUSH */
  .thrush-micro__grid{grid-template-columns:1fr;}
  .thrush-factors__layout{grid-template-columns:1fr;}
  .thrush-factors__center{order:2;}
  .thrush-factors__col--left{order:1;}
  .thrush-factors__col--right{order:3;}
  .thrush-factors__img{max-width:520px;margin:0 auto;}
  .thrush-symptoms__grid{grid-template-columns:1fr;}
  .thrush-forms__grid{grid-template-columns:1fr;}
  .thrush-form{width:100% !important;}
  .thrush-treatment__grid{grid-template-columns:1fr;}
  .thrush-treatment__right{display:flex;justify-content:center;}
  .thrush-treatment__img{max-width:520px;}
  .thrush-scheme__grid{grid-template-columns:1fr;}
  .thrush-scheme__center{order:2;display:flex;justify-content:center;margin:6px 0 10px;}
  .thrush-scheme__pack{max-width:520px;}
  .thrush-treatment__bottom{}
  .thrush-treatment__bottom > img{transform:rotate(90deg);width:190px;}

  /* PREG */
  .preg-hero__inner{grid-template-columns:1fr 1fr;}
  .preg-thanks{max-height:414px;}
  .preg-thanks .container{border-radius:40px;}

  /* INSTR */
  .instr-hero{flex-direction:column !important;padding:30px 37px;}
  .instr-hero, .instr-hero .hero__content{height:444px;min-height:444px;}
  .instr-hero .hero__content{align-items:flex-start;}
  .instr-hero__inner{width:100%;}
  .instr-hero__img{background:none !important;width:100% !important;height:auto !important;max-width:unset;}
  .instr-hero .hero__bg{object-position:right bottom;}
  .instr-hero__media{justify-content:center;}
  .hero__title.instr-hero__title{text-align:left;padding:0 !important;}
  .instr-grid{grid-template-columns:280px 1fr;gap:20px;}
  .instr-hero__title{}  
  
  /* SPEC */
  .spec-card{border-radius:28px;}
  .spec-card__inner{padding:26px 26px;}
  
  /*GDE KUPIT */
  .buy-map{border-radius:24px;margin-bottom:34px;}
  .buy-map__frame{height:420px;}
  .buy-online__title{font-size:34px;}
  .shop-grid{grid-template-columns:repeat(4, minmax(0, 1fr));gap:14px;}
  .shop-card{height:88px;border-radius:16px;}  
}
/* ===================================================================
   (320)768-...
   =================================================================== */
@media (max-width:768px){
  :root{--header-h:56px;}
  body{font-size:16px;line-height:20px;}
  .section{padding:25px 0;}
  .container{width:calc(100% - 40px);}
  .brand{font-size:20px;}
  .nav, .btn--buy, nav.breadcrumbs{display:none;}
  .burger{display:flex;}
  .mob-menu{display:block;width:32px;height:32px;}
  .header__inner{justify-content:space-between;}

  main.page>.container>h1{margin-top:20px;text-align:center;}

  .hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:var(--bledno);border-radius:0 0 20px 20px;}
  .hp-hero>.container{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-start;}
  .hero__main{height:300px;width:calc(100% + 40px);margin-right:-20px;margin-left:-20px;background:#fff;}
  .hero__main>img{}
  .hero__copy{max-width:100%;padding:25px 0;}
  .hero__content{justify-content:center;}
  .hero__bg{position:relative;width:100%;height:300px;}

  .b02-grid, .b03, .b03__cols, .doze-grid{grid-template-columns:1fr;}
  .graphs-panel{flex-direction:column;}
  .graph-item{width:100%;}
  
  .hero, .hero__content{height:auto;min-height:auto;}
  .hero__kicker{font-size:26px;line-height:32px;text-align:center;margin-bottom:5px;}
  .hero__title{text-align:center;margin:0;padding:0;}
  .h2{font-size:23px;line-height:28px;margin-bottom:14px;}
  .lead{font-size:17px;line-height:19px;text-align:center;margin-bottom:22px;text-transform:none;}  
  .text--u40{font-size:24px;line-height:29px;}  
  .text--u27{font-size:22px;line-height:27px;}
  .text--u20{font-size:16px;line-height:20px;text-transform:none;}
  
  .b02-center{max-width:unset;width:100%;align-items:center;justify-content:center;}
  .video-pack__video{width:100%;height:auto;max-width:320px;}

  .b02-left, .pill{width:100%;max-width:100%;}
  .b02-left{opacity:1;}
  .pill__big{font-size:22px;line-height:27px;color:var(--text);width:100%;text-align:center;}
  .b02-left .pill__form{text-align:center;color:var(--grey);margin:0;}
  .b02-right .pill__form{text-align:center;}
  .b02-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;}
  .b02-card__top{justify-content:center;}
  .b02-card__title{text-align:center;}
  .b02-card__text{text-align:center;}
  .b02-cta{margin:20px 0 15px;max-width:280px;}
  
  .b03{height:auto;margin-bottom:25px;}
  .b03__copy{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;}
  .b03__media{}
  .orb .dot{width:21px;height:21px;}
  .orb--y .dot{transform:translate(50px, -15px);}
  .orb--g .dot{transform:translate(-45px, 20px);}  
  @keyframes dotPulse{0%, 100%{opacity:.95;transform:translate(50px, -15px) scale(1);} 50%{opacity:1;transform:translate(50px, -15px) scale(0.86);}}
  @keyframes dotPulse2{0%, 100%{opacity:.92;transform:translate(-45px, 20px) scale(0.95);} 50%{opacity:1;transform:translate(-45px, 20px) scale(1.06);}}
  .b03__img{width:112px;}
  .b03__cols{margin-top:25px;}
  .tag sup{font-size:60%;top:-10px;}
  .b03__p{font-size:16px;line-height:20px;text-transform:none;margin-top:0;}
  .b03__p sup{vertical-align:top;font-size:60%;}
  .b03__plus{text-align:center;font-size:96px;}
  .section--block04{display:flex;flex-direction:column;border-radius:20px 20px 0 0;padding-bottom:100px;}
  .b04-card{border-radius:16px;padding-bottom:220px;}
  .b04-right{width:100%;max-width:450px;left:unset;right:0px;top:auto;bottom:-60px;}
  .b04-left{width:100%;}
  .b04-card .h2{font-size:20px;line-height:28px;} 
  .b04-card .h2>span.teal{display:block;font-size:24px;line-height:28px;}
  .list{gap:17px;}
  .list li{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:10px;}
  .list li::before{position:relative;}
  .section--block05{border-radius:0 0 16px 16px;}
  .b05__title{padding:0;}
  .b05__subtitle{padding:0;font-size:16px;line-height:20px;text-transform:none;}
  .b05__stage{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:auto;height:auto;}
  .callout, .page.thrush .callout{width:100%;max-width:90%;min-width:unset;position:relative;left:unset;top:unset;right:unset;bottom:unset;margin-bottom:35px;padding:15px 40px;}
  .callout__icon{top:-17px;left:50%;transform:translateX(-17px) !important;right:unset;}
  .b05__pack{order:4;width:100%;position:relative;transform:none;left:unset;top:unset;margin-top:-30px;}
  .callout--tl{order:1;}
  .callout--ml{order:2;}
  .callout--bl{order:3;}
  .callout--tr{order:5;}
  .callout--mr{order:6;}
  .callout--br{order:7;}
  .video-card{border-radius:20px;width:100%;height:auto;}
  .video-card__video{width:100%;height:auto;}
  .graph-chart__title{text-align:center;}
  .graph-chart, .graph-item__r .graph-chart{border-radius:20px;margin:0 -20px;padding:20px;}
  .graph-item__r .graph-chart__title{margin:30px 0 20px 0;}
  .graph-chart__head{text-align:center;min-height:60px;display:flex;align-items:center;}
  .section--doze{margin-top:10px;border-radius:20px 20px 0 0;}
  .doze-grid{margin:0;}
  .doze-center{order:1;width:250px;min-height:auto;height:auto;margin-bottom:30px;}
  .doze-supp{width:120px;bottom:-30px;right:-40px;}
  .doze-col__left{order:2;}
  .doze-col__right{order:3;}
  .doze-col{display:flex;flex-direction:column;align-items:center;justify-content:center;}
  .doze-card{margin-top:16px;min-width:232px;width:100%;}
  .note__refs{line-height:15px;}
  .note__svg{display:none;}
  .note__svg--mob{display:block;width:100%;height:135px;}
  .note__svg--mob svg{width:calc(100%-40px);height:135px;}
  .footer__grid{position:relative;grid-template-columns:1fr;}
  .footer__logo{width:70px;position:absolute;}
  .footer__text{width:100%;}
  .footer__text > p:first-child{padding-left:80px;min-height:64px;}
  
  /* THRUSH */
  .text--16{font-size:16px !important;line-height:20px !important;}
  .thrush-title,.thrush-hero__bg,.thrush-hero__media{display:none;}
  .thrush-title2{display:flex;align-items:center;justify-content:flex-start;position:relative;overflow:hidden;padding:25px;margin:0 -20px;}
  .thrush-title2{min-height:330px;background:url("/local/templates/ecofucin_duo/assets/images/thrush_hero_bg2.png") bottom/cover no-repeat;border-radius:20px;}
  .thrush-title2  h2{font-size:26px;}
  .thrush-title2 .thrush-hero__woman{position:absolute;bottom:0;top:0;height:100%;width:auto;}  
  .thrush-hero__inner{grid-template-columns:1fr;}
  .thrush-hero .thrush-hero__lead{background:none;text-align:center;}
  .thrush-hero__text{padding:20px 0;}
  
  .thrush-stats{grid-template-columns:1fr;}
  .thrush-stat__value,.thrush-stat__text{text-align:center;}  
  
  .thrush-micro{margin:0 -20px;}
  .thrush-micro__top{background:#FAFAFA;padding:20px;text-align:center;font-size:16px !important;line-height:20px !important;}
  .thrush-micro__grid{flex-wrap:wrap;padding:30px 20px;}
  .thrush-micro__grid > *{width:100%;}
  .thrush-forms__grid{flex-wrap:wrap;}
  .thrush-quote{padding:75px 20px 66px 25px;}
  .thrush-micro__card{}
  .thrush-quote__mark--open{top:25px;left:25px;}
  .thrush-quote__mark--close{right:20px;bottom:25px;}
  
  .thrush-factors__img{position:absolute;max-width:unset;max-height:unset;height:auto;width:200%;top:50px;/*left:-30px;*/left:-50%;}
  .thrush-symptoms{margin:40px 0 25px;}
  .thrush-symptom{min-height:86px;}
  .thrush-symptom__icon{width:43px;height:43px;}
  .thrush-symptom--red .thrush-symptom__icon svg{width:18px;height:24px;}
  .thrush-symptom--mint .thrush-symptom__icon svg{width:26px;height:26px;}
  .thrush-symptom--teal .thrush-symptom__icon svg{width:22px;height:16px;}
  .thrush-symptom--cyan .thrush-symptom__icon svg{width:17px;height:23px;}  
  .thrush-symptoms .thrush-callout{margin-top:15px;border-radius:35px;}
  
  .thrush-forms{margin:0 -20px;}
  .thrush-forms__block{background:none;padding:0 20px;}
  .thrush-form{text-transform:none;text-align:center;}
  .thrush-forms__note{background:#F0F0F0;padding:10px 10px 20px 20px;}

  .thrush-treatment{margin:0 -20px;}
  .thrush-treatment__text{border-radius:20px;padding:20px 20px;margin-bottom:10px;}
  .thrush-problems__title{margin:0 20px;padding:10px 20px;text-align:center;}
  .thrush-problems__list{margin:0 20px;gap:16px;}
  .thrush-problems__list.list li{padding:0;flex-direction:row;gap:10px;align-items:flex-start;justify-content:flex-start;}
  .thrush-problems__list.list li::before{width:19px;height:19px;flex-shrink:0;}
  
  .thrush-treatment__right{margin:0;padding:20px;}
  .thrush-badge{position:relative;width:100%;left:unset;right:unset;top:unset;padding:20px;border-radius:20px;}
  .thrush-treatment__img{margin:0;}

  .thrush-extra{padding:30px 0 40px!important;}
  .thrush-extra__grid{margin:0 0 37px;}
  .thrush-extra-item{width:100%;min-height:unset;border-radius:var(--rad30-lg);padding:20px 25px;margin:38px 0 0;}
  .thrush-extra-item > .glass__icon{width:44px;height:44px;top:-22px;transform:translateX(-22px);}
  .thrush-extra-item > .glass__icon1 > svg{width:21px;height:21px;}
  .thrush-extra-item > .glass__icon2 > svg{width:21px;height:21px;}
  .thrush-extra-item > .glass__icon3 > svg{width:27px;height:18px;margin-top:5px;}
  .thrush-extra-item > .glass__icon4 > svg{width:23px;height:23px;margin-right:5px;margin-bottom:2px;}
  .thrush-extra-item > .glass__icon5 > svg{width:15px;height:15px;}
  
  .thrush-extra__inner .thrush-treatment__bottom{margin:0 -20px;}
  .thrush-treatment__bottom > img, .preg-scheme__note.thrush-treatment__bottom > img{position:absolute;transform:rotate(90deg);height:auto;width:calc(min(100%, 240px));bottom:67px;right:-50px;z-index:1;opacity:0.5;}  
  .thrush-treatment__bottom-text{padding:25px 20px;}
  .thrush-treatment__bottom-text > p.thrush-strong{margin-right:0;}
      
  /* PREG */
  .preg-hero{min-height:320px;height:320px;overflow:hidden;border-radius:22px;margin:0 -20px 20px;}
  .preg-hero__inner{grid-template-columns:1fr;position:relative;padding:10px 20px;justify-items:end;}
  .preg-hero__text{z-index:2;padding-left:0;width:auto;max-width:210px;display:flex;flex-direction:column;}
  .preg-hero__pack{order:3;max-width:108px;margin:20px 0 10px auto;}
  .preg-hero__media{z-index:1;position:absolute;width:270px;height:270px;left:-50px;bottom:0;}
  .preg-hero__brand{order:1;font-size:24px;line-height:41px;text-align:center;margin:0;}
  .preg-hero__badge{order:2;margin:3px 0;height:37px;font-size:15px !important;line-height:16px !important;padding:0;gap:14px;}
  .preg-hero__badge-icon{width:37px;height:37px;}
  .preg-hero__badge-icon svg{width:23px;height:23px;}
  .preg-hero__subtitle{order:4;font-size:21px;line-height:27px;text-align:left;}
  
  .preg-why{padding:20px 20px 40px;border-radius:40px;}
  .preg-why .b05__pack{width:100%;left:unset;top:unset;transform:none;}
  .preg-why .callout{left:unset;top:unset;bottom:unset;right:unset;width:100%;}
  
  .preg-scheme{padding:30px 0;}
  .preg-scheme__grid{grid-template-columns:1fr;gap:50px;}
  .preg-scheme__right{margin:0;padding:0;gap:88px;}
  .preg-scheme__item{}
  .preg-scheme__item-text{padding:25px 10px;border-radius:20px;text-align:center;}
  .preg-scheme__item-icon{position:absolute;width:90px;height:90px;top:-68px;left:50%;transform:translateX(-45px);}
  .preg-scheme__item-icon  span{width:44px;height:44px;}
  .preg-scheme__item-icon.suppository span svg{width:21px;height:27px;}
  .preg-scheme__item-icon.calendar span svg{width:23px;height:27px;}
  
  .s-preg-about{margin:0 -20px;}
  .preg-card .thrush-hero__lead{padding:20px;}
  .preg-card__text{padding:20px;display:flex;flex-direction:column;gap:20px;}
  .thrush-callout{border-radius:20px;padding:10px;}
  .thrush-callout2{padding:0;margin:0;}
  
  .s-preg-symptoms{margin:0 -20px;}
  .preg-symptom__lead{margin:10px 0 0;padding:15px 20px;}
  .preg-symptoms{grid-template-columns:1fr;border-radius:20px;}
  .preg-symptom__icon{width:80px;height:80px;top:-50px;transform:translateX(-40px);background:url("/local/templates/ecofucin_duo/assets/images/glass-icon5.png") center/cover no-repeat;}
  .preg-symptom__icon>span{width:44px;height:44px;}
  .preg-symptom__icon.icon1 svg{width:22px;height:28px;}
  .preg-symptom__icon.icon2 svg{width:33px;height:33px;}
  .preg-symptom__icon.icon3 svg{width:22px;height:16px;}
  .preg-symptom__icon.icon4 svg{width:21px;height:28px;}
  
  .preg-important{margin:0 -20px;}
  .preg-important .b04-card .h2{font-size:24px;line-height:28px;}
  .preg-important .b04-card{padding:60px 20px 150px;margin:0;}
  .preg-important .b04-right{top:unset;bottom:-130px;}
  .preg-important .b04-left .list{width:100%;}
  .preg-important .list li{padding:0;}
  .preg-important .list li::before{width:30px;height:30px;}
  .preg-important .thrush-callout{padding:10px 20px;border-radius:20px;}
  .thrush-callout2{padding:20px 0;}
  
  .s-preg-treatment{border-radius:40px;padding:20px 0 0;background:#FAFAFA;}
  .preg-treatment{grid-template-columns:1fr;margin:0 -20px;padding:20px;}
  .preg-treatment__left>img{width:auto;max-height:260px;}
  .preg-treatment__right{padding:20px 0 40px;}
  .preg-warning{padding:30px 20px;}
  .preg-warning{text-align:center;}
  .preg-treatment .b03__img{width:min(120px, 100%);height:auto;}
  
  .graph-chart__card{justify-content:center;}
  .graph-chart1, .graph-chart2{display:none;}
  .graph-chart1__m, .graph-chart2__m{display:block;}
  
  .preg-thanks{max-height:414px;border-radius:20px;}
  .preg-thanks .container{border-radius:20px;margin:0;width:100%;background:linear-gradient(to bottom, #EBF6F6 0%, #EBF6F6 50%, #f8f8f8 50.1%, #f8f8f8 80%, #efefef 81%, #efefef 100%);}
  .preg-thanks .hero__content{flex-direction:column;}
  .preg-thanks .hero__text{width:100%;padding:40px 20px;text-align:center;}
  .preg-thanks .hero__img{padding:0 0 20px}
  .preg-thanks .hero__img img{max-height:120px;}
  
  .section-preg-prevent .h2{margin:10px 0 25px;}
  .preg-prevent{grid-template-columns:1fr;gap:24px;}
  .preg-tip--wide{grid-column:unset;}
  .preg-tip{border-radius:20px;flex-direction:column;align-items:stretch;gap:20px;}
  .preg-tip img{max-height:150px;margin:0 auto;}
  
  /* INSTR */
  .instr-hero{overflow:hidden;max-height:444px;margin:0 -20px;}
  .instr-hero .hero__content{height:auto;min-height:auto;}
  .instr-hero{padding:24px 18px;border-radius:26px;}
  .instr-hero__title{text-align:center !important;}
  .instr-grid{grid-template-columns:1fr;gap:18px;}
  .instr-nav{order:1;}
  .instr-content{order:2;}
  .btn-download{width:100%;justify-content:center;padding:16px 18px;}
  .instr-card{border-radius:22px;padding:16px;}
  .instr-card__row{grid-template-columns:1fr;gap:6px;}  
  
  /* SPEC */
  .spec-card{border-radius:26px;}
  .spec-card__inner{padding:20px 18px;gap:14px;}
  .spec-card__title{font-size:16px;}
  .btn__text{font-size:15px;}  
  
  /* SPEC GATE */
  .spec-gate__dialog{width:min(768px, calc(100vw - 44px));}
  .spec-gate__content{font-size:16px;line-height:20px;padding:36px 24px;}
  .spec-gate__actions{flex-direction:column;gap:18px;}
  .spec-gate__btn{min-width:100%;height:45px;}
  .spec-gate__btn.text--u24{font-size:18px;line-height:28px;}
  .spec-gate__question{margin:20px 0;}
  
  /* GDE KUPIT */
  .s-buy{padding-bottom:48px;}
  .buy-map{border-radius:20px;}
  .buy-map__frame{height:320px;}
  .buy-online__title{font-size:28px;margin-bottom:16px;}
  .shop-grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:26px;justify-items:center;}
  .shop-card{height:82px;border-radius:14px;}  
  
}
@media (min-width:769px){
  /* Sticky left menu (desktop) */
  .instr-nav{position:sticky;top:calc(var(--header-h, 94px) + 20px);align-self:start;}
} 





/* EFFECTS */

/* reveal */

.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease, transform .6s ease;will-change:opacity, transform;}
.reveal.is-inview{opacity:1;transform:translateY(0);}
.reveal--left{transform:translateX(22px);}
.reveal--right{transform:translateX(-22px);}
.reveal--scale{transform:scale(.98);}
.reveal--up{transform:translateY(18px);}
.reveal--down{transform:translateY(-18px);}
.reveal--left.is-inview,.reveal--right.is-inview,.reveal--scale.is-inview,.reveal--up.is-inview,.reveal--down.is-inview{transform:none;}

/* reveal2 — для элементов (parallax) */
.reveal2{opacity:0;--rx:0px;--ry:18px;--rs:1;transition:opacity .6s ease;will-change:opacity;}
.reveal2.is-inview{opacity:1;--rx:0px;--ry:0px;--rs:1;}
.reveal2--left {--rx:22px;--ry:0px;}
.reveal2--right{--rx:-22px;--ry:0px;}
.reveal2--up   {--rx:0px;--ry:18px;}
.reveal2--down {--rx:0px;--ry:-18px;}
.reveal2--scale{--rx:0px;--ry:0px;--rs:.98;}

@media (prefers-reduced-motion:reduce){.reveal, .reveal2{opacity:1 !important;--rx:0px !important;--ry:0px !important;--rs:1 !important;transition:none !important;}}

/* === Shine effect === */
.shine{position:relative;overflow:hidden;}
.shine::after{content:"";position:absolute;top:-150%;left:-150%;width:200%;height:200%;background:linear-gradient(45deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.15) 45%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.15) 55%, rgba(255,255,255,0) 70%);transform:translateX(-100%) rotate(45deg);pointer-events:none;}
.shine:hover::after{animation:shineMove 1.2s ease forwards;}
@keyframes shineMove{0%{transform:translateX(-100%) rotate(45deg);} 100%{transform:translateX(150%) rotate(45deg);}}

/* === Glass effect === */
.liquid-glass{--angle:-45deg;background-color:rgba(255, 255, 255, 0.05);box-shadow:0 2px 4px rgba(0, 0, 0, 0.01);border:3px solid rgba(255,255,255,0.2);	background:padding-box linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), border-box linear-gradient(var(--angle), rgba(255,255,255,0.9), rgba(255,255,255,0.71) 20%, rgba(255,255,255,0.71) 70%, rgba(255,255,255,0.9));backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);@apply bg-muted/25;}
@supports not (hanging-punctuation:first){.liquid-glass{backdrop-filter:url(#displacementFilter) blur(4px) brightness(120%);}}

/* === Glass effect 2 === */
.liquid-glass-wrapper{overflow:hidden;box-shadow:0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);transition:all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);}
.liquid-glass-effect{position:absolute;z-index:0;inset:0;backdrop-filter:blur(3px);filter:url(#glass-distortion);overflow:hidden;}
.liquid-glass-tint{z-index:1;position:absolute;inset:0;background:rgba(255, 255, 255, 0.50);}
.liquid-glass-shine{position:absolute;inset:0;z-index:2;overflow:hidden;box-shadow:inset 2px 2px 1px 0 rgba(255, 255, 255, 0.5),   inset -1px -1px 1px 1px rgba(255, 255, 255, 0.5);}

/* ===== ico Bounce Effect =============== */
.icoBounce{transform-origin:center bottom;will-change:transform;}
.icoBounce:hover{animation:icoCompressBounce 900ms cubic-bezier(.2,.9,.2,1);}
/* анимация */
@keyframes icoCompressBounce{
  /* Сжатие вниз */
  0%{transform:scaleY(1) scaleX(1);}
  15%{transform:scaleY(0.6) scaleX(1.08);}
  /* Резкий отскок вверх */
  35%{transform:scaleY(1.15) scaleX(0.95) translateY(-2px);}
  /* Возврат с инерцией */
  50%{transform:scaleY(0.95) scaleX(1.02) translateY(0);}
  /* Покачивание */
  65%{transform:rotate(-4deg);}
  75%{transform:rotate(3deg);}
  85%{transform:rotate(-2deg);}
  /* Стабилизация */
  100%{transform:rotate(0deg) scale(1);}
}
/* чтобы не дергалось при повторных hover */
.icoBounce:not(:hover){animation:none;}
@media (prefers-reduced-motion:reduce){.icoBounce:hover{animation:none;}}
/* End */
/* /local/templates/ecofucin_duo/template_styles.css?177359834477979 */
