.wot-estim-wrap {
    background: #262836;
    border-radius: 24px;
    padding: 36px 12px 36px 12px;
    max-width: 1180px;
    margin: 36px auto;
    box-shadow: 0 4px 32px 0 #16171c15;
}
.wot-estim-title {
    font-size: 2.35rem;
    font-weight: 800;
    margin-bottom: 28px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.01em;
}
.wot-estim-row {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    background: #1E2029;
    border-radius: 18px;
    border: 1px solid #36394A;
    padding: 36px 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    max-width: 100%;
}
.wot-estim-stat-block,
.wot-estim-res-block {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    max-width: 100%;
    width: 100%;
}
.wot-estim-row-title {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
}
.wot-estim-row-stats,
.wot-estim-res-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}
.wot-estim-stat,
.wot-estim-resource {
    background: #23283A;
    border-radius: 15px;
    border: 1px solid #36394A;
    box-shadow: 0 2px 10px 0 #23283A15;
    padding: 30px 18px 18px 18px;
    text-align: center;
    flex: 1 1 185px;
    max-width: 220px;
    min-width: 140px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow .16s;
}
.wot-estim-stat .stat-ico,
.res-ico {
    font-size: 2.3rem;
    margin-bottom: 12px;
    display: block;
}
.wot-estim-val {
    font-size: 2rem;
    color: #fff;
    font-weight: 700;
}
.wot-estim-label {
    font-size: 1.1rem;
    color: #9295A1;
    font-weight: 500;
    margin-top: 2px;
}
/* Вертикальная полоска-разделитель */
.wot-estim-row-divider {
    width: 1px;
    background: #36394A;
    min-height: 180px;
    margin: 0 34px;
    align-self: stretch;
    border-radius: 4px;
    opacity: 0.88;
}
/* DEMO-оценка */
.demo-center, .wot-estim-price {
    min-width: 200px;
    font-size: 1.8rem;
    font-weight: 800;
    text-align: center !important;
    margin: 28px auto 8px auto;
    background: #1E2029;
    color: #29ff70;
    border-radius: 13px;
    padding: 12px 30px;
    display: block;
    box-shadow: 0 2px 6px 0 #2223;
    letter-spacing: 0.03em;
}
/* --- Блоки танков --- */
.wot-section-tanks {
    font-size: 2.35rem;
    font-weight: 800;
    margin: 32px 0 18px 0;
    color: #fff;
    text-align: center;
    letter-spacing: 0.01em;
}
.wot-tank-lvl-title {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 11px;
    margin-top: 38px;
    text-align: left;
}
.wot-tank-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 22px;
    background: #1E2029;
    padding: 40px;
    border-radius: 14px;
    margin-top: 8px;
    border: 1px solid #36394A;
    justify-items: start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
.wot-tank-item {
    min-width: 115px;
    max-width: 170px;
    width: 100%;
    min-height: 120px;
    background: #1E2029;
    border-radius: 12px;
    border: 1px solid #36394A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 6px 10px 6px;
    position: relative;
    color: #9295A1;
    font-size: 13px;
    box-sizing: border-box;
}
.wot-tank-item.premium {
    border: 1px solid #36394A;
}
.wot-tank-premium-star {
    color: #FAB81B;
    font-size: 2.0rem;
    line-height: 1;
    position: absolute;
    left: 9px;
    top: 4px;
    z-index: 2;
    text-shadow: 0 0 7px #FFF38A99, 0 0 1px #222;
    font-weight: bold;
    filter: drop-shadow(0 2px 4px #FFDE7830);
}
.wot-tank-tier, .wot-tank-tier-premium {
    position: absolute;
    right: 9px;
    top: 8px;
    color: #9295A1;
    font-size: 1.08rem;
    font-weight: bold;
    opacity: 0.96;
    background: rgba(36,38,47,0.68);
    padding: 2px 7px 1px 7px;
    border-radius: 6px;
}
.wot-tank-img {
    max-width: 64px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
    border-radius: 5px;
    background: #1E2029;
}
/* Названия танков меньше */
.wot-tank-name {
    color: #9295A1;
    font-size: 11px;
    font-weight: 700;
    margin: 7px 0 0 0;
    word-break: break-word;
    text-align: center;
}
/* Список техники ниже 7-го уровня */
.wot-tank-below7-list { font-size: 13px; color: #9295A1; margin-top:6px;}
.wot-tank-below7-name {margin-right:7px;}
/* Кнопка оплаты */
.wot-estim-buy {
    text-align: center;
    margin-top: 32px;
}
.wot-estim-buy a {
    display: inline-block;
    padding: 13px 38px;
    background: linear-gradient(180deg, #871B4D 0%, #311942 100%);
    color: #fff !important;
    font-weight: 800;
    border-radius: 14px;
    font-size: 1.14rem;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 20px 0 #871b4d30;
    text-decoration: none !important;
    transition: transform 0.13s, background 0.18s;
}
.wot-estim-buy a:hover {
    transform: translateY(-4px) scale(1.05);
    background: linear-gradient(180deg, #ae2565 0%, #492168 100%);
}
/* Mobile адаптив */
@media (max-width: 1100px) {
    .wot-estim-row { flex-direction: column; padding: 14px;}
    .wot-estim-row-divider {
        width: 100%;
        height: 1px;
        min-height: 0;
        margin: 20px 0;
        align-self: center;
    }
    .wot-estim-stat-block, .wot-estim-res-block {
        min-width: unset;
        width: 100%;
    }
    .wot-estim-row-stats,
    .wot-estim-res-list { flex-direction: row; flex-wrap: wrap; gap: 13px; justify-content: flex-start;}
}

@media (max-width: 900px) {
    .wot-estim-wrap { padding: 4px 0vw;}
    .wot-estim-row {
        flex-direction: column;
        padding: 3px 2vw !important;
        box-sizing: border-box;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
    }
    .wot-estim-stat-block,
    .wot-estim-res-block {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .wot-estim-row-stats,
    .wot-estim-res-list {
        flex-direction: column;
        gap: 11px;
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }
    .wot-estim-stat,
    .wot-estim-resource {
        min-width: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .wot-section-tanks,
    .wot-estim-row-title,
    .wot-tank-lvl-title {
        text-align: center !important;
    }
    .wot-tank-list-grid {
        grid-template-columns: repeat(auto-fit,minmax(110px,1fr));
        padding: 12px 2vw !important;
        gap: 10px !important;
    }
    .wot-tank-item {min-height:90px;font-size:12px;}
}

.wot-estim-graphs-wrap {
  margin: 40px auto 0 auto;
  padding: 0 4vw 24px 4vw;
  max-width: 1020px;
}
.wot-graph-row {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 18px;
}
.wot-graph-col {
  background: #22242c;
  border-radius: 14px;
  padding: 22px 14px 16px 14px;
  box-shadow: 0 2px 13px 0 #16171c11;
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wot-graph-title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 7px;
  text-align: center;
}
@media (max-width:900px) {
  .wot-graph-row {flex-direction:column; gap:12px;}
  .wot-graph-col {padding: 14px 3vw;}
}

.wot-advanced-info {
  margin: 40px auto 24px auto;
  background: #23243b;
  border-radius: 16px;
  padding: 26px 22px 12px 22px;
  box-shadow: 0 2px 13px 0 #16171c11;
  max-width: 980px;
}
.wot-adv-title {
  color: #f8c141;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
  letter-spacing: 0.02em;
}
.wot-adv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 22px;
  justify-content: space-between;
}
.wot-adv-col {
  flex: 1 1 240px;
  min-width: 220px;
  max-width: 310px;
}
.wot-adv-param {
  font-size: 17px;
  color: #e2e2e8;
  background: #2c2d48;
  border-radius: 9px;
  padding: 8px 12px 7px 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wot-adv-param span {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width:800px) {
  .wot-adv-row {flex-direction:column;gap:12px;}
  .wot-adv-col {max-width:100%; min-width:0;}
}
.wot-advanced-info {
  background: #1E2029;
  border-radius: 18px;
  margin: 28px 0 12px 0;
  padding: 36px 38px 30px 38px;
  color: #fff;
  box-shadow: 0 2px 12px 0 rgba(26,26,34,0.07);
}
.wot-adv-title {
  font-size: 1.45rem;
  font-weight: 600;
  color: #fab81b;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.wot-adv-row {
  display: flex;
  gap: 56px;
  justify-content: center;
}
.wot-adv-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 295px;
}
.wot-adv-param {
  display: flex;
  align-items: center;
  background: #23263B;
  border-radius: 10px;
  padding: 15px 22px;
  font-size: 1.24rem;
  font-weight: 500;
  margin-bottom: 0;
  box-shadow: 0 1px 2px 0 rgba(30,32,41,0.06);
  letter-spacing: 0.01em;
}
.wot-adv-param b {
  color: #fff;
  margin-left: auto;
  font-weight: 700;
  font-size: 1.14em;
}
.wot-icon {
  margin-right: 14px;
  font-size: 1.65em;
  opacity: 0.90;
}

/* Мобильная адаптация */
@media (max-width: 900px) {
  .wot-adv-row {
    flex-direction: column;
    gap: 22px;
  }
  .wot-adv-col {
    min-width: 0;
  }
  .wot-advanced-info {
    padding: 16px 7px 12px 7px;
  }
}
.wot-premium-price-table-wrap {
    margin: 0 0 24px 0;
    background: #23263B;
    border-radius: 14px;
    padding: 16px 18px 14px 18px;
    box-shadow: 0 1px 5px 0 rgba(30,32,41,0.05);
}
.wot-premium-table-title {
    margin-bottom: 10px;
}
.wot-premium-price-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.08rem;
}
.wot-premium-price-table th,
.wot-premium-price-table td {
    padding: 7px 10px;
    border-bottom: 1px solid #222334;
    text-align: left;
}
.wot-premium-price-table th {
    color: #9295A1;
    font-weight: 600;
    font-size: 1.01em;
    background: none;
}
.wot-premium-price-table td {
    color: #fff;
    font-weight: 500;
}
.wot-premium-price-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 900px) {
  .elementor-element-62c10365.e-con-boxed.e-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }
}
.wot-estim-updated {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 12px 24px 0 24px;
    margin-bottom: 0;
}

.wot-estim-updated span,
.wot-estim-updated .offline {
    background: #1E2029;
    color: #9295A1;
    border-radius: 13px;
    padding: 5px 16px;
    font-size: 15px;
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0.02em;
}

.wot-estim-updated .offline {
    background: #e44c4c;
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
}
@media (max-width: 650px) {
    .wot-estim-updated {
        justify-content: center;
        padding: 14px 0 0 0;
    }
    .wot-estim-updated span,
    .wot-estim-updated .offline {
        font-size: 14px;
        padding: 5px 10px;
    }
}

/* =========================================================
   WoT Account Info — New Accordion UI (v2)
   - Compact, non-"old-site" layout
   - Uses native <details>/<summary>
   ========================================================= */

.wot-acc-wrap{
  margin-top:14px;
}

.wot-acc-title-h{
  margin:0 0 10px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:13px;
  color:#aab2c5;
}

.wot-acc-item{
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
  border-radius:14px;
  overflow:hidden;
  margin:10px 0;
}

.wot-acc-item[open]{
  border-color:rgba(125,90,255,.35);
  box-shadow:0 0 0 1px rgba(125,90,255,.12) inset;
}

.wot-acc-summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  user-select:none;
}

.wot-acc-summary::-webkit-details-marker{display:none;}

.wot-acc-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.wot-acc-chevron{
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:8px;
  background:rgba(0,0,0,.25);
  border:1px solid rgba(255,255,255,.08);
  flex:0 0 18px;
}

.wot-acc-item[open] .wot-acc-chevron{transform:rotate(90deg);}

.wot-acc-name{
  font-weight:800;
  font-size:14px;
  color:#e9edf7;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wot-acc-sub{
  font-size:12px;
  color:#98a3bb;
}

.wot-acc-count{
  flex:0 0 auto;
  font-weight:800;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(125,90,255,.12);
  border:1px solid rgba(125,90,255,.25);
  color:#cfc7ff;
}

.wot-acc-body{
  padding:12px 14px 14px;
  border-top:1px solid rgba(255,255,255,.06);
}

.wot-acc-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:10px;
}

.wot-tank{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 10px;
  border-radius:12px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.06);
}

.wot-tank:hover{
  border-color:rgba(255,255,255,.14);
}

.wot-tank-ico{
  width:42px;
  height:42px;
  border-radius:10px;
  object-fit:cover;
  background:rgba(255,255,255,.06);
  flex:0 0 42px;
}

.wot-tank-text{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.wot-tank-name{
  font-weight:700;
  font-size:13px;
  line-height:1.15;
  color:#e9edf7;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.wot-tank-meta{
  font-size:11px;
  color:#9aa6bf;
}

@media (max-width: 1100px){
  .wot-acc-grid{grid-template-columns:repeat(3, minmax(0,1fr));}
}

@media (max-width: 820px){
  .wot-acc-grid{grid-template-columns:repeat(2, minmax(0,1fr));}
}

@media (max-width: 420px){
  .wot-acc-grid{grid-template-columns:1fr;}
  .wot-tank-ico{width:46px;height:46px;flex-basis:46px;}
}


/* =========================================================
   WoT Account Info — Compact Chips UI (fixed package)
   Актуальные стили для классов, которые рендерит PHP
   ========================================================= */
.wot-acc-head{margin:0 0 10px;}
.wot-acc-titlebar{font:700 16px/1.3 Roboto,Arial,sans-serif;color:#fff;margin:0 0 4px;}
.wot-acc-sub{font:400 13px/1.4 Roboto,Arial,sans-serif;color:#93a0bd;margin:0 0 14px;}
.wot-acc-list{display:block;}
.wot-acc-summary-left{display:flex;align-items:center;gap:10px;min-width:0;}
.wot-acc-badge{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;font-size:12px;line-height:1;filter:drop-shadow(0 2px 6px rgba(71,148,255,.25));}
.wot-acc-name{font-family:Roboto,Arial,sans-serif;font-weight:700;font-size:13px;color:#fff;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wot-acc-count{font-family:Roboto,Arial,sans-serif;}
.wot-acc-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.wot-tank-chip{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:12px;min-height:78px;padding:10px 54px 10px 14px;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.06);background:linear-gradient(90deg,rgba(32,48,86,.95) 0%,rgba(18,27,48,.92) 58%,rgba(24,36,64,.96) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.03);}
.wot-tank-chip:before{content:"";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:150px;height:22px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.02));pointer-events:none;}
.wot-tank-chip:after{content:"";position:absolute;right:28px;top:50%;width:2px;height:70%;transform:translateY(-50%) skewX(-34deg);background:linear-gradient(180deg,transparent,rgba(255,255,255,.16),transparent);opacity:.9;pointer-events:none;}
.wot-tank-chip:hover{border-color:rgba(125,90,255,.22);}
.wot-tank-chip .wot-tank-ico{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;flex:0 0 92px;width:92px;height:58px;align-self:center;background:none;border-radius:0;}
.wot-tank-chip .wot-tank-ico img{display:block;max-width:92px;max-height:58px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.38));}
.wot-tank-chip .wot-tank-name{position:relative;z-index:2;display:block;flex:1 1 auto;min-width:0;margin:0;padding:0;text-align:left;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wot-tank-chip .wot-tank-tag{position:absolute;right:12px;bottom:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 9px;border-radius:999px;background:#C6A874;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 6px 16px rgba(198,168,116,.25);}
.wot-tank-chip:has(.wot-tank-tag){background:linear-gradient(90deg,rgba(78,44,36,.92) 0%,rgba(52,25,33,.95) 42%,rgba(26,28,52,.96) 100%);border-color:rgba(198,168,116,.22);}
@media (max-width:1100px){.wot-acc-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (max-width:860px){.wot-acc-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:640px){.wot-acc-summary{padding:12px 12px;}.wot-acc-body{padding:10px 12px 12px;}.wot-acc-grid{grid-template-columns:1fr;gap:10px;}.wot-tank-chip{min-height:74px;padding:10px 52px 10px 12px;}.wot-tank-chip .wot-tank-ico{flex-basis:84px;width:84px;height:54px;}.wot-tank-chip .wot-tank-ico img{max-width:84px;max-height:54px;}.wot-tank-chip .wot-tank-name{font-size:13px;}}
