/* Extracted from obnovit-emal-bobruysk.html block 1 */
/* Hide the left blue banner with column names completely */
    .service__table-left { display: none !important; }
    /* Left-align headers and cells */
    .service__table-table th,
    .service__table-table td { text-align: left !important; }
    /* Special notice row at the end: no labels on mobile cards */
    @media (max-width: 767px){
      .service__table-table tr.service__notice td {
        display: block !important;
        border: 0 !important;
      }
      .service__table-table tr.service__notice td::before { content: none !important; }
    }
    .service__table-table tr.service__notice td .table-note {
      font-size: 14px; line-height: 1.5; color: #64748b; /* slate-500 */
      margin-top: 6px;
    }

/* Extracted from obnovit-emal-bobruysk.html block 2 */
/* Order button (red), no action */
  .order-btn-red{
    background:#ef4444; /* red-500 */
    color:#fff;
    border:1px solid #dc2626; /* red-600 */
    border-radius:14px;
    padding:12px 18px;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow:0 10px 18px rgba(239,68,68,.25);
    cursor:default;
    text-transform:uppercase;
  }
  .order-btn-red:hover{ background:#dc2626; }
  .order-btn-red:active{ transform:none; }
  .order-btn-red[aria-disabled="true"]{ pointer-events:none; }
  .order-btn-wrap{ display:inline-flex; gap:10px; margin-top:10px; }

/* Extracted from obnovit-emal-bobruysk.html block 3 */
@media (max-width: 767px){
    .service__table-left { display:none !important; }
    .service__table-table { overflow-x: visible !important; }
    .service__table-table table,
    .service__table-table thead,
    .service__table-table tbody,
    .service__table-table th,
    .service__table-table td,
    .service__table-table tr {
      display:block; width:100%;
    }
    .service__table-table thead { display:none; }
    .service__table-table tr {
      background:#fff; margin:12px 0; border:1px solid #e2e8f0; border-radius:14px;
      padding:12px 14px; box-shadow:0 8px 20px rgba(2,8,23,0.06);
    }
    .service__table-table td {
      display:grid; grid-template-columns:42% 58%; align-items:start; gap:8px;
      padding:8px 0; border:none; border-bottom:1px dashed #e2e8f0;
    }
    .service__table-table td:last-child{ border-bottom:0; }
    .service__table-table td::before {
      content: attr(data-label);
      font-weight:700; color:#64748b; letter-spacing:.02em;
    }
    .service__table-table td[data-label*="ЦЕНА"] { color:#0ea5e9; font-weight:800; }
    .service__table-table td { font-size:15px; line-height:1.35; }
    .service__table-left-single{ font-weight:700; margin:8px 0 4px; color:#0f172a; letter-spacing:.02em; }
  }

/* Extracted from obnovit-emal-bobruysk.html block 1 */
.recovery-service-tabs .tab-content__items {
    padding: 24px;
    border-top: 0;
    background: #f5f8fb;
  }
  .recovery--methods .service__title {
    max-width: 760px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 1.18;
    text-transform: none;
  }
  .recovery-service-tabs .tab-content__body {
    display: grid;
    grid-template-columns: minmax(260px, .92fr) minmax(0, 1.08fr);
    overflow: hidden;
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(16, 32, 51, .1);
  }
  .recovery-service-tabs .tab-content__img {
    min-height: 0;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #ffffff;
  }
  .recovery-service-tabs .tab-content__img picture,
  .recovery-service-tabs .tab-content__img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .recovery-service-tabs .tab-content__img img {
    object-fit: contain;
  }
  .recovery-service-tabs .tab-content__text {
    display: flex;
    flex: none;
    flex-direction: column;
    padding: 34px;
    background: linear-gradient(180deg, #eaf4ff 0%, #f7fbff 100%);
    color: #102033;
  }
  .recovery-bath-tabs .tab-content__items.active {
    display: block !important;
  }
  .recovery-bath-tabs .tab-content__body {
    display: grid !important;
    grid-template-columns: minmax(260px, .95fr) minmax(0, 1.05fr);
    overflow: hidden;
    border: 1px solid #dbe7ed;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 46px rgba(16, 32, 51, .08);
  }
  .recovery-bath-tabs .tab-content__title {
    position: static !important;
    transform: none !important;
    margin: 0;
    padding: 18px 20px;
    border: 1px solid #dbe7ed;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    background: #eaf4ff;
    box-shadow: none;
    color: #1d5789;
    font-size: 26px;
    line-height: 1.2;
    text-align: center;
  }
  .recovery-bath-tabs .tab-content__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recovery-bath-tabs .tab-content__text {
    display: block;
    min-height: 100%;
    padding: 34px;
    background: linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
    color: #102033;
    font-size: 17px;
    line-height: 1.65;
  }
  .bath-card__lead {
    margin: 0 0 18px;
    color: #2d3f52;
    font-size: 17px;
    line-height: 1.6;
  }
  .bath-card__list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .bath-card__list li {
    position: relative;
    padding: 12px 14px 12px 40px;
    border: 1px solid #d6e8f5;
    border-radius: 8px;
    background: #ffffff;
    color: #263a4d;
    font-size: 15px;
    line-height: 1.45;
    box-shadow: 0 8px 20px rgba(16, 32, 51, .05);
  }
  .bath-card__list li::before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 13px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d5789;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
  }
  .bath-card__list strong {
    color: #102033;
    font-weight: 900;
  }
  .recovery-offer__label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 14px;
    padding: 7px 13px;
    border-radius: 8px;
    border: 1px solid #c8dceb;
    background: #ffffff;
    color: #1d5789;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .recovery-offer__title {
    margin: 0 0 12px;
    color: #102033;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 900;
    text-transform: none;
  }
  .recovery-offer__lead,
  .recovery-offer__note {
    margin: 0;
    color: #3b4d61;
    font-size: 16px;
    line-height: 1.6;
  }
  .recovery-offer__list {
    display: grid;
    gap: 9px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
  }
  .recovery-offer__list li {
    position: relative;
    min-height: 44px;
    padding: 11px 12px 11px 38px;
    border: 1px solid #d6e8f5;
    border-radius: 8px;
    background: #ffffff;
    color: #263a4d;
    font-size: 15px;
    line-height: 1.45;
    box-shadow: 0 8px 20px rgba(16, 32, 51, .05);
  }
  .recovery-offer__list li::before {
    content: "✓";
    position: absolute;
    left: 12px;
    top: 12px;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d5789;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
  }
  .recovery-offer__list strong {
    color: #102033;
    font-weight: 900;
  }
  .recovery-offer__note {
    padding: 14px 16px;
    border: 1px solid #d6e8f5;
    border-radius: 8px;
    background: #ffffff;
  }
  .recovery__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: auto;
    padding-top: 24px;
  }
  .order-btn-wrap {
    display: inline-flex;
    gap: 10px;
    margin: 0;
  }
  .order-btn-red {
    min-height: 56px;
    padding: 0 20px;
    border: 1px solid #c8dceb;
    border-radius: 8px;
    background: #eaf4ff;
    color: #1d5789;
    font-weight: 900;
    letter-spacing: 0;
    box-shadow: none;
    cursor: default;
    text-transform: uppercase;
  }
  .order-btn-red[aria-disabled="true"] {
    pointer-events: none;
  }
  .recovery-service-tabs .recovery__callback a {
    min-height: 56px;
    padding: 0 20px 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #16466f;
    border-radius: 8px;
    background: linear-gradient(135deg, #1d5789 0%, #123f68 100%);
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(29, 87, 137, .24);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  }
  .recovery-service-tabs .recovery__callback a::after {
    content: "→";
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    font-size: 18px;
    line-height: 1;
  }
  .recovery-service-tabs .recovery__callback a:hover {
    background: linear-gradient(135deg, #123f68 0%, #0e3458 100%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(29, 87, 137, .3);
  }
  @media (max-width: 900px) {
    .recovery-service-tabs .tab-content__body {
      grid-template-columns: 1fr;
    }
    .recovery-bath-tabs .tab-content__body {
      grid-template-columns: 1fr;
    }
    .recovery-service-tabs .tab-content__img {
      min-height: 0;
    }
  }
  @media (max-width: 575px) {
    .recovery--methods .service__title {
      max-width: 320px;
      font-size: 22px;
      line-height: 1.2;
    }
    .recovery-service-tabs .tab-header {
      overflow-x: auto;
      justify-content: flex-start;
    }
    .recovery-service-tabs .tab-content__items {
      padding: 14px 0;
    }
    .recovery-service-tabs .tab-content__img {
      padding: 10px;
    }
    .recovery-service-tabs .tab-content__text {
      padding: 20px;
    }
    .recovery-bath-tabs .tab-content__title {
      padding: 15px 16px;
      font-size: 21px;
      text-align: center;
    }
    .recovery-bath-tabs .tab-content__text {
      padding: 20px;
      font-size: 15px;
      line-height: 1.55;
    }
    .recovery-offer__title {
      font-size: 23px;
    }
    .recovery__footer,
    .order-btn-wrap,
    .order-btn-red,
    .recovery__callback,
    .recovery__callback a {
      width: 100%;
    }
  }

/* Extracted from obnovit-emal-bobruysk.html block 2 */
.service-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .service {
    padding-top: 26px !important;
  }

  .service .service__title.title {
    max-width: 340px;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #102033;
    font-size: 23px !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: none !important;
  }

  .service .service__table-table {
    display: none !important;
  }

  .service-mobile {
    display: block !important;
    width: 100% !important;
    max-width: 430px !important;
    margin: 18px auto 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }

  .service-mobile__lead {
    margin: 0 0 14px !important;
    color: #3b4d61 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  .service-mobile__nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .service-mobile__nav a {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #c8dceb !important;
    border-radius: 8px !important;
    background: #eaf4ff !important;
    color: #1d5789 !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  .service-mobile__group {
    display: grid !important;
    gap: 10px !important;
    margin-top: 18px !important;
    scroll-margin-top: 20px !important;
  }

  .service-mobile__group-title {
    margin: 0 !important;
    color: #102033 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
  }

  .service-mobile-card {
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid #d6e8f5 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 26px rgba(16, 32, 51, .07) !important;
    box-sizing: border-box !important;
  }

  .service-mobile-card--main {
    border-color: #b8d8f0 !important;
    background: linear-gradient(180deg, #f4faff 0%, #ffffff 100%) !important;
  }

  .service-mobile-card__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 10px !important;
    align-items: start !important;
    margin-bottom: 8px !important;
  }

  .service-mobile-card h3 {
    margin: 0 !important;
    color: #102033 !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .service-mobile-card__top span {
    max-width: 118px !important;
    padding: 7px 9px !important;
    border-radius: 8px !important;
    background: #1d5789 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .service-mobile-card p {
    margin: 0 !important;
    color: #405368 !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .service-mobile-card ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .service-mobile-card li {
    padding: 6px 8px !important;
    border-radius: 8px !important;
    background: #eef6fb !important;
    color: #24445f !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  .service-mobile-card--compact {
    padding: 12px 13px !important;
  }

  .service-mobile-card--compact .service-mobile-card__top {
    margin-bottom: 6px !important;
  }

  .service-mobile-card--compact h3 {
    font-size: 16px !important;
  }

  .service-mobile__note {
    margin: 14px 0 0 !important;
    padding: 13px 14px !important;
    border: 1px solid #d6e8f5 !important;
    border-radius: 10px !important;
    background: #f5f8fb !important;
    color: #405368 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
}

@media (max-width: 380px) {
  .service-mobile-card__top {
    grid-template-columns: 1fr !important;
  }

  .service-mobile-card__top span {
    max-width: none !important;
    justify-self: start !important;
  }
}
