/* Start custom CSS for html, class: .elementor-element-f20781c */.em-washer {
    --washer-bg: #ffffff;
    --washer-bg-soft: #f2f6f7;
    --washer-bg-blue: #edf6f8;
    --washer-bg-warm: #fff7ea;
    --washer-text: #17242b;
    --washer-muted: #58666e;
    --washer-border: #dbe3e6;
    --washer-accent: #167493;
    --washer-accent-dark: #0d516a;
    --washer-cyan: #35a7b6;
    --washer-green: #297454;
    --washer-red: #a63b32;
    --washer-orange: #d98a19;
    --washer-dark: #17272f;
    --washer-dark-soft: #223740;
    --washer-radius-sm: 10px;
    --washer-radius: 18px;
    --washer-radius-lg: 28px;
    --washer-shadow: 0 16px 42px rgba(21, 42, 51, 0.09);
    --washer-width: 1180px;

    width: 100%;
    overflow: hidden;
    color: var(--washer-text);
    background: var(--washer-bg);
    font-family: inherit;
    font-size: 17px;
    line-height: 1.68;
}

.em-washer *,
.em-washer *::before,
.em-washer *::after {
    box-sizing: border-box;
}

.em-washer h1,
.em-washer h2,
.em-washer h3,
.em-washer p,
.em-washer ul,
.em-washer ol {
    margin-top: 0;
}

.em-washer h1,
.em-washer h2,
.em-washer h3 {
    color: var(--washer-text);
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.em-washer h1 {
    max-width: 980px;
    margin-bottom: 25px;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 820;
}

.em-washer h2 {
    margin-bottom: 18px;
    font-size: clamp(29px, 4vw, 44px);
    font-weight: 800;
}

.em-washer h3 {
    margin-bottom: 11px;
    font-size: 21px;
    font-weight: 750;
}

.em-washer p:last-child,
.em-washer ul:last-child,
.em-washer ol:last-child {
    margin-bottom: 0;
}

.em-washer a {
    color: inherit;
}

.em-washer__hero {
    position: relative;
    padding: 82px 24px 70px;
    overflow: hidden;
    border-bottom: 1px solid var(--washer-border);
    background:
        radial-gradient(
            circle at 87% 18%,
            rgba(22, 116, 147, 0.18),
            transparent 32%
        ),
        radial-gradient(
            circle at 75% 95%,
            rgba(53, 167, 182, 0.16),
            transparent 28%
        ),
        linear-gradient(135deg, #f8fbfc 0%, #eaf4f6 100%);
}

.em-washer__hero::before {
    position: absolute;
    top: -130px;
    right: -90px;
    width: 390px;
    height: 390px;
    border: 2px solid rgba(22, 116, 147, 0.09);
    border-radius: 50%;
    content: "";
}

.em-washer__hero::after {
    position: absolute;
    right: 160px;
    bottom: -180px;
    width: 320px;
    height: 320px;
    border: 2px solid rgba(53, 167, 182, 0.1);
    border-radius: 50%;
    content: "";
}

.em-washer__hero-inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--washer-width));
    margin: 0 auto;
}

.em-washer__eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 8px 14px;
    border: 1px solid rgba(22, 116, 147, 0.25);
    border-radius: 999px;
    color: var(--washer-accent-dark);
    background: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-washer__lead {
    max-width: 930px;
    margin-bottom: 18px;
    color: #283b44;
    font-size: clamp(20px, 2.3vw, 25px);
    line-height: 1.48;
}

.em-washer__hero-text {
    max-width: 920px;
    margin-bottom: 30px;
    color: var(--washer-muted);
}

.em-washer__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 940px;
    gap: 14px;
}

.em-washer__facts > div {
    padding: 18px 20px;
    border: 1px solid rgba(23, 36, 43, 0.11);
    border-radius: var(--washer-radius-sm);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(8px);
}

.em-washer__facts strong,
.em-washer__facts span {
    display: block;
}

.em-washer__facts strong {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.3;
}

.em-washer__facts span {
    color: var(--washer-muted);
    font-size: 14px;
    line-height: 1.45;
}

.em-washer__nav {
    display: flex;
    width: min(calc(100% - 48px), var(--washer-width));
    margin: 22px auto 0;
    padding: 9px;
    gap: 5px;
    overflow-x: auto;
    border: 1px solid var(--washer-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(21, 42, 51, 0.05);
    scrollbar-width: thin;
}

.em-washer__nav a {
    flex: 0 0 auto;
    padding: 9px 13px;
    border-radius: 8px;
    color: #3a4a52;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.em-washer__nav a:hover {
    color: var(--washer-accent-dark);
    background: var(--washer-bg-blue);
}

.em-washer__section {
    width: min(calc(100% - 48px), var(--washer-width));
    margin: 0 auto;
    padding: 76px 0;
    scroll-margin-top: 90px;
}

.em-washer__section--intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.85fr);
    gap: 22px;
    padding-top: 42px;
    padding-bottom: 35px;
}

.em-washer__section--soft,
.em-washer__section--dark,
.em-washer__section--norms {
    width: 100%;
    max-width: none;
    padding-right: max(24px, calc((100% - var(--washer-width)) / 2));
    padding-left: max(24px, calc((100% - var(--washer-width)) / 2));
}

.em-washer__section--soft {
    background: var(--washer-bg-soft);
}

.em-washer__section--dark {
    color: #e8eef0;
    background:
        radial-gradient(
            circle at 87% 9%,
            rgba(53, 167, 182, 0.28),
            transparent 32%
        ),
        var(--washer-dark);
}

.em-washer__section--norms {
    background: #f4f0e8;
}

.em-washer__heading {
    max-width: 870px;
    margin-bottom: 36px;
}

.em-washer__heading > span {
    display: block;
    margin-bottom: 9px;
    color: var(--washer-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.065em;
    text-transform: uppercase;
}

.em-washer__heading > p {
    color: var(--washer-muted);
    font-size: 18px;
}

.em-washer__heading--light > span {
    color: #7cd2dc;
}

.em-washer__heading--light h2,
.em-washer__heading--light p {
    color: #ffffff;
}

.em-washer__answer,
.em-washer__danger {
    padding: 29px;
    border-radius: var(--washer-radius);
}

.em-washer__answer {
    border: 1px solid var(--washer-border);
    background: #ffffff;
    box-shadow: var(--washer-shadow);
}

.em-washer__answer > span {
    display: block;
    margin-bottom: 9px;
    color: var(--washer-accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.em-washer__answer h2 {
    font-size: clamp(27px, 3vw, 37px);
}

.em-washer__danger {
    border: 1px solid rgba(166, 59, 50, 0.38);
    background: #fff1ef;
}

.em-washer__danger strong {
    display: block;
    margin-bottom: 10px;
    color: var(--washer-red);
    font-size: 23px;
    line-height: 1.25;
}

.em-washer__requirements {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-washer__requirements article {
    padding: 24px 22px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius);
    background: #ffffff;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-washer__requirements article:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 116, 147, 0.36);
    box-shadow: var(--washer-shadow);
}

.em-washer__requirements article > span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--washer-accent);
    font-size: 13px;
    font-weight: 800;
}

.em-washer__requirements h3 {
    font-size: 19px;
}

.em-washer__requirements p {
    color: var(--washer-muted);
    font-size: 15px;
}

.em-washer__location-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 22px;
}

.em-washer__location-main,
.em-washer__location-note {
    padding: 29px;
    border-radius: var(--washer-radius);
}

.em-washer__location-main {
    border: 1px solid var(--washer-border);
    background: #ffffff;
}

.em-washer__location-main h3 {
    font-size: 25px;
}

.em-washer__location-main ul {
    margin: 0;
    padding-left: 21px;
}

.em-washer__location-main li {
    margin-bottom: 10px;
}

.em-washer__location-note {
    border: 1px solid rgba(217, 138, 25, 0.38);
    background: var(--washer-bg-warm);
}

.em-washer__location-note strong {
    display: block;
    margin-bottom: 10px;
    color: #845509;
    font-size: 23px;
    line-height: 1.25;
}

.em-washer__zones {
    margin-top: 22px;
    padding: 27px;
    border-left: 6px solid var(--washer-accent);
    border-radius: 0 var(--washer-radius) var(--washer-radius) 0;
    background: #ffffff;
}

.em-washer__zones h3 {
    color: var(--washer-accent-dark);
    font-size: 24px;
}

.em-washer__ip {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 27px;
    align-items: center;
    margin-top: 22px;
    padding: 27px;
    border: 1px solid rgba(22, 116, 147, 0.22);
    border-radius: var(--washer-radius);
    background: var(--washer-bg-blue);
}

.em-washer__ip div strong,
.em-washer__ip div span {
    display: block;
}

.em-washer__ip div strong {
    color: var(--washer-accent-dark);
    font-size: 46px;
    line-height: 1;
}

.em-washer__ip div span {
    margin-top: 7px;
    color: var(--washer-muted);
    font-size: 13px;
}

.em-washer__direct-line {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 22px;
}

.em-washer__direct-line-main,
.em-washer__direct-line-conditions {
    padding: 30px;
    border-radius: var(--washer-radius);
}

.em-washer__direct-line-main {
    color: #ffffff;
    background: var(--washer-accent-dark);
}

.em-washer__direct-line-main > span {
    display: block;
    margin-bottom: 9px;
    color: #8ed4df;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.em-washer__direct-line-main h3 {
    color: #ffffff;
    font-size: 28px;
}

.em-washer__direct-line-main p {
    color: #dcebf0;
}

.em-washer__direct-line-conditions {
    border: 1px solid var(--washer-border);
    background: var(--washer-bg-soft);
}

.em-washer__direct-line-conditions h3 {
    font-size: 25px;
}

.em-washer__direct-line-conditions ul {
    margin: 0;
    padding-left: 21px;
}

.em-washer__direct-line-conditions li {
    margin-bottom: 9px;
}

.em-washer__subtitle {
    margin: 40px 0 17px;
    font-size: clamp(24px, 3vw, 31px);
}

.em-washer__wide-text {
    max-width: 900px;
    color: var(--washer-muted);
    font-size: 18px;
}

.em-washer__existing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 24px;
}

.em-washer__existing-grid article {
    padding: 24px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius);
    background: #ffffff;
}

.em-washer__existing-grid h3 {
    font-size: 19px;
}

.em-washer__existing-grid p {
    color: var(--washer-muted);
    font-size: 15px;
}

.em-washer__cable {
    margin-top: 23px;
    padding: 29px;
    border: 1px solid rgba(41, 116, 84, 0.25);
    border-radius: var(--washer-radius);
    background: #eef8f3;
}

.em-washer__cable h3 {
    color: var(--washer-green);
    font-size: 25px;
}

.em-washer__protection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.em-washer__protection-grid article {
    display: flex;
    min-height: 370px;
    flex-direction: column;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--washer-radius);
    background: rgba(255, 255, 255, 0.055);
}

.em-washer__protection-grid article.em-washer__protection-grid--accent {
    border-color: rgba(53, 167, 182, 0.65);
    background: rgba(53, 167, 182, 0.13);
}

.em-washer__protection-label {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 18px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #cfe0e5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.em-washer__protection-grid h3 {
    color: #ffffff;
    font-size: 25px;
}

.em-washer__protection-grid p {
    color: #ccd8dc;
}

.em-washer__protection-grid strong {
    display: block;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 15px;
}

.em-washer__rcd {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    margin-top: 22px;
    padding: 29px;
    border: 1px solid rgba(53, 167, 182, 0.42);
    border-radius: var(--washer-radius);
    background: rgba(53, 167, 182, 0.1);
}

.em-washer__rcd div strong,
.em-washer__rcd div span {
    display: block;
}

.em-washer__rcd div strong {
    color: #86dce5;
    font-size: 42px;
    line-height: 1;
}

.em-washer__rcd div span {
    margin-top: 8px;
    color: #c7dce1;
    font-size: 13px;
}

.em-washer__rcd p {
    color: #e2ebee;
}

.em-washer__type-a {
    margin-top: 22px;
    padding: 27px;
    border-left: 6px solid var(--washer-cyan);
    border-radius: 0 var(--washer-radius) var(--washer-radius) 0;
    background: rgba(255, 255, 255, 0.065);
}

.em-washer__type-a h3 {
    color: #ffffff;
    font-size: 24px;
}

.em-washer__type-a p {
    color: #cdd9dd;
}

.em-washer__devices-table {
    overflow: hidden;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(21, 42, 51, 0.05);
}

.em-washer__devices-head,
.em-washer__devices-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1fr);
}

.em-washer__devices-head {
    color: #ffffff;
    background: var(--washer-dark);
    font-size: 14px;
    font-weight: 750;
}

.em-washer__devices-head span,
.em-washer__devices-row > * {
    margin: 0;
    padding: 17px 19px;
    border-right: 1px solid var(--washer-border);
    border-bottom: 1px solid var(--washer-border);
}

.em-washer__devices-head span:last-child,
.em-washer__devices-row > *:last-child {
    border-right: 0;
}

.em-washer__devices-row:last-child > * {
    border-bottom: 0;
}

.em-washer__devices-row strong {
    background: var(--washer-bg-soft);
}

.em-washer__devices-row p {
    color: var(--washer-muted);
    font-size: 15px;
}

.em-washer__surge-note {
    margin-top: 22px;
    padding: 24px 27px;
    border: 1px solid rgba(217, 138, 25, 0.38);
    border-radius: var(--washer-radius);
    background: var(--washer-bg-warm);
}

.em-washer__surge-note strong {
    display: block;
    margin-bottom: 7px;
    color: #835509;
    font-size: 20px;
}

.em-washer__steps {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 13px;
    list-style: none;
}

.em-washer__steps li {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 22px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius-sm);
    background: #ffffff;
}

.em-washer__steps li > span {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--washer-accent);
    font-size: 17px;
    font-weight: 800;
}

.em-washer__steps h3 {
    margin-bottom: 5px;
}

.em-washer__steps p {
    color: var(--washer-muted);
}

.em-washer__plumbing {
    margin-top: 23px;
    padding: 29px;
    border: 1px solid rgba(22, 116, 147, 0.22);
    border-radius: var(--washer-radius);
    background: var(--washer-bg-blue);
}

.em-washer__plumbing h3 {
    color: var(--washer-accent-dark);
    font-size: 25px;
}

.em-washer__plumbing ul {
    columns: 2;
    column-gap: 35px;
    margin: 20px 0 0;
    padding-left: 21px;
}

.em-washer__plumbing li {
    margin-bottom: 8px;
    break-inside: avoid;
}

.em-washer__problems {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-washer__problems article {
    display: flex;
    min-height: 270px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius);
    background: #ffffff;
}

.em-washer__problems h3 {
    font-size: 19px;
}

.em-washer__problems p {
    color: var(--washer-muted);
    font-size: 15px;
}

.em-washer__problems strong {
    display: block;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--washer-border);
    color: var(--washer-red);
    font-size: 14px;
}

.em-washer__diagnosis {
    margin-top: 24px;
    padding: 29px;
    border-radius: var(--washer-radius);
    background: var(--washer-bg-soft);
}

.em-washer__diagnosis > h3 {
    font-size: 26px;
}

.em-washer__diagnosis-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.em-washer__diagnosis-grid > div {
    padding: 24px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius-sm);
    background: #ffffff;
}

.em-washer__diagnosis-grid strong {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
}

.em-washer__diagnosis-grid ul {
    margin: 0;
    padding-left: 21px;
}

.em-washer__diagnosis-grid li {
    margin-bottom: 7px;
}

.em-washer__forbidden {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
}

.em-washer__forbidden article {
    min-height: 255px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--washer-radius);
    background: rgba(255, 255, 255, 0.055);
}

.em-washer__forbidden article > span {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 6px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: var(--washer-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.em-washer__forbidden h3 {
    color: #ffffff;
    font-size: 19px;
}

.em-washer__forbidden p {
    color: #cbd7db;
    font-size: 15px;
}

.em-washer__norm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.em-washer__norm-grid article {
    padding: 26px;
    border: 1px solid rgba(112, 84, 44, 0.18);
    border-radius: var(--washer-radius);
    background: rgba(255, 255, 255, 0.73);
}

.em-washer__norm-grid h3 {
    font-size: 21px;
}

.em-washer__norm-grid p {
    color: #615b51;
    font-size: 15px;
}

.em-washer__norm-note {
    margin-top: 22px;
    padding: 23px 25px;
    border: 1px dashed rgba(112, 84, 44, 0.45);
    border-radius: var(--washer-radius-sm);
    background: rgba(255, 255, 255, 0.44);
}

.em-washer__norm-note strong {
    display: block;
    margin-bottom: 7px;
    color: #6c501f;
    font-size: 20px;
}

.em-washer__faq {
    display: grid;
    max-width: 960px;
    gap: 12px;
}

.em-washer__faq details {
    overflow: hidden;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius-sm);
    background: #ffffff;
}

.em-washer__faq details[open] {
    border-color: rgba(22, 116, 147, 0.4);
    box-shadow: 0 10px 28px rgba(21, 42, 51, 0.06);
}

.em-washer__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-washer__faq summary::-webkit-details-marker {
    display: none;
}

.em-washer__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(--washer-accent-dark);
    background: var(--washer-bg-blue);
    font-size: 22px;
    font-weight: 500;
    transform: translateY(-50%);
    content: "+";
}

.em-washer__faq details[open] summary::after {
    content: "−";
}

.em-washer__faq details > div {
    padding: 0 22px 22px;
    color: var(--washer-muted);
}

.em-washer__related {
    padding-top: 37px;
}

.em-washer__related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.em-washer__related-grid a {
    display: block;
    padding: 24px;
    border: 1px solid var(--washer-border);
    border-radius: var(--washer-radius);
    text-decoration: none;
    background: #ffffff;
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease;
}

.em-washer__related-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(22, 116, 147, 0.42);
    box-shadow: var(--washer-shadow);
}

.em-washer__related-grid strong,
.em-washer__related-grid span {
    display: block;
}

.em-washer__related-grid strong {
    margin-bottom: 7px;
    font-size: 19px;
}

.em-washer__related-grid span {
    color: var(--washer-muted);
    font-size: 15px;
}

.em-washer__cta {
    padding: 76px 24px;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 87% 13%,
            rgba(53, 167, 182, 0.32),
            transparent 31%
        ),
        var(--washer-accent-dark);
}

.em-washer__cta-inner {
    width: min(100%, 960px);
    margin: 0 auto;
}

.em-washer__cta .em-washer__eyebrow {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.em-washer__cta h2 {
    color: #ffffff;
}

.em-washer__cta-inner > p {
    max-width: 820px;
    color: #d9eaf0;
    font-size: 18px;
}

.em-washer__cta-data {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 850px;
    gap: 14px;
    margin: 27px 0;
}

.em-washer__cta-data > div {
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: var(--washer-radius-sm);
    background: rgba(255, 255, 255, 0.08);
}

.em-washer__cta-data strong,
.em-washer__cta-data span {
    display: block;
}

.em-washer__cta-data strong {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 21px;
}

.em-washer__cta-data span {
    color: #c9e1e8;
    font-size: 14px;
}

.em-washer__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.em-washer__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-washer__button:hover {
    transform: translateY(-2px);
}

.em-washer__button:focus-visible {
    outline: 3px solid rgba(53, 167, 182, 0.5);
    outline-offset: 3px;
}

.em-washer__button--primary {
    color: var(--washer-accent-dark);
    background: #ffffff;
}

.em-washer__button--primary:hover {
    color: var(--washer-accent-dark);
    background: #edf8fa;
}

.em-washer__button--secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
}

.em-washer__button--secondary:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.em-washer__button--phone {
    color: #ffffff;
    background: transparent;
}

.em-washer__button--phone:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.em-washer__cta-note {
    margin-top: 20px;
    color: #c8dfe6 !important;
    font-size: 14px !important;
}

@media (max-width: 1060px) {
    .em-washer__requirements,
    .em-washer__problems,
    .em-washer__forbidden {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-washer__existing-grid,
    .em-washer__norm-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .em-washer {
        font-size: 16px;
    }

    .em-washer__hero {
        padding-top: 58px;
        padding-bottom: 54px;
    }

    .em-washer__facts,
    .em-washer__section--intro,
    .em-washer__location-grid,
    .em-washer__direct-line,
    .em-washer__protection-grid,
    .em-washer__rcd,
    .em-washer__cta-data {
        grid-template-columns: 1fr;
    }

    .em-washer__protection-grid article {
        min-height: auto;
    }

    .em-washer__section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .em-washer__section--intro {
        padding-top: 32px;
        padding-bottom: 27px;
    }

    .em-washer__devices-head {
        display: none;
    }

    .em-washer__devices-row {
        grid-template-columns: 1fr;
        padding: 16px;
        border-bottom: 1px solid var(--washer-border);
    }

    .em-washer__devices-row:last-child {
        border-bottom: 0;
    }

    .em-washer__devices-row > * {
        padding: 5px 4px;
        border: 0;
    }

    .em-washer__devices-row strong {
        background: transparent;
        font-size: 19px;
    }
}

@media (max-width: 680px) {
    .em-washer__hero {
        padding-right: 17px;
        padding-left: 17px;
    }

    .em-washer h1 {
        font-size: 35px;
    }

    .em-washer h2 {
        font-size: 29px;
    }

    .em-washer__lead {
        font-size: 19px;
    }

    .em-washer__nav {
        width: calc(100% - 28px);
        margin-top: 14px;
    }

    .em-washer__section {
        width: calc(100% - 32px);
    }

    .em-washer__section--soft,
    .em-washer__section--dark,
    .em-washer__section--norms {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .em-washer__requirements,
    .em-washer__existing-grid,
    .em-washer__problems,
    .em-washer__diagnosis-grid,
    .em-washer__forbidden,
    .em-washer__norm-grid,
    .em-washer__related-grid {
        grid-template-columns: 1fr;
    }

    .em-washer__answer,
    .em-washer__danger,
    .em-washer__location-main,
    .em-washer__location-note,
    .em-washer__direct-line-main,
    .em-washer__direct-line-conditions,
    .em-washer__cable,
    .em-washer__plumbing,
    .em-washer__diagnosis {
        padding: 21px;
    }

    .em-washer__ip {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .em-washer__steps li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
    }

    .em-washer__steps li > span {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .em-washer__plumbing ul {
        columns: 1;
    }

    .em-washer__problems article,
    .em-washer__forbidden article {
        min-height: auto;
    }

    .em-washer__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .em-washer__button {
        width: 100%;
    }

    .em-washer__cta {
        padding: 58px 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .em-washer__requirements article,
    .em-washer__related-grid a,
    .em-washer__button {
        transition: none;
    }

    .em-washer__requirements article:hover,
    .em-washer__related-grid a:hover,
    .em-washer__button:hover {
        transform: none;
    }
}/* End custom CSS */