/* Start custom CSS for html, class: .elementor-element-23d734f */.em-happy {
    --happy-surface: #ffffff;
    --happy-soft: #f2f4f6;
    --happy-text: #171a1f;
    --happy-muted: #5d6671;
    --happy-border: #dfe4e9;
    --happy-dark: #12171d;
    --happy-accent: #f5a000;
    --happy-accent-dark: #ce8300;
    --happy-accent-soft: #fff2cf;
    --happy-green: #247448;
    --happy-green-soft: #eaf7ef;
    --happy-radius-lg: 28px;
    --happy-radius-md: 20px;
    --happy-shadow: 0 18px 52px rgba(18, 26, 35, 0.10);
    --happy-shadow-hover: 0 24px 64px rgba(18, 26, 35, 0.16);

    width: 100%;
    color: var(--happy-text);
    font-family: inherit;
    font-size: 16px;
    line-height: 1.65;
}

.em-happy *,
.em-happy *::before,
.em-happy *::after {
    box-sizing: border-box;
}

.em-happy a {
    text-decoration: none;
}

.em-happy h1,
.em-happy h2,
.em-happy h3,
.em-happy p,
.em-happy ul,
.em-happy ol {
    margin-top: 0;
}

.em-happy h1,
.em-happy h2,
.em-happy h3 {
    color: var(--happy-text);
    line-height: 1.17;
    letter-spacing: -0.025em;
}

.em-happy h1 {
    max-width: 930px;
    margin-bottom: 22px;
    font-size: clamp(38px, 6vw, 70px);
}

.em-happy h2 {
    margin-bottom: 18px;
    font-size: clamp(29px, 4.2vw, 47px);
}

.em-happy h3 {
    margin-bottom: 12px;
    font-size: clamp(20px, 2.1vw, 25px);
}

.em-happy__eyebrow {
    display: block;
    margin-bottom: 11px;
    color: var(--happy-accent-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

/* Первый экран */

.em-happy__hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.65fr);
    gap: clamp(30px, 6vw, 76px);
    align-items: center;
    min-height: 680px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 80px);
    border-radius: var(--happy-radius-lg);
    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(245, 160, 0, 0.23),
            transparent 35%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(245, 160, 0, 0.12),
            transparent 34%
        ),
        var(--happy-dark);
    box-shadow: var(--happy-shadow);
}

.em-happy__hero::before,
.em-happy__hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.em-happy__hero::before {
    top: -150px;
    right: -100px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.em-happy__hero::after {
    right: 70px;
    bottom: -250px;
    width: 600px;
    height: 600px;
    border: 1px solid rgba(245, 160, 0, 0.14);
}

.em-happy__hero-content,
.em-happy__hero-panel {
    position: relative;
    z-index: 2;
}

.em-happy__location {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 750;
}

.em-happy__status {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    color: #ffd47b;
    font-size: 13px;
    font-weight: 800;
}

.em-happy__status span {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--happy-accent);
    box-shadow: 0 0 0 5px rgba(245, 160, 0, 0.15);
}

.em-happy__hero h1,
.em-happy__hero .em-happy__lead {
    color: #ffffff;
}

.em-happy__lead {
    max-width: 860px;
    margin-bottom: 14px;
    font-size: clamp(17px, 2vw, 21px);
}

.em-happy__sublead {
    max-width: 830px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

.em-happy__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.em-happy__tags span {
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.87);
    font-size: 13px;
    font-weight: 700;
}

.em-happy__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.em-happy__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 2px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.2;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease;
}

.em-happy__button:hover {
    transform: translateY(-2px);
}

.em-happy__button--primary {
    background: var(--happy-accent);
    color: #17120a;
}

.em-happy__button--primary:hover {
    background: var(--happy-accent-dark);
    color: #ffffff;
}

.em-happy__button--secondary {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.em-happy__button--secondary:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--happy-dark);
}

.em-happy__button--ghost {
    color: rgba(255, 255, 255, 0.86);
}

.em-happy__button--ghost:hover {
    background: rgba(255, 255, 255, 0.09);
    color: #ffffff;
}

.em-happy__button--light {
    background: #ffffff;
    color: var(--happy-dark);
}

.em-happy__button--light:hover {
    background: var(--happy-accent-soft);
}

.em-happy__hero-note {
    max-width: 780px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

.em-happy__hero-panel {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--happy-radius-lg);
    background: rgba(255, 255, 255, 0.075);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.em-happy__panel-label {
    display: block;
    margin-bottom: 16px;
    color: #ffc34c;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.em-happy__hero-panel ul {
    display: grid;
    gap: 10px;
    margin-bottom: 23px;
    padding-left: 21px;
}

.em-happy__hero-panel li {
    color: rgba(255, 255, 255, 0.82);
}

.em-happy__hero-panel li::marker {
    color: var(--happy-accent);
}

.em-happy__panel-price {
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.em-happy__panel-price span,
.em-happy__panel-price small {
    display: block;
    color: rgba(255, 255, 255, 0.66);
}

.em-happy__panel-price strong {
    display: block;
    margin: 4px 0 7px;
    color: #ffffff;
    font-size: 27px;
}

/* Факты */

.em-happy__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.em-happy__fact {
    padding: 21px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__fact strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.em-happy__fact span {
    display: block;
    color: var(--happy-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* Навигация */

.em-happy__nav {
    position: sticky;
    top: 12px;
    z-index: 15;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
    padding: 14px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(17, 25, 35, 0.08);
    backdrop-filter: blur(12px);
}

.em-happy__nav a {
    padding: 9px 14px;
    border-radius: 999px;
    background: var(--happy-soft);
    color: var(--happy-text);
    font-size: 14px;
    font-weight: 750;
}

.em-happy__nav a:hover {
    background: var(--happy-accent);
}

/* Общие секции */

.em-happy__section {
    margin-top: clamp(58px, 8vw, 102px);
    scroll-margin-top: 100px;
}

.em-happy__section-heading {
    max-width: 980px;
    margin-bottom: 31px;
}

.em-happy__section-heading > p:last-child {
    margin-bottom: 0;
    color: var(--happy-muted);
    font-size: 18px;
}

.em-happy__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.72fr);
    gap: clamp(27px, 5vw, 60px);
    align-items: start;
}

.em-happy__intro-text p {
    color: var(--happy-muted);
    font-size: 17px;
}

.em-happy__note {
    padding: 27px;
    border: 1px solid rgba(245, 160, 0, 0.42);
    border-radius: var(--happy-radius-lg);
    background: linear-gradient(
        180deg,
        var(--happy-accent-soft),
        #ffffff 72%
    );
    box-shadow: var(--happy-shadow);
}

.em-happy__note > strong {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.em-happy__note ul {
    display: grid;
    gap: 9px;
    margin-bottom: 0;
    padding-left: 21px;
}

.em-happy__note li {
    color: var(--happy-muted);
}

.em-happy__note li::marker {
    color: var(--happy-accent-dark);
}

/* Карточки */

.em-happy__cards,
.em-happy__lighting,
.em-happy__smart {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.em-happy__card,
.em-happy__lighting article,
.em-happy__smart article {
    padding: 24px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
    transition:
        transform 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.em-happy__card {
    min-height: 255px;
}

.em-happy__card:hover,
.em-happy__lighting article:hover,
.em-happy__smart article:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 160, 0, 0.72);
    box-shadow: var(--happy-shadow-hover);
}

.em-happy__card-number {
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--happy-accent-soft);
    color: var(--happy-accent-dark);
    font-size: 14px;
    font-weight: 900;
}

.em-happy__card p,
.em-happy__lighting p,
.em-happy__smart p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

.em-happy__lighting strong,
.em-happy__smart strong {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
}

/* Тёмная секция */

.em-happy__section--dark,
.em-happy__section--norms {
    padding: clamp(28px, 5vw, 60px);
    border-radius: var(--happy-radius-lg);
    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(245, 160, 0, 0.17),
            transparent 30%
        ),
        var(--happy-dark);
    color: #ffffff;
}

.em-happy__section--dark h2,
.em-happy__section--dark h3,
.em-happy__section--dark strong,
.em-happy__section--norms h2,
.em-happy__section--norms h3,
.em-happy__section--norms strong {
    color: #ffffff;
}

.em-happy__section--dark .em-happy__eyebrow,
.em-happy__section--norms .em-happy__eyebrow {
    color: #ffc34c;
}

.em-happy__section--dark .em-happy__section-heading > p:last-child,
.em-happy__section--norms .em-happy__section-heading > p:last-child {
    color: rgba(255, 255, 255, 0.70);
}

.em-happy__check-grid,
.em-happy__norms {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.em-happy__check-grid article,
.em-happy__norms article {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: var(--happy-radius-md);
    background: rgba(255, 255, 255, 0.055);
}

.em-happy__check-grid article > span {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 50%;
    background: var(--happy-accent);
    color: #17120a;
    font-size: 14px;
    font-weight: 900;
}

.em-happy__check-grid p,
.em-happy__norms p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}

.em-happy__warning,
.em-happy__norm-warning {
    margin-top: 19px;
    padding: 22px;
    border-left: 5px solid var(--happy-accent);
    border-radius: 0 var(--happy-radius-md) var(--happy-radius-md) 0;
    background: rgba(255, 255, 255, 0.07);
}

.em-happy__warning strong,
.em-happy__norm-warning strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.em-happy__warning p,
.em-happy__norm-warning p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
}

/* Решение */

.em-happy__decision {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-happy__decision-item {
    padding: 24px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__decision-item--green {
    border-color: #b9dfc8;
    background: var(--happy-green-soft);
}

.em-happy__decision-item > span {
    display: block;
    margin-bottom: 10px;
    color: var(--happy-accent-dark);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.em-happy__decision-item--green > span {
    color: var(--happy-green);
}

.em-happy__decision-item p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

.em-happy__decision-note,
.em-happy__price-note {
    margin-top: 17px;
    padding: 21px;
    border-left: 5px solid var(--happy-accent);
    border-radius: 0 var(--happy-radius-md) var(--happy-radius-md) 0;
    background: var(--happy-accent-soft);
}

.em-happy__decision-note strong,
.em-happy__price-note strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

.em-happy__decision-note p,
.em-happy__price-note p {
    margin-bottom: 0;
    color: #5c4a20;
}

/* Услуги */

.em-happy__services,
.em-happy__network,
.em-happy__panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.em-happy__service,
.em-happy__network article,
.em-happy__panel-grid article {
    padding: 25px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__service ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 20px;
    margin-bottom: 0;
    padding-left: 21px;
}

.em-happy__service li {
    color: var(--happy-muted);
}

.em-happy__service li::marker {
    color: var(--happy-accent-dark);
}

/* Кухня */

.em-happy__section--kitchen {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.7fr);
    gap: clamp(27px, 5vw, 58px);
    align-items: start;
    padding: clamp(28px, 5vw, 58px);
    border-radius: var(--happy-radius-lg);
    background: linear-gradient(
        135deg,
        #fff7e3,
        #f3f5f7 68%
    );
}

.em-happy__kitchen-content p {
    color: var(--happy-muted);
    font-size: 17px;
}

.em-happy__text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #936000;
    font-weight: 850;
}

.em-happy__text-link::after {
    content: "→";
    font-size: 18px;
    transition: transform 0.2s ease;
}

.em-happy__text-link:hover::after {
    transform: translateX(4px);
}

.em-happy__kitchen-list {
    padding: 25px;
    border: 1px solid rgba(245, 160, 0, 0.37);
    border-radius: var(--happy-radius-md);
    background: rgba(255, 255, 255, 0.78);
}

.em-happy__kitchen-list > strong {
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
}

.em-happy__kitchen-list ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 20px;
    margin-bottom: 0;
    padding-left: 20px;
}

.em-happy__kitchen-list li {
    color: var(--happy-muted);
}

.em-happy__kitchen-list li::marker {
    color: var(--happy-accent-dark);
}

/* Свет, сеть и умный дом */

.em-happy__section--soft,
.em-happy__section--links {
    padding: clamp(28px, 5vw, 58px);
    border-radius: var(--happy-radius-lg);
    background: var(--happy-soft);
}

.em-happy__network p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

.em-happy__links-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.em-happy__links-row a {
    padding: 10px 14px;
    border: 1px solid var(--happy-border);
    border-radius: 999px;
    background: var(--happy-surface);
    color: var(--happy-text);
    font-size: 14px;
    font-weight: 800;
}

.em-happy__links-row a:hover {
    border-color: var(--happy-accent);
    background: var(--happy-accent-soft);
}

/* Цена */

.em-happy__section--price {
    padding: clamp(28px, 5vw, 58px);
    border-radius: var(--happy-radius-lg);
    background: linear-gradient(
        145deg,
        #fff6de,
        #f1f4f7 65%
    );
}

.em-happy__price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-happy__price-grid article {
    padding: 24px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: rgba(255, 255, 255, 0.88);
}

.em-happy__price-grid span {
    display: block;
    margin-bottom: 9px;
    color: var(--happy-muted);
    font-size: 14px;
    font-weight: 750;
}

.em-happy__price-grid strong {
    display: block;
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 1.25;
}

.em-happy__price-grid p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

/* Этапы */

.em-happy__steps {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.em-happy__steps li {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__steps li > span {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--happy-accent);
    color: #17120a;
    font-size: 14px;
    font-weight: 900;
}

.em-happy__steps h3 {
    margin-bottom: 6px;
    font-size: 20px;
}

.em-happy__steps p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

/* Гарантия */

.em-happy__warranty {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.em-happy__warranty article {
    padding: 25px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__warranty article > strong {
    display: block;
    margin-bottom: 11px;
    color: var(--happy-accent-dark);
    font-size: 28px;
}

.em-happy__warranty p {
    margin-bottom: 0;
    color: var(--happy-muted);
}

/* FAQ */

.em-happy__faq {
    display: grid;
    gap: 11px;
    max-width: 1050px;
}

.em-happy__faq details {
    overflow: hidden;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
}

.em-happy__faq summary {
    position: relative;
    padding: 20px 58px 20px 22px;
    color: var(--happy-text);
    cursor: pointer;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.4;
    list-style: none;
}

.em-happy__faq summary::-webkit-details-marker {
    display: none;
}

.em-happy__faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--happy-accent-soft);
    color: var(--happy-accent-dark);
    font-size: 21px;
    font-weight: 800;
}

.em-happy__faq details[open] summary::after {
    content: "−";
}

.em-happy__faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--happy-muted);
}

/* Внутренние ссылки */

.em-happy__internal-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.em-happy__internal-links a {
    display: flex;
    min-height: 130px;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 21px;
    border: 1px solid var(--happy-border);
    border-radius: var(--happy-radius-md);
    background: var(--happy-surface);
    color: var(--happy-text);
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.em-happy__internal-links a:hover {
    transform: translateY(-4px);
    border-color: var(--happy-accent);
    box-shadow: var(--happy-shadow);
}

.em-happy__internal-links strong {
    font-size: 18px;
}

.em-happy__internal-links span {
    color: var(--happy-muted);
    font-size: 14px;
}

/* CTA */

.em-happy__cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: clamp(58px, 8vw, 102px);
    padding: clamp(31px, 6vw, 65px);
    border-radius: var(--happy-radius-lg);
    background:
        radial-gradient(
            circle at 88% 0%,
            rgba(245, 160, 0, 0.25),
            transparent 36%
        ),
        var(--happy-dark);
    color: #ffffff;
}

.em-happy__cta h2 {
    color: #ffffff;
}

.em-happy__cta .em-happy__eyebrow {
    color: #ffc34c;
}

.em-happy__cta-content p {
    max-width: 850px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
}

.em-happy__cta-actions {
    display: flex;
    min-width: 260px;
    flex-direction: column;
    gap: 10px;
}

.em-happy__cta-actions .em-happy__button {
    width: 100%;
}

.em-happy__cta-phone {
    padding: 8px;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.em-happy__cta-phone:hover {
    color: #ffffff;
}

/* Планшеты */

@media (max-width: 1100px) {

    .em-happy__hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .em-happy__hero-panel {
        max-width: 720px;
    }

    .em-happy__facts,
    .em-happy__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-happy__check-grid,
    .em-happy__norms,
    .em-happy__lighting,
    .em-happy__smart {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .em-happy__intro,
    .em-happy__section--kitchen {
        grid-template-columns: 1fr;
    }

    .em-happy__cta {
        grid-template-columns: 1fr;
    }

    .em-happy__cta-actions {
        max-width: 470px;
        min-width: 0;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .em-happy__cta-actions .em-happy__button {
        width: auto;
        flex: 1 1 190px;
    }

    .em-happy__cta-phone {
        width: 100%;
        text-align: left;
    }

}

/* Мобильные устройства */

@media (max-width: 760px) {

    .em-happy {
        font-size: 15px;
    }

    .em-happy h1 {
        font-size: 37px;
    }

    .em-happy h2 {
        font-size: 29px;
    }

    .em-happy__hero {
        gap: 26px;
        padding: 31px 21px;
        border-radius: 22px;
    }

    .em-happy__location {
        border-radius: 14px;
        line-height: 1.45;
    }

    .em-happy__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .em-happy__button {
        width: 100%;
    }

    .em-happy__hero-panel {
        padding: 21px;
        border-radius: 20px;
    }

    .em-happy__facts,
    .em-happy__cards,
    .em-happy__decision,
    .em-happy__services,
    .em-happy__network,
    .em-happy__lighting,
    .em-happy__smart,
    .em-happy__price-grid,
    .em-happy__norms,
    .em-happy__warranty,
    .em-happy__internal-links {
        grid-template-columns: 1fr;
    }

    .em-happy__nav {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 11px;
    }

    .em-happy__nav a {
        display: flex;
        min-height: 44px;
        align-items: center;
        justify-content: center;
        padding: 8px 9px;
        text-align: center;
    }

    .em-happy__section--dark,
    .em-happy__section--soft,
    .em-happy__section--kitchen,
    .em-happy__section--price,
    .em-happy__section--norms,
    .em-happy__section--links {
        margin-right: -3px;
        margin-left: -3px;
        padding: 27px 18px;
        border-radius: 22px;
    }

    .em-happy__check-grid {
        grid-template-columns: 1fr;
    }

    .em-happy__service ul,
    .em-happy__kitchen-list ul {
        grid-template-columns: 1fr;
    }

    .em-happy__card {
        min-height: auto;
        padding: 21px;
    }

    .em-happy__steps li {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;
        padding: 18px;
    }

    .em-happy__steps li > span {
        width: 44px;
        height: 44px;
        font-size: 12px;
    }

    .em-happy__cta {
        padding: 31px 21px;
        border-radius: 22px;
    }

    .em-happy__cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-width: none;
    }

    .em-happy__cta-actions .em-happy__button {
        width: 100%;
    }

    .em-happy__cta-phone {
        text-align: center;
    }

}

/* Узкие экраны */

@media (max-width: 430px) {

    .em-happy h1 {
        font-size: 34px;
    }

    .em-happy__nav {
        grid-template-columns: 1fr;
    }

    .em-happy__fact,
    .em-happy__service,
    .em-happy__card,
    .em-happy__note {
        padding: 19px;
    }

}

/* Уменьшение анимации */

@media (prefers-reduced-motion: reduce) {

    .em-happy *,
    .em-happy *::before,
    .em-happy *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }

}/* End custom CSS */