/* Start custom CSS for html, class: .elementor-element-f525c80 */.em-hidden-wiring {
    --hw-bg: #ffffff;
    --hw-soft: #f4f6f7;
    --hw-blue-soft: #edf4f8;
    --hw-warm: #fff5e8;
    --hw-danger-soft: #fff1ef;
    --hw-text: #1b252b;
    --hw-muted: #5b686f;
    --hw-border: #dce3e6;
    --hw-blue: #286f8f;
    --hw-blue-dark: #17475b;
    --hw-green: #3f735b;
    --hw-green-dark: #2b513e;
    --hw-orange: #d17a2d;
    --hw-orange-dark: #8d4714;
    --hw-red: #a43d35;
    --hw-dark: #192931;
    --hw-radius-sm: 10px;
    --hw-radius: 18px;
    --hw-shadow: 0 16px 42px rgba(24, 43, 52, 0.09);
    --hw-width: 1180px;

    width: 100%;
    overflow: hidden;
    color: var(--hw-text);
    background: var(--hw-bg);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.68;
}

.em-hidden-wiring *,
.em-hidden-wiring *::before,
.em-hidden-wiring *::after {
    box-sizing: border-box;
}

.em-hidden-wiring h1,
.em-hidden-wiring h2,
.em-hidden-wiring h3,
.em-hidden-wiring p,
.em-hidden-wiring ul,
.em-hidden-wiring ol {
    margin-top: 0;
}

.em-hidden-wiring h1,
.em-hidden-wiring h2,
.em-hidden-wiring h3 {
    color: var(--hw-text);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.em-hidden-wiring h1 {
    max-width: 1050px;
    margin-bottom: 25px;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 820;
}

.em-hidden-wiring h2 {
    margin-bottom: 18px;
    font-size: clamp(29px, 4vw, 44px);
    font-weight: 800;
}

.em-hidden-wiring h3 {
    margin-bottom: 11px;
    font-size: 21px;
    font-weight: 750;
}

.em-hidden-wiring p:last-child,
.em-hidden-wiring ul:last-child,
.em-hidden-wiring ol:last-child {
    margin-bottom: 0;
}

.em-hidden-wiring a {
    color: inherit;
}

.em-hidden-wiring__container {
    position: relative;
    z-index: 1;
    width: min(100%, var(--hw-width));
    margin: 0 auto;
}

.em-hidden-wiring__hero {
    position: relative;
    padding: 82px 24px 66px;
    overflow: hidden;
    border-bottom: 1px solid var(--hw-border);
    background:
        radial-gradient(
            circle at 87% 16%,
            rgba(40, 111, 143, 0.2),
            transparent 33%
        ),
        radial-gradient(
            circle at 71% 98%,
            rgba(63, 115, 91, 0.14),
            transparent 29%
        ),
        linear-gradient(135deg, #fbfcfd 0%, #eaf1f4 100%);
}

.em-hidden-wiring__hero::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: var(--hw-blue);
    content: "";
}

.em-hidden-wiring__hero::after {
    position: absolute;
    top: -145px;
    right: -100px;
    width: 420px;
    height: 420px;
    border: 2px solid rgba(40, 111, 143, 0.1);
    border-radius: 50%;
    content: "";
}

.em-hidden-wiring__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(40, 111, 143, 0.27);
    border-radius: 999px;
    color: var(--hw-blue-dark);
    background: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-hidden-wiring__lead {
    max-width: 970px;
    margin-bottom: 18px;
    color: #2d4049;
    font-size: clamp(20px, 2.3vw, 25px);
    line-height: 1.48;
}

.em-hidden-wiring__hero-text {
    max-width: 950px;
    margin-bottom: 30px;
    color: var(--hw-muted);
}

.em-hidden-wiring__hero-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1080px;
    gap: 14px;
}

.em-hidden-wiring__hero-facts > div {
    padding: 18px 20px;
    border: 1px solid rgba(27, 37, 43, 0.11);
    border-radius: var(--hw-radius-sm);
    background: rgba(255, 255, 255, 0.86);
}

.em-hidden-wiring__hero-facts strong,
.em-hidden-wiring__hero-facts span {
    display: block;
}

.em-hidden-wiring__hero-facts strong {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.3;
}

.em-hidden-wiring__hero-facts span {
    color: var(--hw-muted);
    font-size: 14px;
    line-height: 1.45;
}

.em-hidden-wiring__meta {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 8px 18px;
    color: var(--hw-muted);
    font-size: 13px;
}

.em-hidden-wiring__nav {
    display: flex;
    width: min(calc(100% - 48px), var(--hw-width));
    margin: 22px auto 0;
    padding: 9px;
    gap: 5px;
    overflow-x: auto;
    border: 1px solid var(--hw-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(24, 43, 52, 0.05);
    scrollbar-width: thin;
}

.em-hidden-wiring__nav a {
    flex: 0 0 auto;
    padding: 9px 13px;
    border-radius: 8px;
    color: #3e5058;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.em-hidden-wiring__nav a:hover {
    color: var(--hw-blue-dark);
    background: var(--hw-blue-soft);
}

.em-hidden-wiring__section {
    width: min(calc(100% - 48px), var(--hw-width));
    margin: 0 auto;
    padding: 76px 0;
    scroll-margin-top: 90px;
}

.em-hidden-wiring__section--intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
    gap: 22px;
    padding-top: 42px;
    padding-bottom: 36px;
}

.em-hidden-wiring__section--soft,
.em-hidden-wiring__section--dark,
.em-hidden-wiring__section--norms {
    width: 100%;
    max-width: none;
    padding-right: max(24px, calc((100% - var(--hw-width)) / 2));
    padding-left: max(24px, calc((100% - var(--hw-width)) / 2));
}

.em-hidden-wiring__section--soft {
    background: var(--hw-soft);
}

.em-hidden-wiring__section--dark {
    color: #e8f0f3;
    background:
        radial-gradient(
            circle at 88% 10%,
            rgba(40, 111, 143, 0.4),
            transparent 32%
        ),
        var(--hw-dark);
}

.em-hidden-wiring__section--norms {
    background: #f7f1e7;
}

.em-hidden-wiring__heading {
    max-width: 910px;
    margin-bottom: 36px;
}

.em-hidden-wiring__heading > span {
    display: block;
    margin-bottom: 9px;
    color: var(--hw-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.em-hidden-wiring__heading > p {
    color: var(--hw-muted);
    font-size: 18px;
}

.em-hidden-wiring__heading--light > span {
    color: #8ec4d9;
}

.em-hidden-wiring__heading--light h2,
.em-hidden-wiring__heading--light p {
    color: #ffffff;
}

.em-hidden-wiring__answer,
.em-hidden-wiring__danger {
    padding: 29px;
    border-radius: var(--hw-radius);
}

.em-hidden-wiring__answer {
    border: 1px solid var(--hw-border);
    background: #ffffff;
    box-shadow: var(--hw-shadow);
}

.em-hidden-wiring__answer > span {
    display: block;
    margin-bottom: 9px;
    color: var(--hw-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-hidden-wiring__answer h2 {
    font-size: clamp(27px, 3vw, 37px);
}

.em-hidden-wiring__answer ol {
    margin: 0;
    padding-left: 22px;
}

.em-hidden-wiring__answer li {
    margin-bottom: 9px;
}

.em-hidden-wiring__danger {
    border: 1px solid rgba(164, 61, 53, 0.35);
    background: var(--hw-danger-soft);
}

.em-hidden-wiring__danger strong {
    display: block;
    margin-bottom: 10px;
    color: var(--hw-red);
    font-size: 23px;
    line-height: 1.28;
}

.em-hidden-wiring__before-grid,
.em-hidden-wiring__limitations-grid,
.em-hidden-wiring__materials-grid,
.em-hidden-wiring__electrician-grid,
.em-hidden-wiring__prevention-grid,
.em-hidden-wiring__norm-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-hidden-wiring__before-grid article,
.em-hidden-wiring__materials-grid article,
.em-hidden-wiring__electrician-grid article,
.em-hidden-wiring__prevention-grid article,
.em-hidden-wiring__norm-grid article {
    padding: 24px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background: #ffffff;
}

.em-hidden-wiring__before-grid article > span,
.em-hidden-wiring__prevention-grid article > span {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--hw-blue);
    font-size: 12px;
    font-weight: 800;
}

.em-hidden-wiring__before-grid h3,
.em-hidden-wiring__materials-grid h3,
.em-hidden-wiring__electrician-grid h3,
.em-hidden-wiring__prevention-grid h3,
.em-hidden-wiring__norm-grid h3 {
    font-size: 19px;
}

.em-hidden-wiring__before-grid p,
.em-hidden-wiring__materials-grid p,
.em-hidden-wiring__electrician-grid p,
.em-hidden-wiring__prevention-grid p,
.em-hidden-wiring__norm-grid p {
    color: var(--hw-muted);
    font-size: 15px;
}

.em-hidden-wiring__before-warning,
.em-hidden-wiring__diagnostics,
.em-hidden-wiring__pe-prohibited {
    margin-top: 23px;
    padding: 27px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background: #ffffff;
}

.em-hidden-wiring__before-warning strong,
.em-hidden-wiring__diagnostics h3 {
    display: block;
    margin-bottom: 13px;
    color: var(--hw-orange-dark);
    font-size: 22px;
}

.em-hidden-wiring__before-warning > div,
.em-hidden-wiring__diagnostics > div {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.em-hidden-wiring__before-warning span,
.em-hidden-wiring__diagnostics span {
    padding: 9px 12px;
    border: 1px solid rgba(209, 122, 45, 0.22);
    border-radius: 999px;
    color: var(--hw-orange-dark);
    background: var(--hw-warm);
    font-size: 14px;
    font-weight: 700;
}

.em-hidden-wiring__methods-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(24, 43, 52, 0.05);
}

.em-hidden-wiring__methods-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    font-size: 15px;
}

.em-hidden-wiring__methods-table th,
.em-hidden-wiring__methods-table td {
    padding: 17px 18px;
    border-right: 1px solid var(--hw-border);
    border-bottom: 1px solid var(--hw-border);
    text-align: left;
    vertical-align: top;
}

.em-hidden-wiring__methods-table th:last-child,
.em-hidden-wiring__methods-table td:last-child {
    border-right: 0;
}

.em-hidden-wiring__methods-table tbody tr:last-child th,
.em-hidden-wiring__methods-table tbody tr:last-child td {
    border-bottom: 0;
}

.em-hidden-wiring__methods-table thead th {
    color: #ffffff;
    background: var(--hw-dark);
    font-size: 14px;
}

.em-hidden-wiring__methods-table tbody th {
    width: 20%;
    color: var(--hw-blue-dark);
    background: var(--hw-blue-soft);
}

.em-hidden-wiring__method-note,
.em-hidden-wiring__route-warning,
.em-hidden-wiring__floor-danger,
.em-hidden-wiring__dead-warning,
.em-hidden-wiring__drilled-danger,
.em-hidden-wiring__prevention-note,
.em-hidden-wiring__norm-note {
    margin-top: 23px;
    padding: 25px 27px;
    border-left: 6px solid var(--hw-orange);
    border-radius: 0 var(--hw-radius) var(--hw-radius) 0;
    background: var(--hw-warm);
}

.em-hidden-wiring__method-note strong,
.em-hidden-wiring__route-warning strong,
.em-hidden-wiring__floor-danger strong,
.em-hidden-wiring__dead-warning strong,
.em-hidden-wiring__drilled-danger strong,
.em-hidden-wiring__prevention-note strong,
.em-hidden-wiring__norm-note strong {
    display: block;
    margin-bottom: 7px;
    color: var(--hw-orange-dark);
    font-size: 21px;
}

.em-hidden-wiring__steps,
.em-hidden-wiring__checklist {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.em-hidden-wiring__steps li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius-sm);
    background: #ffffff;
}

.em-hidden-wiring__steps li > span {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--hw-blue);
    font-size: 16px;
    font-weight: 800;
}

.em-hidden-wiring__steps h3 {
    margin-bottom: 5px;
}

.em-hidden-wiring__steps p {
    color: var(--hw-muted);
}

.em-hidden-wiring__live-test {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 23px;
}

.em-hidden-wiring__live-test > div {
    padding: 25px;
    border: 1px solid rgba(40, 111, 143, 0.25);
    border-radius: var(--hw-radius);
    background: var(--hw-blue-soft);
}

.em-hidden-wiring__live-test strong {
    display: block;
    margin-bottom: 7px;
    color: var(--hw-blue-dark);
    font-size: 20px;
}

.em-hidden-wiring__live-test p {
    color: var(--hw-muted);
}

.em-hidden-wiring__limitations-grid article,
.em-hidden-wiring__fault-grid article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--hw-radius);
    background: rgba(255, 255, 255, 0.055);
}

.em-hidden-wiring__limitations-grid h3,
.em-hidden-wiring__fault-grid h3 {
    color: #ffffff;
    font-size: 19px;
}

.em-hidden-wiring__limitations-grid p,
.em-hidden-wiring__fault-grid p {
    color: #cbd8dd;
    font-size: 15px;
}

.em-hidden-wiring__limitations-warning,
.em-hidden-wiring__fault-note {
    margin-top: 23px;
    padding: 25px 27px;
    border: 1px solid rgba(209, 122, 45, 0.42);
    border-radius: var(--hw-radius);
    background: rgba(209, 122, 45, 0.1);
}

.em-hidden-wiring__limitations-warning strong,
.em-hidden-wiring__fault-note strong {
    display: block;
    margin-bottom: 7px;
    color: #f0bd8d;
    font-size: 21px;
}

.em-hidden-wiring__limitations-warning p,
.em-hidden-wiring__fault-note p {
    color: #dce6e9;
}

.em-hidden-wiring__route-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 22px;
}

.em-hidden-wiring__route-wall {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background:
        linear-gradient(
            90deg,
            rgba(40, 111, 143, 0.04) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(40, 111, 143, 0.04) 1px,
            transparent 1px
        ),
        #f7f9fa;
    background-size: 28px 28px;
}

.em-hidden-wiring__route-horizontal,
.em-hidden-wiring__route-vertical {
    position: absolute;
    border-radius: 999px;
    background: var(--hw-orange);
    box-shadow: 0 0 0 4px rgba(209, 122, 45, 0.14);
}

.em-hidden-wiring__route-horizontal {
    top: 72px;
    right: 42px;
    left: 42px;
    height: 8px;
}

.em-hidden-wiring__route-vertical {
    top: 72px;
    width: 8px;
}

.em-hidden-wiring__route-vertical--socket {
    bottom: 67px;
    left: 31%;
}

.em-hidden-wiring__route-vertical--switch {
    bottom: 150px;
    left: 70%;
}

.em-hidden-wiring__route-point {
    position: absolute;
    display: flex;
    min-width: 92px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    background: var(--hw-blue);
    box-shadow: 0 8px 20px rgba(24, 43, 52, 0.13);
    font-size: 14px;
    font-weight: 800;
}

.em-hidden-wiring__route-point--socket {
    bottom: 28px;
    left: calc(31% - 43px);
}

.em-hidden-wiring__route-point--switch {
    bottom: 107px;
    left: calc(70% - 47px);
}

.em-hidden-wiring__route-point--box {
    top: 47px;
    left: calc(50% - 43px);
    background: var(--hw-green);
}

.em-hidden-wiring__route-rules {
    padding: 29px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background: #ffffff;
}

.em-hidden-wiring__route-rules h3 {
    font-size: 25px;
}

.em-hidden-wiring__route-rules ul {
    margin: 0;
    padding-left: 21px;
}

.em-hidden-wiring__route-rules li {
    margin-bottom: 9px;
}

.em-hidden-wiring__materials-grid article > span {
    display: block;
    margin-bottom: 9px;
    color: var(--hw-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.em-hidden-wiring__dead-grid,
.em-hidden-wiring__drilled-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.em-hidden-wiring__dead-grid article,
.em-hidden-wiring__drilled-grid article {
    padding: 24px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    background: #ffffff;
}

.em-hidden-wiring__dead-grid h3,
.em-hidden-wiring__drilled-grid h3 {
    font-size: 19px;
}

.em-hidden-wiring__dead-grid p,
.em-hidden-wiring__drilled-grid p {
    color: var(--hw-muted);
    font-size: 15px;
}

.em-hidden-wiring__fault-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-hidden-wiring__fault-grid article > span {
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--hw-blue);
    font-size: 12px;
    font-weight: 800;
}

.em-hidden-wiring__drilled-grid article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--hw-red);
    font-weight: 800;
}

.em-hidden-wiring__electrician-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.em-hidden-wiring__diagnostics h3 {
    color: var(--hw-blue-dark);
}

.em-hidden-wiring__diagnostics span {
    color: var(--hw-blue-dark);
    border-color: rgba(40, 111, 143, 0.21);
    background: var(--hw-blue-soft);
}

.em-hidden-wiring__norm-grid article {
    border-color: rgba(112, 84, 45, 0.18);
    background: rgba(255, 255, 255, 0.75);
}

.em-hidden-wiring__norm-grid p {
    color: #625b51;
}

.em-hidden-wiring__faq {
    display: grid;
    max-width: 980px;
    gap: 12px;
}

.em-hidden-wiring__faq details {
    overflow: hidden;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius-sm);
    background: #ffffff;
}

.em-hidden-wiring__faq details[open] {
    border-color: rgba(40, 111, 143, 0.43);
    box-shadow: 0 10px 28px rgba(24, 43, 52, 0.06);
}

.em-hidden-wiring__faq summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.4;
    list-style: none;
}

.em-hidden-wiring__faq summary::-webkit-details-marker {
    display: none;
}

.em-hidden-wiring__faq summary::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--hw-blue-dark);
    background: var(--hw-blue-soft);
    font-size: 22px;
    font-weight: 500;
    transform: translateY(-50%);
    content: "+";
}

.em-hidden-wiring__faq details[open] summary::after {
    content: "−";
}

.em-hidden-wiring__faq details > div {
    padding: 0 22px 22px;
    color: var(--hw-muted);
}

.em-hidden-wiring__related {
    padding-top: 38px;
}

.em-hidden-wiring__related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.em-hidden-wiring__related-grid a {
    display: block;
    padding: 24px;
    border: 1px solid var(--hw-border);
    border-radius: var(--hw-radius);
    text-decoration: none;
    background: #ffffff;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-hidden-wiring__related-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(40, 111, 143, 0.45);
    box-shadow: var(--hw-shadow);
}

.em-hidden-wiring__related-grid strong,
.em-hidden-wiring__related-grid span {
    display: block;
}

.em-hidden-wiring__related-grid strong {
    margin-bottom: 7px;
    font-size: 18px;
}

.em-hidden-wiring__related-grid span {
    color: var(--hw-muted);
    font-size: 14px;
}

.em-hidden-wiring__cta {
    padding: 76px 24px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 88% 12%,
            rgba(40, 111, 143, 0.3),
            transparent 32%
        ),
        var(--hw-green-dark);
}

.em-hidden-wiring__cta-inner {
    width: min(100%, 970px);
    margin: 0 auto;
}

.em-hidden-wiring__cta .em-hidden-wiring__eyebrow {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.em-hidden-wiring__cta h2 {
    color: #ffffff;
}

.em-hidden-wiring__cta p {
    max-width: 860px;
    color: #dce9e2;
    font-size: 18px;
}

.em-hidden-wiring__cta-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 27px 0;
}

.em-hidden-wiring__cta-facts > div {
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: var(--hw-radius-sm);
    background: rgba(255, 255, 255, 0.08);
}

.em-hidden-wiring__cta-facts strong,
.em-hidden-wiring__cta-facts span {
    display: block;
}

.em-hidden-wiring__cta-facts strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 20px;
}

.em-hidden-wiring__cta-facts span {
    color: #cee1d5;
    font-size: 14px;
}

.em-hidden-wiring__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.em-hidden-wiring__button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.35;
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        border-color 0.18s ease;
}

.em-hidden-wiring__button:hover {
    transform: translateY(-2px);
}

.em-hidden-wiring__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.45);
    outline-offset: 3px;
}

.em-hidden-wiring__button--primary {
    color: var(--hw-green-dark);
    background: #ffffff;
}

.em-hidden-wiring__button--primary:hover {
    color: var(--hw-green-dark);
    background: #edf7f1;
}

.em-hidden-wiring__button--secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
}

.em-hidden-wiring__button--secondary:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.em-hidden-wiring__button--phone {
    color: #ffffff;
    background: transparent;
}

.em-hidden-wiring__button--phone:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.em-hidden-wiring__cta-note {
    margin-top: 20px;
    color: #cce0d2 !important;
    font-size: 14px !important;
}

@media (max-width: 1100px) {
    .em-hidden-wiring__hero-facts,
    .em-hidden-wiring__before-grid,
    .em-hidden-wiring__limitations-grid,
    .em-hidden-wiring__materials-grid,
    .em-hidden-wiring__fault-grid,
    .em-hidden-wiring__prevention-grid,
    .em-hidden-wiring__norm-grid,
    .em-hidden-wiring__related-grid,
    .em-hidden-wiring__cta-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .em-hidden-wiring {
        font-size: 16px;
    }

    .em-hidden-wiring__hero {
        padding-top: 58px;
        padding-bottom: 54px;
    }

    .em-hidden-wiring__section--intro,
    .em-hidden-wiring__live-test,
    .em-hidden-wiring__route-layout {
        grid-template-columns: 1fr;
    }

    .em-hidden-wiring__dead-grid,
    .em-hidden-wiring__drilled-grid,
    .em-hidden-wiring__electrician-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-hidden-wiring__section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .em-hidden-wiring__section--intro {
        padding-top: 32px;
        padding-bottom: 28px;
    }
}

@media (max-width: 680px) {
    .em-hidden-wiring__hero {
        padding-right: 17px;
        padding-left: 21px;
    }

    .em-hidden-wiring__hero::before {
        width: 5px;
    }

    .em-hidden-wiring h1 {
        font-size: 34px;
    }

    .em-hidden-wiring h2 {
        font-size: 29px;
    }

    .em-hidden-wiring__lead {
        font-size: 19px;
    }

    .em-hidden-wiring__nav {
        width: calc(100% - 28px);
        margin-top: 14px;
    }

    .em-hidden-wiring__section {
        width: calc(100% - 32px);
    }

    .em-hidden-wiring__section--soft,
    .em-hidden-wiring__section--dark,
    .em-hidden-wiring__section--norms {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .em-hidden-wiring__hero-facts,
    .em-hidden-wiring__before-grid,
    .em-hidden-wiring__limitations-grid,
    .em-hidden-wiring__materials-grid,
    .em-hidden-wiring__dead-grid,
    .em-hidden-wiring__fault-grid,
    .em-hidden-wiring__drilled-grid,
    .em-hidden-wiring__electrician-grid,
    .em-hidden-wiring__prevention-grid,
    .em-hidden-wiring__norm-grid,
    .em-hidden-wiring__related-grid,
    .em-hidden-wiring__cta-facts {
        grid-template-columns: 1fr;
    }

    .em-hidden-wiring__answer,
    .em-hidden-wiring__danger,
    .em-hidden-wiring__route-rules {
        padding: 21px;
    }

    .em-hidden-wiring__steps li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
    }

    .em-hidden-wiring__steps li > span {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .em-hidden-wiring__route-wall {
        min-height: 330px;
    }

    .em-hidden-wiring__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-hidden-wiring__button {
        width: 100%;
    }

    .em-hidden-wiring__cta {
        padding: 58px 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .em-hidden-wiring__button,
    .em-hidden-wiring__related-grid a {
        transition: none;
    }

    .em-hidden-wiring__button:hover,
    .em-hidden-wiring__related-grid a:hover {
        transform: none;
    }
}/* End custom CSS */