/* Start custom CSS for html, class: .elementor-element-b12b9a4 */.em-uzdp {
    --em-text: #172033;
    --em-muted: #58657a;
    --em-border: #dce3eb;
    --em-soft: #f5f8fb;
    --em-accent: #f2b705;
    --em-accent-dark: #c48f00;
    --em-danger-bg: #fff6e3;
    --em-danger-border: #e5a800;
    --em-note-bg: #eef6ff;
    --em-note-border: #4b8bc8;

    color: var(--em-text);
    font-size: 17px;
    line-height: 1.72;
}

.em-uzdp *,
.em-uzdp *::before,
.em-uzdp *::after {
    box-sizing: border-box;
}

.em-uzdp section {
    margin: 42px 0;
    scroll-margin-top: 110px;
}

.em-uzdp h2 {
    margin: 0 0 18px;
    color: var(--em-text);
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.em-uzdp h3 {
    margin: 28px 0 12px;
    color: var(--em-text);
    font-size: clamp(20px, 2.5vw, 25px);
    line-height: 1.3;
}

.em-uzdp p {
    margin: 0 0 16px;
}

.em-uzdp ul,
.em-uzdp ol {
    margin: 16px 0 22px;
    padding-left: 24px;
}

.em-uzdp li {
    margin: 8px 0;
}

.em-uzdp a {
    color: #1f659f;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.em-uzdp a:hover {
    text-decoration-thickness: 2px;
}

.em-uzdp__lead {
    margin: 0 0 32px;
    padding: 26px 28px;
    border: 1px solid var(--em-border);
    border-left: 5px solid var(--em-accent);
    border-radius: 14px;
    background: var(--em-soft);
    font-size: 18px;
}

.em-uzdp__lead p:last-child,
.em-uzdp__warning p:last-child,
.em-uzdp__note p:last-child,
.em-uzdp__service p:last-of-type {
    margin-bottom: 0;
}

.em-uzdp__warning,
.em-uzdp__note {
    margin: 24px 0;
    padding: 20px 22px;
    border-radius: 12px;
}

.em-uzdp__warning {
    border: 1px solid var(--em-danger-border);
    border-left: 5px solid var(--em-danger-border);
    background: var(--em-danger-bg);
}

.em-uzdp__note {
    border: 1px solid var(--em-note-border);
    border-left: 5px solid var(--em-note-border);
    background: var(--em-note-bg);
}

.em-uzdp__warning > strong,
.em-uzdp__note > strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

.em-uzdp__toc {
    margin: 30px 0 42px;
    padding: 22px 24px;
    border: 1px solid var(--em-border);
    border-radius: 14px;
    background: #ffffff;
}

.em-uzdp__toc > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.em-uzdp__toc ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 28px;
    margin: 0;
    padding-left: 20px;
}

.em-uzdp__toc li {
    margin: 0;
}

.em-uzdp__table-wrap {
    width: 100%;
    margin: 22px 0;
    overflow-x: auto;
    border: 1px solid var(--em-border);
    border-radius: 12px;
    -webkit-overflow-scrolling: touch;
}

.em-uzdp table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #ffffff;
}

.em-uzdp th,
.em-uzdp td {
    padding: 14px 16px;
    border-bottom: 1px solid var(--em-border);
    border-right: 1px solid var(--em-border);
    text-align: left;
    vertical-align: top;
}

.em-uzdp th:last-child,
.em-uzdp td:last-child {
    border-right: 0;
}

.em-uzdp tbody tr:last-child td {
    border-bottom: 0;
}

.em-uzdp th {
    background: #edf2f7;
    font-size: 15px;
    line-height: 1.35;
}

.em-uzdp td {
    font-size: 15px;
    line-height: 1.5;
}

.em-uzdp__steps {
    padding: 0;
    list-style: none;
    counter-reset: em-steps;
}

.em-uzdp__steps li {
    position: relative;
    min-height: 58px;
    margin: 0 0 15px;
    padding: 15px 18px 15px 66px;
    border: 1px solid var(--em-border);
    border-radius: 12px;
    background: #ffffff;
    counter-increment: em-steps;
}

.em-uzdp__steps li::before {
    content: counter(em-steps);
    position: absolute;
    top: 14px;
    left: 16px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--em-accent);
    color: #151515;
    font-weight: 800;
}

.em-uzdp__steps strong,
.em-uzdp__steps span {
    display: block;
}

.em-uzdp__steps span {
    margin-top: 3px;
    color: var(--em-muted);
}

.em-uzdp__myths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.em-uzdp__myths > div {
    padding: 20px;
    border: 1px solid var(--em-border);
    border-radius: 12px;
    background: #ffffff;
}

.em-uzdp__myths h3 {
    margin: 0 0 8px;
    font-size: 19px;
}

.em-uzdp__myths p {
    margin: 0;
    color: var(--em-muted);
}

.em-uzdp__docs,
.em-uzdp__sources ul {
    padding-left: 22px;
}

.em-uzdp__docs li {
    margin-bottom: 15px;
}

.em-uzdp__sources {
    margin-top: 24px;
    padding: 20px 22px;
    border: 1px solid var(--em-border);
    border-radius: 12px;
    background: var(--em-soft);
}

.em-uzdp__sources > strong {
    font-size: 18px;
}

.em-uzdp__service {
    padding: 28px;
    border-radius: 16px;
    background: #172033;
    color: #ffffff;
}

.em-uzdp__service h2 {
    color: #ffffff;
}

.em-uzdp__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.em-uzdp__button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 9px;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.em-uzdp__button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.1);
}

.em-uzdp__button--primary {
    border-color: var(--em-accent);
    background: var(--em-accent);
    color: #151515 !important;
}

.em-uzdp__button--primary:hover {
    background: var(--em-accent-dark);
}

.em-uzdp__faq details {
    margin: 0 0 12px;
    border: 1px solid var(--em-border);
    border-radius: 11px;
    background: #ffffff;
}

.em-uzdp__faq summary {
    position: relative;
    padding: 17px 48px 17px 18px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.em-uzdp__faq summary::-webkit-details-marker {
    display: none;
}

.em-uzdp__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: 400;
}

.em-uzdp__faq details[open] summary::after {
    content: "−";
}

.em-uzdp__faq details p {
    margin: 0;
    padding: 0 18px 18px;
    color: var(--em-muted);
}

@media (max-width: 767px) {
    .em-uzdp {
        font-size: 16px;
        line-height: 1.65;
    }

    .em-uzdp section {
        margin: 34px 0;
    }

    .em-uzdp__lead,
    .em-uzdp__service {
        padding: 21px 19px;
    }

    .em-uzdp__warning,
    .em-uzdp__note,
    .em-uzdp__toc,
    .em-uzdp__sources {
        padding: 18px;
    }

    .em-uzdp__toc ul,
    .em-uzdp__myths {
        grid-template-columns: 1fr;
    }

    .em-uzdp__steps li {
        padding: 15px 15px 15px 60px;
    }

    .em-uzdp__buttons {
        flex-direction: column;
    }

    .em-uzdp__button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .em-uzdp__button {
        transition: none;
    }
}/* End custom CSS */