/* Start custom CSS for html, class: .elementor-element-ce5ec15 */.emr-page {
    --emr-text: #222831;
    --emr-muted: #616b76;
    --emr-border: #dfe4e9;
    --emr-surface: #ffffff;
    --emr-soft: #f5f7f9;
    --emr-soft-blue: #eef6fc;
    --emr-soft-green: #edf8f1;
    --emr-soft-orange: #fff5ed;
    --emr-soft-red: #fff0f0;
    --emr-accent: #e85b22;
    --emr-accent-dark: #bd4214;
    --emr-blue: #176b9c;
    --emr-green: #267a48;
    --emr-red: #a93434;

    width: 100%;
    color: var(--emr-text);
    background: var(--emr-surface);
}

.emr-page,
.emr-page *,
.emr-page *::before,
.emr-page *::after {
    box-sizing: border-box;
}

.emr-page section {
    scroll-margin-top: 110px;
}

.emr-page h2 {
    margin: 2.6rem 0 1rem;
    color: var(--emr-text);
    font-size: clamp(1.55rem, 3vw, 2.05rem);
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.emr-page h3 {
    margin: 0 0 0.65rem;
    color: var(--emr-text);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.35;
}

.emr-page p {
    margin: 0 0 1.15rem;
}

.emr-page ul,
.emr-page ol {
    margin-top: 0;
}

.emr-page a {
    text-underline-offset: 3px;
}

.emr-page a:focus-visible,
.emr-page summary:focus-visible {
    outline: 3px solid rgba(232, 91, 34, 0.28);
    outline-offset: 3px;
}

/* Метки */

.emr-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
}

.emr-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.35rem 0.75rem;
    border: 1px solid var(--emr-border);
    border-radius: 999px;
    color: var(--emr-muted);
    background: var(--emr-soft);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

/* Вступление */

.emr-lead {
    margin-bottom: 1.5rem !important;
    color: var(--emr-text);
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.7;
}

.emr-answer {
    margin: 1.5rem 0;
    padding: clamp(1.15rem, 3vw, 1.55rem);
    border: 1px solid #cfe3d6;
    border-left: 5px solid var(--emr-green);
    border-radius: 12px;
    background: var(--emr-soft-green);
}

.emr-answer__title {
    margin-bottom: 0.55rem !important;
    color: var(--emr-green);
    font-size: 1.05rem;
    font-weight: 800;
}

.emr-answer p:last-child {
    margin-bottom: 0;
}

/* Граница услуги */

.emr-boundary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 1rem;
    margin: 1.5rem 0 2rem;
    padding: clamp(1.1rem, 3vw, 1.45rem);
    border: 1px solid #f1cfb9;
    border-radius: 12px;
    background: var(--emr-soft-orange);
}

.emr-boundary__icon {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--emr-accent);
    font-size: 1.25rem;
    font-weight: 800;
}

.emr-boundary__title {
    margin-bottom: 0.45rem !important;
    font-weight: 800;
}

.emr-boundary p:last-child {
    margin-bottom: 0;
}

/* Содержание */

.emr-toc {
    margin: 2rem 0 2.5rem;
    padding: clamp(1.1rem, 3vw, 1.5rem);
    border: 1px solid var(--emr-border);
    border-radius: 14px;
    background: var(--emr-soft);
}

.emr-toc__title {
    margin-bottom: 0.9rem !important;
    font-size: 1.08rem;
    font-weight: 800;
}

.emr-toc__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 2rem;
}

.emr-toc ol {
    margin: 0;
    padding-left: 1.35rem;
}

.emr-toc li {
    margin: 0.4rem 0;
    padding-left: 0.15rem;
}

.emr-toc a {
    color: var(--emr-text);
    font-weight: 600;
    text-decoration-color: #b6bec6;
}

.emr-toc a:hover {
    color: var(--emr-accent-dark);
}

/* Карточки оснований */

.emr-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-card {
    padding: 1.15rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
    background: var(--emr-surface);
    box-shadow: 0 4px 16px rgba(23, 31, 38, 0.045);
}

.emr-card p:last-child {
    margin-bottom: 0;
}

/* Универсальные информационные блоки */

.emr-note,
.emr-warning,
.emr-danger {
    margin: 1.5rem 0;
    padding: 1.1rem 1.2rem;
    border-radius: 10px;
    line-height: 1.65;
}

.emr-note {
    border: 1px solid #c8ddec;
    border-left: 5px solid var(--emr-blue);
    background: var(--emr-soft-blue);
}

.emr-warning {
    border: 1px solid #f1cfb9;
    border-left: 5px solid var(--emr-accent);
    background: var(--emr-soft-orange);
}

.emr-danger {
    border: 1px solid #e6bcbc;
    border-left: 5px solid var(--emr-red);
    background: var(--emr-soft-red);
}

/* Симптомы */

.emr-symptoms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-symptoms__item {
    padding: 1.1rem;
    border: 1px solid var(--emr-border);
    border-radius: 10px;
    background: var(--emr-soft);
}

.emr-symptoms__item p:last-child {
    margin-bottom: 0;
}

/* Ответственность */

.emr-responsibility {
    display: grid;
    gap: 0.9rem;
    margin: 1.4rem 0;
}

.emr-responsibility__item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
    background: var(--emr-surface);
}

.emr-responsibility__number {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #ffffff;
    background: var(--emr-accent);
    font-size: 0.95rem;
    font-weight: 800;
}

.emr-responsibility__item p:last-child {
    margin-bottom: 0;
}

/* Локальный блок */

.emr-local {
    margin: 1.4rem 0;
    padding: clamp(1.15rem, 3vw, 1.5rem);
    border: 1px solid #c8ddec;
    border-radius: 12px;
    background: var(--emr-soft-blue);
}

.emr-local p:last-child {
    margin-bottom: 0;
}

/* Списки с маркерами */

.emr-check-list,
.emr-cross-list,
.emr-feature-list,
.emr-law-list {
    padding-left: 0;
    list-style: none;
}

.emr-check-list li,
.emr-cross-list li,
.emr-feature-list li,
.emr-law-list li {
    position: relative;
    margin: 0.65rem 0;
    padding-left: 1.7rem;
}

.emr-check-list li::before,
.emr-feature-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: var(--emr-green);
    font-weight: 900;
}

.emr-cross-list li::before {
    content: "×";
    position: absolute;
    top: -0.05rem;
    left: 0;
    color: var(--emr-red);
    font-size: 1.15rem;
    font-weight: 900;
}

.emr-law-list li::before {
    content: "";
    position: absolute;
    top: 0.65em;
    left: 0.2rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--emr-accent);
}

/* Бесплатно и платно */

.emr-compare {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-compare__column {
    padding: 1.2rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
}

.emr-compare__column--yes {
    border-color: #cce2d3;
    background: var(--emr-soft-green);
}

.emr-compare__column--paid {
    border-color: #f0d2bf;
    background: var(--emr-soft-orange);
}

.emr-compare__title {
    margin-bottom: 0.75rem !important;
    font-size: 1.1rem;
    font-weight: 800;
}

.emr-compare ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.emr-compare li {
    margin: 0.45rem 0;
}

/* Пошаговый порядок */

.emr-steps {
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
    counter-reset: emr-step;
}

.emr-steps > li {
    position: relative;
    margin: 0 0 1rem;
    padding: 1.15rem 1.15rem 1.15rem 4.25rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
    background: var(--emr-surface);
    counter-increment: emr-step;
}

.emr-steps > li::before {
    content: counter(emr-step);
    position: absolute;
    top: 1.15rem;
    left: 1.15rem;
    display: flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--emr-accent);
    font-weight: 800;
}

.emr-steps p:last-child {
    margin-bottom: 0;
}

/* Зоны до и после счётчика */

.emr-zone-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-zone {
    padding: 1.2rem;
    border: 1px solid var(--emr-border);
    border-top: 4px solid var(--emr-accent);
    border-radius: 12px;
    background: var(--emr-surface);
}

.emr-zone__label {
    display: inline-block;
    margin-bottom: 0.55rem !important;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    color: var(--emr-accent-dark);
    background: var(--emr-soft-orange);
    font-size: 0.85rem;
    font-weight: 800;
}

.emr-zone p:last-child {
    margin-bottom: 0;
}

/* Подготовка */

.emr-preparation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-preparation > div {
    padding: 1.2rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
    background: var(--emr-soft);
}

/* После замены */

.emr-after {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 1.4rem 0;
}

.emr-after__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--emr-border);
    border-radius: 10px;
    background: var(--emr-surface);
}

.emr-after__item span {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #ffffff;
    background: var(--emr-accent);
    font-size: 0.85rem;
    font-weight: 800;
}

.emr-after__item p {
    margin: 0;
}

/* Мошенничество */

.emr-fraud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.4rem 0;
}

.emr-fraud > div {
    padding: 1.2rem;
    border: 1px solid var(--emr-border);
    border-radius: 12px;
    background: var(--emr-soft);
}

.emr-fraud ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.emr-fraud li {
    margin: 0.5rem 0;
}

/* Обычный нумерованный список */

.emr-simple-steps {
    margin: 1.4rem 0;
    padding-left: 1.4rem;
}

.emr-simple-steps li {
    margin: 0.65rem 0;
    padding-left: 0.25rem;
}

/* Коммерческий блок */

.emr-service {
    margin: 2.8rem 0;
    padding: clamp(1.3rem, 4vw, 2rem);
    border: 1px solid #edc9b6;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff8f3 0%, #ffffff 72%);
}

.emr-service h2 {
    margin-top: 0.35rem;
}

.emr-service__label {
    margin-bottom: 0.35rem !important;
    color: var(--emr-accent-dark);
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.emr-service__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.emr-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition:
        background-color 0.18s ease,
        border-color 0.18s ease,
        color 0.18s ease,
        transform 0.18s ease;
}

.emr-button--primary {
    color: #ffffff !important;
    background: var(--emr-accent);
}

.emr-button--primary:hover {
    color: #ffffff !important;
    background: var(--emr-accent-dark);
    transform: translateY(-1px);
}

.emr-button--secondary {
    border-color: #d8b8a7;
    color: var(--emr-accent-dark) !important;
    background: #ffffff;
}

.emr-button--secondary:hover {
    border-color: var(--emr-accent);
    color: var(--emr-accent-dark) !important;
    background: var(--emr-soft-orange);
    transform: translateY(-1px);
}

.emr-service__price {
    margin-bottom: 0 !important;
    color: var(--emr-muted);
    font-size: 0.94rem;
}

/* FAQ */

.emr-faq {
    margin-top: 2.5rem;
}

.emr-faq details {
    margin: 0 0 0.75rem;
    border: 1px solid var(--emr-border);
    border-radius: 10px;
    background: var(--emr-surface);
}

.emr-faq details[open] {
    border-color: #e7bca6;
}

.emr-faq summary {
    position: relative;
    padding: 1rem 3.2rem 1rem 1rem;
    color: var(--emr-text);
    cursor: pointer;
    font-weight: 750;
    line-height: 1.45;
    list-style: none;
}

.emr-faq summary::-webkit-details-marker {
    display: none;
}

.emr-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--emr-accent);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    transform: translateY(-50%);
}

.emr-faq details[open] summary::after {
    content: "−";
}

.emr-faq details > div {
    padding: 0 1rem 1rem;
}

.emr-faq details p:last-child {
    margin-bottom: 0;
}

/* Планшеты */

@media (max-width: 900px) {
    .emr-toc__grid,
    .emr-card-grid,
    .emr-symptoms,
    .emr-compare,
    .emr-zone-grid,
    .emr-preparation,
    .emr-after,
    .emr-fraud {
        grid-template-columns: 1fr;
    }
}

/* Мобильные устройства */

@media (max-width: 640px) {
    .emr-page h2 {
        margin-top: 2.2rem;
    }

    .emr-boundary {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 0.75rem;
    }

    .emr-boundary__icon {
        width: 36px;
        height: 36px;
    }

    .emr-responsibility__item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 0.75rem;
        padding: 1rem;
    }

    .emr-responsibility__number {
        width: 42px;
        height: 42px;
        border-radius: 9px;
    }

    .emr-steps > li {
        padding: 3.9rem 1rem 1rem;
    }

    .emr-steps > li::before {
        top: 1rem;
        left: 1rem;
    }

    .emr-service__links {
        flex-direction: column;
    }

    .emr-button {
        width: 100%;
    }
}

/* Отключение анимации по настройкам пользователя */

@media (prefers-reduced-motion: reduce) {
    .emr-button {
        transition: none;
    }
}/* End custom CSS */