

/* Start:/bitrix/templates/mlife/css/seo-blocks.css?17832462741484*/
.repair-symptoms {
    max-width: 1100px;
    margin: 50px auto;
    padding: 34px;
    border-radius: 18px;
    background: #f4f9fd;
    border: 1px solid #dcebf5;
}

.repair-symptoms__head span {
    display: inline-block;
    margin-bottom: 8px;
    color: #1769aa;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.repair-symptoms__head h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #1d2939;
    line-height: 1.25;
}

.repair-symptoms__head p {
    margin: 0 0 22px;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
}

.repair-symptoms__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.repair-symptoms__card {
    display: block;
    padding: 22px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #d8e7f3;
    text-decoration: none;
    transition: .2s ease;
}

.repair-symptoms__card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(23, 105, 170, .12);
}

.repair-symptoms__card strong {
    display: block;
    margin-bottom: 8px;
    color: #1769aa;
    font-size: 20px;
    line-height: 1.3;
}

.repair-symptoms__card small {
    display: block;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
}

@media (max-width: 640px) {
    .repair-symptoms {
        margin: 32px 16px;
        padding: 22px;
        border-radius: 14px;
    }

    .repair-symptoms__head h2 {
        font-size: 24px;
    }
}

/* End */
/* /bitrix/templates/mlife/css/seo-blocks.css?17832462741484 */
