

/* Start:/services/remont-konditsionera/remont-drenazhnoy-pompy/style.css?17867262927107*/
.drpump-page {
    --dp-blue: #087fb5;
    --dp-cyan: #19bde2;
    --dp-dark: #152536;
    --dp-text: #34495e;
    --dp-muted: #64748b;
    --dp-border: #d8e7ef;
    --dp-soft: #eef8fc;
    --dp-green: #16855b;
    --dp-warn: #b45309;
    color: var(--dp-text);
    font-size: 16px;
    line-height: 1.68;
}
.drpump-page * { box-sizing: border-box; }
.drpump-wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.drpump-page a { color: var(--dp-blue); }
.drpump-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
    align-items: center;
    gap: 30px;
    margin: 24px 0 34px;
    padding: 34px;
    border: 1px solid var(--dp-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #eef9fd 0%, #fff 56%, #f1faf6 100%);
}
.drpump-breadcrumbs { grid-column: 1 / -1; color: var(--dp-muted); font-size: 14px; }
.drpump-breadcrumbs a { text-decoration: none; }
.drpump-hero h1 {
    margin: 0 0 16px;
    color: var(--dp-dark);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.1;
}
.drpump-lead { margin: 0 0 20px; font-size: 19px; }
.drpump-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.drpump-badges li {
    padding: 7px 11px;
    border: 1px solid #bfe2ef;
    border-radius: 999px;
    background: #fff;
    color: var(--dp-dark);
    font-size: 14px;
    font-weight: 700;
}
.drpump-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.drpump-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border: 2px solid var(--dp-blue);
    border-radius: 10px;
    background: var(--dp-blue);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
}
.drpump-btn-light { background: #fff; color: var(--dp-blue) !important; }
.drpump-figure { margin: 0; }
.drpump-figure img {
    display: block;
    width: 100%;
    height: 420px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 32%;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(21, 37, 54, .14);
}
.drpump-figure figcaption, .drpump-gallery figcaption {
    margin-top: 9px;
    color: var(--dp-muted);
    font-size: 14px;
    line-height: 1.5;
}
.drpump-toc {
    margin: 0 0 36px;
    padding: 22px 24px;
    border: 1px solid var(--dp-border);
    border-radius: 14px;
    background: #fff;
}
.drpump-toc strong { display: block; margin-bottom: 10px; color: var(--dp-dark); }
.drpump-toc ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; }
.drpump-section { margin: 52px 0; scroll-margin-top: 24px; }
.drpump-section h2, .drpump-cta h2 {
    margin: 0 0 16px;
    color: var(--dp-dark);
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.2;
}
.drpump-section h3 { margin: 0 0 8px; color: var(--dp-dark); font-size: 20px; line-height: 1.3; }
.drpump-section p { margin: 0 0 16px; }
.drpump-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.drpump-card {
    padding: 22px;
    border: 1px solid var(--dp-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(21, 37, 54, .05);
}
.drpump-card p:last-child { margin-bottom: 0; }
.drpump-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--dp-blue);
    color: #fff;
    font-weight: 800;
}
.drpump-note {
    margin: 24px 0;
    padding: 18px 20px;
    border-left: 4px solid var(--dp-warn);
    border-radius: 0 12px 12px 0;
    background: #fff8eb;
}
.drpump-note strong { color: #7c3e00; }
.drpump-table-wrap { overflow-x: auto; border: 1px solid var(--dp-border); border-radius: 14px; }
.drpump-table { width: 100%; min-width: 720px; border-collapse: collapse; background: #fff; }
.drpump-table th { padding: 13px 15px; background: var(--dp-dark); color: #fff; text-align: left; }
.drpump-table td { padding: 13px 15px; border-top: 1px solid var(--dp-border); vertical-align: top; }
.drpump-table tbody tr:nth-child(even) { background: #f8fbfd; }
.drpump-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.drpump-gallery figure {
    margin: 0;
    padding: 14px;
    border: 1px solid var(--dp-border);
    border-radius: 15px;
    background: #fff;
}
.drpump-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 11px;
    background: var(--dp-soft);
}
.drpump-gallery img {
    display: block;
    width: 100%;
    height: 340px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    border-radius: 11px;
    transition: transform .25s ease;
}
.drpump-gallery a:hover img { transform: scale(1.025); }
.drpump-specs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.drpump-spec {
    padding: 18px;
    border-radius: 12px;
    background: var(--dp-soft);
    text-align: center;
}
.drpump-spec strong { display: block; color: var(--dp-blue); font-size: 25px; line-height: 1.2; }
.drpump-spec span { color: var(--dp-muted); font-size: 14px; }
.drpump-checklist { margin: 0; padding: 0; list-style: none; }
.drpump-checklist li { position: relative; margin: 9px 0; padding-left: 29px; }
.drpump-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dp-green);
    font-weight: 900;
}
.drpump-links { display: flex; flex-wrap: wrap; gap: 10px; }
.drpump-link {
    padding: 9px 13px;
    border: 1px solid var(--dp-border);
    border-radius: 9px;
    background: #fff;
    text-decoration: none;
}
.drpump-faq details { margin: 10px 0; border: 1px solid var(--dp-border); border-radius: 11px; background: #fff; }
.drpump-faq summary { padding: 15px 18px; color: var(--dp-dark); font-weight: 700; cursor: pointer; }
.drpump-faq p { padding: 0 18px 16px; }
.drpump-cta {
    margin: 52px 0 28px;
    padding: 30px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--dp-dark), #0d668b);
    color: #fff;
}
.drpump-cta h2 { color: #fff; }
.drpump-cta p { max-width: 800px; }
@media (max-width: 900px) {
    .drpump-hero { grid-template-columns: 1fr; }
    .drpump-breadcrumbs { grid-column: auto; }
    .drpump-figure img { height: 340px; aspect-ratio: 16 / 10; }
    .drpump-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .drpump-wrap { padding: 0 12px; }
    .drpump-hero { margin-top: 12px; padding: 20px; border-radius: 15px; }
    .drpump-lead { font-size: 17px; }
    .drpump-actions, .drpump-btn { width: 100%; }
    .drpump-toc ul { display: grid; }
    .drpump-section { margin: 38px 0; }
    .drpump-grid, .drpump-gallery, .drpump-specs { grid-template-columns: 1fr; }
    .drpump-gallery figure { padding: 10px; }
    .drpump-figure img { height: 230px; }
    .drpump-gallery img { height: 220px; aspect-ratio: 16 / 10; }
    .drpump-gallery figcaption { padding: 0 4px 2px; }
    .drpump-cta { padding: 22px; }
}

/* End */
/* /services/remont-konditsionera/remont-drenazhnoy-pompy/style.css?17867262927107 */
