/* PROLINE 2026 design preview. Loaded only on the isolated preview host. */
:root {
    --proline-navy: #064e7a;
    --proline-blue: #087fb8;
    --proline-accent: #159dd1;
    --proline-page: #eef4f7;
    --proline-card: #fff;
    --proline-text: #24313a;
    --proline-muted: #647681;
    --proline-border: #d6e2e8;
}

* { box-sizing: border-box; }
html { background: var(--proline-page); }
html, body { min-width: 0; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--proline-text);
    background: linear-gradient(#c8e2ed 0, var(--proline-page) 310px) fixed;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
body, body *, body input, body button, body select, body textarea, body table {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
img { max-width: 100%; height: auto; }
a { color: var(--proline-navy); }

.preview-notice {
    position: relative;
    z-index: 50;
    min-height: 24px;
    padding: 5px 16px;
    color: #fff;
    background: #073f6a;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.wrap { width: min(96%, 1440px); }
.wrap#global { min-width: 0; padding: 12px 0 0; }

#top-panel {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    background: var(--proline-blue);
    box-shadow: 0 8px 24px rgba(6, 78, 122, .16);
}
#top-panel #top {
    min-height: 176px;
    height: auto;
    padding: 14px 16px;
    background-color: var(--proline-navy);
    background-position: right bottom;
}
#top-panel #top { position: relative; }
#top-panel #logo { position: absolute; left: 18px; top: 16px; z-index: 2; }
#top-panel #logo + div { position: absolute; left: 270px; top: 15px; z-index: 2; }
#top-panel #logo + div + div { position: absolute; top: 8px; right: 16px; width: 360px; z-index: 4; }
#top-panel #logo + div + div > div:first-child { display: flex !important; height: 48px !important; align-items: flex-start; justify-content: flex-end; gap: 8px; }
#top-panel #logo + div + div .selector, #top-panel #fb { float: none; }
#top-panel .preview-header-search {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 6px;
    height: 42px !important;
    padding: 0 !important;
    z-index: 1;
}
#top-panel .preview-header-search > span:first-child { width: 100% !important; }
#top-panel .preview-header-search > span:last-child { display: none !important; }
#top-panel .preview-header-search input.search {
    height: 42px;
    padding: 0 20px 0 46px;
    border: 0;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
}
.preview-languages { display: flex; gap: 16px; padding: 10px 8px; }
.preview-languages a { color: #fff; font-size: 12px; font-weight: 600; text-decoration: none; }
#top-panel #logo { padding: 12px 0 0; margin-right: 24px; }
#top-panel #logo img { width: 230px; max-height: 62px; object-fit: contain; }
#top-panel #fb { padding-top: 8px; }
#top-panel #fb .button,
#top-panel #fb .reg {
    min-height: 38px;
    margin: 3px 4px;
    padding: 10px 16px;
    border: 0;
    border-radius: 7px;
    line-height: 18px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
#top-panel #fb .button { background: linear-gradient(#1ba6dc, var(--proline-blue)); }
#top-panel #fb .button.black { background: linear-gradient(#3b4650, #12181d); }
#top-panel #fb .reg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #159dd1, #087fb8);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
    white-space: nowrap;
}
#top-panel #fb .reg:hover,
#top-panel #fb .reg:focus-visible { background: #16a7dc; outline: 2px solid rgba(255,255,255,.9); outline-offset: 2px; }
#top-panel #cart-info {
    width: 160px;
    min-width: 160px;
    height: 42px;
    min-height: 42px;
    margin: 5px 10px 0 0;
    padding: 0;
    border: 0;
    border-radius: 22px;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease;
}
#top-panel #cart-info:hover,
#top-panel #cart-info:focus-visible { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0,0,0,.18); outline: 2px solid rgba(255,255,255,.85); outline-offset: 2px; }
#top-panel #cart-info.has-items { background-color: #e8f7ff; }
#top-panel #cart-info > div {
    overflow: hidden;
    padding: 13px 12px 11px 42px !important;
    color: var(--proline-text);
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#top-panel #controls {
    min-height: 42px;
    height: auto;
    border-top: 3px solid #fff;
    background: var(--proline-navy);
    line-height: normal;
}
#top-panel #controls > ul.primary {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}
#top-panel #controls > ul.primary > li { flex: 1 1 auto; }
#top-panel #controls > ul.primary > li > a {
    display: flex;
    min-height: 42px;
    padding: 8px 10px;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
}
#top-panel #controls > ul.primary > li > a:hover,
#top-panel #controls > ul.primary > li.active > a { background: var(--proline-accent); }

.mobile-nav-toggle, .mobile-catalog-toggle { display: none; }
.preview-mobile-registration, .preview-mobile-account { display: none; }
#header-clear { margin-bottom: 10px; }
.colwrap { float: none; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 14px; width: 100%; }
.colwrap .lcol { float: none; width: auto; margin: 0; }
.colwrap .centercol { min-width: 0; margin: 0; overflow: visible; }
.colwrap .lcol .menu {
    overflow: hidden;
    border: 1px solid var(--proline-border);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(36, 49, 58, .06);
}
.colwrap .lcol .menu_container a { color: var(--proline-text); text-decoration: none; }
.colwrap .lcol .sub_cat_name {
    min-height: 38px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--proline-border);
    background: #fff;
    font-size: 12px;
    line-height: 17px;
}
.colwrap .lcol .menu_container a:hover .sub_cat_name { background: #e8f5fb; color: var(--proline-navy); }
.preview-secondary-category { display: none; }
.show-secondary > .preview-secondary-category { display: block; }
.preview-more-categories {
    width: 100%;
    min-height: 38px;
    margin-top: 7px;
    padding: 8px 10px;
    border: 1px solid #9cc8dc;
    border-radius: 7px;
    color: var(--proline-navy);
    background: #eef8fc;
    font: inherit;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.preview-more-categories::after { content: "+"; float: right; font-size: 18px; line-height: 16px; }
.preview-more-categories[aria-expanded="true"]::after { content: "−"; }
.preview-more-categories:hover, .preview-more-categories:focus-visible { background: #dff2fa; outline: 2px solid rgba(8,134,190,.3); outline-offset: 1px; }

.centercol > form:first-child,
.centercol .search_module {
    overflow: hidden;
    border: 1px solid var(--proline-border);
    border-radius: 10px;
    background: #fff;
}
.centercol input[type="text"], .centercol input[type="search"] { min-height: 42px; max-width: 100%; }
.centercol input[type="submit"], .centercol button {
    min-height: 42px;
    border: 0;
    color: #fff;
    background: var(--proline-blue);
    font-weight: 600;
}
.menu_header, .category_header {
    min-height: 38px;
    height: auto;
    padding: 9px 14px;
    border: 1px solid var(--proline-border);
    color: var(--proline-navy);
    background: #e8f2f6;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.centercol .menu_header { display: none !important; }
.centercol .content_heading { display: none !important; }
.centercol > table,
.centercol > div:not(.clear) {
    max-width: 100%;
}
.centercol table.tab {
    overflow: hidden;
    border: 1px solid var(--proline-border);
    border-radius: 10px;
    background: var(--proline-card);
    box-shadow: 0 4px 16px rgba(36, 49, 58, .06);
}
.centercol table.tab td { padding: 16px; }
.centercol h1, .centercol h2, .centercol h3 { color: var(--proline-text); }
.centercol p, .centercol li, .centercol td { font-size: 14px; line-height: 1.55; }

.preview-breadcrumb { margin: 0 0 10px !important; padding: 4px 8px !important; }
.preview-contact-page {
    min-height: 520px;
    padding: 38px clamp(24px, 7vw, 110px);
    border: 1px solid var(--proline-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(27, 55, 72, .10);
}
.contact-intro { text-align: center; }
.contact-intro img { width: 230px; margin-bottom: 8px; }
.contact-intro h1 { display: none; }
.contact-intro > strong { display: block; margin: 6px 0 8px; color: var(--proline-text); font-size: clamp(22px, 2vw, 28px); font-weight: 700; letter-spacing: -.35px; }
.contact-intro p { margin: 6px 0 28px; }
.contact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.contact-columns > * { padding: 0 42px; }
.contact-columns > :first-child { border-right: 1px solid var(--proline-border); }
.contact-section h2 { margin: 0 0 18px; color: #064e7a; font-size: 17px; }
.bank-row { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--proline-border); }
.bank-row:last-child { border-bottom: 0; }
.bank-row > span {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    overflow: hidden;
    border-radius: 50%;
    color: transparent;
    background: #0876ad;
    font-size: 0;
}
.bank-row p, .contact-section p { margin: 0; }
.contact-side .contact-section { margin-bottom: 34px; }
.contact-section a { color: #07558d; }

#footer {
    margin-top: 28px;
    padding: 10px 0;
    border-top: 0;
    background: var(--proline-navy);
}
#footer .wrap { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: flex-start; }
#footer #footer-left, #footer #footer-right { float: none; width: auto; padding: 10px; }
#footer #footer-right { margin-left: auto; }
.preview-footer { width: min(calc(100% - 32px), 1180px) !important; margin: 0 auto; padding: 6px 0; justify-content: space-between; color: #fff; font-size: 12px; line-height: 1.55; }
.preview-footer a { color: #fff; }
.preview-footer-copy { width: 100%; text-align: center; }
.preview-footer-row { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto auto; gap: 22px; align-items: center; }
.preview-footer-row .preview-footer-copy { width: auto; white-space: nowrap; }
.preview-footer-banners { display: flex; gap: 6px; align-items: center; justify-content: flex-end; }
.preview-footer-banners > a, .preview-footer-banners > span { display: flex; box-sizing: border-box; width: 88px; height: 34px; padding: 3px; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; background: #fff; }
.preview-footer-banners img { display: block; max-width: 100%; width: auto; height: 27px; object-fit: contain; }
.preview-footer-cards { display: inline-flex; gap: 4px; margin-left: 10px; vertical-align: middle; }
.preview-footer-cards img {
    display: block;
    box-sizing: content-box;
    width: 43px;
    height: 22px;
    padding: 2px 3px;
    border-radius: 3px;
    background: #fff;
    object-fit: contain;
}
.preview-footer-legal a,
.preview-footer-legal .preview-phone-desktop { text-decoration: underline; text-underline-offset: 2px; }
.preview-phone-mobile { display: none; }
.preview-footer-legal { white-space: nowrap; }
.preview-footer-main { display: grid; width: 100%; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.preview-footer-partners { display: flex; flex: 0 0 auto; gap: 8px; align-items: center; }
.preview-footer-partners a { display: flex; width: 96px; height: 34px; padding: 2px; align-items: center; justify-content: center; overflow: hidden; border-radius: 4px; background: #fff; }
.preview-footer-partners img { display: block; width: 88px; height: 30px; object-fit: contain; }
.preview-footer-payments { align-self: center; font-size: 19px; font-weight: 700; }

@media (max-width: 1100px) {
    .preview-phone-desktop { display: none; }
    .preview-phone-mobile { display: inline; }
    .wrap { width: calc(100% - 24px); }
    #top-panel #controls > ul.primary { flex-wrap: wrap; }
    #top-panel #controls > ul.primary > li { flex: 1 1 20%; }
}

@media (max-width: 1100px) {
    .preview-notice { font-size: 11px; }
    .wrap { width: calc(100% - 16px); }
    .wrap#global { padding-top: 7px; }
    #top-panel #top { display: flex; flex-wrap: wrap; min-height: 176px; padding: 10px; align-items: flex-start; justify-content: center; }
    #top-panel #logo { position: static; order: 1; width: 100%; margin: 0; padding: 2px 8px; text-align: center; }
    #top-panel #logo img { width: 155px; }
    #top-panel #logo + div { position: static; order: 2; width: 100%; margin: 0 !important; padding: 0 !important; font-size: 11px !important; line-height: 15px; text-align: center !important; }
    #top-panel #logo + div + div { position: static; order: 3; display: flex; flex-wrap: wrap; width: 100%; }
    #top-panel #logo + div + div > div { width: 100%; height: auto !important; }
    #top-panel #fb { display: none !important; }
    #top-panel #fb .button.black, #top-panel #fb .reg { display: none; }
    #top-panel #cart-info {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 42px;
        min-width: 42px;
        min-height: 42px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-position: center;
    }
    #top-panel #cart-info > div { width: 42px; height: 42px; padding: 0 !important; font-size: 0; }
    #top-panel .preview-header-search { left: 10px; right: 10px; bottom: 9px; height: 38px !important; z-index: 1; }
    #top-panel .preview-header-search input.search { height: 38px; }
    .preview-languages { position: absolute; top: 8px; right: 7px; gap: 9px; }
    .mobile-nav-toggle, .mobile-catalog-toggle {
        display: block;
        width: 100%;
        min-height: 44px;
        padding: 10px 14px;
        border: 0;
        color: #fff;
        background: var(--proline-blue);
        font-weight: 600;
        text-align: left;
    }
    .mobile-nav-toggle::after, .mobile-catalog-toggle::after { content: "\25BC"; float: right; }
    .mobile-nav-toggle[aria-expanded="true"]::after, .mobile-catalog-toggle[aria-expanded="true"]::after { content: "\25B2"; }
    .js #top-panel #controls > ul.primary { display: none; }
    .js #top-panel #controls > ul.primary.mobile-open { display: block; }
    #top-panel #controls > ul.primary > li, #top-panel #controls > ul.primary > li > a { display: block; width: 100%; }
    #top-panel #controls > ul.primary > li.preview-mobile-registration,
    #top-panel #controls > ul.primary > li.preview-mobile-account { display: block; }
    #top-panel #controls > ul.primary > li > a { min-height: 44px; padding: 14px; text-align: left; }
    .colwrap { display: block; }
    .js .colwrap .lcol { display: none; }
    .js .colwrap .lcol.mobile-open { display: block; margin-top: 6px; }
    .mobile-catalog-toggle { margin-top: 6px; border-radius: 7px; }
    .colwrap .centercol { margin-top: 7px; }
    .centercol > .menu_header { display: none; }
    .centercol span:has(> #findForm) { width: calc(100% - 88px) !important; }
    .centercol span:has(> .search_buttton) { width: 72px !important; margin-left: 6px; }
    .centercol .search_buttton { width: 100%; min-width: 0; padding: 0 5px; font-size: 11px; }
    .colwrap .lcol .sub_cat_name { min-height: 44px; padding: 13px 12px; }
    .centercol table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .centercol table.tab, .centercol table.tab tbody, .centercol table.tab tr, .centercol table.tab td { display: block; width: 100%; }
    .centercol table.tab td { padding: 14px; }
    .centercol p, .centercol li, .centercol td { font-size: 14px; }
    #filter,
    #filter .filter,
    #filter .filter > div:first-child {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }
    #slider-range { box-sizing: border-box; width: calc(100% - 14px) !important; max-width: 100%; margin: 0 7px; }
    #amount_start, #amount_end { box-sizing: border-box; max-width: 50%; }
    #startPrice, #endPrice { box-sizing: border-box; max-width: 54px; }
    .centercol .cart_button {
        position: static !important;
        float: none !important;
        left: auto !important;
        right: auto !important;
        width: 88px;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        background-size: 100% 24px;
        transform: none !important;
    }
    .preview-contact-page { min-height: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
    .contact-intro, .contact-section { margin-bottom: 8px; padding: 13px 12px; border: 1px solid var(--proline-border); border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(27,55,72,.07); }
    .contact-intro img { width: 150px; margin-bottom: 3px; }
    .contact-intro > strong { margin: 4px 0 6px; font-size: 18px; }
    .contact-intro p { margin: 4px 0 0; font-size: 12px; }
    .contact-columns { display: block; }
    .contact-columns > * { padding: 0; }
    .contact-columns > :first-child { border-right: 0; }
    .contact-section h2 { margin-bottom: 10px; font-size: 13px; }
    .bank-row { padding: 8px 0; }
    .bank-row p, .bank-row small, .contact-section p { font-size: 11px; line-height: 1.45; }
    .contact-side .contact-section { margin-bottom: 8px; }
    #footer { margin-top: 20px; }
    #footer .wrap { display: grid; gap: 12px; }
    .preview-footer > div { padding: 2px 0; text-align: center; }
    .preview-footer { gap: 6px !important; }
    .preview-footer-copy { font-size: 10px; }
    .preview-footer-copy { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
    .preview-footer-cards { width: 100%; margin: 6px 0 0; justify-content: center; }
    .preview-footer-legal { font-size: clamp(9px, 2.7vw, 11px); letter-spacing: -.1px; }
    .preview-footer-main { flex-wrap: wrap; gap: 7px; justify-content: center; }
    .preview-footer-legal { width: 100%; text-align: center; }
    .preview-footer-partners { width: 100%; gap: 8px; justify-content: center; }
    .preview-footer-partners a { width: 88px; height: 31px; }
    .preview-footer-partners img { width: 82px; height: 27px; }
    .preview-footer-row { display: flex; flex-wrap: wrap; gap: 7px; justify-content: center; }
    .preview-footer-row .preview-footer-copy { order: 1; width: 100%; }
    .preview-footer-row .preview-footer-legal { order: 2; width: 100%; }
    .preview-footer-banners { order: 3; width: 100%; gap: 5px; justify-content: center; }
    .preview-footer-banners > a, .preview-footer-banners > span { width: 64px; height: 29px; padding: 2px; }
    .preview-footer-banners img { height: 23px; }
    .preview-footer-payments { order: 3; font-size: 17px; }
}

@media (max-width: 374px) {
    #top-panel #logo, #top-panel #logo + div { width: 100%; text-align: left !important; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
