

/* Start:/services/remont-konditsionera/konditsioner-ne-vklyuchaetsya/style.css?17864743554002*/
.rstart-page {
    --rstart-blue: #1769aa;
    --rstart-dark: #1d2939;
    --rstart-text: #334155;
    --rstart-soft: #eef7ff;
    --rstart-border: #d8e7f3;
    --rstart-green: #1f9d67;
    --rstart-alert: #b45309;
    color: var(--rstart-text);
    font-size: 16px;
    line-height: 1.65;
}
.rstart-page * { box-sizing: border-box; }
.rstart-wrap { max-width: 1180px; margin: 0 auto; padding: 0 16px; }
.rstart-hero {
    margin: 24px 0;
    padding: 34px;
    border: 1px solid var(--rstart-border);
    border-radius: 18px;
    background: linear-gradient(135deg, #eef7ff 0%, #fff 58%, #f3fbf7 100%);
}
.rstart-breadcrumbs { margin-bottom: 14px; color: #64748b; font-size: 14px; }
.rstart-breadcrumbs a,
.rstart-card a,
.rstart-table a { color: var(--rstart-blue); }
.rstart-breadcrumbs a { text-decoration: none; }
.rstart-hero h1 { margin: 0 0 16px; color: var(--rstart-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1.12; }
.rstart-lead { max-width: 850px; margin: 0 0 22px; font-size: 19px; }
.rstart-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rstart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--rstart-blue);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
.rstart-btn.rstart-btn-light { border: 1px solid var(--rstart-border); background: #fff; color: var(--rstart-blue); }
.rstart-section { margin: 34px 0; }
.rstart-section h2 { margin: 0 0 18px; color: var(--rstart-dark); font-size: clamp(24px, 3vw, 34px); line-height: 1.2; }
.rstart-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.rstart-card { padding: 20px; border: 1px solid var(--rstart-border); border-radius: 14px; background: #fff; }
.rstart-card h3 { margin: 0 0 10px; color: var(--rstart-dark); font-size: 20px; }
.rstart-card p { margin: 0; }
.rstart-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.rstart-list li { position: relative; padding-left: 28px; }
.rstart-list li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--rstart-green);
    content: "";
}
.rstart-note { padding: 18px 20px; border-left: 5px solid var(--rstart-alert); border-radius: 12px; background: #fff7ed; }
.rstart-table-wrap { overflow-x: auto; border: 1px solid var(--rstart-border); border-radius: 14px; background: #fff; }
.rstart-table { width: 100%; min-width: 680px; border-collapse: collapse; }
.rstart-table th,
.rstart-table td { padding: 14px; border-bottom: 1px solid var(--rstart-border); text-align: left; vertical-align: top; }
.rstart-table tr:last-child td { border-bottom: 0; }
.rstart-table th { background: #f1f7fc; color: var(--rstart-dark); }
.rstart-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.rstart-link {
    display: block;
    min-height: 76px;
    padding: 16px;
    border: 1px solid var(--rstart-border);
    border-radius: 12px;
    background: #fff;
    color: var(--rstart-blue);
    text-decoration: none;
    font-weight: 700;
}
.rstart-faq details { margin-bottom: 10px; padding: 16px 18px; border: 1px solid var(--rstart-border); border-radius: 12px; background: #fff; }
.rstart-faq summary { cursor: pointer; color: var(--rstart-dark); font-weight: 700; }
.rstart-faq p { margin: 12px 0 0; }
.rstart-cta { margin: 36px 0; padding: 28px; border-radius: 18px; background: var(--rstart-dark); color: #fff; }
.rstart-cta h2,
.rstart-cta p { color: #fff; }
@media (max-width: 900px) {
    .rstart-grid,
    .rstart-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .rstart-hero,
    .rstart-cta { padding: 22px; border-radius: 14px; }
    .rstart-lead { font-size: 17px; }
    .rstart-grid,
    .rstart-links { grid-template-columns: 1fr; }
    .rstart-actions,
    .rstart-btn { width: 100%; }
}

/* End */
/* /services/remont-konditsionera/konditsioner-ne-vklyuchaetsya/style.css?17864743554002 */
