:root {
    --third-dark: #000;
    --third-accent: #068c21;
    --third-accent-2: #068c21;
    --third-bg: #fcfcfc;
    --third-card: #fff;
    --third-muted: rgba(0, 0, 0, 0.64);
    --third-border: rgba(0, 0, 0, 0.08);
    --third-ink: #000;
}

html {
    font-size: 18px;
}

body {
    font-size: 1rem;
}

a {
    text-decoration: none !important;
}

.third-ban_sec {
    width: 100%;
    margin: 0 0 44px;
}

.third-ban_img {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--third-border);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.third-ban_img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    filter: saturate(1.05);
}

.third-ban-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 48%, rgba(0, 0, 0, 0.05) 100%);
    display: flex;
    align-items: center;
    padding: 32px;
}

.third-ban-card {
    max-width: 520px;
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 22px;
    color: #fff;
    backdrop-filter: blur(2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.third-ban-pill {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(6, 140, 33, 0.16);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.3px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.third-ban-title {
    margin: 12px 0 10px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    text-transform: uppercase;
}

.third-ban-title span {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 2px;
    display: block;
}

.third-ban-sub {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.45;
}

.third-ban-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.third-ban-btn {
    display: inline-block;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
    font-size: 15px;
    padding: 12px 16px;
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.third-ban-btn.primary {
    background: linear-gradient(135deg, rgba(6, 140, 33, 0.95), rgba(6, 140, 33, 0.85));
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.third-ban-btn.secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.third-ban-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.third-ban-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.third-ban-stat {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 10px 12px;
}

.third-ban-stat strong {
    display: block;
    font-size: 20px;
    color: #fff;
}

.third-ban-stat span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 13px;
}

@media (max-width: 1024px) {
    .third-ban_img img {
        height: 440px;
    }
}

@media (max-width: 768px) {
    .third-ban-overlay {
        padding: 18px;
        align-items: flex-end;
    }
    .third-ban-card {
        max-width: 100%;
        padding: 18px;
    }
    .third-ban-title {
        font-size: 30px;
        line-height: 36px;
    }
    .third-ban-title span {
        font-size: 18px;
    }
}

@media (max-width: 540px) {
    .third-ban_img img {
        height: 360px;
    }
    .third-ban-title {
        font-size: 26px;
        line-height: 32px;
    }
    .third-ban-title span {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .third-ban-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .third-ban-btn {
        width: 100%;
        text-align: center;
    }
}

.third-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.third-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 28px;
    align-items: center;
    margin-bottom: 64px;
}

.third-hero-left h1 {
    font-size: 38px;
    margin: 0 0 14px;
    line-height: 1.2;
}

.third-lead {
    margin: 0 0 20px;
    color: var(--third-muted);
    font-size: 17px;
}

.third-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.third-pill {
    padding: 8px 12px;
    border-radius: 20px;
    background: rgba(6, 140, 33, 0.12);
    border: 1px solid rgba(6, 140, 33, 0.25);
    font-weight: 600;
    font-size: 13px;
}

.third-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.third-btn-primary,
.third-btn-ghost,
.third-btn-text {
    border: none;
    cursor: pointer;
    padding: 14px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.third-btn-primary {
    background: linear-gradient(135deg, rgba(6, 140, 33, 0.95), rgba(6, 140, 33, 0.8));
    color: #fff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.third-btn-ghost {
    background: #fff;
    border: 1px solid var(--third-border);
    color: var(--third-ink);
}

.third-btn-text {
    background: transparent;
    color: var(--third-accent);
    padding: 10px 0;
}

.third-btn-primary:hover,
.third-btn-ghost:hover,
.third-btn-text:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
}

.third-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.third-metric {
    background: var(--third-card);
    border: 1px solid var(--third-border);
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}

.third-metric strong {
    display: block;
    font-size: 22px;
    margin-bottom: 4px;
}

.third-metric span {
    color: var(--third-muted);
    font-size: 14px;
}

.third-hero-right {
    position: relative;
}

.third-hero-card {
    background: var(--third-card);
    border: 1px solid var(--third-border);
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.third-hero-tag {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(6, 140, 33, 0.1);
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px;
}

.third-hero-card img {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--third-border);
    display: block;
    margin-bottom: 12px;
}

.third-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 10px;
}

.third-label {
    color: var(--third-muted);
    font-size: 13px;
}

.third-value {
    font-weight: 700;
}

.third-section-head {
    text-align: left;
    margin-bottom: 18px;
}

.third-section-head h2 {
    margin: 0 0 8px;
    font-size: 32px;
}

.third-section-head p {
    margin: 0;
    color: var(--third-muted);
    font-size: 1.1rem;
}

.third-section-sub {
    line-height: 1.7;
}

.third-section-sub p {
    line-height: 1.7;
    margin-bottom: 16px;
    font-size: 1.05rem;
}

.third-section-sub p:last-child {
    margin-bottom: 0;
}

.third-steps {
    background: var(--third-card);
    border: 1px solid var(--third-border);
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
    margin-bottom: 46px;
}

.third-steps-list {
    display: grid;
    gap: 14px;
}

.third-step {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 12px;
    border: 1px dashed var(--third-border);
    background: rgba(6, 140, 33, 0.03);
    opacity: 0;
    transform: translateY(18px);
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.third-step.third-step-visible {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.third-step-index {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #068c21;
    font-weight: 800;
    color: #fff;
    transform: translateX(160%);
    transition: transform 1.2s ease;
    align-self: center;
    margin-left: auto;
    order: 2;
    animation: none;
}

.third-step > div:nth-child(2) {
    opacity: 0;
    transform: translateX(20px);
    visibility: hidden;
    transition: opacity 0.45s ease 1.6s, transform 0.45s ease 1.6s, visibility 0s linear 1.6s;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    flex: 1;
    order: 1;
}

.third-step-visible > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.third-step h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
}

.third-step p {
    margin: 0;
    color: var(--third-muted);
    font-size: 1.05rem;
}

@keyframes third-step-roll {
    0% {
        transform: translateX(160%) rotate(0deg);
    }
    80% {
        transform: translateX(-6%) rotate(-320deg);
    }
    100% {
        transform: translateX(0) rotate(-360deg);
    }
}

.third-step h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
}

.third-step p {
    margin: 0;
    color: var(--third-muted);
    font-size: 1.05rem;
}

.third-offers {
    margin-bottom: 46px;
}

.third-pricing {
    padding: 40px 0 10px;
}

.third-pricing-container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}

.third-pricing-title {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    color: #0f172a;
    margin-bottom: 32px;
    line-height: 1.2;
}

.third-pricing-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.third-pricing-card {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    background: #f2fbf5;
    border: 1px solid rgba(6, 140, 33, 0.28);
    transition: all 0.4s ease;
    transform: perspective(1000px);
}

.third-pricing-card:hover {
    transform: perspective(1000px) scale(0.98) translateZ(8px) rotateY(-6deg);
    border-color: #068c21;
    box-shadow: 0 14px 32px rgba(6, 140, 33, 0.18);
}

.third-pricing-card:hover .third-pricing-card-top {
    transform: perspective(1000px) translateZ(4px) scale(1.01) translateX(-10px) translateY(-8px);
    opacity: 0.95;
}

.third-pricing-card:hover .third-pricing-card-button a {
    transform: perspective(1000px) translateZ(4px) scale(1.01) translateX(-8px) translateY(4px);
}

.third-pricing-card-top {
    transition: all 0.4s ease;
    border-radius: 15px;
    background: #068c21;
    position: relative;
    padding: 18px 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    transform: perspective(1000px);
}

.third-pricing-card-title {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 60px;
}

.third-product-card .third-pricing-card-title {
    margin-bottom: 0;
}

.third-product-card-img {
    margin: 16px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(6, 140, 33, 0.2);
}

.third-product-card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.third-pricing-card-price {
    font-weight: 700;
    font-size: 22px;
    align-self: flex-end;
}

.third-pricing-card-price span {
    font-weight: 400;
    font-size: 13px;
}

.third-pricing-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.third-pricing-card-pluses {
    flex: 1;
    margin-bottom: 20px;
    display: grid;
    gap: 10px;
}

.third-pricing-card-plus {
    font-size: 17px;
    color: #444;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.third-pricing-card-plus-icon {
    margin-right: 10px;
    line-height: 1;
    color: #068c21;
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.third-pricing-card-plus-icon::before {
    content: "✓";
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.third-pricing-card-plus-text {
    display: flex;
    justify-content: flex-start;
}

.third-pricing-card-button {
    display: flex;
    justify-content: flex-end;
}

.third-pricing-card-button a {
    display: inline-flex;
    height: 40px;
    min-width: 140px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #068c21;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    transform: perspective(1000px);
}

.third-pricing-card-button a:hover {
    background: #06b02a;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.third-pricing-card_free {
    --third-accent: #068c21;
}

.third-pricing-card_premium {
    --third-accent: #068c21;
}

@property --third-gallery-rotation {
    syntax: "<number>";
    initial-value: 0;
    inherits: true;
}

@keyframes third-gallery-rotation {
    to { --third-gallery-rotation: 1 }
}

.third-gallery-wheel {
    margin: 28px 0 28px;
}

.third-gallery-wheel-wrap {
    display: grid;
    gap: 16px;
    place-items: center;
}

.third-gallery-orbit {
    --third-rotate-direction: 1;
    --third-rotate-duration: 20s;
    --third-item-size: 100%;
    --third-item-transition: 0.5s;
    width: min(80vmin, 800px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: grid;
    animation: third-gallery-rotation var(--third-rotate-duration) linear infinite;
    container-type: inline-size;
    isolation: isolate;
}

.third-gallery-orbit > img {
    --count: 10;
    --index: 0;
    box-sizing: border-box;
    grid-area: 1/1;
    width: calc(var(--third-item-size) / (1 + (1 / sin(180deg / var(--count)))));
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: calc(5cqi / var(--count)) solid #068c21;
    object-fit: cover;
    offset-path: border-box;
    offset-anchor: top center;
    offset-distance: calc((100% * (var(--index) / var(--count) + var(--third-gallery-rotation, 0))) * var(--third-rotate-direction));
    transform: rotate(calc(-360deg * var(--third-rotate-direction) * (var(--index) / var(--count) + var(--third-gallery-rotation, 0))));
    z-index: 0;
    transition:
            width var(--third-item-transition),
            filter var(--third-item-transition),
            z-index 0s calc(var(--third-item-transition) * var(--transition-delay-z, 1));
}

.third-gallery-orbit > img:hover {
    --transition-delay-z: 0;
    z-index: 1;
    width: 100%;
}

.third-gallery-orbit:has(img:hover) > img:not(:hover) {
    filter: grayscale(1);
}

.third-gallery-slider-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--third-ink);
    font-weight: 600;
}

.third-gallery-slider-wrap input[type="range"] {
    width: 240px;
    accent-color: #068c21;
}

.third-gallery-grid-section {
    margin: 28px 0 32px;
}

.third-gallery-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 150px;
    grid-auto-flow: row dense;
}

.third-gallery-grid--equal {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 260px;
    grid-auto-flow: row;
}

@media (min-width: 768px) {
    .third-gallery-grid--equal {
        grid-template-columns: repeat(4, 1fr);
    }
}

.third-gallery-item--eq {
    grid-row-end: span 1 !important;
    grid-column-end: span 1 !important;
}

.third-gallery-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: url("https://unistrade.kg/wp-content/uploads/2020/01/evroshtaketniki-7.jpg") center/cover no-repeat;
    color: #fff;
    box-shadow: -2px 2px 10px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    counter-increment: third-gallery-item;
    border-radius: 14px;
    overflow: hidden;
}

.third-gallery-item:nth-of-type(2) {
    background-image: url("https://metallprofil.kg/upload/resize_cache/iblock/75c/1441_1441_0/IMG_1525_2_.jpg");
}

.third-gallery-item:nth-of-type(3) {
    background-image: url("https://ruprofil56.ru/wp-content/uploads/2019/12/evroshtaketnik.jpg");
}

.third-gallery-item:nth-of-type(4) {
    background-image: url("https://artzabor.ru/wp-content/uploads/2023/01/DSCF0689_HDR-1.jpg");
}

.third-gallery-item:nth-of-type(5) {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRLK6qVzjf6e49GBz-ncM4A4xFL5ZREm4Pwdg&s");
}

.third-gallery-item:nth-of-type(6) {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQg9IN81AuwUCZNo2dwTbIo5GtOd5274SjZKQ&s");
}

.third-gallery-item:nth-of-type(7) {
    background-image: url("https://st29.stpulscen.ru/images/product/458/522/580_original.jpg");
}

.third-gallery-item:nth-of-type(8) {
    background-image: url("https://stroy-komplekt.org/wp-content/uploads/2022/04/evroshtaketnik.jpg");
}

.third-gallery-item:nth-of-type(9) {
    background-image: url("https://zabory-deshevo.ru/upload/iblock/670/ybrhqeas915whqthm884trq5u8bscbzy.jpg");
}

.third-gallery-item:nth-of-type(10) {
    background-image: url("https://solanis.by/assets/.thumbs/images/Gorizontalny-zabor/x-Gorizontalniy-metalloshtaket.22d.jpg");
}

.third-gallery-item:nth-of-type(11) {
    background-image: url("https://1кровельная.рф/UPLOAD/2022/06/24/4936eb02-4427-bd34-1dbf-8cbfb8c78c43-360.jpeg");
}

.third-gallery-item:nth-of-type(12) {
    background-image: url("https://unistrade.kg/wp-content/uploads/2020/01/evroshtaketniki-8.jpg");
}

.third-gallery-item:nth-of-type(13) {
    background-image: url("https://st3.stblizko.ru/images/product/276/381/004_big.jpg");
}

.third-gallery-item:nth-of-type(14) {
    background-image: url("https://eurasia-group.ru/upload/iblock/b7c/it1hc1pzpae4r0xl4paibaqgmdpfzucq/43-Production-of-euro-picket-fence-technology-and-equipment.jpg");
}

.third-gallery-item:nth-of-type(15) {
    background-image: url("https://vodostokstroy.ru/wp-content/uploads/2021/02/shtaketnik5.jpg");
}

.third-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease-in-out;
}

.third-gallery-item:hover {
    transform: scale(1.03);
}

.third-gallery-item:hover::after {
    opacity: 0;
}

.third-gallery-item--medium {
    grid-row-end: span 2;
}

.third-gallery-item--large {
    grid-row-end: span 3;
}

.third-gallery-item--full {
    grid-column-end: auto;
}

@media (min-width: 768px) {
    .third-gallery-item--full {
        grid-column: 1 / -1;
        grid-row-end: span 2;
    }
}

.third-gallery-item__details {
    position: relative;
    z-index: 1;
    padding: 15px;
    background: rgba(255, 255, 255, 0.92);
    color: #444;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.third-gallery-item__details::before {
    content: counter(third-gallery-item);
    font-weight: 800;
    color: #068c21;
}

@media (max-width: 640px) {
    .third-gallery-orbit {
        width: min(90vmin, 520px);
    }
}

.third-palette {
    margin-top: 32px;
    margin-bottom: 46px;
}

.third-munsell-chart {
    background: #111;
    color: #aaa;
    border-radius: 16px;
    padding: 18px;
    font-family: 'Roboto Condensed', 'Inter', system-ui, -apple-system, sans-serif;
}
.third-munsell-chart ::-webkit-scrollbar,
.third-munsell-grid::-webkit-scrollbar {
    height: 12px;
    background: #2a2a2a;
    border-radius: 6px;
}
.third-munsell-chart ::-webkit-scrollbar-thumb,
.third-munsell-grid::-webkit-scrollbar-thumb {
    background: #068c21;
    border-radius: 6px;
}
.third-munsell-chart ::-webkit-scrollbar-thumb:hover,
.third-munsell-grid::-webkit-scrollbar-thumb:hover {
    background: #06b02a;
}

.third-munsell-header {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.third-munsell-heading {
    font-weight: 200;
    margin: 0;
    color: #e5e7eb;
}

.third-munsell-select {
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.7em 1em;
    color: #e5e7eb;
    background: #1b1b1b;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
}
.third-munsell-select:focus { outline: 1px solid #444; }

.third-munsell-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}
.third-munsell-toggle input[type="checkbox"] {
    appearance: none;
    position: relative;
    width: 22px;
    height: 22px;
    background: #222;
    border: 1px solid #333;
    cursor: pointer;
}
.third-munsell-toggle input[type="checkbox"]:checked::after {
    content: 'check';
    font-family: 'Material Symbols Rounded';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24;
}

.third-munsell-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 60px;
    gap: 4px;
}
.third-munsell-grid > div {
    padding: 4px 6px;
    display: grid;
    justify-items: start;
    align-content: end;
    gap: 1px;
    background: #1a1a1a;
    border: 1px solid #222;
    border-radius: 4px;
}
.third-munsell-grid > div span {
    font-size: 1.05rem;
    cursor: pointer;
    user-select: all;
}
.third-munsell-grid > div ::selection {
    color: #e5e7eb;
    background: #111;
}

.third-munsell-footer { margin-top: 12px; }

.third-munsell-slider {
    appearance: none;
    width: 100%;
    background: transparent;
    cursor: pointer;
}
.third-munsell-slider::-webkit-slider-runnable-track,
.third-munsell-slider::-moz-range-track {
    height: 12px;
    background: #3a3a3a;
    border-radius: 6px;
}
.third-munsell-slider::-webkit-slider-thumb {
    appearance: none;
    margin-top: -7px;
    width: 28px;
    height: 28px;
    background: #068c21;
    outline: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.third-munsell-slider::-moz-range-thumb {
    appearance: none;
    width: 28px;
    height: 28px;
    background: #068c21;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.third-munsell-slider:hover::-webkit-slider-thumb,
.third-munsell-slider:hover::-moz-range-thumb {
    transform: scale(1.1);
    background: #06b02a;
}

.third-lead-section {
    margin-bottom: 46px;
}

.third-lead-card {
    background: var(--third-card);
    border: 1px solid var(--third-border);
    border-radius: 18px;
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.third-bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.third-bullets span {
    padding: 8px 12px;
    border-radius: 12px;
    background: rgba(6, 140, 33, 0.08);
    border: 1px solid rgba(6, 140, 33, 0.2);
    font-weight: 600;
    font-size: 13px;
}

.third-form {
    background: #f9fbfd;
    border-radius: 14px;
    border: 1px solid var(--third-border);
    padding: 16px;
    display: grid;
    gap: 10px;
}

.third-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.third-input,
.third-select,
.third-textarea {
    width: 100%;
    padding: 12px 12px;
    border-radius: 10px;
    border: 1px solid var(--third-border);
    background: #fff;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.third-input:focus,
.third-select:focus,
.third-textarea:focus {
    outline: none;
    border-color: var(--third-accent);
    box-shadow: 0 0 0 3px rgba(6, 140, 33, 0.15);
}

.third-textarea {
    min-height: 110px;
    resize: vertical;
}

.third-form-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.third-hint {
    color: var(--third-muted);
    font-size: 13px;
    margin: 0;
}

.third-faq-wrap {
    margin-top: 56px;
    margin-bottom: 20px;
}

.third-faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

.third-faq-card {
    background: var(--third-card);
    border: 1px solid var(--third-border);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.third-faq-card h4 {
    margin: 0 0 6px;
}

.third-faq-card p {
    margin: 0;
    color: var(--third-muted);
}

.third-floating {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: linear-gradient(135deg, rgba(6, 140, 33, 0.95), rgba(6, 140, 33, 0.8));
    color: #fff;
    padding: 12px 16px;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: 700;
    border: none;
}

.third-floating:hover {
    transform: translateY(-2px);
}

.third-animate {
    position: relative;
}

@media (max-width: 1000px) {
    .third-hero {
        grid-template-columns: 1fr;
    }

    .third-hero-left h1 {
        font-size: 32px;
    }

    .third-lead-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .third-steps-list {
        grid-template-columns: 1fr;
    }

    .third-step {
        grid-template-columns: 1fr;
    }

    .third-price-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── "Дополнительно к" & "Смотрите также" blocks ────────────────────── */

.em-also {
    margin-bottom: 44px;
}

.em-also__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ── Shared card base ── */
.em-also__card {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

.em-also__card:hover {
    transform: translateY(-4px);
}

.em-also__card-body {
    flex: 1;
    padding: 20px 20px 14px;
}

.em-also__card-title {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--third-ink);
}

.em-also__card-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--third-muted);
}

.em-also__card-btn {
    display: block;
    margin: 0 20px 20px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background 0.18s ease, color 0.18s ease;
    cursor: pointer;
}

/* ── "Дополнительно к" card style — clean with left accent border ── */
.em-also--additional .em-also__card {
    background: #fff;
    border: 1px solid var(--third-border);
    border-left: 4px solid var(--third-accent);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.em-also--additional .em-also__card:hover {
    box-shadow: 0 10px 28px rgba(6, 140, 33, 0.14);
}

.em-also--additional .em-also__card-btn {
    background: var(--third-accent);
    color: #fff;
}

.em-also--additional .em-also__card-btn:hover {
    background: #056b1a;
}

/* ── "Смотрите также" card style — soft tinted header stripe ── */
.em-also--see-also .em-also__card {
    background: #fff;
    border: 1px solid var(--third-border);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
}

.em-also--see-also .em-also__card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.13);
}

.em-also--see-also .em-also__card-tag {
    display: inline-block;
    margin: 16px 20px 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(6, 140, 33, 0.1);
    color: var(--third-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.em-also--see-also .em-also__card-body {
    padding-top: 10px;
}

.em-also--see-also .em-also__card-btn {
    background: transparent;
    color: var(--third-accent);
    border: 1.5px solid var(--third-accent);
}

.em-also--see-also .em-also__card-btn:hover {
    background: var(--third-accent);
    color: #fff;
}

@media (max-width: 768px) {
    .em-also__grid {
        grid-template-columns: 1fr;
    }
}

/* ── Обратная связь (внизу страницы) ──────────────────────────────────── */
.em-feedback {
    margin-top: 48px;
    margin-bottom: 56px;
    padding: 48px 24px;
    background: linear-gradient(180deg, rgba(6, 140, 33, 0.06) 0%, rgba(6, 140, 33, 0.02) 100%);
    border: 1px solid rgba(6, 140, 33, 0.18);
    border-radius: 20px;
    text-align: center;
}

.em-feedback__inner {
    max-width: 560px;
    margin: 0 auto;
}

.em-feedback__title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 800;
    color: var(--third-ink);
}

.em-feedback__sub {
    margin: 0 0 28px;
    font-size: 1.05rem;
    color: var(--third-muted);
    line-height: 1.5;
}

.em-feedback__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 24px;
    margin-bottom: 28px;
}

.em-feedback__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--third-border);
    color: var(--third-ink);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.em-feedback__link:hover {
    background: rgba(6, 140, 33, 0.08);
    border-color: rgba(6, 140, 33, 0.35);
    color: var(--third-accent);
    transform: translateY(-1px);
}

.em-feedback__link--mail::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23068c21' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.em-feedback__link--wa::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2325D366'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

.em-feedback__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(6, 140, 33, 0.95), rgba(6, 140, 33, 0.85));
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 8px 24px rgba(6, 140, 33, 0.3);
}

.em-feedback__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(6, 140, 33, 0.4);
}

@media (max-width: 640px) {
    .em-feedback {
        padding: 32px 16px;
    }
    .em-feedback__contacts {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .em-feedback__link {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}