

/* Start:/services/zamena-freona/poisk-utechki-freona/style.css?17867278488270*/
.leak-page {
    --lk-blue: #087fb5;
    --lk-cyan: #19bde2;
    --lk-navy: #13283b;
    --lk-text: #34495e;
    --lk-muted: #64748b;
    --lk-border: #d7e7ef;
    --lk-soft: #eef8fc;
    --lk-green: #16855b;
    --lk-violet: #6d39b6;
    --lk-warn: #a84214;
    color: var(--lk-text);
    font-size: 16px;
    line-height: 1.68;
}

.leak-page * { box-sizing: border-box; }
.leak-wrap { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.leak-page a { color: var(--lk-blue); }
.leak-breadcrumbs { margin: 20px 0 14px; color: var(--lk-muted); font-size: 14px; }
.leak-breadcrumbs a { text-decoration: none; }

.leak-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
    align-items: center;
    gap: 32px;
    padding: 34px;
    border: 1px solid var(--lk-border);
    border-radius: 22px;
    background: linear-gradient(135deg, #eef9fd 0%, #fff 52%, #f4effc 100%);
    box-shadow: 0 14px 38px rgba(20, 69, 94, .08);
}

.leak-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--lk-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.leak-hero h1 {
    margin: 0 0 16px;
    color: var(--lk-navy);
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
}

.leak-lead { margin: 0 0 20px; font-size: 19px; }
.leak-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 23px; padding: 0; list-style: none; }
.leak-badges li { padding: 7px 11px; border: 1px solid #bcdfea; border-radius: 999px; background: #fff; font-weight: 700; font-size: 14px; }
.leak-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.leak-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 11px 18px; border: 1px solid var(--lk-blue); border-radius: 10px; background: var(--lk-blue); color: #fff !important; font-weight: 800; line-height: 1.3; text-decoration: none; }
.leak-btn:hover { background: #066a98; }
.leak-btn--light { background: #fff; color: var(--lk-blue) !important; }

.leak-hero__media { min-width: 0; margin: 0; }
.leak-hero__media img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 16px; object-fit: cover; box-shadow: 0 10px 28px rgba(30, 38, 58, .16); }
.leak-hero__media figcaption { margin-top: 9px; color: var(--lk-muted); font-size: 13px; line-height: 1.45; }

.leak-toc { margin: 26px 0; padding: 17px 20px; border: 1px solid var(--lk-border); border-radius: 14px; background: #fff; }
.leak-toc strong { color: var(--lk-navy); }
.leak-toc ul { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 8px 0 0; padding: 0; list-style: none; }
.leak-toc a { font-weight: 700; }

.leak-section { margin: 30px 0; padding: 30px; border: 1px solid var(--lk-border); border-radius: 18px; background: #fff; }
.leak-section h2 { margin: 0 0 14px; color: var(--lk-navy); font-size: clamp(24px, 3vw, 34px); line-height: 1.2; }
.leak-section h3 { margin: 0 0 8px; color: var(--lk-navy); font-size: 19px; line-height: 1.3; }
.leak-section p { margin: 0 0 15px; }
.leak-section p:last-child { margin-bottom: 0; }

.leak-grid { display: grid; gap: 16px; margin-top: 20px; }
.leak-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.leak-card { min-width: 0; padding: 20px; border: 1px solid var(--lk-border); border-radius: 14px; background: var(--lk-soft); }
.leak-card p { margin: 0; }
.leak-icon { display: inline-grid; place-items: center; width: 37px; height: 37px; margin-bottom: 12px; border-radius: 50%; background: var(--lk-blue); color: #fff; font-size: 13px; font-weight: 900; }

.leak-note { margin-top: 20px; padding: 16px 18px; border-left: 4px solid var(--lk-green); border-radius: 8px; background: #effaf5; }
.leak-note--danger { border-left-color: var(--lk-warn); background: #fff6f1; }

.leak-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid var(--lk-border); border-radius: 14px; -webkit-overflow-scrolling: touch; }
.leak-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.leak-table th, .leak-table td { padding: 13px 14px; border-bottom: 1px solid var(--lk-border); text-align: left; vertical-align: top; }
.leak-table th { background: var(--lk-blue); color: #fff; font-size: 14px; }
.leak-table tbody tr:nth-child(even) { background: #f7fbfd; }
.leak-table tbody tr:last-child td { border-bottom: 0; }

.leak-uv { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 24px; background: linear-gradient(135deg, #fff 0%, #f6f1ff 100%); }
.leak-warning { padding: 22px; border: 1px solid #d9c7ef; border-radius: 14px; background: #fff; }
.leak-warning strong { color: var(--lk-violet); font-size: 19px; }
.leak-warning ul { margin: 12px 0 0; padding-left: 20px; }
.leak-warning li + li { margin-top: 7px; }

.leak-chart { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; gap: 10px; margin-top: 22px; }
.leak-chart__step { display: flex; min-width: 0; flex-direction: column; align-items: center; justify-content: center; min-height: 150px; padding: 17px; border: 1px solid var(--lk-border); border-radius: 14px; background: linear-gradient(180deg, #f5fbfe, #fff); text-align: center; }
.leak-chart__step span { display: grid; place-items: center; width: 35px; height: 35px; margin-bottom: 9px; border-radius: 50%; background: var(--lk-blue); color: #fff; font-weight: 900; }
.leak-chart__step strong { color: var(--lk-navy); font-size: 18px; }
.leak-chart__step small { margin-top: 6px; color: var(--lk-muted); font-size: 13px; line-height: 1.4; }
.leak-chart__arrow { align-self: center; color: var(--lk-cyan); font-size: 30px; font-weight: 900; }
.leak-chart__caption { margin-top: 12px !important; color: var(--lk-muted); font-size: 14px; }

.leak-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.leak-process article { position: relative; min-width: 0; padding: 22px 20px 20px; border: 1px solid var(--lk-border); border-radius: 14px; background: #fff; }
.leak-process article > span { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-bottom: 10px; border-radius: 8px; background: var(--lk-navy); color: #fff; font-weight: 900; }
.leak-process p { margin: 0; }

.leak-context-links { font-size: 17px; }
.leak-context-links a { font-weight: 800; }
.leak-faq details { border-bottom: 1px solid var(--lk-border); }
.leak-faq details:first-of-type { border-top: 1px solid var(--lk-border); }
.leak-faq summary { padding: 16px 4px; color: var(--lk-navy); font-weight: 800; cursor: pointer; }
.leak-faq details p { padding: 0 4px 17px; }

.leak-cta { margin: 34px 0; padding: 34px; border-radius: 18px; background: linear-gradient(135deg, var(--lk-navy), #174f6a); color: #fff; text-align: center; }
.leak-cta h2 { margin: 0 0 10px; color: #fff; font-size: clamp(25px, 3vw, 35px); }
.leak-cta p { max-width: 780px; margin: 0 auto 20px; }
.leak-cta .leak-btn { background: #fff; color: var(--lk-blue) !important; }

@media (max-width: 900px) {
    .leak-hero { grid-template-columns: 1fr; padding: 26px; }
    .leak-grid--3, .leak-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .leak-uv { grid-template-columns: 1fr; }
    .leak-chart { grid-template-columns: 1fr 1fr; }
    .leak-chart__arrow { display: none; }
}

@media (max-width: 640px) {
    .leak-wrap { padding: 0 10px; }
    .leak-breadcrumbs { font-size: 13px; overflow-wrap: anywhere; }
    .leak-hero { gap: 22px; padding: 20px 16px; border-radius: 15px; }
    .leak-lead { font-size: 17px; }
    .leak-actions { display: grid; grid-template-columns: 1fr; }
    .leak-btn { width: 100%; }
    .leak-toc { padding: 15px; }
    .leak-toc ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .leak-section { margin: 22px 0; padding: 21px 15px; border-radius: 14px; }
    .leak-grid--3, .leak-process, .leak-chart { grid-template-columns: 1fr; }
    .leak-chart__step { min-height: 120px; }
    .leak-table { min-width: 680px; }
    .leak-cta { padding: 26px 17px; }
}

@media (prefers-reduced-motion: reduce) {
    .leak-page *, .leak-page *::before, .leak-page *::after { scroll-behavior: auto !important; }
}

/* End */
/* /services/zamena-freona/poisk-utechki-freona/style.css?17867278488270 */
