/* ==========================================================================
   KRONA ATLANTA — лендинг дивана Атланта / empty2
   Содержимое перенесено из общего stylesheet.css без изменения правил.
   ========================================================================== */

/* ============================================================
   Extracted from: theme/default/template/information/empty2.tpl
   Original style block: 1
   Runtime scope: .tpl-style-scope-cf839aac46
   ============================================================ */
/* Все стили изолированы внутри #atlanta-landing, чтобы не ломать тему ocStore. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing,
html.tpl-style-scope-cf839aac46 body #atlanta-landing *{
    box-sizing: border-box;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing{
    /* Фирменная палитра: оранжевый — CTA, зелёный — доверие и навигация. */
    --atl-ink: #26311f;
    --atl-muted: #667060;
    --atl-green: #74b83a;
    --atl-green-dark: #3f7419;
    --atl-green-soft: #eef7e7;
    --atl-cream: #fffaf2;
    --atl-sand: #ffe3b8;
    --atl-wood: #7b4b35;
    --atl-orange: #ffaf3f;
    --atl-orange-dark: #e9951b;
    --atl-orange-soft: #fff1da;
    --atl-on-accent: #26311f;
    --atl-white: #ffffff;
    --atl-line: rgba(63, 116, 25, .14);
    --atl-shadow: 0 24px 70px rgba(63, 116, 25, .14);
    --atl-radius-lg: 34px;
    --atl-radius-md: 22px;
    --atl-radius-sm: 14px;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: var(--atl-ink);
    background: var(--atl-white);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing img{
    display: block;
    max-width: 100%;
    height: auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button,
html.tpl-style-scope-cf839aac46 body #atlanta-landing input{
    font: inherit;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button,
html.tpl-style-scope-cf839aac46 body #atlanta-landing a{
    -webkit-tap-highlight-color: transparent;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing a{
    color: inherit;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing [hidden]{
    display: none !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
    width: min(1920px, calc(100% - 48px));
    margin: 0 auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section{
    position: relative;
    padding: 96px 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section--soft{
    background: var(--atl-cream);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section--green{
    color: var(--atl-white);
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 175, 63, .18), transparent 32%),
        radial-gradient(circle at 85% 80%, rgba(116, 184, 58, .16), transparent 28%),
        var(--atl-green-dark);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section__head{
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-kicker{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 14px;
    color: var(--atl-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-kicker::before{
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: var(--atl-green);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section--green .atl-kicker{
    color: #e7f5dc;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section--green .atl-kicker::before{
    background: var(--atl-orange);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing h1,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h2,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h3,
html.tpl-style-scope-cf839aac46 body #atlanta-landing p{
    margin-top: 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing h1,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h2,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h3{
    color: inherit;
    line-height: 1.08;
    letter-spacing: -.03em;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing h1{
    max-width: 660px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5.5vw, 76px);
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing h2{
    margin-bottom: 16px;
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing h3{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 750;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lead{
    color: var(--atl-muted);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section--green .atl-lead{
    color: rgba(255, 255, 255, .76);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn{
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn:focus-visible{
    transform: translateY(-2px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn:focus-visible,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button:focus-visible,
html.tpl-style-scope-cf839aac46 body #atlanta-landing a:focus-visible,
html.tpl-style-scope-cf839aac46 body #atlanta-landing input:focus-visible{
    outline: 3px solid rgba(255, 175, 63, .46);
    outline-offset: 3px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--primary{
    color: var(--atl-on-accent);
    background: var(--atl-orange);
    box-shadow: 0 15px 30px rgba(255, 175, 63, .34);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--primary:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--primary:focus-visible{
    color: var(--atl-on-accent);
    background: var(--atl-orange-dark);
    box-shadow: 0 18px 36px rgba(255, 175, 63, .42);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--light{
    color: var(--atl-green-dark);
    background: var(--atl-white);
    box-shadow: 0 12px 32px rgba(63, 116, 25, .18);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--light:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--light:focus-visible{
    color: var(--atl-green-dark);
    background: #f8fbf5;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--ghost{
    color: var(--atl-green-dark);
    border-color: var(--atl-line);
    background: rgba(255, 255, 255, .72);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--ghost:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn--ghost:focus-visible{
    color: var(--atl-green-dark);
    border-color: rgba(116, 184, 58, .32);
    background: var(--atl-white);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn svg{
    flex: 0 0 auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline{
    position: relative;
    z-index: 4;
    color: var(--atl-white);
    background: var(--atl-green-dark);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__inner{
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffcf89;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
    position: relative;
    isolation: isolate;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 78px 0 84px;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 175, 63, .24), transparent 34%),
        radial-gradient(circle at 14% 86%, rgba(116, 184, 58, .12), transparent 30%),
        linear-gradient(135deg, #fffdf8 0%, #f6fbea 100%);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::after{
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::before{
    top: -260px;
    right: -220px;
    width: 680px;
    height: 680px;
    border: 1px solid rgba(255, 175, 63, .24);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::after{
    bottom: -310px;
    left: -270px;
    width: 620px;
    height: 620px;
    background: rgba(255, 255, 255, .42);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
    align-items: center;
    gap: 46px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
    position: relative;
    z-index: 2;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 12px;
    border: 1px solid rgba(116, 184, 58, .30);
    border-radius: 999px;
    color: var(--atl-green-dark);
    background: rgba(255, 255, 255, .66);
    font-size: 13px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__eyebrow span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--atl-green);
    box-shadow: 0 0 0 5px rgba(116, 184, 58, .16);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
    max-width: 600px;
    margin-bottom: 28px;
    color: #5e6858;
    font-size: clamp(19px, 2vw, 24px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-chip{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(38, 49, 31, .10);
    border-radius: 999px;
    color: #4d5748;
    background: rgba(255, 255, 255, .72);
    font-size: 14px;
    font-weight: 700;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-chip svg{
    color: var(--atl-green);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
    margin-bottom: 28px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price__current{
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price__old{
    color: #8a918e;
    font-size: 19px;
    text-decoration: line-through;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price__badge{
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--atl-on-accent);
    background: var(--atl-orange);
    font-size: 13px;
    font-weight: 850;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 610px;
    margin: 18px 0 0;
    color: #747c70;
    font-size: 13px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__visual{
    position: relative;
    min-width: 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage{
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px 28px 34px;
    border: 1px solid rgba(255, 255, 255, .84);
    border-radius: 44px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .72));
    box-shadow: var(--atl-shadow);
    backdrop-filter: blur(12px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage::after{
    position: absolute;
    right: 10%;
    bottom: 9%;
    left: 10%;
    height: 42px;
    border-radius: 50%;
    background: rgba(38, 49, 31, .14);
    filter: blur(18px);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage img{
    position: relative;
    z-index: 1;
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage img{
    transform: scale(1.09);
    transition: transform .5s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage:hover img{
    transform: scale(1.12);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge{
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(38, 49, 31, .08);
    border-radius: 14px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 28px rgba(38, 49, 31, .12);
    backdrop-filter: blur(10px);
    font-size: 13px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge svg{
    color: var(--atl-green);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--one{
    top: 24px;
    left: -16px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--two{
    right: -18px;
    bottom: 66px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-discount{
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 22px;
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--atl-on-accent);
    background: var(--atl-orange);
    box-shadow: 0 16px 30px rgba(255, 175, 63, .34);
    font-size: 22px;
    font-weight: 900;
    transform: rotate(7deg);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar{
    position: relative;
    z-index: 5;
    margin-top: -26px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--atl-line);
    border-radius: 24px;
    overflow: hidden;
    background: var(--atl-white);
    box-shadow: 0 18px 48px rgba(38, 49, 31, .11);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem{
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 96px;
    padding: 20px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem + .atl-trustitem{
    border-left: 1px solid var(--atl-line);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem__icon{
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: var(--atl-green);
    background: var(--atl-green-soft);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem strong,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem span{
    display: block;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem strong{
    margin-bottom: 2px;
    font-size: 15px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem span{
    color: var(--atl-muted);
    font-size: 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit{
    min-height: 246px;
    padding: 30px;
    border: 1px solid var(--atl-line);
    border-radius: var(--atl-radius-md);
    background: var(--atl-white);
    box-shadow: 0 12px 32px rgba(38, 49, 31, .055);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit:hover{
    transform: translateY(-6px);
    border-color: rgba(116, 184, 58, .24);
    box-shadow: 0 20px 46px rgba(38, 49, 31, .10);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__icon{
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 16px;
    color: var(--atl-green);
    background: var(--atl-green-soft);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit p{
    margin-bottom: 0;
    color: var(--atl-muted);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    align-items: center;
    gap: 62px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__viewer{
    position: relative;
    min-width: 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame{
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    border-radius: 32px;
    overflow: hidden;
    background: var(--atl-white);
    box-shadow: var(--atl-shadow);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame::before{
    position: absolute;
    inset: auto 8% 10% 8%;
    height: 46px;
    border-radius: 50%;
    background: rgba(38, 49, 31, .13);
    filter: blur(20px);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame img{
    position: relative;
    z-index: 1;
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame img{
    transition: opacity .22s ease, transform .32s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame.is-switching img{
    opacity: .20;
    transform: scale(.985);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch{
    position: absolute;
    z-index: 5;
    top: 18px;
    left: 50%;
    display: flex;
    padding: 5px;
    border: 1px solid var(--atl-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 10px 28px rgba(38, 49, 31, .10);
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch button{
    min-width: 118px;
    padding: 10px 16px;
    border: 0;
    border-radius: 999px;
    color: var(--atl-muted);
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch button.is-active{
    color: var(--atl-on-accent);
    background: var(--atl-green);
    box-shadow: 0 8px 20px rgba(116, 184, 58, .28);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content .atl-lead{
    margin-bottom: 30px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step-list{
    display: grid;
    gap: 14px;
    margin: 28px 0 34px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step{
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step__num{
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--atl-on-accent);
    background: var(--atl-green);
    font-weight: 900;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step strong{
    display: block;
    margin-bottom: 3px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step span{
    color: var(--atl-muted);
    font-size: 14px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout{
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: center;
    gap: 56px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions{
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 54px;
    border-radius: 32px;
    background: var(--atl-white);
    box-shadow: var(--atl-shadow);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions img{
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure{
    position: absolute;
    color: var(--atl-green-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .02em;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure::after{
    position: absolute;
    background: var(--atl-green);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width{
    right: 12%;
    bottom: 29px;
    left: 12%;
    padding-top: 14px;
    border-top: 2px solid var(--atl-green);
    text-align: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width::after{
    top: -6px;
    width: 2px;
    height: 10px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width::before{ left: 0; }
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width::after{ right: 0; }

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height{
    top: 17%;
    right: 23px;
    bottom: 20%;
    display: flex;
    align-items: center;
    padding-left: 14px;
    border-left: 2px solid var(--atl-green);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height::after{
    left: -6px;
    width: 10px;
    height: 2px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height::before{ top: 0; }
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height::after{ bottom: 0; }

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-specs{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec{
    min-height: 108px;
    padding: 18px;
    border: 1px solid var(--atl-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec__label{
    display: block;
    margin-bottom: 5px;
    color: var(--atl-muted);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec__value{
    display: block;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.25;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-shell{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 16px;
    max-width: 1050px;
    margin: 0 auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main{
    position: relative;
    min-height: 610px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 38px;
    border: 1px solid var(--atl-line);
    border-radius: 30px;
    overflow: hidden;
    background: var(--atl-white);
    box-shadow: var(--atl-shadow);
    cursor: zoom-in;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main::after{
    position: absolute;
    right: 11%;
    bottom: 10%;
    left: 11%;
    height: 38px;
    border-radius: 50%;
    background: rgba(38, 49, 31, .12);
    filter: blur(18px);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main img{
    position: relative;
    z-index: 1;
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main img{
    transition: opacity .2s ease, transform .35s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main.is-switching img{
    opacity: .18;
    transform: scale(.985);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom{
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--atl-line);
    border-radius: 50%;
    color: var(--atl-green-dark);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 20px rgba(38, 49, 31, .12);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav{
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--atl-line);
    border-radius: 50%;
    color: var(--atl-green-dark);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 9px 22px rgba(38, 49, 31, .12);
    cursor: pointer;
    transform: translateY(-50%);
    transition: transform .2s ease, background .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav:hover{
    background: var(--atl-white);
    transform: translateY(-50%) scale(1.05);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav--prev{ left: 18px; }
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav--next{ right: 18px; }

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-thumbs{
    display: grid;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 300px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb{
    position: relative;
    min-height: 0;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 18px;
    overflow: hidden;
    background: var(--atl-white);
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb:hover{
    transform: translateY(-2px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb.is-active{
    border-color: var(--atl-green);
    box-shadow: 0 9px 22px rgba(116, 184, 58, .15);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 11px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 56px;
    padding: 54px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 34px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 24px 70px rgba(40, 73, 22, .24);
    backdrop-filter: blur(8px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-price{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 24px 0 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-price strong{
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -.04em;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-price s{
    color: rgba(255, 255, 255, .54);
    font-size: 19px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-note{
    max-width: 500px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card{
    padding: 28px;
    border-radius: 24px;
    color: var(--atl-ink);
    background: var(--atl-white);
    box-shadow: 0 20px 48px rgba(40, 73, 22, .24);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card h3{
    margin-bottom: 8px;
    font-size: 26px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card__sub{
    margin-bottom: 20px;
    color: var(--atl-muted);
    font-size: 14px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field{
    display: grid;
    gap: 7px;
    margin-bottom: 12px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field label{
    color: #4c5746;
    font-size: 13px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field input{
    width: 100%;
    height: 52px;
    padding: 0 15px;
    border: 1px solid rgba(38, 49, 31, .16);
    border-radius: 13px;
    outline: none;
    color: var(--atl-ink);
    background: #fbfdf8;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field input:focus{
    border-color: var(--atl-green);
    background: var(--atl-white);
    box-shadow: 0 0 0 4px rgba(116, 184, 58, .10);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field input[aria-invalid="true"]{
    border-color: #bf4f43;
    box-shadow: 0 0 0 4px rgba(191, 79, 67, .09);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-consent{
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 4px 0 16px;
    color: var(--atl-muted);
    font-size: 12px;
    line-height: 1.45;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-consent input{
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    accent-color: var(--atl-green);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-consent a{
    text-decoration: underline;
    text-underline-offset: 2px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card .atl-btn{
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-status{
    display: none;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-status.is-success{
    display: block;
    color: #3f7419;
    background: #eef7e7;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-status.is-error{
    display: block;
    color: #8b322b;
    background: #fae9e7;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-success{
    display: grid;
    min-height: 290px;
    place-items: center;
    padding: 24px;
    text-align: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-success__icon{
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    color: var(--atl-green);
    background: var(--atl-green-soft);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-success h3{
    margin-bottom: 8px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-success p{
    margin-bottom: 0;
    color: var(--atl-muted);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-honeypot{
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq{
    max-width: 880px;
    margin: 0 auto;
    border-top: 1px solid var(--atl-line);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-item{
    border-bottom: 1px solid var(--atl-line);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-button{
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 18px;
    padding: 24px 0;
    border: 0;
    color: var(--atl-ink);
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-size: 19px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-icon{
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--atl-green);
    background: var(--atl-green-soft);
    transition: transform .22s ease, background .22s ease, color .22s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-button[aria-expanded="true"] .atl-faq-icon{
    color: var(--atl-on-accent);
    background: var(--atl-green);
    transform: rotate(45deg);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-panel{
    display: none;
    padding: 0 70px 24px 0;
    color: var(--atl-muted);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-panel p{
    margin-bottom: 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip{
    padding: 32px 0;
    border-top: 1px solid var(--atl-line);
    background: var(--atl-white);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__copy strong,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__copy span{
    display: block;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__copy strong{
    margin-bottom: 4px;
    font-size: 18px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__copy span{
    color: var(--atl-muted);
    font-size: 13px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 20px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones a{
    color: var(--atl-green-dark);
    text-decoration: none;
    font-size: 18px;
    font-weight: 850;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing.atl-js .atl-reveal{
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing.atl-js .atl-reveal.is-visible{
    opacity: 1;
    transform: none;
}

/* Модальное окно */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal{
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal.is-open{
    display: flex;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__overlay{
    position: absolute;
    inset: 0;
    background: rgba(31, 52, 18, .76);
    backdrop-filter: blur(7px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__dialog{
    position: relative;
    z-index: 2;
    width: min(560px, 100%);
    max-height: calc(100vh - 32px);
    overflow: auto;
    border-radius: 26px;
    background: var(--atl-white);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    transform: translateY(16px) scale(.985);
    animation: km-tpl-cf839aac46-atl-modal-in .24s ease forwards;
}

@keyframes km-tpl-cf839aac46-atl-modal-in{
    to { transform: none; }
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual{
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 28px 0;
    overflow: hidden;
    background: linear-gradient(145deg, #f7f2ea, #ffffff);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual::after{
    position: absolute;
    right: 16%;
    bottom: 16%;
    left: 16%;
    height: 26px;
    border-radius: 50%;
    background: rgba(38, 49, 31, .12);
    filter: blur(14px);
    content: "";
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual img{
    position: relative;
    z-index: 1;
    width: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__close,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__close{
    position: absolute;
    z-index: 5;
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--atl-ink);
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 8px 22px rgba(38, 49, 31, .14);
    cursor: pointer;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__body{
    padding: 28px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__body h3{
    margin-bottom: 7px;
    font-size: 28px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-intent-chips{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 16px 0 18px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-intent-chip{
    padding: 8px 11px;
    border: 1px solid var(--atl-line);
    border-radius: 999px;
    color: var(--atl-muted);
    background: var(--atl-white);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-intent-chip.is-active{
    color: var(--atl-on-accent);
    border-color: var(--atl-green);
    background: var(--atl-green);
}

/* Лайтбокс галереи */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox{
    position: fixed;
    z-index: 999999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(24, 40, 14, .94);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox.is-open{
    display: flex;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure{
    width: min(1180px, 100%);
    max-height: calc(100vh - 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure img{
    max-width: 100%;
    max-height: calc(100vh - 48px);
    object-fit: contain;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav{
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 50%;
    color: var(--atl-white);
    background: rgba(255, 255, 255, .10);
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(8px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav--prev{ left: 22px; }
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav--next{ right: 22px; }

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__close{
    color: var(--atl-white);
    background: rgba(255, 255, 255, .12);
}

/* Мобильная фиксированная панель */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar{
    position: fixed;
    z-index: 99990;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(38, 49, 31, .10);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -10px 32px rgba(38, 49, 31, .14);
    backdrop-filter: blur(12px);
    transform: translateY(120%);
    transition: transform .25s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar.is-visible{
    transform: none;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price span,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price strong{
    display: block;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price span{
    color: var(--atl-muted);
    font-size: 11px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price strong{
    font-size: 20px;
    line-height: 1.1;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar .atl-btn{
    min-height: 46px;
    padding: 11px 18px;
    font-size: 14px;
}

html.tpl-style-scope-cf839aac46 body.atl-modal-open{
    overflow: hidden !important;
}

@media (max-width: 1100px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
        gap: 28px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage{
        min-height: 470px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--one{ left: 4px; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--two{ right: 4px; }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout{
        gap: 38px;
    }
}

@media (max-width: 991px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section{
        padding: 78px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        min-height: auto;
        padding-top: 62px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        grid-template-columns: 1fr;
        gap: 46px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
        margin-left: auto;
        margin-right: auto;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
        justify-content: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
        justify-content: center;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage{
        max-width: 720px;
        min-height: 520px;
        margin: 0 auto;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar__grid{
        grid-template-columns: repeat(2, 1fr);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(3){
        border-left: 0;
        border-top: 1px solid var(--atl-line);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(4){
        border-top: 1px solid var(--atl-line);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout__content{
        max-width: 760px;
        margin: 0 auto;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        gap: 36px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-copy{
        text-align: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-note{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing{
        padding-bottom: 74px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
        width: min(100% - 28px, 1180px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section{
        padding: 64px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section__head{
        margin-bottom: 34px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__inner{
        min-height: 38px;
        gap: 8px;
        font-size: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__dot:nth-of-type(2),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__text--optional{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        padding: 46px 0 64px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        display: contents;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__eyebrow{ order: 1; justify-self: center; margin: 0 auto 4px; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{ order: 2; margin: 0 auto; text-align: center; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{ order: 3; margin: 0 auto 6px; text-align: center; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__visual{ order: 4; width: 100%; margin: 2px 0 8px; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{ order: 5; width: 100%; margin: 0; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price{ order: 6; width: 100%; margin: 8px 0 0; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{ order: 7; width: 100%; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{ order: 8; width: 100%; }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing h1{
        font-size: clamp(40px, 12vw, 58px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing h2{
        font-size: clamp(31px, 9vw, 42px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
        font-size: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
        display: grid;
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions .atl-btn{
        width: 100%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage{
        min-height: 320px;
        padding: 34px 10px 20px;
        border-radius: 28px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge{
        padding: 8px 10px;
        font-size: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--one{
        top: 14px;
        left: 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-badge--two{
        right: 10px;
        bottom: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-stage-discount{
        top: 12px;
        right: 10px;
        width: 64px;
        height: 64px;
        font-size: 17px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar{
        margin-top: -18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar__grid{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem{
        min-height: 80px;
        padding: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem + .atl-trustitem,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(3),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(4){
        border-top: 1px solid var(--atl-line);
        border-left: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit{
        min-height: auto;
        padding: 24px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions{
        min-height: 370px;
        padding: 28px 16px;
        border-radius: 24px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch{
        top: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch button{
        min-width: 105px;
        padding: 9px 12px;
        font-size: 13px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height{
        top: 16%;
        right: 10px;
        bottom: 22%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width{
        right: 10%;
        bottom: 16px;
        left: 10%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-specs{
        grid-template-columns: 1fr 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec{
        min-height: 96px;
        padding: 15px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-shell{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main{
        min-height: 410px;
        padding: 22px 10px;
        border-radius: 24px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-thumbs{
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto;
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb{
        min-height: 78px;
        border-radius: 14px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav{
        width: 40px;
        height: 40px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav--prev{ left: 10px; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav--next{ right: 10px; }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        padding: 28px 18px;
        border-radius: 26px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card{
        padding: 22px 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-row{
        grid-template-columns: 1fr;
        gap: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-button{
        grid-template-columns: minmax(0, 1fr) 38px;
        padding: 21px 0;
        font-size: 17px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-panel{
        padding-right: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__inner{
        align-items: flex-start;
        flex-direction: column;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones{
        justify-content: flex-start;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar{
        display: flex;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal{
        padding: 10px;
        align-items: flex-end;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__dialog{
        max-height: calc(100vh - 10px);
        border-radius: 24px 24px 12px 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual{
        min-height: 170px;
        padding-top: 14px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__body{
        padding: 22px 16px calc(22px + env(safe-area-inset-bottom));
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox{
        padding: 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav{
        top: auto;
        bottom: 18px;
        transform: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav--prev{ left: calc(50% - 62px); }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav--next{ right: calc(50% - 62px); }
}

@media (max-width: 430px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
        display: grid;
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-chip{
        justify-content: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price{
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-specs{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main{
        min-height: 330px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb{
        min-height: 64px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price strong{
        font-size: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar .atl-btn{
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (prefers-reduced-motion: reduce){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing *,
html.tpl-style-scope-cf839aac46 body #atlanta-landing *::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing *::after{
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/*
 * Совместимость с глобальными стилями темы ocStore.
 * Некоторые темы задают всем button и вложенным span белый цвет через !important.
 * Эти правила закрепляют контраст текста и SVG только внутри лендинга.
 */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch > button,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-gallery-nav,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-thumb,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-intent-chip,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-modal__close,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__close,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__nav{
    -webkit-appearance: none !important;
    appearance: none !important;
    text-shadow: none !important;
    -webkit-text-fill-color: currentColor !important;
}

/* Переключатель «Для отдыха / Для сна»: активный текст белый, неактивный — тёмный. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch > button{
    border: 0 !important;
    color: var(--atl-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch > button.is-active,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch > button[aria-pressed="true"]{
    color: var(--atl-white) !important;
    background: var(--atl-green) !important;
    box-shadow: 0 8px 20px rgba(116, 184, 58, .28) !important;
    -webkit-text-fill-color: var(--atl-white) !important;
}

/* Белые цифры шагов на зелёных плашках. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step__num{
    color: var(--atl-white) !important;
    -webkit-text-fill-color: var(--atl-white) !important;
    text-shadow: 0 1px 1px rgba(38, 49, 31, .16) !important;
}

/* Заголовки FAQ не должны наследовать белый цвет кнопок из основной темы. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button{
    border: 0 !important;
    color: var(--atl-ink) !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button > span:first-child{
    display: block !important;
    color: var(--atl-ink) !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    text-indent: 0 !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button > .atl-faq-icon{
    color: var(--atl-green) !important;
    background: var(--atl-green-soft) !important;
    -webkit-text-fill-color: var(--atl-green) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button[aria-expanded="true"] > .atl-faq-icon{
    color: var(--atl-white) !important;
    background: var(--atl-green) !important;
    -webkit-text-fill-color: var(--atl-white) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button > .atl-faq-icon svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-faq-button > .atl-faq-icon path{
    color: inherit !important;
    stroke: currentColor !important;
}

/* Стрелки галереи и значок увеличения остаются зелёными на белом фоне. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-gallery-nav{
    border: 1px solid var(--atl-line) !important;
    color: var(--atl-green-dark) !important;
    background: rgba(255, 255, 255, .94) !important;
    box-shadow: 0 9px 22px rgba(38, 49, 31, .12) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--atl-green-dark) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-gallery-nav svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-gallery-nav path,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom path,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom circle{
    color: inherit !important;
    stroke: currentColor !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom{
    color: var(--atl-green-dark) !important;
    -webkit-text-fill-color: var(--atl-green-dark) !important;
}

/* Миниатюры не получают фон и тень обычных кнопок темы. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-thumb{
    color: var(--atl-ink) !important;
    background: var(--atl-white) !important;
    box-shadow: none !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-thumb.is-active{
    border-color: var(--atl-green) !important;
    box-shadow: 0 9px 22px rgba(116, 184, 58, .15) !important;
}

/* То же исправление для кнопок выбора цели в модальном окне. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-intent-chip{
    color: var(--atl-muted) !important;
    background: var(--atl-white) !important;
    -webkit-text-fill-color: var(--atl-muted) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-intent-chip.is-active{
    color: var(--atl-white) !important;
    border-color: var(--atl-green) !important;
    background: var(--atl-green) !important;
    -webkit-text-fill-color: var(--atl-white) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-modal__close{
    color: var(--atl-ink) !important;
    background: rgba(255, 255, 255, .93) !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-modal__close svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-modal__close path,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__close svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__close path,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__nav svg,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__nav path{
    color: inherit !important;
    stroke: currentColor !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__close,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-lightbox__nav{
    color: var(--atl-white) !important;
    -webkit-text-fill-color: var(--atl-white) !important;
}



/* Верхняя кнопка покупки и интерактивный выбор цвета. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__inner{
    justify-content: space-between;
    text-align: left;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts{
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    gap: 18px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-top-buy{
    flex: 0 0 auto;
    min-width: 112px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border: 0 !important;
    border-radius: 999px;
    color: var(--atl-on-accent) !important;
    background: var(--atl-orange) !important;
    box-shadow: 0 8px 22px rgba(255, 175, 63, .30) !important;
    cursor: pointer;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: .075em;
    text-transform: uppercase;
    text-shadow: none !important;
    -webkit-text-fill-color: var(--atl-on-accent) !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-top-buy:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-top-buy:focus-visible{
    color: var(--atl-on-accent) !important;
    background: #ffc36f !important;
    box-shadow: 0 10px 28px rgba(255, 175, 63, .42) !important;
    transform: translateY(-1px);
    -webkit-text-fill-color: var(--atl-on-accent) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
    max-width: 560px;
    margin: 0 0 26px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker__head{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 9px;
    color: var(--atl-muted);
    font-size: 13px;
    font-weight: 750;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker__head strong{
    color: var(--atl-green-dark);
    font-size: 14px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-options{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option{
    position: relative;
    min-width: 0;
    min-height: 70px;
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border: 2px solid rgba(38, 49, 31, .10) !important;
    border-radius: 16px;
    color: var(--atl-ink) !important;
    background: rgba(255, 255, 255, .86) !important;
    box-shadow: none !important;
    cursor: pointer;
    text-align: left;
    text-shadow: none !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option:focus-visible{
    border-color: rgba(116, 184, 58, .46) !important;
    background: var(--atl-white) !important;
    transform: translateY(-1px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option.is-active,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option[aria-pressed="true"]{
    border-color: var(--atl-green) !important;
    color: var(--atl-ink) !important;
    background: var(--atl-green-soft) !important;
    box-shadow: 0 10px 26px rgba(116, 184, 58, .15) !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview{
    width: 70px;
    height: 50px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(38, 49, 31, .08);
    border-radius: 11px;
    background: var(--atl-white);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview img{
    width: 100%;
    height: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview img{
    object-fit: contain;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__copy{
    min-width: 0;
    display: block !important;
    color: var(--atl-ink) !important;
    opacity: 1 !important;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__copy strong{
    display: block;
    overflow: hidden;
    color: var(--atl-ink) !important;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-fill-color: var(--atl-ink) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__copy small{
    display: block;
    margin-top: 4px;
    overflow: hidden;
    color: var(--atl-muted) !important;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-text-fill-color: var(--atl-muted) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__swatch{
    position: relative;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(38, 49, 31, .12);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .48);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__swatch::after{
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--atl-green-dark);
    background: rgba(255, 255, 255, .94);
    content: "✓";
    font-size: 10px;
    font-weight: 1000;
    line-height: 1;
    opacity: 0;
    transform: scale(.7);
    transition: opacity .18s ease, transform .18s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option.is-active .atl-color-option__swatch::after,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option[aria-pressed="true"] .atl-color-option__swatch::after{
    opacity: 1;
    transform: scale(1);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__swatch--beige{
    background: linear-gradient(135deg, #f2ede6, #d9cfc3);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__swatch--gray{
    background: linear-gradient(135deg, #d5d9dc, #969da2);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-color{
    margin: 18px 0 16px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-color__label{
    display: block;
    margin-bottom: 8px;
    color: var(--atl-ink);
    font-size: 13px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-options--compact{
    gap: 8px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--compact{
    min-height: 46px;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    padding: 9px 11px;
    border-width: 1px !important;
    border-radius: 13px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--compact .atl-color-option__copy strong{
    font-size: 13px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage img,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame img,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions img,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual img,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main img{
    transition: opacity .22s ease, transform .32s ease;
}

@media (max-width: 767px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__inner{
        gap: 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts{
        justify-content: flex-start;
        gap: 8px;
        font-size: 11px;
        line-height: 1.25;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts .atl-topline__dot:nth-child(4),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts .atl-topline__text--optional{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-top-buy{
        min-width: 94px;
        min-height: 32px;
        padding: 8px 14px;
        font-size: 12px !important;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
        width: 100%;
        max-width: none;
        margin-bottom: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option{
        grid-template-columns: 54px minmax(0, 1fr) 22px;
        /*min-height: 62px;*/
        padding: 7px 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview{
        width: 54px;
        height: 42px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__copy small{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--compact{
        grid-template-columns: 22px minmax(0, 1fr);
        min-height: 44px;
        padding: 8px 10px;
    }
}

@media (max-width: 480px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts span:nth-child(2),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts span:nth-child(3),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts span:nth-child(4),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts span:nth-child(5){
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-options{
        gap: 7px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option{
        grid-template-columns: 1fr 22px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__copy strong{
        font-size: 13px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--compact{
        grid-template-columns: 22px minmax(0, 1fr);
    }
}


/* Компактный первый экран: цена и основная кнопка остаются видимыми на ноутбуках. */
@media (min-width: 992px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        min-height: 690px;
        padding: 52px 0 62px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{
        max-width: 610px;
        margin-bottom: 14px;
        font-size: clamp(44px, 4.35vw, 62px);
        line-height: 1.04;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
        margin-bottom: 18px;
        font-size: clamp(17px, 1.55vw, 21px);
        line-height: 1.45;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-bottom: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-chip{
        min-width: 0;
        justify-content: center;
        padding: 7px 8px;
        font-size: 12px;
        line-height: 1.2;
        text-align: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
        margin-bottom: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker__head{
        margin-bottom: 6px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option{
        min-height: 46px;
        /*grid-template-columns: minmax(0, 1fr) 24px;*/
        padding: 7px 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__preview,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy small{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price{
        margin-bottom: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
        margin-top: 14px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-product-stage{
        min-height: 480px;
    }
}

@media (max-width: 991px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{ order: 5; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{ order: 6; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-price{ order: 7; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{ order: 8; }
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{ order: 9; }
}


/* ===== Полноширинный первый экран и обновлённые карточки (версия 1920px) ===== */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
    width: min(1920px, calc(100% - 48px));
    margin: 0 auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
    position: relative;
    min-height: clamp(720px, 43vw, 860px);
    display: block;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background: #293024;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::before,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero::after{
    display: none;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media{
    z-index: -3;
    background: #ded7ce;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media picture{
    display: block;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img{
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transition: opacity .28s ease, transform .65s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero.is-switching .atl-hero__media img{
    opacity: .42;
    transform: scale(1.012);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(18, 24, 15, .86) 0%, rgba(22, 29, 18, .76) 30%, rgba(22, 28, 18, .48) 48%, rgba(22, 28, 18, .11) 70%, rgba(22, 28, 18, .08) 100%),
        linear-gradient(0deg, rgba(18, 24, 15, .34), transparent 42%);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
    position: relative;
    z-index: 2;
    min-height: clamp(720px, 43vw, 860px);
    display: flex;
    align-items: center;
    padding: 72px clamp(18px, 3.5vw, 72px) 82px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
    width: min(640px, 52vw);
    max-width: 640px;
    color: #fff;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{
    max-width: 620px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(48px, 4.5vw, 78px);
    line-height: .98;
    letter-spacing: -.045em;
    text-shadow: 0 4px 24px rgba(0,0,0,.24);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__eyebrow{
    color: #e7ffd2;
    border-color: rgba(201, 241, 167, .36);
    background: rgba(32, 42, 26, .38);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
    max-width: 590px;
    margin-bottom: 24px;
    color: rgba(255,255,255,.88);
    font-size: clamp(18px, 1.35vw, 23px);
    text-shadow: 0 2px 16px rgba(0,0,0,.18);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 590px;
    gap: 10px;
    margin-bottom: 22px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip{
    min-height: 66px;
    padding: 12px 14px;
    border-color: rgba(255,255,255,.14);
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.11);
    backdrop-filter: blur(10px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip svg{
    flex: 0 0 auto;
    color: #c9f1a7;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip span{
    line-height: 1.25;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip strong{
    color: #fff;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
    max-width: 500px;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-picker__head{
    justify-content: flex-start;
    gap: 9px;
    margin-bottom: 9px;
    color: rgba(255,255,255,.82);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-picker__head strong{
    color: #fff;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-options{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option{
    min-height: 58px;
    padding: 10px 14px;
    color: #fff !important;
    border-color: rgba(255,255,255,.22);
    background: rgba(255,255,255,.12);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:focus-visible{
    border-color: rgba(201,241,167,.72);
    background: rgba(255,255,255,.17);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option.is-active,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option[aria-pressed="true"]{
    color: #fff !important;
    border-color: #b9ee8e;
    background: rgba(116,184,58,.34);
    box-shadow: 0 0 0 2px rgba(185,238,142,.18);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy strong,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy small{
    color: inherit !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy small{
    opacity: .72;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price{
    margin-bottom: 18px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price__current{
    color: #fff;
    text-shadow: 0 3px 18px rgba(0,0,0,.22);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price__old{
    color: rgba(255,255,255,.62);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
    gap: 11px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy{
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 10px;
    font-weight: 850;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary{
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.13);
    box-shadow: none;
    backdrop-filter: blur(10px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary:hover{
    background: rgba(255,255,255,.22);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy{
    min-width: 190px;
    justify-content: center;
    color: #26311f !important;
    border: 1px solid #ffaf3f;
    background: #ffaf3f;
    box-shadow: 0 16px 36px rgba(255,175,63,.28);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy:hover{
    background: #ffc05f;
    border-color: #ffc05f;
    transform: translateY(-2px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
    color: rgba(255,255,255,.67);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__discount{
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    background: rgba(33,43,27,.34);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 18px 44px rgba(0,0,0,.18);
    backdrop-filter: blur(12px);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating{
    padding: 11px 15px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating svg{
    color: #c9f1a7;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating--guarantee{
    top: 54px;
    left: 50%;
    transform: translateX(-3%);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating--mechanism{
    right: 4.5%;
    bottom: 62px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__discount{
    top: 48px;
    right: 4.2%;
    width: 84px;
    height: 84px;
    justify-content: center;
    border-radius: 50%;
    color: #26311f;
    background: #ffaf3f;
    border-color: rgba(255,255,255,.42);
    font-size: 22px;
    font-weight: 900;
    transform: rotate(5deg);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar{
    margin-top: -1px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
    max-width: 1500px;
    margin: 0 auto;
    gap: 22px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit{
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media{
    position: relative;
    aspect-ratio: 12 / 7;
    overflow: hidden;
    background: #fafaf6;
    border-bottom: 1px solid var(--atl-line);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media img{
    width: 100%;
    height: 100%;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media img{
    object-fit: cover;
    transition: transform .4s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit:hover .atl-benefit__media img{
    transform: scale(1.035);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__body{
    padding: 24px 25px 27px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__body h3{
    margin-bottom: 9px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-shell,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker{
    max-width: 760px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin: -18px auto 30px;
    padding: 14px 18px;
    border: 1px solid var(--atl-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(38,49,31,.07);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__label,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__current{
    color: var(--atl-muted);
    font-size: 14px;
    font-weight: 700;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__current strong{
    color: var(--atl-green-dark);
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-options--gallery{
    display: flex;
    gap: 8px;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--gallery{
    min-width: 134px;
    min-height: 44px;
    padding: 8px 13px;
    border-radius: 12px;
}

@media (max-width: 1199px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        width: min(620px, 60vw);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating--guarantee{
        left: auto;
        right: 18%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
        max-width: 1040px;
    }
}

@media (max-width: 991px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        min-height: 780px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        min-height: 780px;
        padding-top: 60px;
        padding-bottom: 64px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        width: min(590px, 72vw);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img{
        object-position: 58% center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating--guarantee,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__floating--mechanism{
        display: none;
    }
}

@media (max-width: 767px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
        width: min(1920px, calc(100% - 28px));
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        min-height: 850px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        align-items: flex-end;
        padding: 34px 0 34px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img{
        object-position: 66% center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
        background:
            linear-gradient(180deg, rgba(18,24,15,.16) 0%, rgba(18,24,15,.42) 34%, rgba(18,24,15,.92) 72%, rgba(18,24,15,.97) 100%);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        width: 100%;
        max-width: none;
        padding: 23px 18px;
        border: 1px solid rgba(255,255,255,.13);
        border-radius: 22px;
        background: rgba(25,33,21,.64);
        box-shadow: 0 18px 44px rgba(0,0,0,.20);
        backdrop-filter: blur(12px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{
        font-size: clamp(39px, 11vw, 54px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
        font-size: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip{
        min-height: 60px;
        padding: 10px;
        font-size: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy small{
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option{
        min-height: 50px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price{
        margin: 15px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
        display: grid;
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy{
        width: 100%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__discount{
        top: 22px;
        right: 18px;
        width: 66px;
        height: 66px;
        font-size: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker{
        align-items: stretch;
        margin-top: -12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__label,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__current{
        width: 100%;
        text-align: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-options--gallery{
        width: 100%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--gallery{
        flex: 1 1 0;
        min-width: 0;
    }
}

@media (max-width: 420px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        min-height: 900px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip{
        min-height: 50px;
    }
}

/* ===== Финальная мобильная адаптация =====
 * Блок расположен последним намеренно: он сводит воедино ранние мобильные
 * правила и полноширинную версию первого экрана, не затрагивая десктоп.
 */
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-yandex-pay-image{
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px;
    overflow: hidden;
    color: #111 !important;
    background: #ffdc2e00 !important;
    box-shadow: 0 12px 28px rgba(38, 49, 31, .14) !important;
    cursor: pointer;
    -webkit-appearance: none !important;
    appearance: none !important;
    -webkit-text-fill-color: currentColor !important;
    transition: transform .2s ease, box-shadow .2s ease;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-yandex-pay-image:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-yandex-pay-image:focus-visible{
    transform: translateY(-1px);
    box-shadow: 0 15px 32px rgba(38, 49, 31, .20) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-yandex-pay-image img{
    width: 100%;
    height: 54px;
    object-fit: contain;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-thumbs{
    width: 100%;
    min-width: 0;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview picture{
    width: 100%;
    height: 100%;
    display: block;
}

/* У кнопок в hero только два дочерних элемента: swatch и подпись. */
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option{
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    color: #fff !important;
    border-color: rgba(255, 255, 255, .22) !important;
    background: rgba(255, 255, 255, .12) !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:focus-visible{
    border-color: rgba(201, 241, 167, .72) !important;
    background: rgba(255, 255, 255, .17) !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option.is-active,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option[aria-pressed="true"]{
    color: #fff !important;
    border-color: #b9ee8e !important;
    background: rgba(116, 184, 58, .34) !important;
    box-shadow: 0 0 0 2px rgba(185, 238, 142, .18) !important;
    -webkit-text-fill-color: #fff !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy strong,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy small{
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing button[type="submit"]:disabled{
    opacity: .64;
    cursor: wait;
    transform: none !important;
}

html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions > .atl-pay-links,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar > .atl-pay-links{
    min-width: 0;
    margin: 0 !important;
}

@media (max-width: 767px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing{
        padding-bottom: calc(76px + env(safe-area-inset-bottom));
        overflow-x: clip;
        font-size: 15px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
        width: calc(100% - 24px);
        max-width: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section{
        padding: 50px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section__head{
        margin-bottom: 28px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing h1,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h2,
html.tpl-style-scope-cf839aac46 body #atlanta-landing h3,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lead,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-button,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones a{
        overflow-wrap: anywhere;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing h2{
        margin-bottom: 12px;
        font-size: clamp(29px, 8.6vw, 38px);
        line-height: 1.08;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing h3{
        font-size: 20px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lead{
        font-size: 16px;
        line-height: 1.5;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-btn{
        min-height: 50px;
        padding: 12px 18px;
    }

    /* Компактная верхняя строка без переноса и горизонтального скролла. */
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__inner{
        min-height: 50px;
        gap: 8px;
        padding: 5px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts{
        min-width: 0;
        justify-content: flex-start;
        overflow: hidden;
        font-size: 11px;
        line-height: 1.2;
        white-space: nowrap;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts > span:first-child{
        overflow: hidden;
        text-overflow: ellipsis;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-top-buy{
        min-width: 86px;
        min-height: 44px;
        padding: 8px 12px;
        font-size: 11px !important;
    }

    /* На телефоне изображение становится отдельной верхней частью,
       а контент — читаемой карточкой на тёмном фоне. */
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        min-height: 0;
        padding: clamp(196px, 58vw, 252px) 0 22px;
        color: #fff;
        background: #20291c;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
        inset: 0 0 auto;
        height: clamp(220px, 66vw, 286px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img{
        inset: 0;
        width: 100%;
        height: 100%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media img{
        object-position: 64% center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
        background: linear-gradient(180deg, rgba(18, 24, 15, .02) 0%, rgba(18, 24, 15, .10) 56%, #20291c 100%);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__grid{
        min-height: 0;
        display: block;
        padding: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        width: 100%;
        max-width: none;
        display: block;
        margin: 0;
        padding: 20px 16px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 22px;
        color: #fff;
        background: rgba(31, 41, 26, .94);
        box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
        backdrop-filter: blur(12px);
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__eyebrow{
        max-width: 100%;
        margin: 0 0 13px;
        padding: 7px 10px;
        font-size: 11px;
        line-height: 1.25;
        white-space: normal;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{
        max-width: none;
        margin: 0 0 13px;
        font-size: clamp(35px, 10.4vw, 46px);
        line-height: 1.02;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__subtitle{
        max-width: none;
        margin: 0 0 17px;
        font-size: 15px;
        line-height: 1.45;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__chips{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin: 0 0 17px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip{
        min-width: 0;
        min-height: 58px;
        justify-content: flex-start;
        gap: 7px;
        padding: 9px;
        border-radius: 12px;
        font-size: 11px;
        line-height: 1.2;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip svg{
        width: 17px;
        height: 17px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero{
        width: 100%;
        max-width: none;
        margin: 0 0 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-picker__head{
        align-items: center;
        flex-wrap: wrap;
        gap: 5px 10px;
        margin-bottom: 8px;
        font-size: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-options{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option{
        min-width: 0;
        min-height: 48px;
        grid-template-columns: 22px minmax(0, 1fr);
        gap: 8px;
        padding: 8px 9px;
        border-radius: 12px;
        color: #fff !important;
        border-color: rgba(255, 255, 255, .22) !important;
        background: rgba(255, 255, 255, .12) !important;
        box-shadow: none !important;
        -webkit-text-fill-color: #fff !important;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:hover,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option:focus-visible{
        border-color: rgba(201, 241, 167, .72) !important;
        background: rgba(255, 255, 255, .17) !important;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option.is-active,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero button.atl-color-option[aria-pressed="true"]{
        color: #fff !important;
        border-color: #b9ee8e !important;
        background: rgba(116, 184, 58, .34) !important;
        box-shadow: 0 0 0 2px rgba(185, 238, 142, .18) !important;
        -webkit-text-fill-color: #fff !important;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-picker--hero .atl-color-option__copy strong{
        font-size: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price{
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 7px 10px;
        margin: 0 0 16px;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price__current{
        font-size: clamp(31px, 9vw, 39px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price__old{
        font-size: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-price__badge{
        padding: 6px 8px;
        font-size: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions > .atl-btn--hero-secondary{
        grid-column: 1 / -1;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions > .atl-btn,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions > .atl-pay-links,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__actions button.atl-yandex-pay-image{
        width: 100%;
        min-width: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero button.atl-yandex-pay-image,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero button.atl-yandex-pay-image img{
        min-height: 50px;
        height: 50px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-secondary,
html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy{
        padding: 10px 12px;
        font-size: 13px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-btn--hero-buy{
        min-width: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__note{
        width: 100%;
        justify-content: flex-start;
        margin: 14px 0 0;
        color: rgba(255, 255, 255, .70);
        font-size: 11px;
        line-height: 1.4;
        text-align: left;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__discount{
        top: 14px;
        right: 14px;
        width: 60px;
        height: 60px;
        font-size: 16px;
    }

    /* Блок доверия 2 × 2 вместо четырёх длинных строк. */
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar{
        margin-top: 0;
        padding-top: 12px;
        background: #fff;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustbar__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem + .atl-trustitem,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(3),
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(4){
        min-width: 0;
        min-height: 118px;
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
        padding: 14px;
        border: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(even){
        border-left: 1px solid var(--atl-line);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem:nth-child(n+3){
        border-top: 1px solid var(--atl-line);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem__icon{
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem strong{
        font-size: 13px;
        line-height: 1.2;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-trustitem span{
        font-size: 11px;
        line-height: 1.3;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit-grid{
        gap: 14px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit{
        padding: 0;
        border-radius: 19px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__body{
        padding: 19px 18px 21px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-benefit__media picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-color-option__preview picture{
        width: 100%;
        height: 100%;
        display: block;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec-layout,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        gap: 30px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__frame{
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 50px 8px 18px;
        border-radius: 20px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch{
        top: 10px;
        width: calc(100% - 20px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-view-switch button{
        min-width: 0;
        flex: 1 1 0;
        padding: 9px 6px;
        font-size: 12px !important;
        white-space: nowrap;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step-list{
        margin: 22px 0 26px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step{
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-step__num{
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content > .atl-btn,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content > .atl-pay-links,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content button.atl-yandex-pay-image{
        width: 100%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-transform__content > .atl-pay-links{
        margin-top: 10px !important;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-dimensions{
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 42px 30px 42px 12px;
        border-radius: 20px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure{
        font-size: 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--height{
        top: 13%;
        right: 8px;
        bottom: 20%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-measure--width{
        right: 9%;
        bottom: 12px;
        left: 9%;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-specs{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec{
        min-width: 0;
        min-height: 88px;
        padding: 13px;
        border-radius: 13px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec__label{
        font-size: 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-spec__value{
        font-size: 15px;
        overflow-wrap: anywhere;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker{
        gap: 9px;
        margin: -8px auto 20px;
        padding: 12px;
        border-radius: 15px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-shell{
        width: 100%;
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-main{
        min-width: 0;
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 12px 7px;
        border-radius: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-thumbs{
        width: 100%;
        min-width: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-template-rows: none;
        gap: 7px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb{
        min-width: 0;
        min-height: 0;
        aspect-ratio: 4 / 3;
        padding: 3px;
        border-radius: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-thumb img{
        border-radius: 7px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-zoom{
        right: 10px;
        bottom: 10px;
        width: 40px;
        height: 40px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-nav{
        width: 44px;
        height: 44px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        padding: 22px 14px;
        border-radius: 22px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-copy{
        text-align: center;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-price{
        justify-content: center;
        margin: 18px 0 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-price strong{
        font-size: clamp(34px, 10vw, 44px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card{
        padding: 19px 14px;
        border-radius: 18px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card h3{
        font-size: 23px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card__sub{
        margin-bottom: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-field input{
        height: 50px;
        font-size: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-consent{
        gap: 9px;
        font-size: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-button{
        grid-template-columns: minmax(0, 1fr) 36px;
        gap: 10px;
        padding: 18px 0;
        font-size: 16px;
        line-height: 1.35;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-icon{
        width: 36px;
        height: 36px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-faq-panel{
        padding: 0 0 18px;
        font-size: 14px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip{
        padding: 26px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__inner{
        gap: 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones{
        width: 100%;
        gap: 8px 16px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-contact-strip__phones a{
        font-size: 17px;
    }

    /* Модальное окно — прокручиваемый нижний лист, удобный для экранной клавиатуры. */
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal{
        align-items: flex-end;
        padding: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__dialog{
        width: 100%;
        max-height: calc(100dvh - 8px);
        border-radius: 22px 22px 0 0;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual{
        min-height: 128px;
        max-height: 150px;
        padding: 10px 42px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__body{
        padding: 18px 14px calc(18px + env(safe-area-inset-bottom));
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__body h3{
        padding-right: 56px;
        font-size: 24px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__close{
        position: sticky;
        top: 10px;
        right: auto;
        width: 44px;
        height: 44px;
        margin: 10px 10px -54px auto;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-intent-chips{
        gap: 6px;
        margin: 13px 0 15px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-intent-chip{
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        padding: 8px 10px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox{
        padding: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure{
        margin: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure picture,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__figure img{
        max-height: calc(100dvh - 96px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-lightbox__nav{
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 48px;
        height: 48px;
    }

    /* Три компактных элемента помещаются даже на экране 320 px. */
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar{
        display: grid;
        grid-template-columns: minmax(72px, .85fr) minmax(82px, 1fr) minmax(90px, 1.08fr);
        align-items: center;
        gap: 6px;
        padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price{
        min-width: 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price span{
        overflow: hidden;
        font-size: 9px;
        line-height: 1.15;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar__price strong{
        overflow: hidden;
        font-size: clamp(15px, 4.8vw, 18px);
        line-height: 1.15;
        letter-spacing: -.02em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar .atl-btn,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar button.atl-yandex-pay-image,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar button.atl-yandex-pay-image img{
        width: 100%;
        min-width: 0;
        min-height: 44px;
        height: 44px;
        padding: 8px 6px;
        border-radius: 9px;
        font-size: 12px;
    }

    html.tpl-style-scope-cf839aac46 body.atl-modal-open #atlanta-landing .atl-mobile-bar{
        visibility: hidden;
        transform: translateY(120%);
    }
}

@media (max-width: 480px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-container{
        width: calc(100% - 20px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-section{
        padding: 44px 0;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-topline__facts > :not(:first-child){
        display: none;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero{
        padding-top: clamp(184px, 60vw, 226px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__media,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__shade{
        height: clamp(206px, 68vw, 254px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero__copy{
        padding: 18px 13px;
        border-radius: 19px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero h1{
        font-size: clamp(34px, 10.8vw, 42px);
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-hero .atl-chip{
        min-height: 56px;
        padding: 8px 7px;
        font-size: 10.5px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__label,
html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-color-picker__current{
        font-size: 12px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing button.atl-color-option--gallery{
        min-width: 0;
        padding: 8px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-gallery-thumbs{
        gap: 5px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-order-card{
        padding-right: 11px;
        padding-left: 11px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-form-card{
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 340px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-specs{
        grid-template-columns: 1fr;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar{
        grid-template-columns: 70px minmax(78px, 1fr) minmax(86px, 1.06fr);
        gap: 4px;
        padding-right: 6px;
        padding-left: 6px;
    }

    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-mobile-bar .atl-btn{
        font-size: 11px;
    }
}

@media (max-width: 767px) and (max-height: 650px){
    html.tpl-style-scope-cf839aac46 body #atlanta-landing .atl-modal__visual{
        display: none;
    }
}

