

/* Start:/local/components/ipk/homepage/templates/.default/style.css?179039376615525*/
.ipk-home {
    --home-blue: #075cff;
    --home-navy: #061946;
    --home-border: #dce5f2;
    display: grid;
    gap: 16px;
    padding: 16px 0 0;
    color: var(--home-navy);
}

.ipk-home a,
.ipk-home a:hover,
.ipk-home a:focus-visible,
.ipk-home a * { text-decoration: none !important; }
.ipk-home h1, .ipk-home h2, .ipk-home p { margin-top: 0; }

.ipk-home__lead {
    position: relative;
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 16px;
}

.ipk-home-categories {
    position: relative;
    z-index: 5;
    align-self: stretch;
    overflow: visible;
    border: 1px solid var(--home-border);
    border-radius: 7px;
    background: #fff;
}

.ipk-home-categories__item {
    position: static;
}

.ipk-home .ipk-home-categories__root {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 54px;
    padding: 7px 14px 7px 10px;
    border-bottom: 1px solid var(--home-border);
    color: var(--home-navy) !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    transition: color .2s ease, background .2s ease;
}

.ipk-home-categories__item:last-child > .ipk-home-categories__root { border-bottom: 0; }
.ipk-home .ipk-home-categories__root:hover,
.ipk-home .ipk-home-categories__item:focus-within > .ipk-home-categories__root,
.ipk-home .ipk-home-categories__item:hover > .ipk-home-categories__root { color: var(--home-blue) !important; background: #f5f8ff; }
.ipk-home-categories__icon { display: grid; width: 28px; height: 28px; place-items: center; }
.ipk-home-categories__icon img { max-width: 27px; max-height: 27px; object-fit: contain; filter: grayscale(1); }
.ipk-home-categories__icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; }

.ipk-home-categories__flyout {
    position: absolute;
    z-index: 8;
    top: 0;
    left: 100%;
    display: none;
    width: min(560px, calc(100vw - 330px));
    max-height: 430px;
    padding: 18px 20px 20px;
    overflow-y: auto;
    border: 1px solid var(--home-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(6, 25, 70, .18);
}

.ipk-home-categories__item:hover > .ipk-home-categories__flyout,
.ipk-home-categories__item:focus-within > .ipk-home-categories__flyout {
    display: block;
}

.ipk-home-categories__flyout-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    padding-bottom: 4px;
}

.ipk-home-categories__flyout-head strong {
    color: var(--home-navy);
    font-size: 18px;
}

.ipk-home .ipk-home-categories__flyout-head a {
    flex: 0 0 auto;
    color: var(--home-blue) !important;
    font-size: 12px;
    font-weight: 700;
}

.ipk-home-categories__children {
    display: grid;
    grid-template-columns: 1fr;
}

.ipk-home .ipk-home-categories__children a {
    display: block;
    padding: 10px 4px;
    border-bottom: 1px solid #edf1f7;
    color: var(--home-navy) !important;
    font-size: 14px;
    line-height: 1.25;
}

.ipk-home .ipk-home-categories__children a:hover,
.ipk-home .ipk-home-categories__children a:focus-visible {
    color: var(--home-blue) !important;
}

.ipk-home .ipk-home-categories__children a:last-child { border-bottom: 0; }

.ipk-home-categories__flyout--virtual {
    width: min(680px, calc(100vw - 330px));
}

.ipk-home-categories__flyout--virtual .ipk-home-categories__children {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 26px;
}

.ipk-home-hero {
    position: relative;
    display: grid;
    min-height: 430px;
    overflow: hidden;
    border-radius: 7px;
    background: #06183c url('/local/templates/ipk/images/hero-tools-v1.png') center center / cover no-repeat;
    color: #fff;
}

.ipk-home-hero::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(3, 16, 50, .96) 0%, rgba(3, 16, 50, .74) 46%, rgba(3, 16, 50, .08) 76%);
    content: "";
    pointer-events: none;
}

.ipk-home-hero__content {
    position: relative;
    z-index: 2;
    align-self: center;
    width: 58%;
    padding: 44px 36px;
}

.ipk-home-hero__brand {
    display: inline-flex;
    max-width: 430px;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .075em;
    line-height: 1.25;
    text-transform: uppercase;
}
.ipk-home-hero__brand img { width: 40px; height: 40px; flex: 0 0 40px; border-radius: 2px; }

.ipk-home-hero h1 { max-width: 620px; margin-bottom: 16px; font-size: clamp(32px, 3vw, 48px); line-height: 1.05; }
.ipk-home-hero__content > p { max-width: 520px; margin-bottom: 26px; color: #e6edfb; font-size: 17px; line-height: 1.45; }
.ipk-home-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.ipk-home a.ipk-home-button,
.ipk-home a.ipk-home-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border: 1px solid var(--home-blue);
    border-radius: 5px;
    background: var(--home-blue);
    color: #fff;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

.ipk-home a.ipk-home-button:hover { background: #004bd4; color: #fff; transform: translateY(-1px); }
.ipk-home-button--outline { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }
.ipk-home a.ipk-home-button--light,
.ipk-home a.ipk-home-button--light:visited { border-color: #fff; background: #fff; color: var(--home-blue); }
.ipk-home a.ipk-home-button--light:hover { background: #eef5ff; color: #004bd4; }

.ipk-home-hero__visual { display: none; }
.ipk-home-hero__product { position: absolute; max-width: 44%; max-height: 68%; object-fit: contain; filter: drop-shadow(0 18px 15px rgba(0,0,0,.42)); }
.ipk-home-hero__product--1 { right: 2%; bottom: 6%; width: 42%; }
.ipk-home-hero__product--2 { right: 34%; top: 4%; width: 38%; }
.ipk-home-hero__product--3 { right: 19%; bottom: 1%; width: 31%; }
.ipk-home-hero__product--4 { right: 52%; bottom: 1%; width: 27%; }

.ipk-home-hero__since {
    position: absolute;
    z-index: 3;
    top: 24px;
    right: 24px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 7px;
    background: rgba(3, 15, 45, .78);
    box-shadow: 0 10px 28px rgba(0,0,0,.18);
    backdrop-filter: blur(5px);
}
.ipk-home-hero__since strong, .ipk-home-hero__since span { display: block; }
.ipk-home-hero__since strong { font-size: 14px; }
.ipk-home-hero__since span { margin-top: 3px; color: #d5e1f4; font-size: 11px; }

.ipk-home-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ipk-home-promo {
    position: relative;
    display: flex;
    min-height: 166px;
    overflow: hidden;
    padding: 24px 42% 20px 28px;
    border-radius: 6px;
    background: linear-gradient(115deg, #e7f2ff, #f9fbfe);
    color: var(--home-navy);
}
.ipk-home-promo:nth-child(2) { background: linear-gradient(115deg, #f0f4f9, #e5ecf5); }
.ipk-home-promo > span { position: relative; z-index: 2; }
.ipk-home-promo strong, .ipk-home-promo small, .ipk-home-promo em { display: block; }
.ipk-home-promo strong { margin-bottom: 5px; color: var(--home-navy); font-size: 21px; line-height: 1.18; }
.ipk-home-promo small { margin-bottom: 12px; color: var(--home-navy); font-size: 14px; }
.ipk-home-promo em { margin-top: 15px; color: var(--home-blue); font-style: normal; font-weight: 700; }
.ipk-home-promo img { position: absolute; right: 0; bottom: -10px; width: 45%; height: 110%; object-fit: contain; mix-blend-mode: multiply; }

.ipk-home-cnc {
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 290px;
    overflow: hidden;
    padding: 34px 30px;
    border-radius: 7px;
    background: linear-gradient(110deg, #08214f, #0d4785);
    color: #fff;
}
.ipk-home-cnc h2 { margin-bottom: 12px; font-size: clamp(28px, 3vw, 40px); line-height: 1.08; }
.ipk-home-cnc p { max-width: 470px; margin-bottom: 24px; color: #e2ecfa; font-size: 17px; }
.ipk-home-cnc__visual { display: flex; align-items: flex-end; justify-content: center; gap: 0; }
.ipk-home-cnc__visual img { width: 27%; max-height: 220px; margin-left: -3%; object-fit: contain; filter: drop-shadow(0 15px 11px rgba(0,0,0,.4)); }

.ipk-home-section { padding-top: 4px; }
.ipk-home-section__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.ipk-home-section__head h2 { margin: 0; font-size: 24px; }
.ipk-home-section__head a, .ipk-home-about a { color: var(--home-blue); font-weight: 600; }
.ipk-home-popular { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.ipk-home-popular__item {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    align-items: center;
    min-height: 86px;
    padding: 8px 14px 8px 8px;
    border: 1px solid var(--home-border);
    border-radius: 6px;
    background: #fff;
    color: var(--home-navy);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.ipk-home-popular__item:hover { border-color: #9bbcff; box-shadow: 0 6px 18px rgba(12, 42, 93, .08); }
.ipk-home-popular__item img { width: 78px; height: 68px; object-fit: contain; mix-blend-mode: multiply; }
.ipk-home-popular__item strong { color: var(--home-navy); font-size: 13px; line-height: 1.2; }

.ipk-home-partner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    min-height: 150px;
    overflow: hidden;
    padding: 28px 30px;
    border-radius: 6px;
    background: #e7f3ff url('/local/templates/ipk/images/partner-wholesale-v1.jpg') center / cover no-repeat;
    color: var(--home-navy);
}
.ipk-home-partner::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(240, 247, 255, .98) 0%, rgba(240, 247, 255, .91) 42%, rgba(240, 247, 255, .55) 70%, rgba(240, 247, 255, .34) 100%);
    content: '';
}
.ipk-home-partner > span { position: relative; z-index: 1; }
.ipk-home-partner strong, .ipk-home-partner small { display: block; }
.ipk-home-partner strong { color: var(--home-navy); font-size: 24px; }
.ipk-home-partner small { margin-top: 5px; color: #294169; font-size: 15px; }
.ipk-home-partner .ipk-home-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 5px;
    background: var(--home-blue);
    color: #fff;
    font-weight: 700;
}

.ipk-home-about { display: grid; grid-template-columns: 3fr 2fr; gap: 12px; }
.ipk-home-about > * { min-height: 185px; padding: 24px; border: 1px solid var(--home-border); border-radius: 6px; }
.ipk-home-about h2 { margin-bottom: 12px; font-size: 24px; }
.ipk-home-about p { max-width: 780px; margin-bottom: 15px; color: #263855; line-height: 1.5; }
.ipk-home-about__catalogues { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; background: #eef5ff; color: var(--home-navy); }
.ipk-home-about__catalogues strong, .ipk-home-about__catalogues small { display: block; }
.ipk-home-about__catalogues strong { color: var(--home-navy); font-size: 23px; }
.ipk-home-about__catalogues small { color: var(--home-navy); }
.ipk-home-about__document { color: var(--home-blue); font-size: 48px; }
.ipk-home-about__catalogues .ipk-home-button {
    display: inline-flex;
    min-height: 46px;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: var(--home-blue);
    color: #fff;
    font-weight: 700;
}

.ipk-home-feeds { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; padding-top: 3px; }
.ipk-home-feed ul { margin: 0; padding: 0; list-style: none; }
.ipk-home-feed li::before { display: none !important; content: none !important; }
.ipk-home-feed li { display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--home-border); font-size: 14px; }
.ipk-home-feed li time, .ipk-home-feed li > span { color: #8390a4; }
.ipk-home .ipk-home-feed li a { overflow: hidden; color: #172a4c; text-overflow: ellipsis; white-space: nowrap; }
.ipk-home-feed li a:hover { color: var(--home-blue); }
.ipk-home-feed:last-child li { grid-template-columns: 12px minmax(0, 1fr); }

.ipk-home-subscribe {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
    align-items: center;
    gap: 28px;
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 20px max(24px, calc((100vw - 1320px) / 2));
    background: #edf6ff;
}
.ipk-home-subscribe__title { display: flex; align-items: center; gap: 18px; font-size: 20px; }
.ipk-home-subscribe__title > span { color: var(--home-blue); font-size: 34px; }
.ipk-subscribe-form { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 10px; }
.ipk-subscribe-form input { min-width: 0; height: 48px; padding: 0 16px; border: 1px solid #d3deec; border-radius: 5px; background: #fff; }
.ipk-subscribe-form button { border: 0; border-radius: 5px; background: var(--home-blue); color: #fff; font-weight: 700; }
.ipk-subscribe-form button:disabled { opacity: .7; }
.ipk-subscribe-message { grid-column: 1 / -1; margin: 0 0 8px; }

@media (max-width: 1100px) {
    .ipk-home__lead { grid-template-columns: 220px minmax(0, 1fr); }
    .ipk-home-hero__content { width: 68%; padding-left: 26px; }
    .ipk-home-popular { grid-template-columns: repeat(2, 1fr); }
    .ipk-home-subscribe { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
    .ipk-home { padding-top: 10px; }
    .ipk-home__lead { grid-template-columns: 1fr; }
    .ipk-home-categories { display: none; }
    .ipk-home-hero { min-height: 500px; background-image: linear-gradient(135deg, #06153e, #0b3972); }
    .ipk-home-hero__content { width: 100%; padding: 28px 22px 105px; }
    .ipk-home-hero__since { top: auto; right: 16px; bottom: 16px; }
    .ipk-home-promos, .ipk-home-about, .ipk-home-feeds { grid-template-columns: 1fr; gap: 12px; }
    .ipk-home-cnc { grid-template-columns: 1fr; }
    .ipk-home-cnc__visual { display: none; }
    .ipk-home-partner { grid-template-columns: 1fr; background-position: 64% center; }
    .ipk-home-partner .ipk-home-button { width: fit-content; }
}

@media (max-width: 600px) {
    .ipk-home-hero__brand { margin-bottom: 14px; font-size: 11px; }
    .ipk-home-hero__brand img { width: 34px; height: 34px; flex-basis: 34px; }
    .ipk-home-hero h1 { font-size: 31px; }
    .ipk-home-hero__content > p { font-size: 15px; }
    .ipk-home-hero__actions { display: grid; }
    .ipk-home-promos { display: block; }
    .ipk-home-promo { min-height: 145px; margin-bottom: 10px; padding: 20px 42% 18px 18px; }
    .ipk-home-promo strong { font-size: 18px; }
    .ipk-home-cnc { min-height: 0; padding: 28px 20px; }
    .ipk-home-cnc h2 { font-size: 29px; }
    .ipk-home-popular { grid-template-columns: 1fr; }
    .ipk-home-partner { padding: 18px; }
    .ipk-home-partner strong { font-size: 19px; }
    .ipk-home-about > * { padding: 18px; }
    .ipk-home-feeds { gap: 28px; }
    .ipk-home-feed li { grid-template-columns: 72px minmax(0, 1fr); font-size: 13px; }
    .ipk-home-subscribe { padding-top: 18px; padding-bottom: 18px; }
    .ipk-home-subscribe__title { align-items: flex-start; font-size: 18px; }
    .ipk-subscribe-form { grid-template-columns: 1fr; }
    .ipk-subscribe-form button { height: 48px; }
}

/* End */
/* /local/components/ipk/homepage/templates/.default/style.css?179039376615525 */
