*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:var(--bg);color:var(--text);--accent:#1475ff;--accent2:#55a7ff;--soft:#eaf4ff;--bg:#f7fbff;--text:#102d62;--muted:#6b7e9f;--border:#dbe7f5}body[data-market=wb]{--accent:#c026d3;--accent2:#ec4899;--soft:#fff0fb;--bg:#fffafd;--text:#4e2058;--muted:#856b83;--border:#efdbea}.topbar{height:84px;background:white;border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 28px;gap:28px;position:sticky;top:0;z-index:10}.brand{display:flex;gap:12px;align-items:center;min-width:320px}.logo{font-size:38px;color:var(--accent)}.brand strong{font-size:26px;display:block}.brand small{color:var(--muted)}.switch{display:flex;margin:auto;background:#eef4fb;border:1px solid var(--border);border-radius:14px;padding:4px;min-width:360px}.market{border:0;background:transparent;padding:14px 24px;border-radius:10px;flex:1;font-weight:700;color:var(--text);cursor:pointer}.market.active{background:linear-gradient(135deg,var(--accent),var(--accent2));color:white}.toplinks{display:flex;gap:10px}.toplinks button{border:0;background:transparent;color:var(--text);font-weight:700;cursor:pointer}.layout{display:grid;grid-template-columns:235px 1fr;max-width:1540px;margin:auto}.sidebar{padding:28px 15px;border-right:1px solid var(--border);background:white;min-height:calc(100vh - 84px);display:flex;flex-direction:column;gap:8px}.side{border:0;background:transparent;text-align:left;padding:15px 18px;border-radius:12px;font-weight:700;color:var(--text);cursor:pointer}.side.active{background:var(--accent);color:white}.pro{margin-top:auto;border:1px solid var(--border);border-radius:16px;padding:18px;background:linear-gradient(180deg,var(--soft),white);text-align:center}.diamond{font-size:28px;color:var(--accent)}.pro button,.support button{border:1px solid var(--accent);background:white;color:var(--accent);padding:11px 16px;border-radius:10px;font-weight:700;cursor:pointer}main{padding:24px 20px 40px}.card{background:white;border:1px solid var(--border);border-radius:20px;box-shadow:0 10px 30px rgba(40,80,140,.08)}.hero{display:grid;grid-template-columns:1.25fr .85fr;overflow:hidden;background:linear-gradient(135deg,var(--soft),white)}.copy{padding:42px}.eyebrow{font-size:13px;letter-spacing:.12em;color:var(--muted);font-weight:700}.hero h1{font-size:48px;margin:22px 0 8px}.hero h1 b{color:var(--accent)}.hero h2{font-size:24px;margin:0 0 16px;color:#48628f}.hero p{font-size:18px;line-height:1.5;color:var(--muted);max-width:620px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0}.benefits div{display:flex;flex-direction:column;gap:5px}.benefits small{color:var(--muted)}.primary{border:0;background:linear-gradient(135deg,var(--accent),var(--accent2));color:white;padding:17px 34px;border-radius:14px;font-size:20px;font-weight:800;cursor:pointer}.visual{position:relative;min-height:420px}.box{position:absolute;right:135px;bottom:65px;width:240px;height:165px;border-radius:18px;background:linear-gradient(145deg,var(--accent),#14357a);display:grid;place-items:center;color:white;font-size:42px;font-weight:900}.bars{position:absolute;right:185px;bottom:225px;display:flex;gap:13px;align-items:flex-end;z-index:2}.bars i{display:block;width:30px;background:linear-gradient(var(--accent2),var(--accent));border-radius:6px 6px 2px 2px}.bars i:nth-child(1){height:45px}.bars i:nth-child(2){height:70px}.bars i:nth-child(3){height:100px}.chip{position:absolute;right:18px;bottom:42px;background:rgba(255,255,255,.88);padding:22px;border-radius:18px;border:1px solid white;box-shadow:0 10px 30px rgba(40,80,140,.10)}.chip strong{color:var(--accent)}.workflow{margin-top:20px;padding:24px}.workflow h3{font-size:25px;margin-top:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps article{background:linear-gradient(180deg,var(--soft),white);border:1px solid var(--border);border-radius:16px;padding:20px;min-height:180px}.steps span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--accent);color:white;font-weight:800}.steps p{color:var(--muted);line-height:1.5;font-size:14px}.tiles{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.tile{background:white;border:1px solid var(--border);border-radius:16px;padding:24px;text-align:left;color:var(--text);cursor:pointer}.tile strong{display:block;font-size:19px}.tile small{display:block;color:var(--muted);margin-top:6px}.support{margin-top:20px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between}.support p{color:var(--muted)}.drawer{position:fixed;top:0;right:0;bottom:0;width:min(650px,96vw);background:white;z-index:30;transform:translateX(105%);transition:.25s;padding:30px;box-shadow:-20px 0 50px rgba(15,40,80,.2);overflow:auto}.drawer.open{transform:translateX(0)}.backdrop{position:fixed;inset:0;background:rgba(5,20,50,.35);z-index:29}.close{position:absolute;right:16px;top:12px;border:0;background:transparent;font-size:30px;cursor:pointer}.upload{border:2px dashed var(--border);padding:24px;border-radius:14px;background:var(--soft);margin:18px 0;text-align:center}.upload input{max-width:100%}.drawer p{color:var(--muted);line-height:1.55}.drawer .next{width:100%;border:0;background:var(--accent);color:white;padding:14px;border-radius:11px;font-weight:800;cursor:pointer}.drawer .next:disabled{opacity:.5;cursor:not-allowed}.status{border-radius:12px;padding:12px 14px;margin:14px 0;background:var(--soft);color:var(--text)}.status.error{background:#fff0f0;color:#9f1d1d;border:1px solid #ffd2d2}.status.ok{background:#effcf4;color:#17683a;border:1px solid #ccefd9}.cost-list{display:flex;flex-direction:column;gap:10px;margin:16px 0}.cost-row{display:grid;grid-template-columns:1.3fr 90px 140px;gap:10px;align-items:center;border:1px solid var(--border);padding:12px;border-radius:12px}.cost-row small{display:block;color:var(--muted);margin-top:3px}.cost-row .qty{text-align:center;color:var(--muted)}.cost-row input,.tax-row input{width:100%;padding:11px;border:1px solid var(--border);border-radius:9px;font:inherit}.tax-row{margin:18px 0}.tax-row label{display:block;font-weight:700;margin-bottom:7px}.result-box{margin:22px 0;padding:26px;border-radius:18px;background:linear-gradient(135deg,var(--soft),white);border:1px solid var(--border);text-align:center}.result-box small{color:var(--muted)}.result-box .profit{font-size:42px;font-weight:900;color:var(--accent);margin:10px 0}.result-box .period{color:var(--muted)}.secondary{width:100%;border:1px solid var(--accent);background:white;color:var(--accent);padding:13px;border-radius:11px;font-weight:800;margin-top:10px;cursor:pointer}@media(max-width:1000px){.layout{grid-template-columns:1fr}.sidebar{display:none}.hero{grid-template-columns:1fr}.visual{display:none}.steps{grid-template-columns:1fr 1fr}.switch{min-width:260px}.brand{min-width:auto}}@media(max-width:650px){.topbar{flex-wrap:wrap;height:auto;padding:14px}.switch{order:3;width:100%}.toplinks{display:none}.hero h1{font-size:36px}.copy{padding:26px}.benefits,.steps,.tiles{grid-template-columns:1fr}.cost-row{grid-template-columns:1fr}.cost-row .qty{text-align:left}}
.calc-page{min-height:calc(100vh - 132px);padding:4px 0 20px}.calc-shell{max-width:1050px;margin:0 auto}.calc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.calc-head h1{font-size:36px;margin:0 0 8px}.calc-head p{margin:0;color:var(--muted);font-size:17px}.back-home{border:1px solid var(--border);background:white;color:var(--text);padding:11px 16px;border-radius:10px;font-weight:700;cursor:pointer}.progress{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.progress .pstep{border:1px solid var(--border);background:white;border-radius:14px;padding:14px 16px;color:var(--muted);font-weight:700}.progress .pstep.active{border-color:var(--accent);background:var(--soft);color:var(--text)}.progress .pstep.done{border-color:#bde5cb;background:#f0fbf4;color:#17683a}.calc-card{background:white;border:1px solid var(--border);border-radius:20px;box-shadow:0 10px 30px rgba(40,80,140,.08);padding:30px}.dropzone{border:2px dashed color-mix(in srgb,var(--accent) 35%,var(--border));background:linear-gradient(180deg,var(--soft),white);border-radius:18px;padding:46px 28px;text-align:center;cursor:pointer;transition:.2s}.dropzone:hover{border-color:var(--accent);transform:translateY(-1px)}.dropzone .upload-icon{font-size:42px;color:var(--accent);margin-bottom:10px}.dropzone strong{display:block;font-size:21px;margin-bottom:8px}.dropzone p{margin:0;color:var(--muted)}.dropzone input{display:none}.auto-note{margin-top:14px;color:var(--muted);font-size:14px}.file-name{margin-top:14px;font-weight:700;color:var(--text)}.calc-status{margin-top:18px;border-radius:12px;padding:13px 15px;background:var(--soft);color:var(--text)}.calc-status.ok{background:#effcf4;color:#17683a;border:1px solid #ccefd9}.calc-status.error{background:#fff0f0;color:#9f1d1d;border:1px solid #ffd2d2}.cost-grid{display:flex;flex-direction:column;gap:12px;margin:20px 0}.cost-item{display:grid;grid-template-columns:minmax(0,1.5fr) 110px 160px;gap:14px;align-items:center;border:1px solid var(--border);border-radius:14px;padding:15px 16px}.cost-item b{font-size:17px}.cost-item small{display:block;color:var(--muted);margin-top:4px}.cost-item .qty{color:var(--muted);text-align:center}.cost-item input,.tax-box input{width:100%;padding:12px;border:1px solid var(--border);border-radius:10px;font:inherit}.tax-box{max-width:340px;margin:22px 0}.tax-box label{display:block;font-weight:800;margin-bottom:8px}.calc-action{border:0;background:linear-gradient(135deg,var(--accent),var(--accent2));color:white;padding:15px 24px;border-radius:12px;font-size:18px;font-weight:800;cursor:pointer}.calc-action:disabled{opacity:.55;cursor:not-allowed}.result-main{padding:34px;text-align:center;border-radius:20px;background:linear-gradient(135deg,var(--soft),white);border:1px solid var(--border)}.result-main .label{color:var(--muted);font-size:16px}.result-main .value{font-size:54px;font-weight:900;color:var(--accent);margin:10px 0}.result-actions{display:flex;gap:12px;margin-top:20px}.result-actions button{flex:1}.placeholder-card{padding:28px;border:1px solid var(--border);border-radius:18px;background:white;color:var(--muted)}@media(max-width:650px){.calc-head{flex-direction:column}.progress{grid-template-columns:1fr}.cost-item{grid-template-columns:1fr}.cost-item .qty{text-align:left}.result-actions{flex-direction:column}}

.dropzone{
  min-height:240px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.auto-note{display:none!important}


/* COST SCREEN V1 */

.cost-screen{
  padding:28px;
}

.cost-saved-info{
  margin-bottom:18px;
  padding:13px 16px;
  border:1px solid #ccefd9;
  border-radius:12px;
  background:#effcf4;
  color:#17683a;
  line-height:1.45;
}

.cost-table{
  border:1px solid var(--border);
  border-radius:16px;
  overflow:hidden;
  background:white;
}

.cost-table-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:20px;
  padding:14px 18px;
  background:var(--soft);
  border-bottom:1px solid var(--border);
  font-weight:800;
}

.cost-table-scroll{
  max-height:380px;
  overflow-y:auto;
}

.cost-row-new{
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  gap:20px;
  align-items:center;
  min-height:74px;
  padding:12px 18px;
  border-bottom:1px solid var(--border);
}

.cost-row-new:last-child{
  border-bottom:0;
}

.cost-product b{
  display:block;
  font-size:16px;
  margin-bottom:4px;
}

.cost-product span{
  display:block;
  color:var(--muted);
  font-size:14px;
  line-height:1.35;
}

.cost-value{
  position:relative;
  display:flex;
  align-items:center;
}

.cost-value input{
  width:100%;
  padding:12px 38px 12px 12px;
  border:1px solid var(--border);
  border-radius:10px;
  font:inherit;
  font-size:16px;
}

.cost-value input:focus{
  outline:0;
  border-color:var(--accent);
}

.cost-value input.cost-error{
  border-color:#d33;
  background:#fff7f7;
}

.cost-value span{
  position:absolute;
  right:13px;
  color:var(--muted);
}

.cost-template-box{
  margin:22px 0;
  padding:20px;
  border:1px solid var(--border);
  border-radius:16px;
  background:#fbfdff;
}

.cost-template-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:15px;
}

.cost-template-copy span,
.cost-template-note{
  color:var(--muted);
  line-height:1.45;
}

.cost-template-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:13px;
}

.cost-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 17px;
  border:1px solid var(--accent);
  border-radius:11px;
  background:white;
  color:var(--accent);
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}

.cost-template-note{
  font-size:14px;
}

.tax-screen{
  max-width:700px;
}

.tax-simple{
  max-width:390px;
}

.tax-simple label{
  display:block;
  margin-bottom:10px;
  font-size:18px;
  font-weight:800;
}

.tax-simple p{
  color:var(--muted);
  line-height:1.45;
}

.tax-input-wrap{
  position:relative;
  max-width:250px;
}

.tax-input-wrap input{
  width:100%;
  padding:14px 48px 14px 14px;
  border:1px solid var(--border);
  border-radius:11px;
  font:inherit;
  font-size:20px;
}

.tax-input-wrap span{
  position:absolute;
  right:16px;
  top:14px;
  font-size:20px;
  color:var(--muted);
}

@media(max-width:650px){

  .progress{
    grid-template-columns:1fr 1fr;
  }

  .cost-table-head{
    display:none;
  }

  .cost-table-scroll{
    max-height:480px;
  }

  .cost-row-new{
    grid-template-columns:1fr;
    gap:10px;
    padding:15px;
  }

  .cost-template-buttons{
    flex-direction:column;
  }

  .cost-secondary{
    width:100%;
  }
}


/* UPLOAD STATUS V2 */

.ozg-upload .calc-status{
  max-width:620px;
  margin:18px 0 0;
  padding:18px 22px;
  border-radius:15px;
  text-align:center;
  font-size:17px;
  line-height:1.5;
}

.ozg-upload .calc-status.ok{
  background:#effcf4;
  border:1px solid #bfe8ce;
  color:#17683a;
  font-size:20px;
  font-weight:800;
}

.ozg-upload .calc-status.ok span{
  font-size:15px;
  font-weight:600;
}

.ozg-upload .calc-status.error{
  background:#fff4f4;
  border:1px solid #f0c4c4;
  color:#a12626;
}

.ozg-upload .calc-status{
  white-space:pre-line;
}

.ozg-upload .calc-status.ok{
  font-size:17px!important;
  line-height:1.55!important;
  font-weight:700!important;
}


/* RESULT EMPHASIS V1 */

.result-main .label{
  font-size:24px!important;
  font-weight:800!important;
  line-height:1.2;
  margin-bottom:10px;
}

.result-question{
  margin-top:24px;
  margin-bottom:12px;
  font-size:18px;
  font-weight:700;
  text-align:center;
}


/* RESULT LABEL V2 */
.result-main .label{
  color:#173d63!important;
  opacity:1!important;
  font-size:24px!important;
  font-weight:800!important;
}


/* REPORT NEXT BUTTON V1 */
.report-next-wrap{
  display:flex;
  justify-content:flex-end;
  margin-top:18px;
}

.report-next-btn{
  width:auto!important;
  min-width:170px;
  padding-left:32px!important;
  padding-right:32px!important;
}


/* ==================================================
   HOME PAGE V2
   ================================================== */

.home-hero-v2{
  min-height:460px;
}

.home-lead{
  max-width:610px;
  font-size:17px;
  line-height:1.65;
}

.home-benefits small{
  line-height:1.35;
}

.home-result{
  margin-top:22px;
  padding:30px;
}

.home-result-head{
  margin-bottom:22px;
}

.home-result-head h3{
  margin:7px 0 0;
  font-size:28px;
  line-height:1.2;
  color:#173d63;
}

.home-stage-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.home-stage{
  display:flex;
  gap:18px;
  min-height:230px;
  padding:25px;
  border:1px solid #dbeaf5;
  border-radius:20px;
  background:
    linear-gradient(
      145deg,
      rgba(239,249,255,.95),
      rgba(255,255,255,.98)
    );
}

.home-stage-full{
  background:
    linear-gradient(
      145deg,
      rgba(232,246,255,.98),
      rgba(255,255,255,.98)
    );
}

.home-stage-number{
  flex:0 0 44px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#16a6e5;
  color:#fff;
  font-size:20px;
  font-weight:800;
  box-shadow:0 7px 18px rgba(22,166,229,.18);
}

.home-stage-content{
  min-width:0;
}

.home-stage-label{
  display:block;
  margin:1px 0 7px;
  font-size:11px;
  font-weight:800;
  letter-spacing:1.15px;
  color:#6f91aa;
}

.home-stage h4{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.2;
  color:#173d63;
}

.home-stage p{
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:#557084;
}

.home-stage-details{
  margin-top:22px;
  padding-top:16px;
  border-top:1px solid #dceaf3;
  font-size:14px;
  font-weight:700;
  line-height:1.5;
  color:#31749e;
}

.home-analysis-lines{
  margin-top:17px;
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:14px;
  font-weight:650;
  line-height:1.4;
  color:#31749e;
}

.home-real-note{
  margin-top:20px;
  padding:16px 20px;
  border-radius:15px;
  background:#f5faff;
  font-size:15px;
  line-height:1.5;
  color:#557084;
}

.home-real-note strong{
  color:#173d63;
}

@media(max-width:850px){

  .home-stage-grid{
    grid-template-columns:1fr;
  }

  .home-stage{
    min-height:0;
  }

  .home-result{
    padding:22px;
  }

  .home-result-head h3{
    font-size:25px;
  }

}

@media(max-width:560px){

  .home-stage{
    padding:20px;
    gap:14px;
  }

  .home-stage-number{
    flex-basis:38px;
    width:38px;
    height:38px;
    font-size:17px;
  }

  .home-stage h4{
    font-size:21px;
  }

  .home-lead{
    font-size:16px;
  }

}



/* =========================================================
   HOME V3
   ========================================================= */

.rp-home-hero,
.rp-home-capabilities{
  max-width:1180px;
  margin:0 auto 24px;
}

.rp-home-hero{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);
  gap:35px;
  min-height:455px;
  padding:38px 42px;
  border:1px solid #d7e9f6;
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 15%,rgba(92,190,255,.18),transparent 38%),
    linear-gradient(135deg,#ffffff 0%,#f4fbff 100%);
  box-shadow:0 14px 42px rgba(33,107,157,.08);
}

.rp-home-copy{
  position:relative;
  z-index:2;
}

.rp-home-kicker,
.rp-section-title>span,
.rp-stage-label{
  font-size:12px;
  font-weight:800;
  letter-spacing:1.25px;
  color:#6c8ba2;
}

.rp-home-copy h1{
  margin:10px 0 4px;
  font-size:48px;
  line-height:1.02;
  color:#173d63;
}

.rp-home-copy h1 span{
  display:block;
  margin-top:5px;
  color:#119fe1;
}

.rp-home-copy h2{
  margin:15px 0 0;
  font-size:23px;
  color:#1f567e;
}

.rp-home-intro{
  max-width:670px;
  margin:15px 0 0;
  font-size:16px;
  line-height:1.65;
  color:#587287;
}

.rp-home-facts{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:22px 0 0;
}

.rp-home-facts span{
  padding:8px 12px;
  border-radius:999px;
  background:#eef8ff;
  color:#39759d;
  font-size:13px;
  font-weight:700;
}

.rp-home-start{
  margin-top:25px;
  min-width:220px;
}

.rp-home-visual{
  position:relative;
  min-height:360px;
}

.rp-bars{
  position:absolute;
  right:95px;
  top:72px;
  display:flex;
  align-items:flex-end;
  gap:12px;
  height:130px;
}

.rp-bars i{
  display:block;
  width:38px;
  border-radius:14px 14px 5px 5px;
  background:linear-gradient(#8fd4ff,#159ee3);
  opacity:.82;
}

.rp-bars i:nth-child(1){height:65px}
.rp-bars i:nth-child(2){height:95px}
.rp-bars i:nth-child(3){height:125px}

.rp-ozon-box{
  position:absolute;
  right:72px;
  top:185px;
  width:220px;
  height:135px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:24px;
  background:linear-gradient(145deg,#18a7ec,#087ed3);
  color:#fff;
  font-size:40px;
  font-weight:900;
  letter-spacing:1px;
  box-shadow:0 20px 35px rgba(0,125,211,.18);
}

.rp-float-card{
  position:absolute;
  border:1px solid rgba(203,226,241,.85);
  border-radius:18px;
  background:rgba(255,255,255,.93);
  box-shadow:0 15px 35px rgba(59,113,149,.10);
  backdrop-filter:blur(5px);
}

.rp-float-top{
  top:80px;
  right:0;
  width:200px;
  padding:17px 18px;
}

.rp-float-top strong{
  display:block;
  color:#2472a6;
  font-size:14px;
}

.rp-float-top span{
  display:block;
  margin-top:5px;
  color:#6f8799;
  font-size:12px;
}

.rp-float-bottom{
  right:-4px;
  bottom:10px;
  width:188px;
  padding:14px 16px;
}

.rp-float-bottom span,
.rp-float-bottom strong{
  display:block;
  padding:4px 0;
  font-size:12px;
  color:#628097;
}

.rp-float-bottom strong{
  color:#087fd4;
}


/* SECTION */

.rp-home-capabilities{
  padding:32px;
  border:1px solid #deebf4;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 36px rgba(45,98,135,.06);
}

.rp-section-title{
  margin-bottom:24px;
}

.rp-section-title h3{
  margin:5px 0 4px;
  font-size:31px;
  color:#173d63;
}

.rp-section-title p{
  margin:0;
  color:#738a9b;
}


/* FIRST STAGE */

.rp-stage-one{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) 300px;
  gap:20px;
  align-items:start;
  padding:25px;
  border:1px solid #dbeaf4;
  border-radius:18px;
  background:linear-gradient(135deg,#fbfdff,#f4faff);
}

.rp-stage-num{
  width:48px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#119fe1;
  color:#fff;
  font-size:20px;
  font-weight:900;
  box-shadow:0 8px 20px rgba(17,159,225,.20);
}

.rp-stage-one h4,
.rp-stage-two h4{
  margin:4px 0 8px;
  font-size:26px;
  color:#173d63;
}

.rp-stage-one-main>p,
.rp-stage-two-head p{
  margin:0;
  max-width:650px;
  line-height:1.55;
  color:#5e7587;
}

.rp-stage-subtitle{
  margin-top:18px;
  font-size:13px;
  font-weight:800;
  color:#274f70;
}

.rp-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:9px;
}

.rp-chips span{
  padding:8px 12px;
  border-radius:999px;
  background:#eaf5fd;
  color:#3e7196;
  font-size:13px;
  font-weight:700;
}

.rp-stage-result{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px;
  border-radius:15px;
  background:#eaf6ff;
  color:#456b86;
}

.rp-stage-result small{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.rp-stage-result strong{
  margin-top:7px;
  color:#176b9e;
  font-size:18px;
}

.rp-stage-result span{
  margin-top:3px;
  font-size:13px;
}


/* SECOND STAGE */

.rp-stage-two{
  margin-top:18px;
  padding:27px;
  border:1px solid #cee6f6;
  border-radius:20px;
  background:
    linear-gradient(145deg,#f3faff 0%,#ffffff 60%);
}

.rp-stage-two-head{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:20px;
}

.rp-analysis-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:0;
  margin-top:25px;
  border-top:1px solid #dceaf3;
}

.rp-analysis-column{
  padding:22px 24px 6px;
}

.rp-analysis-column + .rp-analysis-column{
  border-left:1px solid #dceaf3;
}

.rp-analysis-column h5{
  margin:0 0 12px;
  color:#176b9e;
  font-size:17px;
}

.rp-analysis-column ul{
  margin:0;
  padding-left:19px;
}

.rp-analysis-column li{
  margin:7px 0;
  color:#557488;
  font-size:14px;
  line-height:1.35;
}

.rp-analysis-conclusions h5{
  color:#104f78;
}

.rp-full-reports{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin-top:24px;
  padding:15px 17px;
  border-radius:14px;
  background:#edf7fd;
  color:#537187;
  font-size:13px;
}

.rp-full-reports strong{
  color:#234f70;
}

.rp-full-reports span{
  padding:6px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d4e7f3;
  color:#27719e;
  font-weight:700;
}

.rp-real-note{
  margin-top:18px;
  padding:15px 18px;
  border-radius:14px;
  background:#f5faff;
  color:#667f91;
  font-size:14px;
}

.rp-real-note strong{
  color:#244f70;
}


/* RESPONSIVE */

@media(max-width:1000px){

  .rp-home-hero{
    grid-template-columns:1fr;
  }

  .rp-home-visual{
    display:none;
  }

  .rp-stage-one{
    grid-template-columns:54px 1fr;
  }

  .rp-stage-result{
    grid-column:2;
  }

}

@media(max-width:760px){

  .rp-home-hero{
    padding:27px 22px;
  }

  .rp-home-copy h1{
    font-size:39px;
  }

  .rp-home-capabilities{
    padding:22px;
  }

  .rp-stage-one{
    grid-template-columns:42px 1fr;
    padding:19px;
  }

  .rp-stage-num{
    width:40px;
    height:40px;
    font-size:17px;
  }

  .rp-stage-result{
    grid-column:1 / -1;
  }

  .rp-stage-two{
    padding:20px;
  }

  .rp-stage-two-head{
    grid-template-columns:42px 1fr;
    gap:13px;
  }

  .rp-analysis-grid{
    grid-template-columns:1fr;
  }

  .rp-analysis-column{
    padding:18px 4px;
  }

  .rp-analysis-column + .rp-analysis-column{
    border-left:0;
    border-top:1px solid #dceaf3;
  }

}



.rp-bottom-start{
  display:block;
  margin:18px auto 0;
  min-width:220px;
}

.rp-home-capabilities .rp-bottom-start{
  display:block !important;
  width:max-content !important;
  min-width:220px;
  margin:18px 0 0 0 !important;
}


/* Удержание увеличенного скриншота без дрожи на нижней границе */
.ozg-img.hover-lock{
  z-index:20 !important;
}

.ozg-img.hover-lock .ozg-thumb{
  visibility:hidden !important;
}

.ozg-img.hover-lock .ozg-hover-marked{
  display:block !important;
  transform:scale(2) !important;
  pointer-events:auto !important;
}

.ozg-card:nth-child(1) .ozg-img.hover-lock .ozg-hover-marked,
.ozg-card:nth-child(2) .ozg-img.hover-lock .ozg-hover-marked{
  transform-origin:center bottom !important;
}

.ozg-card:nth-child(3) .ozg-img.hover-lock .ozg-hover-marked{
  transform-origin:calc(100% - 12px) calc(100% - 12px) !important;
}

/* Центрируем статус принятого отчёта только на экране загрузки */
.ozg-upload .calc-status{
  width:100% !important;
  text-align:center !important;
  box-sizing:border-box;
}

/* Центрируем статус принятого отчёта */
#calcStatus{
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* RP_SHARED_REPORT_UI_V1 */
.ozg{max-width:1250px;margin:0 auto}

    .ozg-more-down{
      position:fixed;
      left:calc(50% + 70px);
      bottom:18px;
      width:46px;
      height:46px;
      border:1px solid #b9d8ff;
      border-radius:50%;
      background:rgba(255,255,255,.97);
      color:#2382ff;
      font-size:28px;
      font-weight:800;
      line-height:40px;
      text-align:center;
      box-shadow:0 8px 24px rgba(30,90,150,.20);
      cursor:pointer;
      z-index:500;
      animation:ozg-down 1.5s ease-in-out infinite;
    }

    @keyframes ozg-down{
      0%,100%{transform:translateY(0)}
      50%{transform:translateY(6px)}
    }

    @media(max-width:900px){
      .ozg-more-down{display:none!important}
    }

    .ozg-top{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}
    .ozg-top h1{margin:4px 0 8px;font-size:34px}
    .ozg-top p{margin:0;color:#66758f;font-size:18px;line-height:1.5}
    .ozg-back{border:1px solid #d7e0ef;background:white;border-radius:12px;padding:11px 16px;cursor:pointer}
    .ozg-grid{
      position:relative;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px
    }

    
    .ozg-card{background:white;border:1px solid #dce5f2;border-radius:20px;padding:17px;box-shadow:0 8px 25px rgba(30,70,130,.06)}
    .ozg-title{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;margin-bottom:13px}
    .ozg-num{width:30px;height:30px;border-radius:50%;background:#2382ff;color:white;display:flex;align-items:center;justify-content:center;flex:none}
    .ozg-img{position:relative;overflow:hidden;border:1px solid #dce5f2;border-radius:13px;cursor:zoom-in;background:#f4f8ff;transition:.2s}
    .ozg-img:hover{transform:scale(1.06);box-shadow:0 15px 40px rgba(30,70,130,.22);z-index:5}
    .ozg-img img{width:100%;height:190px;object-fit:contain;display:block;background:#fff}
    .ozg-card p{color:#66758f;line-height:1.45;margin:13px 2px 0}
    .ozg-note{margin:22px 0;background:#eef6ff;border-radius:15px;padding:16px 20px;font-weight:700}
    .ozg-upload{text-align:center;background:white;border:1px solid #dce5f2;border-radius:20px;padding:25px}
    .ozg-upload h2{margin:0 0 6px}
    .ozg-upload p{margin:0 0 17px;color:#66758f}
    .ozg-btn{display:inline-flex;background:#2382ff;color:white;padding:15px 24px;border-radius:13px;font-weight:800;cursor:pointer}
    .ozg-btn input{display:none}
    .ozg-type{font-size:13px;color:#7c89a0;margin-top:9px}
    .ozg-modal{display:none;position:fixed;inset:0;background:rgba(5,15,35,.75);z-index:9999;padding:25px;align-items:center;justify-content:center}
    .ozg-modal.open{display:flex}
    .ozg-modal-box{position:relative;background:white;border-radius:18px;padding:15px;max-width:1250px;width:94vw;max-height:92vh}
    .ozg-modal img{width:100%;max-height:84vh;object-fit:contain;display:block}
    .ozg-close{position:absolute;right:8px;top:2px;border:0;background:white;border-radius:50%;width:38px;height:38px;font-size:28px;cursor:pointer}
    @media(max-width:900px){
      .ozg-grid{grid-template-columns:1fr}
      .ozg-top{display:block}
      .ozg-back{margin-top:15px}
      .ozg-img img{height:auto}
      .ozg-img:hover{transform:none}
      .ozg-top h1{font-size:27px}
      .ozg-top p{font-size:16px}
      .ozg-btn{width:100%;justify-content:center;box-sizing:border-box}
    }
  
    .ozg-img{
      overflow:visible!important;
    }

    .ozg-img:hover{
      transform:none!important;
      box-shadow:none!important;
      z-index:100;
    }

    .ozg-thumb{
      width:100%!important;
      height:190px!important;
      object-fit:contain!important;
      background:white;
      border-radius:13px;
    }

    .ozg-preview{
      display:none!important;
      position:fixed!important;
      left:12vw!important;
      top:12vh!important;
      width:76vw!important;
      height:76vh!important;
      object-fit:contain!important;
      background:white!important;
      padding:10px!important;
      border-radius:16px!important;
      z-index:9998!important;
      box-shadow:
        0 0 0 100vmax rgba(5,15,35,.55),
        0 25px 70px rgba(0,0,0,.35)!important;
    }

    .ozg-img:hover .ozg-preview{
      display:block!important;
    }

    @media(max-width:900px){
      .ozg-preview{
        display:none!important;
      }

      .ozg-thumb{
        height:auto!important;
      }
    }


    .ozg-preview{
      display:none!important;
    }

    .ozg-img{
      overflow:visible!important;
      z-index:1;
    }

    .ozg-img:hover{
      z-index:20!important;
    }

    .ozg-thumb{
      transition:transform .18s ease, box-shadow .18s ease;
      transform-origin:center top;
    }

    .ozg-img:hover .ozg-thumb{
      transform:scale(1.12);
      box-shadow:0 10px 24px rgba(20,50,100,.18);
      position:relative;
      z-index:30;
    }

    @media(max-width:900px){
      .ozg-img:hover .ozg-thumb{
        transform:none;
        box-shadow:none;
      }
    }


    .ozg-img:hover .ozg-thumb{
      transform:scale(2)!important;
      transform-origin:center center!important;
      box-shadow:0 10px 24px rgba(20,50,100,.18)!important;
    }

    .ozg-preview,
    .ozg-img:hover .ozg-preview{
      display:none!important;
    }
    
    .ozg-card:nth-child(3) .ozg-img:hover .ozg-thumb{
      transform-origin:right center!important;
    }
    
    .ozg-card:nth-child(1) .ozg-img:hover .ozg-thumb,
    .ozg-card:nth-child(2) .ozg-img:hover .ozg-thumb{
      transform-origin:center bottom!important;
    }

    .ozg-card:nth-child(3) .ozg-img:hover .ozg-thumb{
      transform-origin:calc(100% - 12px) calc(100% - 12px)!important;
    }
    
    .ozg-hover-marked{
      display:none;
      position:absolute;
      inset:0;
      width:100%!important;
      height:190px!important;
      object-fit:contain!important;
      background:white;
      border-radius:13px;
      z-index:40;
      transition:transform .18s ease;
      pointer-events:auto;
    }

    .ozg-img:hover .ozg-thumb{
      visibility:hidden;
    }

    .ozg-img:hover .ozg-hover-marked{
      display:block;
      transform:scale(2)!important;
    }

    .ozg-card:nth-child(1) .ozg-img:hover .ozg-hover-marked,
    .ozg-card:nth-child(2) .ozg-img:hover .ozg-hover-marked{
      transform-origin:center bottom!important;
    }

    .ozg-card:nth-child(3) .ozg-img:hover .ozg-hover-marked{
      transform-origin:calc(100% - 12px) calc(100% - 12px)!important;
    }

    @media(max-width:900px){
      .ozg-hover-marked{
        display:none!important;
      }

      .ozg-img:hover .ozg-thumb{
        visibility:visible;
      }
    }


    .ozg-drop{
      max-width:620px;
      min-height:210px;
      margin:20px auto 0;
      border:2px dashed #8dbdff;
      border-radius:20px;
      background:#f7fbff;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      box-sizing:border-box;
      transition:.18s ease;
    }

    .ozg-drop:hover,
    .ozg-drop.drag{
      background:#eef7ff;
      border-color:#2382ff;
    }

    .ozg-drop input{
      display:none;
    }

    .ozg-arrow{
      font-size:48px;
      line-height:1;
      color:#2382ff;
      margin-bottom:8px;
    }

    .ozg-drop-title{
      font-size:22px;
      font-weight:800;
      color:#12366c;
    }

    .ozg-drop-or{
      margin-top:5px;
      color:#71809a;
      font-size:14px;
    }

    .ozg-drop-type{
      margin-top:13px;
      color:#8a96a9;
      font-size:13px;
    }

    @media(max-width:900px){
      .ozg-drop{
        width:100%;
        min-height:190px;
      }
    }

/* RP_CENTER_FULL_STATUS_V1 */
#fullAdsStatus,
#fullStorageStatus{
  max-width:800px;
  margin:18px auto 0;
  text-align:center;
}
/* END RP_CENTER_FULL_STATUS_V1 */

/* END RP_SHARED_REPORT_UI_V1 */

/* RESULT_PAGE_WIDTH_FIX */
.layout{
  grid-template-columns:235px minmax(0,1fr);
}

main{
  min-width:0;
}

.calc-page{
  min-width:0;
  width:100%;
}

.full-result-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
}

.full-table-wrap{
  width:100%;
  max-width:100%;
  min-width:0;
  overflow-x:auto;
}

/* RP SKU RESULT BEAUTY V1 */

.full-result-wrap{
  max-width:1280px !important;
}

/* ---------- основная таблица ---------- */

.full-result-wrap .full-table-wrap{
  width:100% !important;
  overflow-x:hidden !important;
  background:#fff !important;
  border:1px solid #dbe5f1 !important;
  border-radius:18px !important;
  box-shadow:0 7px 24px rgba(30,70,130,.06) !important;
}

.full-result-wrap .full-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
}

.full-result-wrap .full-table th{
  padding:12px 6px !important;
  background:#f3f7fc !important;
  color:#183a72 !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1.15 !important;
  text-align:center !important;
  white-space:normal !important;
  border-bottom:1px solid #dce6f2 !important;
}

.full-result-wrap .full-table td{
  padding:12px 6px !important;
  font-size:12px !important;
  text-align:right !important;
  white-space:nowrap !important;
  border-bottom:1px solid #edf2f7 !important;
  font-variant-numeric:tabular-nums;
}

.full-result-wrap .full-table tbody tr:hover td{
  background:#f7faff !important;
}

.full-result-wrap .full-table tbody tr:last-child td{
  border-bottom:0 !important;
}

/* 9 столбцов */

.full-result-wrap .full-table th:nth-child(1),
.full-result-wrap .full-table td:nth-child(1){
  width:7% !important;
  text-align:left !important;
  padding-left:12px !important;
}

.full-result-wrap .full-table th:nth-child(2),
.full-result-wrap .full-table td:nth-child(2){
  width:15% !important;
  text-align:left !important;
}

.full-result-wrap .full-table th:nth-child(3),
.full-result-wrap .full-table td:nth-child(3){
  width:12% !important;
}

.full-result-wrap .full-table th:nth-child(4),
.full-result-wrap .full-table td:nth-child(4){
  width:12% !important;
}

.full-result-wrap .full-table th:nth-child(5),
.full-result-wrap .full-table td:nth-child(5){
  width:11% !important;
}

.full-result-wrap .full-table th:nth-child(6),
.full-result-wrap .full-table td:nth-child(6){
  width:7% !important;
}

.full-result-wrap .full-table th:nth-child(7),
.full-result-wrap .full-table td:nth-child(7){
  width:11% !important;
}

.full-result-wrap .full-table th:nth-child(8),
.full-result-wrap .full-table td:nth-child(8){
  width:12% !important;
}

.full-result-wrap .full-table th:nth-child(9),
.full-result-wrap .full-table td:nth-child(9){
  width:13% !important;
  font-weight:800 !important;
  color:#17386f !important;
}

/* названия */

.full-result-wrap .sku-product-short{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

/* ---------- таблица на 1 единицу ---------- */

.full-result-wrap .unit-section{
  width:820px !important;
  max-width:100% !important;
  margin:26px 0 0 !important;
  padding:18px !important;
  background:#fff !important;
  border:1px solid #dbe5f1 !important;
  border-radius:18px !important;
  box-shadow:0 7px 24px rgba(30,70,130,.06) !important;
}

.full-result-wrap .unit-section-head h2{
  margin:0 0 5px !important;
  font-size:21px !important;
  color:#17386f !important;
}

.full-result-wrap .unit-section-head p{
  margin:0 0 14px !important;
  font-size:13px !important;
  color:#718096 !important;
}

.full-result-wrap .unit-table-wrap{
  overflow:visible !important;
  border:0 !important;
  box-shadow:none !important;
}

.full-result-wrap .unit-table{
  width:100% !important;
  min-width:0 !important;
  table-layout:fixed !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
}

.full-result-wrap .unit-table th{
  padding:10px 8px !important;
  background:#f3f7fc !important;
  color:#183a72 !important;
  font-size:12px !important;
  line-height:1.15 !important;
  text-align:center !important;
  white-space:normal !important;
  border-bottom:1px solid #dce6f2 !important;
}

.full-result-wrap .unit-table td{
  padding:10px 8px !important;
  font-size:12px !important;
  text-align:right !important;
  white-space:nowrap !important;
  border-bottom:1px solid #edf2f7 !important;
  font-variant-numeric:tabular-nums;
}

.full-result-wrap .unit-table tbody tr:hover td{
  background:#f7faff !important;
}

.full-result-wrap .unit-table tbody tr:last-child td{
  border-bottom:0 !important;
}

.full-result-wrap .unit-table th:nth-child(1),
.full-result-wrap .unit-table td:nth-child(1){
  width:12% !important;
  text-align:left !important;
}

.full-result-wrap .unit-table th:nth-child(2),
.full-result-wrap .unit-table td:nth-child(2){
  width:34% !important;
  text-align:left !important;
}

.full-result-wrap .unit-table th:nth-child(3),
.full-result-wrap .unit-table td:nth-child(3){
  width:18% !important;
}

.full-result-wrap .unit-table th:nth-child(4),
.full-result-wrap .unit-table td:nth-child(4){
  width:17% !important;
}

.full-result-wrap .unit-table th:nth-child(5),
.full-result-wrap .unit-table td:nth-child(5){
  width:19% !important;
}

.full-result-wrap .unit-profit{
  font-weight:800 !important;
}

.full-result-wrap .unit-profit.positive{
  color:#16804b !important;
}

.full-result-wrap .unit-profit.negative{
  color:#c0392b !important;
}

/* END RP SKU RESULT BEAUTY V1 */


/* RP SKU FONT BALANCE V2 */

/* ===== ОСНОВНАЯ ТАБЛИЦА ===== */

.full-result-wrap .full-table th{
  padding:13px 5px !important;
  font-size:13px !important;
  line-height:1.15 !important;
}

.full-result-wrap .full-table td{
  padding:13px 5px !important;
  font-size:14px !important;
  line-height:1.2 !important;
}

/* перераспределяем ширину 9 столбцов */

.full-result-wrap .full-table th:nth-child(1),
.full-result-wrap .full-table td:nth-child(1){
  width:7% !important;
}

.full-result-wrap .full-table th:nth-child(2),
.full-result-wrap .full-table td:nth-child(2){
  width:12% !important;
}

.full-result-wrap .full-table th:nth-child(3),
.full-result-wrap .full-table td:nth-child(3){
  width:13% !important;
}

.full-result-wrap .full-table th:nth-child(4),
.full-result-wrap .full-table td:nth-child(4){
  width:13% !important;
}

.full-result-wrap .full-table th:nth-child(5),
.full-result-wrap .full-table td:nth-child(5){
  width:11% !important;
}

.full-result-wrap .full-table th:nth-child(6),
.full-result-wrap .full-table td:nth-child(6){
  width:7% !important;
}

.full-result-wrap .full-table th:nth-child(7),
.full-result-wrap .full-table td:nth-child(7){
  width:10% !important;
}

.full-result-wrap .full-table th:nth-child(8),
.full-result-wrap .full-table td:nth-child(8){
  width:13% !important;
}

.full-result-wrap .full-table th:nth-child(9),
.full-result-wrap .full-table td:nth-child(9){
  width:14% !important;
}

/* SKU чуть выразительнее */

.full-result-wrap .sku-code,
.full-result-wrap .full-table td:first-child{
  font-weight:800 !important;
}

/* прибыль должна сразу цеплять глаз */

.full-result-wrap .full-table td:nth-child(9){
  font-size:14.5px !important;
  font-weight:850 !important;
}


/* ===== ТАБЛИЦА НА 1 ЕДИНИЦУ ===== */

.full-result-wrap .unit-section{
  width:920px !important;
}

.full-result-wrap .unit-table th{
  padding:12px 7px !important;
  font-size:13px !important;
}

.full-result-wrap .unit-table td{
  padding:12px 7px !important;
  font-size:14px !important;
}

.full-result-wrap .unit-table th:nth-child(1),
.full-result-wrap .unit-table td:nth-child(1){
  width:12% !important;
}

.full-result-wrap .unit-table th:nth-child(2),
.full-result-wrap .unit-table td:nth-child(2){
  width:28% !important;
}

.full-result-wrap .unit-table th:nth-child(3),
.full-result-wrap .unit-table td:nth-child(3){
  width:20% !important;
}

.full-result-wrap .unit-table th:nth-child(4),
.full-result-wrap .unit-table td:nth-child(4){
  width:18% !important;
}

.full-result-wrap .unit-table th:nth-child(5),
.full-result-wrap .unit-table td:nth-child(5){
  width:22% !important;
}

.full-result-wrap .unit-table td:nth-child(5){
  font-size:14.5px !important;
}

/* END RP SKU FONT BALANCE V2 */


/* RP UNIT TABLE ALIGN V3 */

.full-result-wrap .unit-section{
  width:850px !important;
}

/* одна высота и одна линия для всех ячеек */

.full-result-wrap .unit-table th,
.full-result-wrap .unit-table td{
  vertical-align:middle !important;
}

.full-result-wrap .unit-table td{
  height:52px !important;
  line-height:1.2 !important;
}

/* перераспределяем ширину */

.full-result-wrap .unit-table th:nth-child(1),
.full-result-wrap .unit-table td:nth-child(1){
  width:11% !important;
}

.full-result-wrap .unit-table th:nth-child(2),
.full-result-wrap .unit-table td:nth-child(2){
  width:21% !important;
  padding-left:8px !important;
}

.full-result-wrap .unit-table th:nth-child(3),
.full-result-wrap .unit-table td:nth-child(3){
  width:23% !important;
}

.full-result-wrap .unit-table th:nth-child(4),
.full-result-wrap .unit-table td:nth-child(4){
  width:20% !important;
}

.full-result-wrap .unit-table th:nth-child(5),
.full-result-wrap .unit-table td:nth-child(5){
  width:25% !important;
}

/* название строго по центру строки по высоте */

.full-result-wrap .unit-product-cell .sku-product{
  display:flex !important;
  align-items:center !important;
  height:100% !important;
}

.full-result-wrap .unit-product-cell .sku-product-short{
  line-height:1.2 !important;
}

/* END RP UNIT TABLE ALIGN V3 */


/* RP TABLE ALIGNMENT V4 */


/* ==============================
   ОСНОВНАЯ ТАБЛИЦА
   ============================== */

.full-result-wrap .full-table th,
.full-result-wrap .full-table td{
  vertical-align:middle !important;
}

/* SKU */
.full-result-wrap .full-table th:nth-child(1),
.full-result-wrap .full-table td:nth-child(1){
  text-align:left !important;
}

/* Товар */
.full-result-wrap .full-table th:nth-child(2),
.full-result-wrap .full-table td:nth-child(2){
  text-align:left !important;
}

/* Денежные показатели */
.full-result-wrap .full-table td:nth-child(3),
.full-result-wrap .full-table td:nth-child(4),
.full-result-wrap .full-table td:nth-child(5),
.full-result-wrap .full-table td:nth-child(7),
.full-result-wrap .full-table td:nth-child(8),
.full-result-wrap .full-table td:nth-child(9){
  text-align:right !important;
}

/* Заголовки денежных колонок */
.full-result-wrap .full-table th:nth-child(3),
.full-result-wrap .full-table th:nth-child(4),
.full-result-wrap .full-table th:nth-child(5),
.full-result-wrap .full-table th:nth-child(7),
.full-result-wrap .full-table th:nth-child(8),
.full-result-wrap .full-table th:nth-child(9){
  text-align:right !important;
}

/* ДРР */
.full-result-wrap .full-table th:nth-child(6),
.full-result-wrap .full-table td:nth-child(6){
  text-align:center !important;
}


/* ==============================
   НА 1 ПРОДАННУЮ ЕДИНИЦУ
   ============================== */

.full-result-wrap .unit-table th,
.full-result-wrap .unit-table td{
  vertical-align:middle !important;
}

/* SKU */
.full-result-wrap .unit-table th:nth-child(1),
.full-result-wrap .unit-table td:nth-child(1){
  text-align:left !important;
}

/* Товар */
.full-result-wrap .unit-table th:nth-child(2),
.full-result-wrap .unit-table td:nth-child(2){
  text-align:left !important;
}

/* Все показатели на штуку */
.full-result-wrap .unit-table th:nth-child(3),
.full-result-wrap .unit-table td:nth-child(3),
.full-result-wrap .unit-table th:nth-child(4),
.full-result-wrap .unit-table td:nth-child(4),
.full-result-wrap .unit-table th:nth-child(5),
.full-result-wrap .unit-table td:nth-child(5){
  text-align:right !important;
}

/* одинаковая линия текста */
.full-result-wrap .unit-table td{
  line-height:1.25 !important;
}

.full-result-wrap .unit-product-cell .sku-product{
  display:flex !important;
  align-items:center !important;
  min-height:24px !important;
}

/* END RP TABLE ALIGNMENT V4 */


/* RP TABLE CENTER V5 */

/* основная таблица */
.full-result-wrap .full-table th,
.full-result-wrap .full-table td{
  text-align:center !important;
  vertical-align:middle !important;
}

/* вторая таблица */
.full-result-wrap .unit-table th,
.full-result-wrap .unit-table td{
  text-align:center !important;
  vertical-align:middle !important;
}

/* название товара тоже по центру */
.full-result-wrap .sku-product-short{
  text-align:center !important;
}

/* tooltip оставляем нормально читаемым */
.full-result-wrap .sku-product:hover::after{
  text-align:left !important;
}

/* END RP TABLE CENTER V5 */


/* RP EQUAL TABLE GRID V6 */


/* =========================
   ОБЩЕЕ
   ========================= */

.full-result-wrap{
  max-width:1280px !important;
}

.full-result-wrap .full-table,
.full-result-wrap .unit-table{
  width:100% !important;
  table-layout:fixed !important;
}

.full-result-wrap .full-table th,
.full-result-wrap .full-table td,
.full-result-wrap .unit-table th,
.full-result-wrap .unit-table td{
  text-align:center !important;
  vertical-align:middle !important;
}


/* =========================
   ОСНОВНАЯ ТАБЛИЦА
   9 РАВНЫХ КОЛОНОК
   ========================= */

.full-result-wrap .full-table th,
.full-result-wrap .full-table td{
  width:11.111% !important;
  padding:13px 6px !important;
}

/* убираем все старые индивидуальные ширины */

.full-result-wrap .full-table th:nth-child(1),
.full-result-wrap .full-table td:nth-child(1),
.full-result-wrap .full-table th:nth-child(2),
.full-result-wrap .full-table td:nth-child(2),
.full-result-wrap .full-table th:nth-child(3),
.full-result-wrap .full-table td:nth-child(3),
.full-result-wrap .full-table th:nth-child(4),
.full-result-wrap .full-table td:nth-child(4),
.full-result-wrap .full-table th:nth-child(5),
.full-result-wrap .full-table td:nth-child(5),
.full-result-wrap .full-table th:nth-child(6),
.full-result-wrap .full-table td:nth-child(6),
.full-result-wrap .full-table th:nth-child(7),
.full-result-wrap .full-table td:nth-child(7),
.full-result-wrap .full-table th:nth-child(8),
.full-result-wrap .full-table td:nth-child(8),
.full-result-wrap .full-table th:nth-child(9),
.full-result-wrap .full-table td:nth-child(9){
  width:11.111% !important;
  text-align:center !important;
  padding-left:6px !important;
  padding-right:6px !important;
}

.full-result-wrap .full-table th{
  font-size:13px !important;
  line-height:1.15 !important;
  white-space:normal !important;
}

.full-result-wrap .full-table td{
  font-size:14px !important;
  white-space:nowrap !important;
}


/* =========================
   НАЗВАНИЕ ТОВАРА
   ========================= */

.full-result-wrap .sku-product{
  width:100% !important;
}

.full-result-wrap .sku-product-short{
  width:100% !important;
  max-width:100% !important;
  text-align:center !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}


/* =========================
   ВТОРАЯ ТАБЛИЦА
   ДЕЛАЕМ ТАКОЙ ЖЕ ШИРИНЫ
   ========================= */

.full-result-wrap .unit-section{
  width:100% !important;
  max-width:none !important;
}

.full-result-wrap .unit-table th,
.full-result-wrap .unit-table td{
  width:20% !important;
  padding:12px 8px !important;
}

/* убираем старые разные ширины */

.full-result-wrap .unit-table th:nth-child(1),
.full-result-wrap .unit-table td:nth-child(1),
.full-result-wrap .unit-table th:nth-child(2),
.full-result-wrap .unit-table td:nth-child(2),
.full-result-wrap .unit-table th:nth-child(3),
.full-result-wrap .unit-table td:nth-child(3),
.full-result-wrap .unit-table th:nth-child(4),
.full-result-wrap .unit-table td:nth-child(4),
.full-result-wrap .unit-table th:nth-child(5),
.full-result-wrap .unit-table td:nth-child(5){
  width:20% !important;
  text-align:center !important;
  padding-left:8px !important;
  padding-right:8px !important;
}

.full-result-wrap .unit-table th{
  font-size:13px !important;
  line-height:1.15 !important;
  white-space:normal !important;
}

.full-result-wrap .unit-table td{
  font-size:14px !important;
  white-space:nowrap !important;
}


/* tooltip оставляем читаемым */

.full-result-wrap .sku-product:hover::after{
  text-align:left !important;
}

/* END RP EQUAL TABLE GRID V6 */


/* RP CONCLUSIONS V2 */

.full-result-wrap .full-conclusions{
  margin-top:28px !important;
  padding:0 !important;
  background:#fff !important;
  border:1px solid #dce5f2 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 7px 24px rgba(30,70,130,.06) !important;
}

.full-result-wrap .conclusions-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 22px;
  background:#f3f7fc;
  border-bottom:1px solid #dfe8f3;
}

.full-result-wrap .conclusions-head h2{
  margin:0 !important;
  color:#17386f;
  font-size:21px;
}

.full-result-wrap .conclusions-head span{
  color:#718096;
  font-size:13px;
}

.full-result-wrap .conclusion-list{
  width:100%;
}

.full-result-wrap .conclusion-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 270px;
  align-items:center;
  gap:20px;
  padding:15px 22px;
  border-bottom:1px solid #edf2f7;
}

.full-result-wrap .conclusion-row:last-child{
  border-bottom:0;
}

.full-result-wrap .conclusion-row:hover{
  background:#f8fbff;
}

.full-result-wrap .conclusion-label{
  color:#334155;
  font-size:14px;
  font-weight:600;
}

.full-result-wrap .conclusion-value{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  color:#17386f;
  font-size:14px;
}

.full-result-wrap .conclusion-value strong{
  font-weight:800;
}

.full-result-wrap .conclusion-value span{
  font-weight:800;
  white-space:nowrap;
}

@media(max-width:700px){

  .full-result-wrap .conclusion-row{
    grid-template-columns:1fr;
    gap:7px;
  }

  .full-result-wrap .conclusion-value{
    justify-content:flex-start;
  }

  .full-result-wrap .conclusions-head span{
    display:none;
  }
}

/* END RP CONCLUSIONS V2 */


/* RP SITE CONCLUSIONS V1 */

.full-result-wrap .full-conclusions{
  width:100% !important;
  max-width:820px !important;
  margin:28px 0 0 !important;
  padding:0 !important;
  background:#fff !important;
  border:1px solid #dce5f2 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:0 7px 24px rgba(30,70,130,.06) !important;
}

.full-result-wrap .full-conclusions > h2{
  margin:0 !important;
  padding:18px 22px !important;
  background:#f3f7fc !important;
  border-bottom:1px solid #dfe8f3 !important;
  color:#17386f !important;
  font-size:21px !important;
}

.full-result-wrap .rp-conclusion-list{
  width:100%;
}

.full-result-wrap .rp-conclusion-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 105px 145px;
  align-items:center;
  gap:16px;
  min-height:57px;
  padding:12px 20px;
  border-bottom:1px solid #edf2f7;
  border-left:4px solid transparent;
}

.full-result-wrap .rp-conclusion-row:last-child{
  border-bottom:0;
}

.full-result-wrap .rp-conclusion-row:hover{
  background:#f8fbff;
}

.full-result-wrap .rp-conclusion-label{
  font-size:14px;
  font-weight:650;
  color:#334155;
}

.full-result-wrap .rp-conclusion-sku{
  font-size:14px;
  font-weight:800;
  color:#17386f;
  text-align:center;
}

.full-result-wrap .rp-conclusion-number{
  font-size:15px;
  font-weight:850;
  color:#17386f;
  text-align:right;
  white-space:nowrap;
}

.full-result-wrap .rp-conclusion-row.good{
  border-left-color:#31a66a;
}

.full-result-wrap .rp-conclusion-row.good .rp-conclusion-number{
  color:#157347;
}

.full-result-wrap .rp-conclusion-row.bad{
  border-left-color:#d9534f;
}

.full-result-wrap .rp-conclusion-row.bad .rp-conclusion-number{
  color:#b42318;
}

.full-result-wrap .rp-conclusion-row.info{
  border-left-color:#4b86d1;
}

@media(max-width:700px){

  .full-result-wrap .rp-conclusion-row{
    grid-template-columns:1fr auto;
  }

  .full-result-wrap .rp-conclusion-sku{
    text-align:right;
  }

  .full-result-wrap .rp-conclusion-number{
    grid-column:2;
  }
}

/* END RP SITE CONCLUSIONS V1 */


/* ==========================================================
   RP FEEDBACK CARD V1
   ========================================================== */

.rp-feedback-card{
  width:100%;
  max-width:820px;
  margin:28px 0 10px;
  padding:28px 30px;
  background:#fff;
  border:1px solid #dce5f2;
  border-radius:20px;
  box-shadow:0 8px 28px rgba(30,70,130,.07);
}

.rp-feedback-head h2{
  margin:0;
  color:#17386f;
  font-size:22px;
}

.rp-feedback-head p{
  margin:7px 0 0;
  color:#64748b;
  font-size:14px;
}

.rp-rating-stars{
  display:flex;
  gap:8px;
  margin-top:18px;
}

.rp-rating-star{
  appearance:none;
  border:0;
  padding:0;
  background:transparent;
  color:#d4dbe6;
  font-size:39px;
  line-height:1;
  cursor:pointer;
  transition:
    transform .12s ease,
    color .12s ease;
}

.rp-rating-star:hover{
  transform:scale(1.12);
}

.rp-rating-star.active{
  color:#f5b301;
}

.rp-feedback-status{
  min-height:21px;
  margin-top:10px;
  color:#47708f;
  font-size:14px;
  font-weight:700;
}

.rp-comment-wrap,
.rp-question-wrap{
  margin-top:18px;
  padding:20px;
  background:#f7faff;
  border:1px solid #e0eaf5;
  border-radius:16px;
}

.rp-feedback-subtitle{
  color:#17386f;
  font-size:16px;
  font-weight:800;
}

.rp-comment-wrap p{
  margin:5px 0 13px;
  color:#64748b;
  font-size:13px;
}

.rp-feedback-card textarea,
.rp-feedback-card input{
  width:100%;
  border:1px solid #cedbea;
  border-radius:12px;
  background:#fff;
  color:#1f3555;
  font:inherit;
  outline:none;
}

.rp-feedback-card textarea{
  min-height:105px;
  padding:13px 14px;
  resize:vertical;
}

.rp-feedback-card input{
  height:45px;
  margin:13px 0 10px;
  padding:0 14px;
}

.rp-feedback-card textarea:focus,
.rp-feedback-card input:focus{
  border-color:#1475ff;
  box-shadow:0 0 0 3px rgba(20,117,255,.09);
}

.rp-feedback-actions{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.rp-feedback-send,
.rp-feedback-skip,
.rp-question-toggle{
  border-radius:11px;
  padding:11px 18px;
  font-weight:800;
  font-size:14px;
  cursor:pointer;
}

.rp-feedback-send{
  border:1px solid #1475ff;
  background:#1475ff;
  color:#fff;
}

.rp-feedback-skip{
  border:1px solid #d7e2ee;
  background:#fff;
  color:#58718c;
}

.rp-feedback-separator{
  height:1px;
  margin:23px 0 18px;
  background:#e8eef5;
}

.rp-question-toggle{
  border:1px solid #1475ff;
  background:#fff;
  color:#1475ff;
}

.rp-feedback-thanks,
.rp-question-sent{
  color:#157347;
  font-weight:800;
}

.rp-question-status{
  min-height:20px;
  margin-top:9px;
  color:#64748b;
  font-size:13px;
}

@media(max-width:650px){

  .rp-feedback-card{
    padding:22px 18px;
  }

  .rp-rating-star{
    font-size:35px;
  }

  .rp-feedback-actions{
    flex-wrap:wrap;
  }
}

/* END RP FEEDBACK CARD V1 */



/* RP_QUESTION_EMAIL_HELP_V1 */
.rp-question-help{
  margin-top:6px;
  color:#64748b;
  font-size:13px;
  line-height:1.4;
}

