/* Holod72 site-specific styles. Keep this file loaded after UIkit. */

.section-0 {
    background-color: #ffffff;
    border-bottom: solid 1px #636b6f;
}

.section-0 li {
    display: inline-block;
}

.section-0 a {
    color: #000000;
}

@media all and (max-width: 640px) {
    .section-0 {
        font-size: 14px;
    }
}

.section-1 {
    background-image: url("/img/bg_holod.jpg");
}

.section-3 {
    background-color: #f9f9f9;
}

.section-5 {
    background-color: #f9f9f9;
}

.section-6 {
    background-color: #efefef;
}

.section-7 {
    background-color: #717775;
    color: #ffffff;
}

.section-7 .app-title {
    color: #ffffff;
}

.section-8 a img {
    border: solid 1px #cecece;
}

.section-11 {
    background-image: url("/img/header.jpg");
}

.section-11_1 {
    background-image: url("/Km_torg/img/head.jpg");
}

.section-13 {
    background-color: #efefef;
}

.section-14 {
    background-color: #292a29;
    color: #ffffff;
}

.section-14 a {
    color: #ffffff;
}

.uk-button {
    border-radius: 20px;
}

.uk-border-circle {
    border: solid 1px #cecece;
}

.uk-alert {
    font-family: 'Montserrat', sans-serif;
}

* {
    font-family: 'Montserrat', sans-serif;
}

.app-title {
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

@media all and (max-width: 640px) {
    .app-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.app-title-small {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
}

@media all and (max-width: 640px) {
    .app-title-small {
        font-size: 24px;
        line-height: 30px;
    }
}

.app-ul {
    font-size: 22px;
    line-height: 70px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

.app-ul li {
    display: block;
}

@media all and (max-width: 640px) {
    .app-ul {
        padding-left: 10px;
        font-size: 16px;
        line-height: 32px;
    }
}

.app-text {
    font-size: 20px;
    line-height: 34px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

@media all and (max-width: 640px) {
    .app-text {
        font-size: 14px;
        line-height: 22px;
    }
}

.app-text-small {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

@media all and (max-width: 640px) {
    .app-text-small {
        font-size: 12px;
        line-height: 20px;
    }
}

.app-text-xs {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
}

@media all and (max-width: 640px) {
    .app-text-xs {
        font-size: 10px;
        line-height: 18px;
    }
}

.app-cart {
    margin: 140px 40px 0 0;
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 640px) {
    .app-cart {
        margin: 170px 10px 0 0;
    }
}

.app-cart:hover {
    cursor: pointer;
    margin: 139px 39px 0 0;
    width: 72px;
    height: 72px;
    border: solid 1px #cecece;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 640px) {
    .app-cart:hover {
        margin: 169px 9px 0 0;
    }
}

.app-transparent-white {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.7);
}

.app-transparent-black {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.app-background-white {
    color: #000000;
    background-color: #ffffff;
}

.app-underline-no {
    text-decoration: none;
}

.app-underline-yes {
    text-decoration: underline;
}

/* 2026 visual refresh */
:root {
    --brand-primary: #3f454d;
    --brand-primary-dark: #17191c;
    --brand-primary-soft: #f3f4f5;
    --brand-accent: #24272b;
    --brand-accent-dark: #111315;
    --text-primary: #202327;
    --text-secondary: #6b7077;
    --surface: #ffffff;
    --surface-muted: #f7f7f6;
    --border-color: #e5e7e8;
    --focus-ring: rgba(32, 35, 39, 0.18);
    --radius-small: 10px;
    --radius-medium: 16px;
    --radius-large: 24px;
    --shadow-small: 0 4px 14px rgba(21, 24, 28, 0.08);
    --shadow-medium: 0 14px 36px rgba(21, 24, 28, 0.12);
}

html {
    color: #000000;
    background: var(--surface);
    scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
    min-width: 320px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-primary);
    background: var(--surface);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a {
    color: var(--brand-primary);
    text-underline-offset: 3px;
    transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

a:hover {
    color: var(--brand-primary-dark);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.app-title,
.app-title-small {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-wrap: balance;
}

.app-title {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2rem, 4vw, 3.25rem);
    font-weight: 400;
    line-height: 1.12;
}

.app-title-small {
    font-size: clamp(1.5rem, 3vw, 2.15rem);
    line-height: 1.2;
}

.app-text {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.55;
}

.app-text-small {
    font-size: 0.95rem;
    line-height: 1.55;
}

.app-text-xs {
    color: var(--text-secondary);
    font-size: 0.78rem;
    line-height: 1.4;
}

.uk-section {
    padding-top: clamp(48px, 6vw, 76px);
    padding-bottom: clamp(48px, 6vw, 76px);
}

.uk-container {
    padding-right: clamp(18px, 3vw, 32px);
    padding-left: clamp(18px, 3vw, 32px);
}

.section-0 {
    z-index: 980;
    border-bottom: 1px solid #636b6f;
    background: #ffffff;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.section-0 .uk-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.section-0 .uk-grid {
    align-items: center;
}

.section-0 ul {
    margin: 2px 0;
    padding: 0;
    list-style: none;
}

.section-0 li {
    vertical-align: middle;
    color: #666666;
    line-height: 1.5;
}

.section-0 a {
    color: #000000;
    font-weight: 400;
}

.section-0 a:hover {
    color: #000000;
    background: transparent;
    text-decoration: none;
}

.section-0 .app-text {
    color: var(--text-primary);
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.section-1,
.section-11,
.section-11_1 {
    background-position: center;
    background-size: cover;
}

.section-2,
.section-5 {
    background: var(--surface);
}

.section-3,
.section-6,
.section-13 {
    background: var(--surface-muted);
}

.app-transparent-white {
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.uk-card {
    height: 100%;
    border: 1px solid rgba(32, 35, 39, 0.1);
    border-radius: var(--radius-medium);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-small);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.uk-card:hover {
    border-color: rgba(32, 35, 39, 0.22);
    box-shadow: var(--shadow-medium);
    transform: translateY(-2px);
}

.uk-inline-clip.uk-transition-toggle {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-medium);
    background: var(--surface);
    box-shadow: var(--shadow-small);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.uk-inline-clip.uk-transition-toggle:hover {
    box-shadow: var(--shadow-medium);
    transform: translateY(-3px);
}

.uk-inline-clip.uk-transition-toggle > a:first-child img {
    width: 100%;
    border-radius: var(--radius-medium) var(--radius-medium) 0 0;
}

.uk-button {
    min-height: 44px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    line-height: 42px;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.uk-button:hover {
    box-shadow: var(--shadow-small);
    transform: translateY(-1px);
}

.uk-button:active {
    transform: translateY(0);
}

.uk-button-primary,
.uk-button-secondary {
    color: #ffffff;
    background: var(--brand-primary);
}

.uk-button-primary:hover,
.uk-button-secondary:hover {
    color: #ffffff;
    background: var(--brand-primary-dark);
}

.uk-button-danger {
    color: #ffffff;
    background: var(--brand-accent);
}

.uk-button-danger:hover {
    color: #ffffff;
    background: var(--brand-accent-dark);
}

.uk-button-default {
    border-color: var(--border-color);
    color: var(--text-primary);
    background: var(--surface);
}

.app-cart,
.app-cart:hover {
    position: fixed !important;
    top: auto;
    right: 24px;
    bottom: 24px;
    z-index: 1050;
    width: 60px;
    height: 60px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    background: var(--brand-accent);
    box-shadow: 0 12px 28px rgba(21, 24, 28, 0.25);
    transform: none;
}

.app-cart:hover {
    background: var(--brand-accent-dark);
    box-shadow: 0 16px 32px rgba(21, 24, 28, 0.32);
    transform: translateY(-2px);
}

.app-cart svg,
.app-cart svg * {
    stroke: currentColor;
}

.uk-input,
.uk-select,
.uk-textarea {
    border: 1px solid #d7d9dc;
    border-radius: var(--radius-small);
    color: var(--text-primary);
    background: #ffffff;
    box-shadow: inset 0 1px 2px rgba(21, 24, 28, 0.03);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.uk-input,
.uk-select {
    min-height: 48px;
}

.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
    border-color: var(--brand-primary);
    box-shadow: 0 0 0 4px var(--focus-ring);
}

.uk-checkbox,
.uk-radio {
    accent-color: var(--brand-primary);
}

.uk-modal {
    background: rgba(21, 24, 28, 0.62);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.uk-modal-dialog {
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-large);
    background-clip: padding-box;
    box-shadow: 0 28px 70px rgba(21, 24, 28, 0.28);
}

.uk-modal-header,
.uk-modal-footer {
    border-color: var(--border-color);
    background: var(--surface-muted);
}

.uk-accordion-title {
    padding: 15px 18px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-small);
    color: var(--text-primary);
    background: var(--surface);
    font-weight: 650;
}

.uk-accordion-content {
    margin-top: 8px;
    padding: 2px 18px 14px;
    color: var(--text-secondary);
}

.section-14 {
    background: #202327;
}

.section-14 a {
    color: #d2d4d7;
}

.section-14 a:hover {
    color: #ffffff;
}

/* Price tables */
.price-summary-table,
.price-list-table,
.price-detail-table,
.price-installation-table {
    width: 100%;
    margin: 24px 0;
    overflow: visible;
    border: 1px solid var(--border-color);
    border-spacing: 0;
    border-collapse: separate;
    border-radius: var(--radius-medium);
    color: var(--text-primary);
    background: var(--surface);
    box-shadow: var(--shadow-small);
}

.price-summary-table th,
.price-list-table th,
.price-detail-table th,
.price-installation-table th,
.price-installation-options th {
    padding: 15px 16px;
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    background: var(--brand-primary);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center !important;
    vertical-align: middle;
    text-transform: none;
    letter-spacing: 0.01em;
}

.price-summary-table th > span[style*="font-size"],
.price-list-table th > span[style*="font-size"],
.price-detail-table th > span[style*="font-size"],
.price-installation-table th > span[style*="font-size"],
.price-installation-options th > span[style*="font-size"] {
    font-size: inherit !important;
}

.price-summary-table td,
.price-list-table td,
.price-detail-table td,
.price-installation-table > tbody > tr > td,
.price-installation-options td {
    padding: 16px;
    border-color: var(--border-color);
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.price-summary-table tr:nth-child(even) td,
.price-list-table tbody tr:nth-child(even) td,
.price-detail-table tbody tr:nth-child(even) td,
.price-installation-table > tbody > tr:nth-child(even) > td {
    background: #fafafa;
}

.price-detail-table.uk-table-hover tbody tr:hover,
.price-installation-table.uk-table-hover tbody tr:hover {
    background: #f3f4f5;
}

.price-summary-table {
    table-layout: fixed;
}

.price-summary-table td {
    color: var(--brand-primary-dark);
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

.price-list-table {
    table-layout: fixed;
}

.price-list-table th:first-child,
.price-list-table td:first-child {
    width: 68%;
    text-align: left !important;
}

.price-list-table th:last-child,
.price-list-table td:last-child {
    width: 32%;
    text-align: center !important;
}

.price-list-table td:last-child {
    color: var(--brand-primary-dark);
    font-weight: 600;
}

.price-list-table--parts th:first-child,
.price-list-table--parts td:first-child {
    width: 42%;
}

.price-list-table--parts th:nth-child(2),
.price-list-table--parts td:nth-child(2) {
    width: 23%;
    text-align: center !important;
}

.price-list-table--parts th:nth-child(3),
.price-list-table--parts td:nth-child(3) {
    width: 35%;
    text-align: left !important;
}

.price-list-table--parts td:nth-child(2) {
    color: var(--brand-primary-dark);
    font-weight: 600;
}

.price-detail-table {
    min-width: 760px;
    table-layout: fixed;
    font-size: 0.92rem;
}

.price-detail-table th:first-child,
.price-detail-table td:first-child {
    width: 34%;
    text-align: left !important;
}

.price-detail-table th:nth-child(2),
.price-detail-table td:nth-child(2) {
    width: 19%;
    text-align: center !important;
}

.price-detail-table th:nth-child(3),
.price-detail-table td:nth-child(3) {
    width: 47%;
    text-align: left !important;
}

.price-detail-table tbody td:nth-child(2) {
    color: var(--brand-primary-dark);
    font-weight: 600;
    white-space: nowrap;
}

.price-detail-table tbody td:first-child,
.price-detail-table tbody td:nth-child(3) {
    vertical-align: top;
    white-space: normal;
}

.price-detail-table--parts {
    min-width: 900px;
}

.price-detail-table--parts th:first-child,
.price-detail-table--parts td:first-child {
    width: 22%;
}

.price-detail-table--parts th:nth-child(2),
.price-detail-table--parts td:nth-child(2) {
    width: 28%;
    text-align: left !important;
}

.price-detail-table--parts th:nth-child(3),
.price-detail-table--parts td:nth-child(3) {
    width: 18%;
    text-align: center !important;
}

.price-detail-table--parts th:nth-child(4),
.price-detail-table--parts td:nth-child(4) {
    width: 32%;
    text-align: left !important;
}

.price-detail-table--parts tbody td:nth-child(2) {
    color: var(--text-primary);
    font-weight: 400;
}

.price-detail-table--parts tbody td:nth-child(3) {
    color: var(--brand-primary-dark);
    font-weight: 600;
    white-space: nowrap;
    vertical-align: middle;
}

.price-detail-table--parts tbody td:nth-child(2),
.price-detail-table--parts tbody td:nth-child(4) {
    vertical-align: top;
    white-space: normal;
}

.price-detail-table--parts tbody td[rowspan] {
    vertical-align: middle;
    font-weight: 500;
    background: var(--surface-muted);
}

.price-detail-table--parts tbody tr > td:first-child:nth-last-child(3) {
    width: 28%;
    color: var(--text-primary);
    font-weight: 400;
    text-align: left !important;
    white-space: normal;
    vertical-align: top;
}

.price-detail-table--parts tbody tr > td:first-child:nth-last-child(3) + td {
    width: 18%;
    color: var(--brand-primary-dark);
    font-weight: 600;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
}

.price-detail-table--parts tbody tr > td:first-child:nth-last-child(3) + td + td {
    width: 32%;
    color: var(--text-primary);
    font-weight: 400;
    text-align: left !important;
    white-space: normal;
    vertical-align: top;
}

.price-detail-table--compact th:first-child,
.price-detail-table--compact td:first-child {
    width: 27%;
}

.price-detail-table--compact th:nth-child(2),
.price-detail-table--compact td:nth-child(2) {
    width: 51%;
    text-align: left !important;
}

.price-detail-table--compact th:nth-child(3),
.price-detail-table--compact td:nth-child(3) {
    width: 22%;
    text-align: center !important;
}

.price-detail-table--compact tbody td:nth-child(2) {
    color: var(--text-primary);
    font-weight: 400;
}

.price-detail-table--compact tbody td:nth-child(3) {
    color: var(--brand-primary-dark);
    font-weight: 600;
    white-space: normal;
    vertical-align: middle;
}

.price-detail-table tfoot td,
.price-installation-table tfoot td {
    padding: 14px 16px;
    color: var(--text-secondary);
    background: #f2f2f1;
    font-size: 0.82rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.price-installation-table {
    min-width: 760px;
    table-layout: fixed;
}

.price-installation-table > thead > tr > th:first-child,
.price-installation-table > tbody > tr > td:first-child {
    width: 42%;
    text-align: left !important;
}

.price-installation-table > thead > tr > th:last-child,
.price-installation-table > tbody > tr > td:last-child {
    width: 58%;
    text-align: center !important;
}

.price-installation-options {
    width: 100%;
    margin: 0;
    border: 1px solid var(--border-color);
    border-spacing: 0;
    border-collapse: separate;
    border-radius: var(--radius-small);
    background: var(--surface);
}

.price-installation-options th,
.price-installation-options td {
    padding: 10px 8px;
    text-align: center;
}

.price-installation-options td {
    color: var(--brand-primary-dark);
    font-weight: 600;
}

@media (max-width: 959px) {
    .uk-card:hover,
    .uk-inline-clip.uk-transition-toggle:hover {
        transform: none;
    }
}

@media (max-width: 640px) {
    body {
        font-size: 15px;
    }

    .uk-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .app-title {
        font-size: clamp(1.75rem, 9vw, 2.3rem);
        line-height: 1.16;
    }

    .section-0 {
        font-size: 13px;
    }

    .app-cart,
    .app-cart:hover {
        right: 16px;
        bottom: 16px;
        width: 54px;
        height: 54px;
    }

    .uk-button {
        min-height: 46px;
        padding: 0 20px;
        line-height: 44px;
    }

    .uk-modal-dialog {
        border-radius: var(--radius-medium);
    }

    .price-summary-table,
    .price-list-table {
        font-size: 0.82rem;
    }

    .price-summary-table th,
    .price-summary-table td,
    .price-list-table th,
    .price-list-table td {
        padding: 12px 9px;
    }

    .price-detail-table,
    .price-installation-table {
        font-size: 0.86rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
