/* Start custom CSS for html, class: .elementor-element-136943a *//* =========================================================
   ELECTRIKMAN.RU
   /uz/avtomat-uzo-difavtomat/
   Стили ограничены .em-uz-protect
   ========================================================= */

.em-uz-protect {
    --uzp-dark: #071522;
    --uzp-deep: #0d2a41;
    --uzp-soft: #f3f7fa;
    --uzp-card: #ffffff;
    --uzp-text: #172634;
    --uzp-muted: #526878;
    --uzp-border: #dbe6ed;
    --uzp-blue: #1676b5;
    --uzp-yellow: #f2b705;
    --uzp-green: #16855a;
    --uzp-red: #b72b2b;
    --uzp-red-bg: #fff2f1;
    --uzp-violet: #6851a6;
    --uzp-violet-bg: #f5f1ff;
    --uzp-radius: 20px;
    --uzp-radius-large: 30px;
    --uzp-shadow: 0 18px 48px rgba(8, 30, 48, 0.09);
    --uzp-shadow-small: 0 8px 24px rgba(8, 30, 48, 0.06);

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: clip;
    color: var(--uzp-text);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.7;
}

.em-uz-protect,
.em-uz-protect *,
.em-uz-protect *::before,
.em-uz-protect *::after {
    box-sizing: border-box;
    min-width: 0;
}

.em-uz-protect a {
    color: inherit;
    text-decoration: none;
}

.em-uz-protect p {
    margin-top: 0;
    overflow-wrap: anywhere;
}

.em-uz-protect ul,
.em-uz-protect ol,
.em-uz-protect dl {
    max-width: 100%;
}

.em-uz-protect h1,
.em-uz-protect h2,
.em-uz-protect h3,
.em-uz-protect strong,
.em-uz-protect dt,
.em-uz-protect dd {
    overflow-wrap: anywhere;
    word-break: normal;
}

.em-uz-protect h1,
.em-uz-protect h2,
.em-uz-protect h3 {
    margin-top: 0;
    color: inherit;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.em-uz-protect h1 {
    margin-bottom: 24px;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
}

.em-uz-protect h2 {
    margin-bottom: 0;
    font-size: clamp(29px, 3.4vw, 45px);
    font-weight: 820;
}

.em-uz-protect h3 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 780;
}

/* Хлебные крошки */

.em-uz-protect__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 20px 24px;
    color: #617482;
    font-size: 14px;
}

.em-uz-protect__breadcrumbs a {
    color: var(--uzp-blue);
    font-weight: 700;
}

.em-uz-protect__breadcrumbs a:hover {
    text-decoration: underline;
}

/* Первый экран */

.em-uz-protect__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    gap: 42px;
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(42px, 7vw, 82px);
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 88% 8%, rgba(242, 183, 5, 0.22), transparent 30%),
        radial-gradient(circle at 10% 100%, rgba(22, 118, 181, 0.25), transparent 38%),
        linear-gradient(135deg, var(--uzp-dark), var(--uzp-deep));
    border-radius: var(--uzp-radius-large);
    box-shadow: var(--uzp-shadow);
}

.em-uz-protect__hero::before {
    content: "";
    position: absolute;
    top: -110px;
    right: -95px;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    pointer-events: none;
}

.em-uz-protect__hero-content,
.em-uz-protect__hero-summary {
    position: relative;
    z-index: 1;
}

.em-uz-protect__kicker,
.em-uz-protect__eyebrow {
    margin-bottom: 14px;
    color: var(--uzp-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.em-uz-protect__lead {
    max-width: 790px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.em-uz-protect__hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.em-uz-protect__hero-badges span {
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.em-uz-protect__hero-summary {
    align-self: center;
    padding: 27px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--uzp-radius);
    backdrop-filter: blur(10px);
}

.em-uz-protect__hero-summary-title {
    margin-bottom: 17px;
    color: var(--uzp-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-uz-protect__hero-summary > div {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.em-uz-protect__hero-summary > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.em-uz-protect__hero-summary strong,
.em-uz-protect__hero-summary span {
    display: block;
}

.em-uz-protect__hero-summary strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 18px;
}

.em-uz-protect__hero-summary span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

/* Перевод */

.em-uz-protect__translation {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    max-width: 1140px;
    margin: 28px auto 0;
    padding: 26px 28px;
    background: var(--uzp-violet-bg);
    border: 1px solid #d9cef4;
    border-left: 5px solid var(--uzp-violet);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__translation-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    color: #ffffff;
    background: var(--uzp-violet);
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
}

.em-uz-protect__translation strong {
    display: block;
    margin-bottom: 9px;
    color: #49337f;
    font-size: 21px;
}

.em-uz-protect__translation p {
    margin-bottom: 9px;
    color: #51446f;
}

.em-uz-protect__translation p:last-child {
    margin-bottom: 0;
}

/* Опасность */

.em-uz-protect__danger {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 20px;
    max-width: 1140px;
    margin: 18px auto 0;
    padding: 25px 28px;
    background: var(--uzp-red-bg);
    border: 1px solid #efc8c5;
    border-left: 5px solid var(--uzp-red);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__danger > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #ffffff;
    background: var(--uzp-red);
    border-radius: 50%;
    font-size: 23px;
    font-weight: 900;
}

.em-uz-protect__danger strong {
    display: block;
    margin-bottom: 8px;
    color: #852020;
    font-size: 20px;
}

.em-uz-protect__danger p {
    margin-bottom: 8px;
    color: #662d2d;
}

.em-uz-protect__danger p:last-child {
    margin-bottom: 0;
}

/* Навигация */

.em-uz-protect__page-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    max-width: 1140px;
    margin: 27px auto 0;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: 16px;
    box-shadow: var(--uzp-shadow-small);
}

.em-uz-protect__page-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    color: #30495a;
    background: var(--uzp-soft);
    border-radius: 9px;
    font-size: 14px;
    font-weight: 730;
}

.em-uz-protect__page-nav a:hover {
    color: #ffffff;
    background: var(--uzp-blue);
}

/* Основные секции */

.em-uz-protect__main {
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 0 80px;
}

.em-uz-protect__section {
    margin-top: 30px;
    padding: clamp(31px, 5vw, 65px);
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius-large);
}

.em-uz-protect__section--soft {
    background: var(--uzp-soft);
}

.em-uz-protect__section--dark {
    color: #ffffff;
    background:
        radial-gradient(circle at 100% 0, rgba(242, 183, 5, 0.17), transparent 28%),
        linear-gradient(145deg, #071522, #102e47);
    border-color: transparent;
}

.em-uz-protect__section-heading {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.em-uz-protect__section-heading > span {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #152331;
    background: var(--uzp-yellow);
    border-radius: 14px;
    font-weight: 900;
}

.em-uz-protect__intro {
    max-width: 940px;
    margin-bottom: 30px;
    color: var(--uzp-muted);
    font-size: 19px;
}

.em-uz-protect__section--dark .em-uz-protect__intro {
    color: rgba(255, 255, 255, 0.74);
}

/* Сравнение */

.em-uz-protect__compare {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.em-uz-protect__compare-card {
    display: flex;
    flex-direction: column;
    padding: 27px;
    background: var(--uzp-soft);
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__device-code {
    align-self: flex-start;
    margin-bottom: 17px;
    padding: 7px 11px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.em-uz-protect__device-russian {
    margin-bottom: 8px;
    color: var(--uzp-muted);
    font-size: 13px;
    font-weight: 700;
}

.em-uz-protect__compare-card ul {
    margin: 9px 0 20px;
    padding-left: 20px;
}

.em-uz-protect__compare-card li {
    margin-bottom: 7px;
    color: var(--uzp-muted);
    font-size: 14px;
}

.em-uz-protect__does-not {
    margin-top: auto;
    padding: 14px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: 11px;
}

.em-uz-protect__does-not strong,
.em-uz-protect__does-not span {
    display: block;
}

.em-uz-protect__does-not strong {
    margin-bottom: 4px;
    color: var(--uzp-blue);
    font-size: 13px;
}

.em-uz-protect__does-not span {
    color: var(--uzp-muted);
    font-size: 13px;
}

.em-uz-protect__simple-rule {
    display: grid;
    grid-template-columns: 180px repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    margin-top: 24px;
    padding: 20px;
    color: #ffffff;
    background: var(--uzp-deep);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__simple-rule > strong {
    display: flex;
    align-items: center;
    color: var(--uzp-yellow);
    font-size: 18px;
}

.em-uz-protect__simple-rule > div {
    padding: 14px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 12px;
}

.em-uz-protect__simple-rule span {
    display: block;
    margin-bottom: 6px;
    color: var(--uzp-yellow);
    font-weight: 900;
}

.em-uz-protect__simple-rule p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
}

/* Две колонки */

.em-uz-protect__two-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
    gap: 28px;
}

.em-uz-protect__two-columns p {
    color: var(--uzp-muted);
}

.em-uz-protect__definition {
    padding: 25px;
    color: #ffffff;
    background: var(--uzp-deep);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__definition-title {
    margin-bottom: 15px;
    color: var(--uzp-yellow);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-uz-protect__definition dl {
    margin: 0;
}

.em-uz-protect__definition dl > div {
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.em-uz-protect__definition dl > div:last-child {
    border-bottom: 0;
}

.em-uz-protect__definition dt {
    color: #ffffff;
    font-weight: 750;
}

.em-uz-protect__definition dd {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

/* Механизмы */

.em-uz-protect__mechanisms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}

.em-uz-protect__mechanisms article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__mechanisms article > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 12px;
    font-weight: 900;
}

.em-uz-protect__mechanisms h3 {
    font-size: 18px;
}

.em-uz-protect__mechanisms p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 14px;
}

.em-uz-protect__important {
    margin-top: 23px;
    padding: 23px 25px;
    color: #5b4b09;
    background: #fff8d8;
    border: 1px solid #ead578;
    border-radius: var(--uzp-radius);
}

.em-uz-protect__important strong {
    display: block;
    margin-bottom: 7px;
    color: #655100;
    font-size: 19px;
}

.em-uz-protect__important p {
    margin-bottom: 0;
}

/* Баланс УЗО */

.em-uz-protect__balance {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 26px;
    background: var(--uzp-deep);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__balance-side {
    padding: 23px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
}

.em-uz-protect__balance-side span,
.em-uz-protect__balance-side strong {
    display: block;
}

.em-uz-protect__balance-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.em-uz-protect__balance-side strong {
    color: var(--uzp-yellow);
    font-size: 28px;
}

.em-uz-protect__balance-middle {
    text-align: center;
}

.em-uz-protect__balance-middle > span {
    display: block;
    color: var(--uzp-yellow);
    font-size: 36px;
}

.em-uz-protect__balance-middle p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.77);
    font-size: 13px;
}

.em-uz-protect__uzo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 23px;
}

.em-uz-protect__uzo-grid article {
    padding: 24px;
    background: var(--uzp-soft);
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__uzo-grid article > span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--uzp-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-uz-protect__uzo-grid h3 {
    font-size: 18px;
}

.em-uz-protect__uzo-grid p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 14px;
}

/* Комбинированный аппарат */

.em-uz-protect__combined {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr) 48px minmax(0, 1fr);
    gap: 13px;
    align-items: stretch;
}

.em-uz-protect__combined article {
    padding: 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__combined-code {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 6px 10px;
    color: var(--uzp-dark);
    background: var(--uzp-yellow);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 900;
}

.em-uz-protect__combined h3 {
    color: #ffffff;
    font-size: 18px;
}

.em-uz-protect__combined ul {
    margin: 13px 0 0;
    padding-left: 19px;
}

.em-uz-protect__combined li,
.em-uz-protect__combined p {
    color: rgba(255, 255, 255, 0.73);
    font-size: 14px;
}

.em-uz-protect__combined-plus,
.em-uz-protect__combined-equals {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--uzp-yellow);
    font-size: 34px;
    font-weight: 900;
}

.em-uz-protect__combined-result {
    background: rgba(242, 183, 5, 0.11) !important;
    border-color: rgba(242, 183, 5, 0.35) !important;
}

.em-uz-protect__advantages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 23px;
}

.em-uz-protect__advantages article {
    padding: 21px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
}

.em-uz-protect__advantages h3 {
    color: var(--uzp-yellow);
    font-size: 17px;
}

.em-uz-protect__advantages p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

/* Маркировка */

.em-uz-protect__device-examples {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.em-uz-protect__device-examples > article {
    padding: 25px;
    background: var(--uzp-soft);
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__example-title {
    margin-bottom: 14px;
    color: var(--uzp-blue);
    font-weight: 800;
}

.em-uz-protect__device-face {
    display: grid;
    gap: 7px;
    margin-bottom: 20px;
    padding: 22px 17px;
    background: #ffffff;
    border: 2px solid #cbd8e0;
    border-radius: 12px;
    text-align: center;
}

.em-uz-protect__device-face span,
.em-uz-protect__device-face strong,
.em-uz-protect__device-face b,
.em-uz-protect__device-face em,
.em-uz-protect__device-face i {
    display: block;
    overflow-wrap: anywhere;
}

.em-uz-protect__device-face span {
    color: var(--uzp-blue);
    font-size: 12px;
    font-weight: 900;
}

.em-uz-protect__device-face strong {
    color: var(--uzp-text);
    font-size: 30px;
    line-height: 1.1;
}

.em-uz-protect__device-face b,
.em-uz-protect__device-face em,
.em-uz-protect__device-face i {
    color: var(--uzp-muted);
    font-size: 14px;
    font-style: normal;
}

.em-uz-protect__device-examples dl {
    margin: 0;
}

.em-uz-protect__device-examples dl > div {
    display: grid;
    grid-template-columns: minmax(70px, 0.35fr) minmax(0, 1fr);
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--uzp-border);
}

.em-uz-protect__device-examples dl > div:last-child {
    border-bottom: 0;
}

.em-uz-protect__device-examples dt {
    color: var(--uzp-blue);
    font-weight: 800;
}

.em-uz-protect__device-examples dd {
    margin: 0;
    color: var(--uzp-muted);
    font-size: 13px;
}

.em-uz-protect__marking-warning {
    margin-top: 23px;
    padding: 23px;
    color: #5b4b09;
    background: #fff8d8;
    border: 1px solid #ead578;
    border-radius: var(--uzp-radius);
}

.em-uz-protect__marking-warning strong {
    display: block;
    margin-bottom: 7px;
    color: #655100;
    font-size: 19px;
}

.em-uz-protect__marking-warning p {
    margin-bottom: 0;
}

/* Характеристики */

.em-uz-protect__curve-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.em-uz-protect__curve-grid article {
    padding: 25px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__curve-grid article > strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 14px;
    font-size: 25px;
}

.em-uz-protect__curve-grid h3 {
    font-size: 19px;
}

.em-uz-protect__curve-grid p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 14px;
}

/* Типы УЗО */

.em-uz-protect__types {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-protect__types article {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--uzp-soft);
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__type-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 14px;
    font-size: 20px;
    font-weight: 900;
}

.em-uz-protect__types h3 {
    font-size: 19px;
}

.em-uz-protect__types article > p {
    color: var(--uzp-muted);
    font-size: 14px;
}

.em-uz-protect__type-note {
    margin-top: auto;
    padding: 13px;
    color: #5f4d03;
    background: #fff7d5;
    border-radius: 10px;
    font-size: 13px;
}

/* mA */

.em-uz-protect__ma-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-protect__ma-grid article {
    padding: 24px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__ma-grid article > strong {
    display: block;
    margin-bottom: 14px;
    color: var(--uzp-yellow);
    font-size: 26px;
}

.em-uz-protect__ma-grid h3 {
    color: #ffffff;
    font-size: 18px;
}

.em-uz-protect__ma-grid p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
}

.em-uz-protect__dark-note {
    margin-top: 23px;
    padding: 23px;
    background: rgba(242, 183, 5, 0.1);
    border: 1px solid rgba(242, 183, 5, 0.28);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__dark-note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--uzp-yellow);
    font-size: 19px;
}

.em-uz-protect__dark-note p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.78);
}

/* Ошибки */

.em-uz-protect__mistakes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.em-uz-protect__mistakes article {
    position: relative;
    padding: 23px 23px 23px 72px;
    background: var(--uzp-soft);
    border: 1px solid var(--uzp-border);
    border-radius: 15px;
}

.em-uz-protect__mistakes article > span {
    position: absolute;
    top: 22px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 10px;
    font-size: 12px;
    font-weight: 900;
}

.em-uz-protect__mistakes h3 {
    font-size: 17px;
}

.em-uz-protect__mistakes p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 13px;
}

/* Срабатывание */

.em-uz-protect__trip-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-protect__trip-grid article {
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__trip-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 17px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 12px;
    font-weight: 900;
}

.em-uz-protect__trip-grid h3 {
    font-size: 18px;
}

.em-uz-protect__trip-grid p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 14px;
}

.em-uz-protect__stop {
    margin-top: 23px;
    padding: 25px;
    color: #642b2b;
    background: var(--uzp-red-bg);
    border: 1px solid #efc8c5;
    border-radius: var(--uzp-radius);
}

.em-uz-protect__stop strong {
    display: block;
    margin-bottom: 13px;
    color: #8b2525;
    font-size: 20px;
}

.em-uz-protect__stop ul {
    margin: 0;
    padding-left: 21px;
}

.em-uz-protect__stop li {
    margin-bottom: 8px;
}

/* Мифы */

.em-uz-protect__myths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.em-uz-protect__myths article {
    padding: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 15px;
}

.em-uz-protect__myth {
    margin-bottom: 10px;
    color: var(--uzp-yellow);
    font-weight: 800;
}

.em-uz-protect__fact {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
}

/* FAQ */

.em-uz-protect__faq {
    display: grid;
    gap: 11px;
}

.em-uz-protect__faq details {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: 14px;
}

.em-uz-protect__faq summary {
    position: relative;
    min-height: 62px;
    padding: 19px 58px 19px 21px;
    cursor: pointer;
    list-style: none;
    font-size: 17px;
    font-weight: 780;
    overflow-wrap: anywhere;
}

.em-uz-protect__faq summary::-webkit-details-marker {
    display: none;
}

.em-uz-protect__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    color: #ffffff;
    background: var(--uzp-blue);
    border-radius: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.em-uz-protect__faq details[open] summary::after {
    content: "−";
}

.em-uz-protect__faq details > div {
    padding: 0 21px 20px;
}

.em-uz-protect__faq p {
    margin-bottom: 0;
    color: var(--uzp-muted);
}

/* Связанные материалы */

.em-uz-protect__related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-uz-protect__related a {
    display: block;
    padding: 24px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-uz-protect__related a:hover {
    transform: translateY(-3px);
    border-color: #a8c8da;
    box-shadow: var(--uzp-shadow-small);
}

.em-uz-protect__related span,
.em-uz-protect__related strong {
    display: block;
}

.em-uz-protect__related span {
    margin-bottom: 10px;
    color: var(--uzp-blue);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-uz-protect__related strong {
    margin-bottom: 7px;
    font-size: 19px;
}

.em-uz-protect__related p {
    margin-bottom: 0;
    color: var(--uzp-muted);
    font-size: 14px;
}

/* Нормативы */

.em-uz-protect__sources {
    margin-top: 30px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid var(--uzp-border);
    border-radius: var(--uzp-radius);
}

.em-uz-protect__sources h2 {
    margin-bottom: 20px;
    font-size: 27px;
}

.em-uz-protect__sources ul {
    margin: 0 0 18px;
    padding-left: 21px;
}

.em-uz-protect__sources li {
    margin-bottom: 9px;
    color: var(--uzp-muted);
    font-size: 14px;
    overflow-wrap: anywhere;
}

.em-uz-protect__sources p {
    margin-bottom: 0;
    color: #6b5704;
    font-size: 14px;
    font-weight: 700;
}

/* Автор */

.em-uz-protect__author {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 22px;
    margin-top: 30px;
    padding: 29px;
    background: var(--uzp-violet-bg);
    border: 1px solid #d9cef4;
    border-radius: var(--uzp-radius);
}

.em-uz-protect__author-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #ffffff;
    background: var(--uzp-violet);
    border-radius: 18px;
    font-size: 23px;
    font-weight: 900;
}

.em-uz-protect__author-label {
    margin-bottom: 3px;
    color: var(--uzp-violet);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-uz-protect__author-name {
    margin-bottom: 8px;
    color: var(--uzp-text);
    font-size: 19px;
    font-weight: 800;
}

.em-uz-protect__author p {
    color: #574b70;
}

.em-uz-protect__author-date {
    margin-bottom: 0 !important;
    font-size: 14px;
    font-weight: 700;
}

/* Фокус */

.em-uz-protect a:focus-visible,
.em-uz-protect summary:focus-visible {
    outline: 3px solid rgba(22, 118, 181, 0.4);
    outline-offset: 3px;
}

/* Планшеты */

@media (max-width: 1050px) {

    .em-uz-protect__hero {
        grid-template-columns: 1fr;
    }

    .em-uz-protect__compare,
    .em-uz-protect__device-examples,
    .em-uz-protect__trip-grid,
    .em-uz-protect__related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-uz-protect__simple-rule {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .em-uz-protect__simple-rule > strong {
        grid-column: 1 / -1;
    }

    .em-uz-protect__advantages,
    .em-uz-protect__types,
    .em-uz-protect__ma-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-uz-protect__combined {
        grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
    }

    .em-uz-protect__combined-equals {
        display: none;
    }

    .em-uz-protect__combined-result {
        grid-column: 1 / -1;
    }

}

/* Мобильные устройства */

@media (max-width: 767px) {

    .em-uz-protect {
        font-size: 16px;
        overflow-x: hidden;
    }

    .em-uz-protect__breadcrumbs {
        padding: 14px 16px;
        font-size: 13px;
    }

    .em-uz-protect__hero {
        grid-template-columns: 1fr;
        gap: 26px;
        margin: 0 12px;
        padding: 31px 20px;
        border-radius: 22px;
    }

    .em-uz-protect__hero::before {
        width: 210px;
        height: 210px;
    }

    .em-uz-protect h1 {
        font-size: clamp(32px, 10vw, 38px);
        line-height: 1.12;
    }

    .em-uz-protect h2 {
        font-size: clamp(26px, 8vw, 30px);
    }

    .em-uz-protect h3 {
        font-size: 19px;
    }

    .em-uz-protect__lead {
        font-size: 18px;
    }

    .em-uz-protect__hero-badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-uz-protect__hero-badges span {
        width: 100%;
        border-radius: 10px;
    }

    .em-uz-protect__hero-summary {
        padding: 21px;
    }

    .em-uz-protect__translation,
    .em-uz-protect__danger {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-right: 12px;
        margin-left: 12px;
        padding: 21px;
        border-radius: 18px;
    }

    .em-uz-protect__translation-icon {
        width: 54px;
        height: 54px;
    }

    .em-uz-protect__danger > span {
        width: 42px;
        height: 42px;
    }

    .em-uz-protect__page-nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 20px 12px 0;
        padding: 10px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
        -webkit-overflow-scrolling: touch;
    }

    .em-uz-protect__page-nav a {
        flex: 0 0 auto;
        min-height: 44px;
        white-space: nowrap;
    }

    .em-uz-protect__main {
        padding: 0 12px 48px;
    }

    .em-uz-protect__section {
        margin-top: 20px;
        padding: 27px 18px;
        border-radius: 22px;
    }

    .em-uz-protect__section-heading {
        display: block;
        margin-bottom: 23px;
    }

    .em-uz-protect__section-heading > span {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
        border-radius: 11px;
    }

    .em-uz-protect__intro {
        margin-bottom: 23px;
        font-size: 17px;
    }

    .em-uz-protect__compare,
    .em-uz-protect__simple-rule,
    .em-uz-protect__two-columns,
    .em-uz-protect__mechanisms,
    .em-uz-protect__balance,
    .em-uz-protect__uzo-grid,
    .em-uz-protect__combined,
    .em-uz-protect__advantages,
    .em-uz-protect__device-examples,
    .em-uz-protect__curve-grid,
    .em-uz-protect__types,
    .em-uz-protect__ma-grid,
    .em-uz-protect__mistakes,
    .em-uz-protect__trip-grid,
    .em-uz-protect__myths,
    .em-uz-protect__related {
        grid-template-columns: 1fr;
    }

    .em-uz-protect__simple-rule > strong {
        grid-column: auto;
    }

    .em-uz-protect__compare-card,
    .em-uz-protect__device-examples > article,
    .em-uz-protect__types article {
        padding: 21px;
    }

    .em-uz-protect__mechanisms article {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .em-uz-protect__mechanisms article > span {
        width: 40px;
        height: 40px;
    }

    .em-uz-protect__balance {
        gap: 12px;
        padding: 18px;
    }

    .em-uz-protect__balance-middle {
        padding: 5px 0;
    }

    .em-uz-protect__balance-middle > span {
        transform: rotate(90deg);
    }

    .em-uz-protect__combined-plus,
    .em-uz-protect__combined-equals {
        min-height: 35px;
    }

    .em-uz-protect__combined-equals {
        display: flex;
    }

    .em-uz-protect__combined-result {
        grid-column: auto;
    }

    .em-uz-protect__device-face {
        padding: 19px 13px;
    }

    .em-uz-protect__device-face strong {
        font-size: 27px;
    }

    .em-uz-protect__device-examples dl > div {
        grid-template-columns: minmax(68px, 0.4fr) minmax(0, 1fr);
    }

    .em-uz-protect__mistakes article {
        padding: 69px 19px 20px;
    }

    .em-uz-protect__mistakes article > span {
        top: 18px;
        left: 18px;
    }

    .em-uz-protect__faq summary {
        min-height: 66px;
        padding: 18px 56px 18px 18px;
        font-size: 16px;
    }

    .em-uz-protect__faq summary::after {
        right: 16px;
    }

    .em-uz-protect__sources,
    .em-uz-protect__author {
        padding: 23px 19px;
    }

    .em-uz-protect__author {
        grid-template-columns: 1fr;
    }

}

/* Очень узкие экраны */

@media (max-width: 390px) {

    .em-uz-protect__hero {
        margin-right: 8px;
        margin-left: 8px;
        padding: 27px 17px;
    }

    .em-uz-protect__translation,
    .em-uz-protect__danger,
    .em-uz-protect__page-nav {
        margin-right: 8px;
        margin-left: 8px;
    }

    .em-uz-protect__main {
        padding-right: 8px;
        padding-left: 8px;
    }

    .em-uz-protect__section {
        padding: 25px 16px;
    }

    .em-uz-protect__device-examples dl > div {
        display: block;
    }

    .em-uz-protect__device-examples dd {
        margin-top: 4px;
    }

}

/* Отключение анимации */

@media (prefers-reduced-motion: reduce) {

    .em-uz-protect__related a {
        transition: none;
    }

    .em-uz-protect__related a:hover {
        transform: none;
    }

}/* End custom CSS */