

/* Start:/bitrix/templates/floor/components/bitrix/catalog/master_template/style.css?178272619817975*/
.grid, .grid2x1 {
    /* Common styles can be defined here if needed */
}

.grid .bx_content_section,
.grid .bx_sidebar,
.grid2x1 .bx_content_section,
.grid2x1 .bx_sidebar {
    margin-bottom: 15px;
}

.grid2x1 {
    display: flex; /* Use flexbox for layout instead of float */
}

.grid2x1 .bx_content_section {
    flex: 2; /* 66% width */
}

.grid2x1 .bx_sidebar {
    flex: 1; /* 33% width */
    padding-left: 5%;
    box-sizing: border-box; /* Only need to declare this once */
}

.description-link {
    position: relative;
    color: #4a90e2;
    border-bottom: 1px dashed;
    padding-bottom: 1px;
}

@media (max-width: 960px) {
    .grid2x1 .bx_sidebar {
        padding-left: 4%;
    }
		.tags_box {
			white-space: nowrap;
			overflow-x: auto;
			padding-bottom: 5px;
		}
}

@media (max-width: 640px) {
    .grid2x1 .bx_content_section,
    .grid2x1 .bx_sidebar {
        width: 100%;
        float: none; /* Not needed with flexbox */
    }
    .grid2x1 .bx_sidebar {
        padding-left: 3%;
    }
		.tags_box {
			white-space: nowrap;
			overflow-x: auto;
			padding-bottom: 5px;
		}
}

@media (max-width: 479px) {
    .grid2x1 .bx_sidebar {
        padding-left: 1%;
    }
		.tags_box {
			white-space: nowrap;
			overflow-x: auto;
			padding-bottom: 5px;
		}
}


/* Стили для информации о запросе на странице результатов поиска */
.search-page-info {
    margin-bottom: 20px;
    padding: 15px;
    background-color: rgba(240, 164, 0, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(240, 164, 0, 0.2);
}

.search-page-info p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}

.search-page-info .search-original-query {
    color: #777;
    font-size: 14px !important;
    margin-top: 8px !important;
}

/* Улучшенные стили для результатов поиска */
.catalog-search-list {
    margin-top: 20px;
}

.catalog-search-empty {
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 20px 0;
}

.catalog-search-empty h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
}

.catalog-search-empty p {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

.catalog-search-empty .search-suggestions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.catalog-search-empty .search-suggestions h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.catalog-search-empty .search-suggestions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog-search-empty .search-suggestions li {
    margin-bottom: 8px;
}

.catalog-search-empty .search-suggestions a {
    color: #f0a400;
    text-decoration: none;
}

.catalog-search-empty .search-suggestions a:hover {
    text-decoration: underline;
}

/* Выделение совпадений в результатах поиска */
.search-item-highlight {
    background-color: rgba(240, 164, 0, 0.2);
    padding: 2px 0;
}

/* Стили для блока с рекомендациями при отсутствии результатов */
.catalog-search-empty {
    padding: 30px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.catalog-search-empty h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 15px;
}

.catalog-search-empty p {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
}

.search-suggestions {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.search-suggestions h4 {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.search-suggestions ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.search-suggestions li {
    margin-bottom: 8px;
    color: #777;
}

.search-suggestions a {
    color: #f0a400;
    text-decoration: none;
}

.search-suggestions a:hover {
    text-decoration: underline;
}

/* ===== Подборки (теги) в одну линию, как на Ozon ===== */
.tags_box#kp-podborki {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    overflow: visible;
}

.tags_box#kp-podborki .kp-podborki__scroll {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.tags_box#kp-podborki .kp-podborki__scroll::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}

.tags_box#kp-podborki .kp-podborki__scroll ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags_box#kp-podborki .kp-podborki__scroll ul li.tag {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 8px;
    padding-top: 0;
    padding-bottom: 0;
}

.tags_box#kp-podborki .kp-podborki__scroll ul li.tag a {
    font-size: 14px;
    height: 36px;
    align-items: center;
    white-space: nowrap;
}

/* стрелки прокрутки */
.tags_box#kp-podborki .kp-podborki__arrow {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0;
    transition: opacity 0.15s ease, background 0.15s ease;
}

.tags_box#kp-podborki .kp-podborki__arrow:hover {
    background: #f5f7fa;
}

.tags_box#kp-podborki .kp-podborki__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
}

.tags_box#kp-podborki .kp-podborki__arrow--prev {
    margin-right: -18px;
}

.tags_box#kp-podborki .kp-podborki__arrow--prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.tags_box#kp-podborki .kp-podborki__arrow--next {
    margin-left: -18px;
}

.tags_box#kp-podborki .kp-podborki__arrow--next::before {
    transform: translate(-70%, -50%) rotate(45deg);
}

/* стрелки скрыты, когда прокрутка не нужна / достигнут край */
.tags_box#kp-podborki .kp-podborki__arrow.is-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

/* кнопка "Все подборки" закреплена справа */
.tags_box#kp-podborki .kp-podborki__all {
    flex: 0 0 auto;
    margin-left: 12px;
    border: solid 1px #d5d4d4;
    background: #f5f7fa;
    border-radius: 18px;
    color: #070707;
    font-size: 14px;
    height: 36px;
    padding: 0 18px;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.15s ease-in-out;
}

.tags_box#kp-podborki .kp-podborki__all:hover {
    border-color: #fc8507;
    color: #fc8507;
}

/* развёрнутое состояние: все подборки в несколько строк */
.tags_box#kp-podborki.is-expanded .kp-podborki__scroll {
    overflow: visible;
}

.tags_box#kp-podborki.is-expanded .kp-podborki__scroll ul {
    flex-wrap: wrap;
    gap: 8px 0;
}

.tags_box#kp-podborki.is-expanded .kp-podborki__arrow {
    display: none;
}

/* на мобильных — нативная прокрутка без стрелок */
@media (max-width: 960px) {
    .tags_box#kp-podborki .kp-podborki__arrow,
    .tags_box#kp-podborki .kp-podborki__all {
        display: none;
    }
}

/* ===================================================================== */
/* ===== KP: сортировка в стиле Ozon (десктоп-дропдаун + моб. иконки) === */
/* ===================================================================== */

/* --- Десктопный выпадающий список сортировки --- */
.kp-sort {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.kp-sort__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 220px;
    background: #f5f7fa;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    padding: 9px 16px;
    font-size: 15px;
    color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.kp-sort__toggle:hover {
    border-color: #fc8507;
}

.kp-sort.is-open .kp-sort__toggle {
    border-color: #fc8507;
    box-shadow: 0 0 0 2px rgba(252, 133, 7, 0.15);
}

.kp-sort__current {
    font-weight: 600;
}

.kp-sort__caret {
    width: 9px;
    height: 9px;
    border-right: 2px solid #8a8f99;
    border-bottom: 2px solid #8a8f99;
    transform: rotate(45deg);
    margin-top: -4px;
    transition: transform 0.2s ease, margin 0.2s ease;
    flex: 0 0 auto;
}

.kp-sort.is-open .kp-sort__caret {
    transform: rotate(-135deg);
    margin-top: 3px;
}

.kp-sort__menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 240px;
    background: #fff;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
    padding: 6px;
    z-index: 200;
    display: none;
}

.kp-sort.is-open .kp-sort__menu {
    display: block;
}

.kp-sort__opt {
    display: block;
    padding: 10px 14px;
    border-radius: 8px;
    color: #1a1a1a;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
}

.kp-sort__opt:hover {
    background: #f5f7fa;
    color: #fc8507;
}

.kp-sort__opt.is-active {
    font-weight: 700;
    color: #fc8507;
}

/* --- Мобильные иконки тулбара: скрыты на десктопе --- */
.tags_box#kp-podborki .kp-mtools {
    display: none;
}

/* Пустой тулбар (без подборок) на десктопе не показываем */
.tags_box#kp-podborki.no-tags {
    display: none;
}

/* --- Мобильный режим: иконки сортировки + фильтра + теги в линию --- */
@media (max-width: 1024px) {
    .tags_box#kp-podborki {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 14px;
        overflow: visible;
    }

    .tags_box#kp-podborki.no-tags {
        display: flex;
    }

    .tags_box#kp-podborki .kp-mtools {
        display: flex;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
    }

    .tags_box#kp-podborki .kp-msort {
        position: relative;
    }

    .tags_box#kp-podborki .kp-msort__btn,
    .tags_box#kp-podborki .kp-mfilter {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid #e3e7ee;
        background: #fff no-repeat center / 22px 22px;
        cursor: pointer;
        padding: 0;
        flex: 0 0 auto;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    }

    .tags_box#kp-podborki .kp-msort__btn {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M7 20V5'/><path d='M4 8l3-3 3 3'/><path d='M17 4v15'/><path d='M14 16l3 3 3-3'/></svg>");
    }

    .tags_box#kp-podborki .kp-mfilter {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='4' y1='8' x2='20' y2='8'/><line x1='4' y1='16' x2='20' y2='16'/><circle cx='9' cy='8' r='2.5' fill='white'/><circle cx='15' cy='16' r='2.5' fill='white'/></svg>");
    }

    .tags_box#kp-podborki .kp-msort.is-open .kp-msort__btn,
    .tags_box#kp-podborki .kp-mfilter:active {
        border-color: #fc8507;
        box-shadow: 0 0 0 2px rgba(252, 133, 7, 0.18);
    }

    /* выпадающее меню сортировки на мобильном */
    .tags_box#kp-podborki .kp-msort__menu {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        width: 250px;
        max-width: 80vw;
        background: #fff;
        border: 1px solid #e3e7ee;
        border-radius: 14px;
        box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
        padding: 8px;
        z-index: 1300;
    }

    .tags_box#kp-podborki .kp-msort.is-open .kp-msort__menu {
        display: block;
    }

    .tags_box#kp-podborki .kp-msort__head {
        font-weight: 700;
        font-size: 16px;
        padding: 8px 12px 12px;
        color: #1a1a1a;
    }

    .tags_box#kp-podborki .kp-msort__opt {
        display: block;
        padding: 11px 12px;
        border-radius: 8px;
        color: #1a1a1a;
        font-size: 15px;
        text-decoration: none;
    }

    .tags_box#kp-podborki .kp-msort__opt.is-active {
        color: #fc8507;
        font-weight: 700;
    }

    /* теги занимают оставшееся место и скроллятся в одну линию */
    .tags_box#kp-podborki .kp-podborki__scroll {
        flex: 1 1 auto;
        min-width: 0;
    }

    /* старый оранжевый язычок-открывашка фильтра больше не нужен */
    #filterMob > .filter_open:not(.btn-close) {
        display: none !important;
    }

    /* блок «Сортировать по» в нижней панели скрыт — он переехал в тулбар */
    .sorting_box .sorting_wrapper--sort {
        display: none !important;
    }
}

/* ===================================================================== */
/* ===== KP: правки фильтра (Отмена, кнопка снизу, шрифты +2px) ========= */
/* ===================================================================== */

/* Убираем подпись «Сортировать по:» на десктопе — остаётся только дропдаун */
.sorting_box .sorting_wrapper--sort .sorting_label {
    display: none;
}

/* «Отмена» — пункт в шапке фильтра (в одну линию с «Фильтры» и «Сбросить») */
.filter_box .filter_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.filter_box .filter_top .title {
    float: none;
    margin: 0 16px 0 0;
    font-size: 18px;
    line-height: 1.2;
}

.filter_box .filter_top .reset_fltr {
    margin: 0;
}

.filter_box .filter_top .param_item_list {
    flex-basis: 100%;
    width: 100%;
}

.filter_box .kp-filter-cancel.btn-close {
    position: static;
    width: auto;
    height: auto;
    margin: 0 0 0 auto;
    top: auto;
    right: auto;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #fc8507;
    background: none;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: nowrap;
}

.filter_box .kp-filter-cancel.btn-close:before,
.filter_box .kp-filter-cancel.btn-close:after {
    display: none !important;
}

/* Шрифты в фильтре крупнее на 2px */
.filter_box .filter_top .title {
    font-size: 20px;
}

.filter_box .filter_top .reset_fltr,
.filter_box .filter_top .reset_fltr input {
    font-size: 16px;
}

.filter_box .filter_parameters_box_title {
    font-size: 18px;
}

.filter_box .param_item span {
    font-size: 16px;
}

.filter_box .filter_param_label,
.filter_box .filter_input_checkbox input[type='checkbox'] + label,
.filter_box .bx-filter-param-text {
    font-size: 16px;
}

.filter_box .bx-filter-select-text {
    font-size: 17px;
}

.filter_box .bx-filter-input-container input {
    font-size: 20px;
}

.filter_box .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub,
.filter_box .bx-ft-sub {
    font-size: 16px;
}

.filter_box .bx-ui-slider-part span {
    font-size: 13px;
}

/* выпадающие списки фильтра (popup рендерится в body) */
.bx-filter-select-popup ul li label {
    font-size: 16px;
}

/* Закреплённая снизу кнопка (Закрыть / Применить) — только в мобильной панели */
.kp-filter-footer {
    display: none;
}

@media (max-width: 1024px) {
    /* раскрытый фильтр перекрывает нижнее моб. меню (у него z-index 1200) */
    #filterMob.filter_box.open {
        z-index: 1300;
    }

    .filter_box.open .kp-filter-footer {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1300;
        padding: 10px 14px;
        padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        background: #fff;
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
    }

    .filter_box.open .kp-filter-done {
        display: block;
        width: 100%;
        border: none;
        border-radius: 12px;
        background: #fc8507;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        padding: 15px;
        cursor: pointer;
        transition: background 0.15s ease;
    }

    .filter_box.open .kp-filter-done:active {
        background: #e3760a;
    }

    /* запас снизу, чтобы последние параметры не прятались под кнопкой;
       без верхнего отступа, чтобы закреплённая плашка полностью перекрывала контент */
    .filter_box.open .filter_wrp {
        padding-top: 0;
        padding-bottom: 90px;
    }

    /* Закрепляем верхнюю плашку (Фильтры / Сбросить / Отмена) при скролле */
    #filterMob .filter_top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 60;
        background: #fff;
    }
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/style.min.css?178568126576096*/
:root{--ln-primary:#fc8507;--ln-primary-light:#ffa218;--ln-primary-dark:#e07000;--ln-primary-gradient:linear-gradient(135deg,#fc8507 0%,#ffa218 100%);--ln-primary-gradient-hover:linear-gradient(135deg,#e07000 0%,#fc8507 100%);--ln-text-dark:#1a1a1a;--ln-text-gray:#555555;--ln-text-light:#888888;--ln-text-muted:#aaaaaa;--ln-bg-light:#f8f9fa;--ln-bg-warm:#fff8f2;--ln-bg-white:#ffffff;--ln-border:#e8e8e8;--ln-border-light:#f0f0f0;--ln-border-hover:#fc8507;--ln-success:#22c55e;--ln-success-bg:#dcfce7;--ln-shadow-sm:0 2px 8px rgba(0,0,0,0.04);--ln-shadow-md:0 4px 24px rgba(0,0,0,0.06);--ln-shadow-lg:0 12px 40px rgba(0,0,0,0.1);--ln-shadow-orange:0 8px 24px rgba(252,133,7,0.25);--ln-radius-xs:6px;--ln-radius-sm:10px;--ln-radius-md:14px;--ln-radius-lg:20px;--ln-radius-xl:24px;--ln-transition:all 0.25s cubic-bezier(0.4,0,0.2,1);--ln-transition-fast:all 0.15s ease}.product_card.laminate{font-family:'Gotham Pro',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.product_card .product_row{margin-bottom:24px}.product_card.laminate .bx_item_container.row{align-items:stretch;display:flex!important;flex-wrap:wrap!important;margin-left:-15px;margin-right:-15px}.product_card.laminate .product_col{display:flex!important;flex-direction:column!important;flex-flow:column nowrap!important;position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:992px){.product_card.laminate .product_col.col-lg-7{flex:0 0 58.333333%!important;max-width:58.333333%!important}.product_card.laminate .product_col.col-lg-5{flex:0 0 41.666667%!important;max-width:41.666667%!important}}.product_card.laminate .product_col_wrp{flex:1;display:flex;flex-direction:column}.product_card.laminate .product_col_wrp>.row{display:flex!important;flex-wrap:wrap!important}.product_card.laminate .product_col_wrp>.row.align-items-center{align-items:stretch!important}.product_card.laminate .big_slider_box{display:flex!important;flex-direction:column!important}.product_card .product_col_wrp>.row{align-items:stretch!important;height:auto!important;flex:1}.product_card .box_shadow{background:var(--ln-bg-white);border-radius:var(--ln-radius-lg);box-shadow:var(--ln-shadow-md);border:1px solid var(--ln-border);transition:var(--ln-transition)}.product_card .box_shadow:hover{box-shadow:var(--ln-shadow-lg)}.product_card .product_title{margin-bottom:20px;padding-left:0}.product_card .product_title h1{font-size:1.75rem;font-weight:700;color:var(--ln-text-dark);line-height:1.3;margin-bottom:8px;margin-top:0}.product_card .prop_article{font-size:0.875rem;color:var(--ln-text-light)}.product_card .prop_article span:first-child{color:var(--ln-text-gray)}.product_card .labels{position:absolute;top:16px;left:16px;z-index:10;display:flex;flex-direction:column;gap:8px}.product_card .label_item{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;border-radius:20px;color:#fff}.product_card .label_item.sale{background:linear-gradient(135deg,#e53935 0%,#ff5252 100%)}.product_card .label_item.hit{background:var(--ln-primary-gradient)}.product_card .label_item.new{background:linear-gradient(135deg,#43a047 0%,#66bb6a 100%)}.product_card .big_slider_box{position:relative;background:var(--ln-bg-white);border-radius:var(--ln-radius-lg);border:1px solid var(--ln-border-light);padding:16px;display:flex;flex-direction:column;overflow:hidden}.product_card .big_slider_box.col-md-8{padding-right:0}.product_card .bx_item_slider.big_slider{display:flex;flex-direction:column;overflow:hidden}.product_card.laminate .big_slider_wrp{position:relative;width:100%;height:100%;display:flex;align-content:center}.product_card.laminate .big_slider{padding-top:0;margin-bottom:0;width:100%;height:100%;display:flex;align-content:center}.product_card.laminate .big_slider .owl-carousel{width:100%;margin:0;display:flex;align-items:center}.product_card.laminate .big_slider .owl-carousel .owl-item{overflow:hidden;border-right:1px solid #f0f0f0}.product_card.laminate .gallery{display:flex;align-items:center;width:100%;height:100%}.product_card.laminate .bx_slide,.product_card.laminate .bx_slide ul.owl-carousel{border-radius:var(--ln-radius-md);overflow:hidden}.product_card.laminate .slider_item:hover img{transform:scale(1.03);transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)}.product_card.laminate .owl-nav button,.product_card.laminate .bx_slide .owl-prev,.product_card.laminate .bx_slide .owl-next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:var(--ln-bg-white)!important;border:2px solid var(--ln-border)!important;border-radius:50%!important}.product_card.laminate .big_slider_box .owl-nav button.owl-prev{top:30px;left:10px;padding-right:3px!important}.product_card.laminate .big_slider_box .owl-nav button.owl-next{top:30px;right:1px;padding-left:3px!important}.product_card.laminate .thumbnails .owl-item.active{width:auto!important;margin-right:10px}.product_card .owl-nav button:hover,.product_card .bx_slide .owl-prev:hover,.product_card .bx_slide .owl-next:hover{background:var(--ln-primary)!important;border-color:var(--ln-primary)!important;color:#fff!important;box-shadow:var(--ln-shadow-orange)}.product_card .owl-prev,.product_card .bx_slide .owl-prev{left:12px}.product_card .owl-next,.product_card .bx_slide .owl-next{right:12px}.product_card .thumbnails{display:flex;gap:10px;padding:16px 0;position:relative}.product_card .thumbnail_item{flex:0 0 70px;width:70px;height:70px;border-radius:var(--ln-radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:var(--ln-transition);opacity:0.7}.product_card .thumbnail_item:hover,.product_card .thumbnail_item.active{border-color:var(--ln-primary);opacity:1}.product_card .thumbnail_item img{width:100%;height:100%;object-fit:cover}.product_card.laminate .big_properties_box{padding:16px;background:transparent;display:flex!important;flex-direction:column!important;flex-flow:column nowrap!important;height:100%;align-self:stretch!important}.product_card.laminate .big_properties_box.col-md-4{padding-top:0;padding-bottom:0}.product_card.laminate .big_properties{height:100%;display:flex;flex-direction:column}.product_card.laminate .main_options{margin:0!important;height:auto!important}.product_card.laminate .main_options.row{display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;gap:6px;margin:0!important}.product_card.laminate .main_options .opt,.product_card.laminate .main_options>.opt,.product_card.laminate .main_options>[class*="col-"]{padding:0!important;flex:0 0 auto!important;max-width:100%!important;width:100%!important}.product_card.laminate .main_options .opt_row{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center;padding:12px 16px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:var(--ln-transition);margin:0!important;min-height:60px;width:100%;box-shadow:0 1px 3px rgba(0,0,0,0.04)}.product_card.laminate .main_options .opt_row>*{flex:none;max-width:none;padding:0}.product_card.laminate .main_options .opt_row>.opt_image{flex:0 0 44px;width:44px;height:44px;margin-right:0}.product_card.laminate .main_options .opt_row>.opt_text{flex:1;margin-left:12px}.product_card .main_options .opt_row:hover{border-color:var(--ln-primary);background:var(--ln-bg-warm);transform:translateX(4px)}.product_card.laminate .main_options .opt_image{flex:0 0 44px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;background:#f8f8f8;border-radius:8px;border:1px solid #e8e8e8}.product_card .main_options .opt_img{width:32px;height:32px;background-size:contain;background-position:center;background-repeat:no-repeat;opacity:0.85}.product_card.laminate .main_options .img_text{display:flex;flex-direction:column;align-items:center;justify-content:center;width:42px;height:42px;background:var(--ln-primary-gradient);border-radius:8px;color:#fff;text-align:center;box-shadow:0 3px 10px rgba(252,133,7,0.25)}.product_card.laminate .main_options .img_text strong{font-size:0.8rem;font-weight:700;line-height:1}.product_card.laminate .main_options .img_text span{font-size:0.5rem;opacity:0.9;margin-top:1px;text-transform:lowercase}.product_card.laminate .main_options .opt.height .img_text,.product_card.laminate .main_options .opt.class .img_text{background:#f8f8f8;box-shadow:0 3px 10px rgba(92,107,192,0.25)}.product_card.laminate .main_options .opt_text{flex:1;font-size:0.875rem;color:#333;line-height:1.4;padding-left:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;min-width:0;display:flex;align-items:center}.product_card.laminate .main_options .opt_text small{display:block;font-size:0.75rem;color:#666;font-weight:500;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_card .param_box{padding:28px;height:100%;background:var(--ln-bg-white);border-radius:var(--ln-radius-lg);border:1px solid var(--ln-border-light)}.product_card .product_header{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--ln-border-light)}.product_card .bx_optionblock{margin-bottom:12px}.product_card .bx_optionblock .rating{display:flex;align-items:center;gap:8px}.product_card .price_box{margin-bottom:20px}.product_card .price_box .price{font-size:2.25rem;font-weight:800;color:var(--ln-text-dark);line-height:1.1;letter-spacing:-0.5px}.product_card .price_box .price .currency{font-size:1.5rem;font-weight:600}.product_card .price_box .price_old{margin-top:6px}.product_card .price_box .price_old span{font-size:1.125rem;color:var(--ln-text-muted);text-decoration:line-through;text-decoration-color:#e53935}.product_card .price_pack{display:inline-block;padding:10px 16px;background:var(--ln-bg-warm);border:1px dashed var(--ln-primary);border-radius:var(--ln-radius-sm);font-size:0.875rem;color:var(--ln-text-gray);margin-bottom:20px}.product_card .price_pack strong{color:var(--ln-primary);font-weight:600}.product_card.laminate .sample_text,.product_card.laminate .in_stock{display:inline-flex;align-items:center;padding:8px 16px;padding-left:20px;color:var(--ln-success);font-size:0.875rem;font-weight:600;border-radius:50px;margin-bottom:20px;position:relative}.product_card.laminate .sample_text::before,.product_card.laminate .in_stock::before{content:'';position:absolute;left:8px;transform:translateY(-50%);width:10px;height:10px;background:var(--ln-success);border-radius:50%;margin-right:0;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(0.9)}}.product_card .mini_descr_box{padding:16px;background:var(--ln-bg-light);border-radius:var(--ln-radius-sm);margin-bottom:20px}.product_card .mini_description{font-size:0.875rem;color:var(--ln-text-gray);line-height:1.6}.product_card .more_desc_link{color:var(--ln-primary);font-weight:500;text-decoration:none;margin-left:4px}.product_card .more_desc_link:hover{text-decoration:underline}.product_card .calc_box{background:linear-gradient(145deg,#fffaf5 0%,#fff5eb 100%);border:2px solid var(--ln-primary);border-radius:var(--ln-radius-md);padding:24px;margin-bottom:24px;position:relative;overflow:visible}.product_card .calc_box::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--ln-primary-gradient)}.product_card .calc_box .calc_title{font-size:1rem;font-weight:700;color:var(--ln-text-dark);margin-bottom:16px;display:flex;align-items:center;gap:8px}.product_card .calc_box .calc_title::before{content:'📐';font-size:1.25rem}.product_card .calculator{display:flex;flex-direction:column;gap:16px}.product_card .calc_item{margin-bottom:0}.product_card .calc_label{display:block;font-size:0.8125rem;color:var(--ln-text-gray);margin-bottom:8px;font-weight:600}.product_card .calc_label .help{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:var(--ln-primary);color:#fff;border-radius:50%;font-size:0.6875rem;font-weight:700;cursor:help;margin-left:6px;flex-shrink:0;vertical-align:middle;transition:var(--ln-transition-fast)}.product_card.laminate .calculator .calc_item.type .calc_label{display:flex;align-items:center;flex-wrap:nowrap;gap:4px;padding-right:0}.product_card.laminate .calculator .calc_item.type .calc_label .help{position:relative;z-index:3}.product_card .calc_label .help:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(252,133,7,0.4)}.product_card .calc_s_floor,.product_card .calc_packing,.product_card .calc_type,.product_card .calc_box input[type="text"],.product_card .calc_box input[type="number"],.product_card .calc_box select{width:100%;height:48px;border:2px solid var(--ln-border);border-radius:var(--ln-radius-sm);font-size:1rem;font-weight:500;color:var(--ln-text-dark);background:var(--ln-bg-white);transition:var(--ln-transition)}.product_card .calc_s_floor:focus,.product_card .calc_packing:focus,.product_card .calc_type:focus,.product_card .calc_box input:focus,.product_card .calc_box select:focus{border-color:var(--ln-primary);outline:none;box-shadow:0 0 0 4px rgba(252,133,7,0.12);background:#fff}.product_card .calc_box select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fc8507' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.product_card.laminate .calculator .row{display:flex!important;flex-wrap:wrap!important;margin-left:-8px;margin-right:-8px;align-items:stretch}.product_card.laminate .calculator .calc_item{padding-left:8px;padding-right:8px;margin-bottom:0;display:flex;flex-direction:column}.product_card.laminate .calculator .calc_item.square,.product_card.laminate .calculator .calc_item.pack,.product_card.laminate .calculator .calc_item.type{flex:0 0 33.333%!important;max-width:33.333%!important}.product_card.laminate .calculator .calc_label{margin-bottom:10px;min-height:20px;display:flex;align-items:center}.product_card.laminate .jq-number{position:relative;display:flex;align-items:center;width:100%;height:48px}.product_card.laminate .jq-number__field{flex:1;position:relative;height:100%}.product_card.laminate .jq-number__field input{width:100%;height:100%;padding:0 40px 0 16px;border:2px solid var(--ln-border);border-radius:4px;font-size:1rem;font-weight:600;color:var(--ln-text-dark);background:var(--ln-bg-white);text-align:center}.product_card.laminate .jq-number__spin{position:absolute!important;right:4px!important;width:24px!important;height:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;color:var(--ln-primary)!important;font-size:10px;background:var(--ln-bg-light)!important;border-width:0!important;border-radius:4px!important;transition:var(--ln-transition-fast);z-index:2;box-shadow:none!important;text-shadow:none!important}.product_card.laminate .jq-number__spin::after,.product_card.laminate .jq-number__spin:after{font-family:FontAwesome!important;font-size:12px!important;line-height:1!important;display:block!important;width:auto!important;height:auto!important;position:absolute!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;margin:0!important;color:inherit!important;opacity:1!important;border:0!important}.product_card.laminate .jq-number__spin.plus::after,.product_card.laminate .jq-number__spin.plus:after{content:'\f106'!important}.product_card.laminate .jq-number__spin.minus::after,.product_card.laminate .jq-number__spin.minus:after{content:'\f107'!important}.product_card.laminate .jq-number__spin.minus{bottom:4px!important}.product_card.laminate .jq-number__spin.plus{top:4px!important}.product_card.laminate .jq-number__spin:hover{background:var(--ln-primary)!important;color:#fff!important}.product_card.laminate .jq-number__spin:hover::after,.product_card.laminate .jq-number__spin:hover:after{color:#fff!important;opacity:1!important}.product_card.laminate .jq-selectbox{width:100%;height:48px}.product_card.laminate .jq-selectbox__select{height:100%;padding:0 40px 0 16px;border:2px solid var(--ln-border);border-radius:var(--ln-radius-sm);font-size:1rem;font-weight:500;color:var(--ln-text-dark);background:#fff;display:flex;align-items:center}.product_card.laminate .calculator .calc_item .jq-number,.product_card.laminate .calculator .calc_item .jq-selectbox{margin-top:auto}.product_card.laminate .jq-selectbox__dropdown{background:#fff;border:2px solid var(--ln-border);border-radius:var(--ln-radius-sm);box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:1000;position:absolute;width:100%}.product_card.laminate .jq-selectbox__dropdown ul{background:#fff;margin:0;padding:0;list-style:none}.product_card.laminate .jq-selectbox__dropdown li{padding:10px 16px;cursor:pointer;background:#fff}.product_card.laminate .jq-selectbox__dropdown li:hover,.product_card.laminate .jq-selectbox__dropdown li.selected{background:var(--ln-bg-warm)}.product_card .product_buy{padding:24px;background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);border-radius:var(--ln-radius-lg);margin:24px -28px -28px;border-top:1px solid var(--ln-border-light)}.product_card .product_buy_top{margin-bottom:20px}.product_card .all_sum{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.product_card .all_sum .text{font-size:1rem;color:var(--ln-text-gray);font-weight:500}.product_card .price_sum{text-align:right}.product_card .price_sum .price{font-size:2rem;font-weight:800;color:var(--ln-text-dark);letter-spacing:-0.5px}.product_card .price_sum .price_old{margin-top:4px}.product_card .price_sum .price_old span{font-size:1rem;color:var(--ln-text-muted);text-decoration:line-through}.product_card .btn_to_buy{display:flex;flex-direction:column;gap:12px}.product_card .btn_orng,.product_card .btn.btn-primary.btn_orng,.product_card .product_buy .btn_orng{display:inline-flex;align-items:center;justify-content:center;width:100%;height:56px;background:var(--ln-primary-gradient);border:none;border-radius:var(--ln-radius-sm);color:#fff;font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:var(--ln-transition);text-decoration:none;box-shadow:var(--ln-shadow-orange);position:relative;overflow:hidden}.product_card .btn_orng::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s ease}.product_card .btn_orng:hover::before{left:100%}.product_card .btn_orng:hover,.product_card .btn.btn-primary.btn_orng:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(252,133,7,0.4);color:#fff}.product_card .btn_orng:active,.product_card .btn.btn-primary.btn_orng:active{transform:translateY(-1px);box-shadow:0 6px 16px rgba(252,133,7,0.35)}.product_card .btn_one_click{margin-top:4px}.product_card .btn_one_click a,.product_card .btn_one_click .btn,.product_card .product_buy .btn_one_click a{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:44px;background:var(--ln-bg-white);border:2px solid var(--ln-primary);border-radius:var(--ln-radius-sm);color:var(--ln-primary);font-size:0.8125rem;font-weight:600;text-decoration:none;transition:var(--ln-transition);white-space:nowrap;padding:0 12px;box-sizing:border-box}.product_card.laminate .btn_one_click a::before,.product_card.laminate .btn_one_click::before{display:none!important;content:none!important}.product_card.laminate .btn_one_click .fa-shopping-cart{margin:0}.product_card .btn_one_click a .text{border-bottom:none}.product_card .btn_one_click a:hover{background:var(--ln-primary);color:#fff;box-shadow:var(--ln-shadow-orange)}.product_card .btn_one_click a:hover .text{color:#fff}.product_card .product_buy .btn_to_buy{overflow:hidden}.product_card .product_buy .btn_one_click{width:100%;overflow:hidden}.product_card .title_icons,.product_card .product_icons{display:flex;gap:10px}.product_card .title_icons .icon,.product_card .product_icons a,.product_card .add_favorite,.product_card .add_compare{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:2px solid var(--ln-border);border-radius:var(--ln-radius-sm);color:var(--ln-text-light);background:var(--ln-bg-white);transition:var(--ln-transition);text-decoration:none;cursor:pointer}.product_card .title_icons .icon:hover,.product_card .product_icons a:hover,.product_card .add_favorite:hover,.product_card .add_compare:hover{border-color:var(--ln-primary);color:var(--ln-primary);background:var(--ln-bg-warm);transform:scale(1.05)}.product_card .title_icons .icon.active,.product_card .product_icons a.active,.product_card .add_favorite.active,.product_card .add_compare.active{background:var(--ln-primary);border-color:var(--ln-primary);color:#fff;box-shadow:0 4px 12px rgba(252,133,7,0.3)}.product_card .title_icons .icon svg,.product_card .product_icons a svg{width:20px;height:20px}.product_card.laminate .title_icons .icon .fa,.product_card.laminate .title_icons .icon .fa-info-circle,.product_card.laminate .title_icons .icon span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:18px}.jq-number{position:relative;display:inline-block;width:100%}.jq-number__field{width:calc(100% - 20px)}.jq-number__field input{width:100%;height:44px;padding:0 14px;border:1px solid var(--ln-border);border-radius:var(--ln-radius-sm);font-size:0.9375rem;transition:var(--ln-transition)}.jq-number__field input:focus{border-color:var(--ln-primary);outline:none;box-shadow:0 0 0 3px rgba(252,133,7,0.15)}.jq-number__spin{position:absolute;right:0;width:24px;height:21px;border:1px solid var(--ln-border);background:var(--ln-bg-light);cursor:pointer;transition:var(--ln-transition)}.jq-number__spin.minus{bottom:0;border-top:none;border-radius:0 0 var(--ln-radius-sm) 0}.jq-number__spin.plus{top:0;border-bottom:none;border-radius:0 var(--ln-radius-sm) 0 0}.jq-number__spin:hover{background:var(--ln-primary);border-color:var(--ln-primary)}.jq-number__spin:hover::after{border-color:#fff transparent}.jq-number__spin::after{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-right:5px solid transparent;border-left:5px solid transparent;transform:translate(-50%,-50%);transition:var(--ln-transition)}.jq-selectbox{position:relative;display:inline-block;width:100%}.jq-selectbox__select{position:relative;height:36px;padding:0 45px 0 10px;border:1px solid #ccc;border-radius:4px;background:#fff;cursor:pointer}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:34px;height:100%;border-left:1px solid #ccc}.jq-selectbox__trigger-arrow{position:absolute;top:50%;right:12px;width:0;height:0;margin-top:-3px;border-top:5px solid #999;border-right:5px solid transparent;border-left:5px solid transparent}.jq-selectbox:hover .jq-selectbox__trigger-arrow,.jq-selectbox.focused .jq-selectbox__trigger-arrow{border-top-color:#000}.jq-selectbox.opened .jq-selectbox__trigger-arrow{transform:rotate(180deg)}.jq-selectbox.disabled .jq-selectbox__trigger-arrow{border-top-color:#aaa}select#packing-type{max-width:100%}.wdr2_add .ratings{font-size:16px}.wdr2_add .add_btn,.wdr2_add .submit input[type="submit"]{background-image:linear-gradient(0deg,#fc8507,#ffa218);border-color:#fc8507 transparent #ffa218;font-weight:500;color:#fff;text-shadow:none}.wdr2_add .fields .field .input input[type="text"],.wdr2_add .fields .field .input textarea,.wdr2_add .fields .field .input select{width:100%;padding:10px 15px;color:#808080;background-color:#fff;border:1px solid #e5e5e5;transition:background-color 0.25s,border-color 0.25s;font:inherit;min-height:43px;box-shadow:none;-webkit-appearance:none;appearance:none}.product_item_box{margin-bottom:30px}.product_card_fast .product_item_box{margin-bottom:0}.bx_item_detail .bx_item_detail_scu{position:relative;padding:0;align-items:center}.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray{color:#9e9e9e;font:11px/1 Arial,sans-serif}.bx_item_detail .bx_item_detail_scu .bx_scu{position:relative;overflow:hidden;width:100%}.bx-touch .bx_item_detail .bx_item_detail_scu .bx_scu{overflow-x:auto}.bx_item_detail .bx_item_detail_scu .bx_scu ul{display:flex;margin:0;padding:0;width:100%;white-space:nowrap;transition:0.2s ease-in-out}.bx_item_detail .bx_item_detail_scu .bx_scu ul li{position:relative;float:left;box-sizing:border-box}.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt{position:absolute;top:0;right:5px;bottom:5px;left:0;border:1px solid #c0cfda;background:#fff;cursor:pointer;z-index:10}.bx_item_detail .bx_item_detail_scu .bx_scu ul li:hover .cnt{border-color:#006cc0}.bx_item_detail .bx_item_detail_scu .bx_scu ul li:active .cnt,.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{padding:3px;border:2px solid #006cc0}.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_missing>i{position:absolute;inset:0 2px 4px 2px;background:rgba(255,255,255,.79) url(/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/images/missing.png) no-repeat center;background-size:contain;cursor:not-allowed;z-index:11}.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{position:absolute;inset:8%;background-size:contain;background-repeat:no-repeat}.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{height:25px}.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left,.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{opacity:0.8;transition:opacity 0.2s ease}.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left:hover,.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right:hover{opacity:1}.bx_item_detail .bx_item_detail_scu.full .bx_slide_left,.bx_item_detail .bx_item_detail_scu.full .bx_slide_right{position:absolute;top:0;bottom:4px;width:5%;max-width:11px;cursor:pointer}.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left{left:-15px;background:url(/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/images/arr_left.png) no-repeat left center / 7px}.bx-no-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:-10px;background:url(/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/images/arr_right.png) no-repeat right center / 7px}.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_left{left:0;background:url(/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/images/fade_left.png) repeat-y left center / 7px}.bx-touch .bx_item_detail .bx_item_detail_scu .bx_slide_right{right:0;background:url(/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/images/fade_right.png) repeat-y right center / 7px}.product_card .bx_size_scroller_container .bx_size{border:0;border-radius:0}.product_card .bx_size_scroller_container .dropdown-menu{background-color:transparent;z-index:1;display:block;box-shadow:none;top:0;border:1px solid #dadada;transition:border-color 0.2s ease}.product_card .bx_size_scroller_container .dropdown-menu:hover{border-color:#f0a400}.product_card .bx_size_scroller_container .jq-selectbox__select-text{height:32px}.product_card .bx_size_scroller_container ul.dropdown-menu li{display:none;padding:7px 10px;width:100%}.product_card .bx_size_scroller_container ul.dropdown-menu li.bx_active{display:block}.bx_size.dropdown.jq-selectbox__select.active .dropdown-menu.jq-selectbox__dropdown{position:absolute;top:100%;left:0;z-index:1000;display:block;min-width:10rem;width:100%;font-size:1rem;color:#212529;background-color:#fff;border:1px solid #dadada;border-top:none;border-radius:0 0 4px 4px}.bx_size.dropdown.jq-selectbox__select.active .dropdown-menu.jq-selectbox__dropdown li{display:block;padding:5px 10px 6px;color:#231F20}.bx_size.dropdown.jq-selectbox__select.active .dropdown-menu.jq-selectbox__dropdown li.bx_active:hover{background:#f3f3f3}.bx_size.dropdown.jq-selectbox__select .jq-selectbox__trigger{background-color:#fff;top:1px;right:2px}@media (max-width:768px){.jq-number__field{width:calc(100% - 30px)}.jq-number__spin{width:30px}.product_card .thumbnails .owl-nav button{display:block}}.gallery{align-items:flex-start}.thumbnails{display:flex;padding:20px 0;position:relative;z-index:0}.thumbnail_item{cursor:pointer;position:relative;z-index:2}.product_card .product_about{margin-top:32px}.product_card .about_links{margin-bottom:0}.product_card .about_links .nav-tabs{display:flex;flex-wrap:wrap;gap:4px;border:none;background:var(--ln-bg-light);padding:6px;border-radius:var(--ln-radius-md) var(--ln-radius-md) 0 0}.product_card .about_links .nav-item{margin:0}.product_card .about_links .nav-link{display:flex;align-items:center;padding:12px 20px;font-size:0.875rem;font-weight:500;color:var(--ln-text-gray);background:transparent;border:none;border-radius:var(--ln-radius-sm);transition:var(--ln-transition);text-decoration:none;white-space:nowrap}.product_card .about_links .nav-link:hover{color:var(--ln-primary);background:rgba(252,133,7,0.08)}.product_card .about_links .nav-link.active{color:#fff;background:var(--ln-primary-gradient);box-shadow:0 2px 8px rgba(252,133,7,0.3)}.product_card .about_tabs{border-radius:0 0 var(--ln-radius-lg) var(--ln-radius-lg);border-top:none}.product_card .about_tabs_box{padding:24px}.product_card .about_tab .title{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:1rem;font-weight:600;color:var(--ln-text-dark);background:var(--ln-bg-light);border-radius:var(--ln-radius-sm);margin-bottom:16px;cursor:pointer;transition:var(--ln-transition);text-decoration:none}.product_card .about_tab .title:hover{background:#fff3e0}.product_card .about_tab .title .fa{transition:transform 0.3s ease}.product_card .about_tab .title.collapsed .fa{transform:rotate(180deg)}.product_card .tab_box{padding:0}.product_card .properties_table,.product_card .tab_box table,.product_card .char_block table{width:100%;border-collapse:separate;border-spacing:0}.product_card .properties_table tr,.product_card .tab_box table tr,.product_card .char_block tr{transition:var(--ln-transition-fast)}.product_card .properties_table tr:hover,.product_card .tab_box table tr:hover,.product_card .char_block tr:hover{background:var(--ln-bg-warm)}.product_card .properties_table td,.product_card .tab_box table td,.product_card .char_block td{padding:14px 16px;font-size:0.9375rem;vertical-align:middle;border-bottom:1px solid var(--ln-border-light)}.product_card .properties_table tr:last-child td,.product_card .tab_box table tr:last-child td{border-bottom:none}.product_card .properties_table td:first-child,.product_card .tab_box table td:first-child,.product_card .char_block td:first-child{color:var(--ln-text-gray);width:50%;padding-right:20px;font-weight:400;position:relative}.product_card .properties_table td:first-child::after,.product_card .tab_box table td:first-child::after{content:none!important;background:none!important}.product_card .properties_table td:last-child,.product_card .tab_box table td:last-child,.product_card .char_block td:last-child{color:var(--ln-text-dark);font-weight:600;text-align:right}.product_card .properties_table td a,.product_card .tab_box table td a,.product_card .char_block td a{color:var(--ln-primary);text-decoration:none;font-weight:600;transition:var(--ln-transition-fast)}.product_card .properties_table td a:hover,.product_card .tab_box table td a:hover{color:var(--ln-primary-dark);text-decoration:underline}.product_card .char_block{display:grid;grid-template-columns:repeat(2,1fr);gap:0 24px}@media (max-width:767px){.product_card .char_block{grid-template-columns:1fr}}.product_card .prop_row,.product_card .char_row{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;border-bottom:1px solid var(--ln-border-light)}.product_card .prop_row:last-child,.product_card .char_row:last-child{border-bottom:none}.product_card .prop_row .prop_name,.product_card .char_row .char_name{color:var(--ln-text-gray);font-size:0.9375rem}.product_card .prop_row .prop_value,.product_card .char_row .char_value{color:var(--ln-text-dark);font-weight:600;font-size:0.9375rem;text-align:right}.product_card .description p,.product_card .description{font-size:1.3rem;line-height:1.3;color:var(--ln-text-gray)}.product_card .description h2,.product_card .description h3{color:var(--ln-text-dark);margin:24px 0 12px}.product_card .bx_item_detail_scu{margin-bottom:16px}.product_card .bx_item_section_name_gray{display:block;font-size:0.8125rem;color:var(--ln-text-light);margin-bottom:8px;font-weight:500}.product_card .bx_scu ul li .cnt{border-radius:var(--ln-radius-sm);border-color:var(--ln-border)}.product_card .bx_scu ul li:hover .cnt{border-color:var(--ln-primary)}.product_card .bx_scu ul li.bx_active .cnt{border-color:var(--ln-primary);border-width:2px;box-shadow:0 0 0 3px rgba(252,133,7,0.15)}.product_card .bx_item_detail_size{margin-bottom:16px}.product_card .bx_size ul li{padding:10px 16px;border:1px solid var(--ln-border);border-radius:var(--ln-radius-sm);margin-right:8px;cursor:pointer;transition:var(--ln-transition);font-size:0.875rem;color:var(--ln-text-gray)}.product_card .bx_size ul li:hover{border-color:var(--ln-primary);color:var(--ln-primary)}.product_card .bx_size ul li.bx_active{background:var(--ln-primary);border-color:var(--ln-primary);color:#fff}@media (max-width:991px){.product_card .product_title h1{font-size:1.5rem}.product_card .price_box .price{font-size:1.75rem}.product_card .param_box{padding:20px}.product_card .product_buy{margin:0 -20px -20px}.product_card .product_col{margin-bottom:20px}}@media (max-width:767px){.product_card .product_title h1{font-size:1.25rem}.product_card .price_box .price{font-size:1.5rem}.product_card .price_sum .price{font-size:1.5rem}.product_card .box_shadow{border-radius:var(--ln-radius-md)}.product_card .labels{top:12px;left:12px}.product_card .label_item{padding:4px 10px;font-size:0.6875rem}.product_card .main_options .opt_row{padding:10px 12px}.product_card .main_options .opt_image{flex:0 0 40px;width:40px;height:40px}.product_card .main_options .img_text{width:36px;height:36px}.product_card .main_options .img_text strong{font-size:0.875rem}.product_card .calc_box{padding:16px}.product_card.laminate .calculator{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.product_card.laminate .calculator .row{gap:8px!important;margin-left:0!important;margin-right:0!important}.product_card.laminate .calculator .calc_item{padding-left:0!important;padding-right:0!important;margin-bottom:0!important}.product_card.laminate .calculator .calc_item.square,.product_card.laminate .calculator .calc_item.pack,.product_card.laminate .calculator .calc_item.type{flex:0 0 100%!important;max-width:100%!important}.product_card.laminate .calculator .calc_label{margin-bottom:6px!important;margin-top:0!important;font-size:13px!important;min-height:0!important;line-height:1.3!important}.product_card.laminate .calculator .calc_label.area_floor{padding-right:0!important}.product_card.laminate .jq-number{width:100%!important;height:44px!important}.product_card.laminate .jq-number__field{width:100%!important;height:100%!important}.product_card.laminate .jq-number__field input,.product_card.laminate input.calc_s_floor,.product_card.laminate input.calc_packing{width:100%!important;height:100%!important;font-size:14px!important}.product_card.laminate .jq-selectbox{width:100%!important;height:44px!important}.product_card.laminate .jq-selectbox__select,.product_card.laminate select.calc_type{width:100%!important;height:100%!important;font-size:14px!important;line-height:42px!important}.product_card .btn_orng,.product_card .btn.btn-primary.btn_orng{height:48px;font-size:0.9375rem}.product_card .about_links .nav-tabs{padding:4px;gap:2px}.product_card .about_links .nav-link{padding:10px 14px;font-size:0.8125rem}.product_card .about_tabs_box{padding:16px}.product_card .thumbnail_item{flex:0 0 60px;width:60px;height:60px}}@media (max-width:575px){.product_card .product_buy .row{flex-direction:column}.product_card .product_buy_top,.product_card .product_buy_bot{width:100%;max-width:100%}.product_card.laminate .calc_box,.product_card.laminate .calc_box.calc_box-bd{padding:12px!important;margin:10px 0!important}.product_card.laminate .calculator .row{gap:6px!important;margin-left:0!important;margin-right:0!important}.product_card.laminate .jq-number,.product_card.laminate .jq-selectbox{height:42px!important}.product_card.laminate .calculator .calc_label{margin-bottom:4px!important;font-size:12px!important}.product_card .about_links .nav-tabs{flex-direction:column}.product_card .about_links .nav-link{width:100%;justify-content:center}}@media (max-width:400px){.product_card.laminate .calc_box,.product_card.laminate .calc_box.calc_box-bd{padding:10px!important}.product_card.laminate .jq-number,.product_card.laminate .jq-selectbox{height:40px!important}.product_card.laminate .jq-number__field input,.product_card.laminate input.calc_s_floor,.product_card.laminate input.calc_packing{padding:0 32px 0 10px!important;font-size:13px!important}.product_card.laminate .jq-selectbox__select,.product_card.laminate select.calc_type{padding:0 32px 0 10px!important;font-size:12px!important;line-height:38px!important}.product_card.laminate .jq-number__spin{right:2px!important;width:22px!important;height:16px!important}.product_card.laminate .calculator .calc_label{font-size:11px!important}}@media (max-width:330px){.product_card.laminate .calc_box,.product_card.laminate .calc_box.calc_box-bd{padding:8px!important}.product_card.laminate .calculator .row{margin-left:0!important;margin-right:0!important}.product_card.laminate .calculator .calc_item{padding-left:0!important;padding-right:0!important}.product_card.laminate .calculator .calc_item.square,.product_card.laminate .calculator .calc_item.pack,.product_card.laminate .calculator .calc_item.type{flex:0 0 100%!important;max-width:100%!important}.product_card.laminate .jq-number,.product_card.laminate .jq-selectbox{height:38px!important}.product_card.laminate .jq-number__field input,.product_card.laminate input.calc_s_floor,.product_card.laminate input.calc_packing{height:100%!important;font-size:14px!important;width:100%!important}.product_card.laminate .jq-selectbox,.product_card.laminate .jq-selectbox__select,.product_card.laminate select.calc_type{width:100%!important;height:38px!important;line-height:36px!important;font-size:12px!important}.product_card.laminate .calculator .calc_label{font-size:10px!important;min-height:0!important;padding-right:0!important}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.product_card .tab-pane.active{animation:fadeIn 0.3s ease}.product_card{scroll-behavior:smooth}.product_card a:focus,.product_card button:focus,.product_card input:focus,.product_card select:focus{outline:2px solid var(--ln-primary);outline-offset:2px}.product_card .btn_orng:focus,.product_card .btn.btn-primary.btn_orng:focus{outline:none;box-shadow:0 0 0 4px rgba(252,133,7,0.3)}.product_card .product_title{padding-left:15px}.product_card .product_col_wrp>.row.align-items-center{align-items:flex-start!important}.product_card .big_properties_box{display:flex;flex-direction:column;align-self:stretch}.product_card .col-lg-5.col-12{display:flex;flex-direction:column}.product_card .col-lg-5 .box_shadow{flex:1;display:flex;flex-direction:column}.product_card .param_box{flex:1;display:flex;flex-direction:column}.product_card .product_buy{margin-top:auto}.product_card .thumbnails{margin-top:auto}.product_card.laminate .product_col.col-lg-7{padding-right:12px}@media (max-width:991px){.product_card.laminate .product_col.col-lg-7,.product_card.laminate .product_col.col-lg-5{flex:0 0 100%!important;max-width:100%!important;padding-right:15px;padding-left:15px}.product_card.laminate .product_title{padding-left:0}.product_card.laminate .main_options .opt{flex:0 0 auto!important;max-width:100%!important;width:100%!important;padding:0!important}}@media (max-width:576px){.product_card.laminate .main_options .opt{flex:0 0 auto!important;max-width:100%!important;width:100%!important;padding:0!important}.product_card.laminate .main_options.row{flex-direction:column!important;gap:6px}.product_card.laminate .big_properties .main_options{padding:0!important;margin:0!important}}@media (max-width:480px){.product_card.laminate .main_options .opt{flex:0 0 auto!important;max-width:100%!important;width:100%!important}}@media (max-width:330px){.product_card.laminate .main_options{margin:0!important}.product_card.laminate .main_options .opt{flex:0 0 auto!important;max-width:100%!important;width:100%!important;padding:4px 0!important}}.product_card .calc_supply_row{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px;padding-top:14px;border-top:1px dashed rgba(252,133,7,0.35)}.product_card .calc_supply_item{flex:1 1 calc(50% - 5px);min-width:120px;background:rgba(255,255,255,0.65);border:1px solid var(--ln-border,#f0e3d3);border-radius:8px;padding:8px 12px;box-sizing:border-box}.product_card .calc_supply_label{display:block;font-size:0.75rem;color:var(--ln-text-gray,#8a8a8a);font-weight:600;line-height:1.25;margin-bottom:3px}.product_card .calc_supply_val{display:block;font-size:0.95rem;font-weight:700;color:var(--ln-text-dark,#2a2a2a);white-space:nowrap}@media (max-width:480px){.product_card .calc_supply_item{flex:1 1 100%}}@media (max-width:330px){.product_card .calc_supply_row{gap:8px;margin-top:10px;padding-top:10px}.product_card .calc_supply_item{padding:6px 10px}.product_card .calc_supply_label{font-size:0.7rem}.product_card .calc_supply_val{font-size:0.85rem}}.product_card .calc_supply_block{margin-top:14px;padding-top:14px;border-top:1px dashed rgba(252,133,7,0.35)}.product_card .calc_supply_block .calc_supply_row{margin-top:10px;padding-top:0;border-top:none}.product_card .calc_supply_head{display:flex;align-items:center;gap:8px}.product_card .calc_supply_title{font-size:0.85rem;font-weight:700;color:var(--ln-text-dark,#2a2a2a)}.product_card .calc_supply_info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--ln-primary,#fc8507);color:#fff;font-size:10px;font-style:normal;font-weight:700;cursor:help;flex-shrink:0;outline:none}.product_card .calc_supply_tip{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);width:230px;max-width:70vw;padding:8px 10px;background:#2a2a2a;color:#fff;font-size:0.72rem;font-weight:400;line-height:1.35;border-radius:8px;box-shadow:0 4px 14px rgba(0,0,0,0.18);opacity:0;visibility:hidden;transition:opacity 0.15s ease;z-index:50;pointer-events:none;text-align:left}.product_card .calc_supply_tip::before{content:'';position:absolute;bottom:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-bottom-color:#2a2a2a}.product_card .calc_supply_info:hover .calc_supply_tip,.product_card .calc_supply_info:focus .calc_supply_tip{opacity:1;visibility:visible}.product_card .kp_copy_btn{margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid var(--ln-primary,#fc8507);border-radius:8px;background:#fff;color:var(--ln-primary,#fc8507);font-size:0.78rem;font-weight:600;cursor:pointer;transition:all 0.15s ease}.product_card .kp_copy_btn:hover{background:var(--ln-primary,#fc8507);color:#fff}.product_card .kp_copy_btn svg{width:14px;height:14px}.product_card .kp_pallet_label{display:flex;align-items:center;gap:8px;margin:10px 0 0;font-size:0.8rem;color:var(--ln-text-gray,#6a6a6a);cursor:pointer;user-select:none}.product_card .kp_pallet_label input[type="checkbox"]{width:16px;height:16px;accent-color:var(--ln-primary,#fc8507);cursor:pointer;flex-shrink:0}@media (max-width:480px){.product_card .kp_copy_btn .kp_copy_text{display:none}.product_card .kp_copy_btn{padding:6px 8px}}.product_card.laminate .big_slider_box{justify-content:flex-start}.product_card.laminate .big_slider_wrp,.product_card.laminate .big_slider{align-content:flex-start}.product_card.laminate .big_slider .owl-carousel{align-items:flex-start}.product_card.laminate .gallery{align-items:flex-start;justify-content:flex-start}@media (min-width:992px){.product_card.laminate .bx_slider_conteiner{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.product_card.laminate .bx_slider_conteiner .bx_slider_scroller_container,.product_card.laminate .bx_slide,.product_card.laminate .bx_slide ul.owl-carousel,.product_card.laminate .bx_slide .owl-stage-outer,.product_card.laminate .bx_slide .owl-stage,.product_card.laminate .bx_slide .owl-item,.product_card.laminate .bx_slide .slider_item,.product_card.laminate .bx_slide .slider_item>a{height:100%}.product_card.laminate .bx_slide .slider_item>a{display:block}.product_card.laminate .bx_slide .slider_item img{width:100%;height:100%;object-fit:cover;object-position:center}}.product_card .title_icons .icon.active,.product_card .title_icons .icon.active .fa,.product_card .title_icons .add_favour.active .fa:before{color:#fff!important}.product_card .title_icons .icon.active .compare-icon i{border-color:#fff!important;background-color:#fff!important}.product_card .title_icons .add_favour.active .fa{font-size:0!important;width:20px;height:20px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center/contain no-repeat}.product_card .title_icons .add_favour.active .fa:before{content:none!important}.kpc-v2{--kpc-ac:#E8801A;--kpc-ac-d:#C96A0E;--kpc-ac-s:#FFF3E4;--kpc-bg:#F6F6F8;--kpc-txt:#1C1F24;--kpc-txt2:#4A4F58;--kpc-mut:#8A8F99;--kpc-line:#EEEFF2;--kpc-green:#2FA84F;--kpc-green-s:#EDF8F0;--kpc-blue:#2B5FA5;--kpc-blue-s:#EEF3FB;--kpc-r:16px;--kpc-r-sm:12px;font-family:'Manrope','Roboto',Arial,sans-serif;color:var(--kpc-txt)}.kpc-v2 .product_title h1{font-family:'Manrope',sans-serif;font-weight:800;color:var(--kpc-txt);line-height:1.25;letter-spacing:-0.01em}.kpc-v2 .product_title .prop_article{color:var(--kpc-mut);font-size:13px}.kpc-v2 .box_shadow{border-radius:var(--kpc-r)!important;box-shadow:0 2px 12px rgba(28,31,36,0.06)!important;border:1px solid var(--kpc-line);background:#fff}.kpc-v2 .labels .label_item{border-radius:8px!important;font-size:11px!important;font-weight:800!important;letter-spacing:0.06em;text-transform:uppercase;padding:5px 10px!important}.kpc-v2 .labels .label_item.new{background:var(--kpc-green)!important;color:#fff!important}.kpc-v2 .labels .label_item.sale{background:var(--kpc-ac)!important;color:#fff!important}.kpc-v2 .title_icons{display:none!important}.kpc-v2 .big_slider_box{position:relative}.kpc-v2 .kpc-v2-gactions{position:absolute;top:12px;right:12px;z-index:6;display:flex;flex-direction:column;gap:10px}@media (max-width:1024px){.kpc-v2 .kpc-v2-gactions{top:28px;right:22px}}.kpc-v2 .kpc-v2-gact{width:44px;height:44px;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;color:var(--kpc-txt2,#6b7280);transition:background .15s,color .15s,transform .1s,box-shadow .15s;cursor:pointer;text-decoration:none}.kpc-v2 .kpc-v2-gact:hover{box-shadow:0 4px 14px rgba(0,0,0,.18);transform:translateY(-1px)}.kpc-v2 .kpc-v2-gact:active{transform:scale(.94)}.kpc-v2 .kpc-v2-gact-fav .fa{font-size:20px;line-height:1}.kpc-v2 .kpc-v2-gact-fav .fa-heart{display:none;color:var(--kpc-ac,#fc8507)}.kpc-v2 .kpc-v2-gact-fav.active{color:var(--kpc-ac,#fc8507)}.kpc-v2 .kpc-v2-gact-fav.active .fa-heart-o{display:none}.kpc-v2 .kpc-v2-gact-fav.active .fa-heart{display:inline-block}.kpc-v2 .kpc-v2-gact-comp .compare-icon{display:inline-flex;align-items:flex-end;gap:3px;height:18px}.kpc-v2 .kpc-v2-gact-comp .compare-icon i{display:block;width:4px;background:currentColor;border-radius:2px}.kpc-v2 .kpc-v2-gact-comp .compare-icon i:nth-child(1){height:10px}.kpc-v2 .kpc-v2-gact-comp .compare-icon i:nth-child(2){height:18px}.kpc-v2 .kpc-v2-gact-comp .compare-icon i:nth-child(3){height:14px}.kpc-v2 .kpc-v2-gact-comp.active{background:var(--kpc-ac,#fc8507);color:#fff}.kpc-v2 .kpc-v2-gact-admin .fa{font-size:20px;line-height:1}@media (max-width:1024px){.kpc-v2 .kpc-v2-gact-admin{display:none!important}}.kpc-v2 .kpc-v2-gactions .kp-share{position:relative}.kpc-v2 .kpc-v2-gactions .kp-share__btn{width:44px!important;height:44px!important;border-radius:50%!important;border:none!important;box-shadow:0 2px 10px rgba(0,0,0,.12)!important;background:#fff!important;color:var(--kpc-txt2,#6b7280)!important}.kpc-v2 .kpc-v2-gactions .kp-share__btn:hover,.kpc-v2 .kpc-v2-gactions .kp-share.is-open .kp-share__btn{box-shadow:0 4px 14px rgba(0,0,0,.18)!important;background:#fff!important;color:var(--kpc-ac,#fc8507)!important}.kpc-toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%) translateY(20px);z-index:100000;padding:13px 24px;background:#1f9d55;color:#fff;font-size:15px;font-weight:700;border-radius:30px;box-shadow:0 8px 24px rgba(0,0,0,.25);opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none;max-width:90vw;text-align:center}.kpc-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.kpc-toast--err{background:#d9534f}.kpc-v2 .btn_to_buy .btn.kpc-in-cart,.kpc-v2 .item_buttons .kpc-in-cart,#kpcV2StickyBuy.kpc-in-cart{background:#1f9d55!important;border-color:#1f9d55!important;color:#fff!important}.kpc-v2 .btn_to_buy .btn.kpc-in-cart:hover,#kpcV2StickyBuy.kpc-in-cart:hover{background:#1c8f4d!important}.kpc-v2 .thumbnails .thumbnail_item{border-radius:var(--kpc-r-sm)!important;overflow:hidden;border:2px solid transparent!important;transition:border-color .15s;cursor:pointer}.kpc-v2 .thumbnails .thumbnail_item.active,.kpc-v2 .thumbnails .thumbnail_item:hover{border-color:var(--kpc-ac)!important}.kpc-v2 .big_properties .main_options .opt{background:var(--kpc-bg);border-radius:var(--kpc-r-sm);padding:10px 12px;margin-bottom:8px;border:none}.kpc-v2 .big_properties .main_options .opt .opt_text{color:var(--kpc-txt2);font-size:13px;font-weight:600}.kpc-v2 .big_properties .main_options .opt .img_text{color:var(--kpc-txt);font-weight:800}.kpc-v2 .big_price_box .price{font-family:'Manrope',sans-serif;font-size:30px!important;font-weight:800!important;color:var(--kpc-txt)!important}.kpc-v2 .big_price_box .price_old span{color:var(--kpc-mut);text-decoration:line-through}.kpc-v2 .price_pack{color:var(--kpc-mut);font-size:14px}.kpc-v2 .sample_text{display:inline-flex;align-items:center;gap:6px;background:var(--kpc-green-s);color:var(--kpc-green);font-size:13px;font-weight:700;border-radius:10px;padding:7px 12px;margin-bottom:12px;line-height:1.2}.kpc-v2 .sample_text.snyat-s-proizvodstva-ostatkov-net{background:#fdECEC!important;color:#d9291c!important}.kpc-v2 .sample_text.snyat-s-proizvodstva-ostatkov-net::before{background-color:#d9291c!important}.kpc-v2 .btn_orng,.kpc-v2 .btn.btn-primary{background:var(--kpc-ac)!important;border-color:var(--kpc-ac)!important;border-radius:var(--kpc-r-sm)!important;font-weight:800!important;font-family:'Manrope',sans-serif;box-shadow:0 4px 14px rgba(232,128,26,0.3);transition:background .15s,transform .15s}.kpc-v2 .btn_orng:hover,.kpc-v2 .btn.btn-primary:hover{background:var(--kpc-ac-d)!important;border-color:var(--kpc-ac-d)!important;transform:translateY(-1px)}.kpc-v2 .btn_one_click a{color:var(--kpc-ac);font-weight:700}.kpc-v2 .btn_one_click a:hover{color:var(--kpc-ac-d)}.kpc-v2 .title_icons .icon{width:38px;height:38px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.12);display:inline-flex;align-items:center;justify-content:center}.kpc-v2 .calculator .calc_label{font-size:12px;color:var(--kpc-mut);font-weight:600}.kpc-v2 .calculator input[type="text"],.kpc-v2 .calculator input[type="number"],.kpc-v2 .calculator input,.kpc-v2 .calculator select{background:var(--kpc-bg)!important;border:1px solid transparent!important;border-radius:var(--kpc-r-sm)!important;font-weight:700;color:var(--kpc-txt);transition:border-color .15s}.kpc-v2 .calculator input:focus,.kpc-v2 .calculator select:focus{border-color:var(--kpc-ac)!important;outline:none}.kpc-v2 .calc_supply_block{background:var(--kpc-bg);border-radius:var(--kpc-r-sm);padding:12px}.kpc-v2 .kp_copy_btn{border-radius:10px;font-weight:700}.kpc-v2 .about_links .nav-tabs{border-bottom:none;gap:8px}.kpc-v2 .about_links .nav-tabs .nav-link{border:none!important;box-shadow:none!important;border-radius:999px!important;background:var(--kpc-bg);color:var(--kpc-txt2);font-weight:700;font-family:'Manrope',sans-serif;padding:8px 18px;transition:background .15s,color .15s}.kpc-v2 .about_links .nav-tabs .nav-link::after,.kpc-v2 .about_links .nav-tabs .nav-link::before{display:none!important}.kpc-v2 .about_links .nav-tabs .nav-link:hover{background:var(--kpc-ac-s)!important;color:var(--kpc-ac-d)!important}.kpc-v2 .about_links .nav-tabs .nav-link.active{background:var(--kpc-ac)!important;color:#fff!important;box-shadow:0 2px 8px rgba(252,133,7,0.25)!important}.kpc-v2 .bx_size .cnt,.kpc-v2 .bx_scu .cnt{border-radius:10px!important;font-weight:700}.kpc-v2 .bx_size li.bx_active .cnt,.kpc-v2 .bx_scu li.bx_active .cnt{border:2px solid var(--kpc-ac)!important;background:var(--kpc-ac-s)!important;color:var(--kpc-ac-d)!important}.kpc-v2-stickybar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:990;background:#fff;border-top:1px solid var(--kpc-line);box-shadow:0 -6px 20px rgba(28,31,36,0.10);padding:10px 16px calc(10px + env(safe-area-inset-bottom));align-items:center;gap:12px;transition:transform .25s}.kpc-v2-stickybar.kpc-v2-hidden{transform:translateY(110%);pointer-events:none;visibility:hidden}.kpc-v2-stickybar-price{flex:1;min-width:0;display:flex;flex-direction:column}.kpc-v2-stickybar-val{font-family:'Manrope',sans-serif;font-size:19px;font-weight:800;color:var(--kpc-txt);white-space:nowrap}.kpc-v2-stickybar-unit{font-size:13px;font-weight:600;color:var(--kpc-mut)}.kpc-v2-stickybar-pack{font-size:12px;color:var(--kpc-mut);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpc-v2-stickybar-btn{flex-shrink:0;background:var(--kpc-ac);color:#fff!important;font-family:'Manrope',sans-serif;font-size:15px;font-weight:800;border-radius:var(--kpc-r-sm);padding:12px 26px;text-decoration:none!important;box-shadow:0 4px 14px rgba(232,128,26,0.35);transition:background .15s}.kpc-v2-stickybar-btn:active,.kpc-v2-stickybar-btn:hover{background:var(--kpc-ac-d);color:#fff}.kpc-v2-stickybar-btn.kpc-v2-added{background:var(--kpc-green);box-shadow:0 4px 14px rgba(47,168,79,0.35)}.kpc-v2-m{display:none}.kpc-v2-m-brandrow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}.kpc-v2-m-brand{font-size:12px;font-weight:700;color:var(--kpc-ac);background:var(--kpc-ac-s);padding:4px 10px;border-radius:8px}.kpc-v2-m-art{font-size:12px;color:var(--kpc-mut)}.kpc-v2-m-title{font-family:'Manrope',sans-serif;font-size:20px;line-height:1.25;font-weight:800;color:var(--kpc-txt);margin-bottom:10px}.kpc-v2-m-pricerow{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:10px}.kpc-v2-m-price{font-family:'Manrope',sans-serif;font-size:28px;font-weight:800;color:var(--kpc-txt)}.kpc-v2-m-unit{font-size:16px;font-weight:600;color:var(--kpc-mut)}.kpc-v2-m-packprice{font-size:14px;color:var(--kpc-mut)}.kpc-v2-m-status{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.kpc-v2-m-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;border-radius:10px;padding:6px 10px}.kpc-v2-m-chip.kpc-chip-green{background:var(--kpc-green-s);color:var(--kpc-green)}.kpc-v2-m-chip.kpc-chip-blue{background:var(--kpc-blue-s);color:var(--kpc-blue)}.kpc-v2-m-chip.kpc-chip-gray{background:var(--kpc-bg);color:var(--kpc-txt2)}.kpc-v2-m-chip.kpc-status-snyat-s-proizvodstva-ostatkov-net{background:#fdECEC;color:#d9291c}@media (max-width:1024px){.kpc-v2 .option_box .sample_text{display:none!important}}.kpc-v2-m-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.kpc-v2-m-spec{background:var(--kpc-bg);border-radius:12px;padding:10px 4px;text-align:center;min-width:0}.kpc-v2-m-spec-v{font-family:'Manrope',sans-serif;font-size:14px;font-weight:800;color:var(--kpc-txt);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpc-v2-m-spec-k{font-size:10px;color:var(--kpc-mut);margin-top:2px}.kpc-v2-calc{display:none}.kpc-v2-calc-title{font-family:'Manrope',sans-serif;font-size:15px;font-weight:800;color:var(--kpc-txt);margin-bottom:12px}.kpc-v2-calc-fields{display:flex;gap:8px;margin-bottom:10px}.kpc-v2-calc-field{flex:1;background:var(--kpc-bg);border-radius:12px;padding:10px 12px;min-width:0}.kpc-v2-calc-label{font-size:11px;color:var(--kpc-mut);margin-bottom:2px}.kpc-v2-calc-field input{width:100%;border:none;background:transparent;font-family:'Manrope',sans-serif;font-size:17px;font-weight:700;color:var(--kpc-txt);padding:0;outline:none;-moz-appearance:textfield}.kpc-v2-calc-field input::-webkit-outer-spin-button,.kpc-v2-calc-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kpc-v2-calc-packs{display:flex;align-items:center;justify-content:space-between}.kpc-v2-calc-packval{font-family:'Manrope',sans-serif;font-size:17px;font-weight:700;color:var(--kpc-txt)}input.kpc-v2-calc-packval{width:3.2em;border:none;background:transparent;padding:0;outline:none;text-align:left;-moz-appearance:textfield;appearance:textfield}input.kpc-v2-calc-packval::-webkit-outer-spin-button,input.kpc-v2-calc-packval::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kpc-v2-calc-steppers{display:flex;flex-direction:column;gap:4px}.kpc-v2-step{width:26px;height:22px;border:none;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.1);font-size:14px;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.kpc-v2-step.plus{color:var(--kpc-ac)}.kpc-v2-step.minus{color:var(--kpc-mut)}.kpc-v2-calc-reserve{display:flex;gap:6px;margin-bottom:12px}.kpc-v2-chipbtn{flex:1;border:1.5px solid transparent;border-radius:10px;background:var(--kpc-bg);color:var(--kpc-txt2);font-size:13px;font-weight:700;padding:9px 4px;cursor:pointer}.kpc-v2-chipbtn.active{background:var(--kpc-ac-s);border-color:var(--kpc-ac);color:var(--kpc-ac-d)}.kpc-v2-calc-total{background:#FFF7EC;border-radius:12px;padding:12px 14px;margin-bottom:10px}.kpc-v2-calc-total-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.kpc-v2-calc-total-info{font-size:13px;color:#8A6A3F}.kpc-v2-calc-total-sum{font-family:'Manrope',sans-serif;font-size:17px;font-weight:800;color:var(--kpc-txt)}.kpc-v2-calc-total-sub{border-top:1px dashed #F0DFC6;margin-top:8px;padding-top:8px;font-size:12px;color:#8A6A3F;align-items:flex-start;min-height:34px}.kpc-v2-calc-total-sub #kpcCalcSupply{flex:1;line-height:1.45}.kpc-v2-calc-copy{font-weight:700;color:var(--kpc-ac);cursor:pointer;white-space:nowrap}.kpc-v2-calc-pallet{display:flex;align-items:flex-start;gap:8px;margin:10px 0 0;font-size:12px;color:#8A6A3F;cursor:pointer}.kpc-v2-calc-pallet input{flex:0 0 auto;margin-top:2px}.kpc-v2-calc-pallet .kpc-v2-pallet-txt{flex:1;line-height:1.4}.kpc-v2-calc-btns{display:flex;gap:8px}.kpc-v2-calc-btns .kpc-v2-btn-full{flex:1 1 100%;width:100%}.kpc-v2-btn-outline,.kpc-v2-btn-gray{flex:1;border-radius:12px;padding:11px 4px;text-align:center;font-size:13px;font-weight:700;text-decoration:none!important;cursor:pointer}.kpc-v2-btn-outline{border:1.5px solid var(--kpc-ac);color:var(--kpc-ac)!important;background:#fff}.kpc-v2-btn-gray{background:var(--kpc-bg);color:var(--kpc-txt)!important}.kpc-v2-m-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}.kpc-v2-m-stars{color:#F5A623;font-size:14px;letter-spacing:1px}.kpc-v2-m-stars-empty{color:#C9CDD4}.kpc-v2-m-rating-txt{font-size:13px;color:var(--kpc-mut)}.kpc-v2-m-rating-link{font-size:13px;color:var(--kpc-ac)!important;font-weight:600;text-decoration:none!important;border-bottom:1px dashed var(--kpc-ac)}.kpc-v2-d-color-name,.kpc-v2-color-name{display:none!important}.kpc-v2-colors{display:none}.kpc-v2-colors-title,.kpc-v2-calc-title{font-family:'Manrope',sans-serif}.kpc-v2-colors-title{font-size:15px;font-weight:800;color:var(--kpc-txt);margin-bottom:12px}.kpc-v2-colors-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.kpc-v2-color{flex-shrink:0;width:84px;text-decoration:none!important}.kpc-v2-color-img{display:block;width:84px;height:62px;border-radius:12px;background-size:cover;background-position:center;border:2px solid transparent}.kpc-v2-color-name{display:block;font-size:10px;color:var(--kpc-mut);margin-top:4px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1024px){.kpc-v2-stickybar{display:flex;bottom:56px;padding-bottom:10px}.kpc-v2-colors{display:block;margin-top:20px}.kpc-v2 .kpc-v2-tab-hidden{display:none!important}.kpc-v2 .prop_list_wrapper{padding:0!important}.kpc-v2 .prop_list .prop{flex:0 0 100%!important;max-width:100%!important;padding:0!important}.kpc-v2 .prop_list .prop_inner{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between;align-items:baseline;gap:12px;margin:0!important;padding:9px 0!important;border-bottom:1px dashed var(--kpc-line)}.kpc-v2 .prop_list .prop_inner .name{width:auto!important}.kpc-v2 .prop_list .prop_inner .type{flex:0 1 auto;padding:0!important}.kpc-v2 .prop_list .prop_inner .type span{font-size:13px!important;color:var(--kpc-mut)!important}.kpc-v2 .prop_list .prop_dotted{display:none!important}.kpc-v2 .prop_list .prop_inner>*:last-child{text-align:right}.kpc-v2 .prop_list .prop_inner .value,.kpc-v2 .prop_list .prop_inner .type ~ *{font-size:13px!important;font-weight:600!important;color:var(--kpc-txt)!important;padding:0!important;flex:0 0 auto;max-width:55%}.kpc-v2 .about_tabs_box .tab_box{padding:4px 16px 16px!important}.kpc-v2-calc{display:block}.kpc-v2 .calc_box.calc_box-bd{display:none!important}.kpc-v2 .product_buy .price_box.sum,.kpc-v2 .product_buy .discount_box{display:none!important}.kpc-v2 .btn_one_click{display:none!important}.kpc-v2 .about_tabs{border-radius:0!important;box-shadow:none!important;border:none}.kpc-v2 .about_tabs_box .about_tab .title.d-md-none{display:flex!important;justify-content:space-between;align-items:center;padding:16px!important;font-family:'Manrope',sans-serif;font-size:15px!important;font-weight:800!important;color:var(--kpc-txt)!important;background:#fff!important;border:none!important;border-bottom:1px solid var(--kpc-line)!important;text-decoration:none!important}.kpc-v2 .about_tabs_box .about_tab{border:none!important;margin:0!important}.kpc-v2-m{display:block;padding:16px 16px 4px}.kpc-v2 .product_title{display:none}.kpc-v2 .option_box .price_box_row,.kpc-v2 .option_box .price_pack{display:none!important}.kpc-v2 .big_price_box .price{font-size:26px!important}.kpc-v2 .bx_optionblock #wd_reviews2_rating_element,.kpc-v2 .bx_optionblock .rating{display:none!important}.product_card.kpc-v2 .bx_item_container .big_properties_box{display:none!important}#OneClick .modal-dialog{margin:10px;max-width:none}#OneClick .modal-content{border-radius:18px}#OneClick .modal-header{padding:16px 18px 4px!important;border:none!important}#OneClick .modal-header .title{font-size:18px!important;font-weight:800!important}#OneClick .modal-body.mfeedback{padding:8px 18px 18px!important}#OneClick .mfeedback .description{font-size:12px!important;line-height:1.4;margin-bottom:12px!important;display:block;color:var(--kpc-mut)}#OneClick .form_popup .form-group,#OneClick .form_popup .input_box{margin-bottom:10px!important}#OneClick .form_popup input[type="text"],#OneClick .form_popup input[type="tel"],#OneClick .form_popup input.form-control{height:46px!important;border-radius:12px!important;font-size:15px!important}#OneClick .user-consent-request,#OneClick .mf-consent,#OneClick label{font-size:11px!important;line-height:1.35!important}#OneClick .smart-captcha,#OneClick .kp-smartcaptcha,#OneClick [id*="captcha"]{transform:scale(0.92);transform-origin:left center;margin:6px 0!important}#OneClick button[type="submit"],#OneClick .btn_submit,#OneClick input[type="submit"]{height:50px!important;border-radius:12px!important;font-size:16px!important;font-weight:800!important;margin-top:6px!important}body .atevi-scroll-to-top{bottom:145px!important}}.kpc-v2-d{display:none}@media (min-width:1025px){.product_card.kpc-v2:not(.kpc-v2-d-on):not(.kpc-v2-d-reveal){opacity:0}.product_card.kpc-v2{transition:opacity .15s ease}}@media (min-width:1025px){.kpc-v2.kpc-v2-d-on .product_title{display:none!important}.kpc-v2.kpc-v2-d-on>.product_row .bx_item_container{display:none!important}.kpc-v2.kpc-v2-d-on .kpc-v2-d{display:block;margin-bottom:24px}.kpc-v2-d-grid{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(0,1fr) 344px;gap:24px;align-items:start}.kpc-v2-d-gallery{position:sticky;top:16px}.kpc-v2-d-gallery .big_slider_box{max-width:100%!important;flex:0 0 100%!important;width:100%!important;padding:0!important;position:relative}.kpc-v2-d-gallery .bx_slider_conteiner .labels{position:absolute;top:12px;left:12px;z-index:5;margin:0!important}.kpc-v2 .kpc-v2-d-gallery .big_slider .gallery{display:flex!important;flex-direction:row-reverse!important;gap:14px;align-items:flex-start}.kpc-v2-d-gallery .bx_slider_conteiner{flex:1 1 auto;min-width:0;position:relative;height:460px;border-radius:16px;overflow:hidden;background:var(--kpc-bg)}.kpc-v2-d-gallery .bx_slider_conteiner .owl-carousel,.kpc-v2-d-gallery .bx_slider_conteiner .owl-stage-outer,.kpc-v2-d-gallery .bx_slider_conteiner .owl-stage,.kpc-v2-d-gallery .bx_slider_conteiner .owl-item,.kpc-v2-d-gallery .bx_slider_conteiner .slider_item,.kpc-v2-d-gallery .bx_slider_conteiner .slider_item>a,.kpc-v2-d-gallery .bx_slider_conteiner .bx_slide{height:460px!important}.kpc-v2-d-gallery .bx_slider_conteiner img{width:100%!important;height:460px!important;min-height:460px!important;object-fit:cover;object-position:center bottom;border-radius:16px}.kpc-v2-d-gallery .thumbnails{flex:0 0 98px;width:98px!important;height:auto!important;max-height:460px;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;padding-right:2px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.28) transparent}.kpc-v2-d-gallery .thumbnails::-webkit-scrollbar{width:6px}.kpc-v2-d-gallery .thumbnails::-webkit-scrollbar-track{background:transparent}.kpc-v2-d-gallery .thumbnails::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:3px}.kpc-v2-d-gallery .thumbnails::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.4)}.kpc-v2-d-gallery .thumbnails .owl-stage-outer{overflow:visible!important;height:auto!important}.kpc-v2-d-gallery .thumbnails .owl-stage{transform:none!important;width:auto!important;display:flex!important;flex-direction:column!important;gap:10px}.kpc-v2-d-gallery .thumbnails .owl-item{width:84px!important;margin:0!important;float:none!important}.kpc-v2-d-gallery .thumbnails .thumbnail_item{width:84px!important;height:60px!important;border-radius:12px!important;overflow:hidden;border:2px solid transparent!important}.kpc-v2-d-gallery .thumbnails .thumbnail_item.active,.kpc-v2-d-gallery .thumbnails .thumbnail_item:hover{border-color:var(--kpc-ac)!important}.kpc-v2-d-gallery .thumbnails .thumbnail_item img{width:100%!important;height:100%!important;object-fit:cover}.kpc-v2-d-gallery .owl-nav,.kpc-v2-d-gallery .owl-dots{display:none!important}.kpc-v2-d .kpc-v2-d-card{background:#fff;border:1px solid var(--kpc-line);border-radius:var(--kpc-r);box-shadow:0 2px 12px rgba(28,31,36,0.05);padding:20px}.kpc-v2-d .kpc-v2-d-card + .kpc-v2-d-card{margin-top:16px}.kpc-v2-d-card-title{font-size:17px;font-weight:800;color:var(--kpc-txt)}.kpc-v2-d-brandrow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.kpc-v2-d-brand{font-size:12px;font-weight:800;color:var(--kpc-ac);background:var(--kpc-ac-s);padding:5px 11px;border-radius:8px}.kpc-v2-d-art{font-size:12px;color:var(--kpc-mut)}.kpc-v2-d-title{font-family:'Manrope',sans-serif;font-size:26px;line-height:1.22;font-weight:800;color:var(--kpc-txt);margin-bottom:10px}.kpc-v2-d-rating{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.kpc-v2-d-star{color:#F5A623;font-size:16px}.kpc-v2-d-star-empty{color:#D8DAE0}.kpc-v2-d-rating-num{font-size:14px;font-weight:800;color:var(--kpc-txt)}.kpc-v2-d-rating-link{font-size:14px;color:var(--kpc-blue);text-decoration:none}.kpc-v2-d-rating-link:hover{text-decoration:underline}.kpc-v2-d-about-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.kpc-v2-d-desc-link{font-size:13px;font-weight:700;color:var(--kpc-blue);text-decoration:none}.kpc-v2-d-about-row{display:flex;align-items:flex-end;gap:6px;padding:9px 0;border-bottom:1px solid #F4F5F7}.kpc-v2-d-about-row:last-child{border-bottom:none}.kpc-v2-d-about-k{font-size:14px;color:var(--kpc-mut);white-space:nowrap}.kpc-v2-d-about-dots{flex:1}.kpc-v2-d-about-v{font-size:14px;font-weight:700;color:var(--kpc-txt);white-space:nowrap;text-align:right}.kpc-v2-d-colors .kpc-v2-d-card-title{display:block;margin-bottom:14px}.kpc-v2-d-colors-row{display:flex;gap:12px;overflow-x:auto;padding:4px;margin:-4px}.kpc-v2-d-color{flex-shrink:0;width:82px;text-decoration:none}.kpc-v2-d-color-img{display:block;width:82px;height:58px;border-radius:10px;background-size:cover;background-position:center;box-shadow:inset 0 0 0 1px rgba(0,0,0,0.08);transition:box-shadow .15s}.kpc-v2-d-color:hover .kpc-v2-d-color-img,.kpc-v2-d-color.is-active .kpc-v2-d-color-img{box-shadow:0 0 0 2px var(--kpc-ac)}.kpc-v2-d-color-name{display:block;font-size:11px;color:var(--kpc-mut);margin-top:6px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpc-v2-d-buy{position:sticky;top:16px}.kpc-v2-d-price-main{display:flex;align-items:baseline;gap:8px}.kpc-v2-d-price-big{font-family:'Manrope',sans-serif;font-size:30px;font-weight:800;color:var(--kpc-green);letter-spacing:-0.02em}.kpc-v2-d-price-unit{font-size:15px;font-weight:700;color:var(--kpc-green)}.kpc-v2-d-price-sub{display:flex;align-items:baseline;gap:10px;margin-top:8px;flex-wrap:wrap}.kpc-v2-d-price-pack{font-size:14px;color:var(--kpc-txt2);font-weight:600}.kpc-v2-d-price-old{font-size:14px;color:#B5B9C0;text-decoration:line-through}.kpc-v2-d-price-disc{font-size:13px;font-weight:800;color:var(--kpc-ac)}.kpc-v2-d-split{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 14px;border:1.5px solid #EAF0FA;border-radius:12px}.kpc-v2-d-split-icon{width:34px;height:34px;border-radius:9px;background:#EAF0FA;display:flex;align-items:center;justify-content:center;font-size:16px}.kpc-v2-d-split-txt{flex:1}.kpc-v2-d-split-sum{font-size:14px;font-weight:800;color:var(--kpc-txt)}.kpc-v2-d-split-note{font-size:11px;color:var(--kpc-mut)}.kpc-v2-d-split-arr{font-size:16px;color:#B5B9C0}.kpc-v2-d-stock{margin-top:12px;font-size:13px;font-weight:800;color:var(--kpc-ac)}.kpc-v2-d-buybtns{margin-top:14px}.kpc-v2-d-buybtns .btn_to_buy{display:flex;gap:10px}.kpc-v2-d-buybtns .btn_to_buy .btn,.kpc-v2-d-buybtns .btn_to_buy a{flex:1;text-align:center;border-radius:12px!important;font-weight:800!important;padding:13px!important;font-size:15px!important}.kpc-v2-d-buybtns .btn_one_click{margin-top:10px;text-align:center}.kpc-v2-d-buybtns .btn_one_click a{font-size:13px;color:var(--kpc-blue)}.kpc-v2-d .kpc-v2-calc{display:block;margin-top:16px;border-top:1px solid var(--kpc-line);padding-top:16px}.kpc-v2-d-promo{display:flex;align-items:center;gap:12px;padding:14px 18px!important}.kpc-v2-d-promo-badge{background:var(--kpc-ac-s);color:var(--kpc-ac);font-size:13px;font-weight:800;padding:8px 10px;border-radius:10px}.kpc-v2-d-promo-txt{flex:1}.kpc-v2-d-promo-code{font-size:13px;font-weight:700;color:var(--kpc-txt)}.kpc-v2-d-promo-note{font-size:11px;color:var(--kpc-mut)}.kpc-v2-d-stores .kpc-v2-d-card-title{display:block;margin-bottom:14px}.kpc-v2-d-stores-list{display:flex;flex-direction:column;gap:12px}.kpc-v2-d-store-row{display:flex;align-items:flex-start;gap:10px}.kpc-v2-d-store-dot{width:8px;height:8px;border-radius:50%;margin-top:6px;flex-shrink:0}.kpc-v2-d-store-dot.in{background:var(--kpc-green)}.kpc-v2-d-store-dot.out{background:#D8DAE0}.kpc-v2-d-store-info{flex:1;min-width:0}.kpc-v2-d-store-name{font-size:14px;font-weight:700;color:var(--kpc-txt)}.kpc-v2-d-store-addr{font-size:12px;color:var(--kpc-mut);margin-top:2px}.kpc-v2-d-store-amt{font-size:12px;font-weight:800;white-space:nowrap}.kpc-v2-d-store-amt.in{color:var(--kpc-green)}.kpc-v2-d-store-amt.out{color:var(--kpc-mut)}.kpc-v2-d-delivery .kpc-v2-d-card-title{display:block;margin-bottom:14px}.kpc-v2-d-delivery-list{display:flex;flex-direction:column;gap:14px}.kpc-v2-d-delivery-item{display:flex;gap:12px}.kpc-v2-d-delivery-dot{width:8px;height:8px;border-radius:50%;background:var(--kpc-green);margin-top:6px;flex-shrink:0}.kpc-v2-d-delivery-h{font-size:14px;font-weight:700;color:var(--kpc-txt)}.kpc-v2-d-delivery-sub{font-size:12px;color:var(--kpc-mut);margin-top:2px}}.kpc-v2 [id$="_skudiv"]{padding:0!important;margin:0!important}.kpc-v2 .bx_item_detail_size,.kpc-v2 .bx_item_detail_size.full{width:100%!important;max-width:none!important;float:none!important;margin:0 0 14px}.kpc-v2 .bx_item_detail_size .bx_item_section_name_gray{display:block;width:100%;font-size:12px;color:var(--kpc-mut,#9ca3af);margin-bottom:8px}.kpc-v2 .bx_item_detail_size .bx_size_scroller_container,.kpc-v2 .bx_item_detail_size .bx_size{width:100%!important;height:auto!important;overflow:visible!important;padding:0!important}.kpc-v2 .bx_item_detail_size .bx_slide_left,.kpc-v2 .bx_item_detail_size .bx_slide_right{display:none!important}.kpc-v2 .bx_item_detail_size .bx_size ul{display:flex!important;flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%!important;margin:0!important;padding:0!important;list-style:none!important}.kpc-v2 .bx_item_detail_size .bx_size ul li{flex:0 0 calc((100% - 24px) / 4);max-width:calc((100% - 24px) / 4);width:auto!important;min-height:44px;height:auto!important;margin:0!important;padding:6px 4px!important;box-sizing:border-box;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--kpc-bd,#e5e7eb);border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.kpc-v2 .bx_item_detail_size .bx_size ul li .cnt{display:block;font-size:13px;font-weight:600;line-height:1.15;color:var(--kpc-txt,#1f2937)!important;white-space:nowrap;text-align:center;background:none!important;box-shadow:none!important;border:0!important;border-radius:0!important;padding:0!important;margin:0!important;width:auto!important;height:auto!important}.kpc-v2 .bx_item_detail_size .bx_size ul li i{display:none!important}.kpc-v2 .bx_item_detail_size .bx_size ul li:hover{border-color:var(--kpc-ac,#fc8507)}.kpc-v2 .bx_item_detail_size .bx_size ul li.bx_active{border-color:var(--kpc-ac,#fc8507)!important;background:#fff!important;box-shadow:inset 0 0 0 1px var(--kpc-ac,#fc8507)}.kpc-v2 .bx_item_detail_size .bx_size ul li.bx_active .cnt{color:var(--kpc-ac,#fc8507)!important}.kpc-v2 .bx_item_detail_size .bx_size ul li.bx_missing{display:none!important}@media (max-width:640px){.kpc-v2 .product_buy [id$="_skudiv"]{flex:0 0 100%!important;width:100%!important;max-width:100%!important;padding-left:20px!important;padding-right:20px!important}.kpc-v2 .bx_item_detail_size .bx_size ul li{flex:0 0 calc((100% - 16px) / 3);max-width:calc((100% - 16px) / 3)}}@media (max-width:1024px){.kpc-v2 .kpc-v2-m{padding-left:35px!important;padding-right:35px!important}}@media (max-width:1024px){.kpc-v2 .about_tabs_box{padding-left:0!important;padding-right:0!important}.kpc-v2 .about_tab{padding-left:5px!important;padding-right:5px!important}}@media (max-width:1024px){.kpc-v2 .about_tab .tab_box .prop_list_wrapper{margin-left:0!important;margin-right:0!important}.kpc-v2 .about_tab .tab_box .dp-container{padding-left:0!important;padding-right:0!important}}
/* End */


/* Start:/local/templates/.default/fonts/kp-delivery-fonts.css?17829013604417*/
/* Локальные шрифты страницы «Доставка и оплата» (заменяют Google Fonts).
   Скачаны 2026-07-01: Manrope 500/600/700/800, Roboto 400/500/700, субсеты latin+cyrillic. */

/* ===== Manrope ===== */
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-500-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:500;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-600-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:600;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-600-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-700-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:700;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-800-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Manrope';font-style:normal;font-weight:800;font-display:swap;src:url(/local/templates/.default/fonts/manrope/manrope-800-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* ===== Roboto ===== */
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-400-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-400-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-500-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:500;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-500-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-700-cyrillic.woff2) format('woff2');unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:swap;src:url(/local/templates/.default/fonts/roboto/roboto-700-latin.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}

/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.section/more_color/style.css?17476541721266*/
@media (min-width: 1200px), (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    /* Common styles for all breakpoints */
    .product-item-list-col-6 > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
    .product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
    .product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
    .product-item-list-col-4 > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
    .product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-3 > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
    .product-item-list-col-2 > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
    .product-item-list-col-1 > .col-xs-12 > .row > .col-xs-12:nth-child(1n) {
        clear: both;
    }
}

.catalog-section-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}

.row::before {
    display: initial;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/floor/kp-product-description.css?17476541615697*/
/* Основные стили для контейнера описания */
.kp-product-description {
    font-family: 'Roboto', 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

/* Заголовки */
.kp-product-title {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.kp-product-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #ff7e00, #ffb700);
}

.kp-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    margin: 35px 0 20px;
    position: relative;
    padding-left: 15px;
}

.kp-section-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, #ff7e00, #ffb700);
    border-radius: 3px;
}

.kp-feature-title, .kp-faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 12px;
}

/* Вводный текст */
.kp-product-intro {
    font-size: 16px;
    margin-bottom: 30px;
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #ff7e00;
}

/* Сетка преимуществ */
.kp-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.kp-feature-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kp-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.kp-feature-text {
    margin-bottom: 0;
}

/* Секция применения */
.kp-usage-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 35px 0;
}

.kp-usage-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.kp-usage-item {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}

.kp-usage-item:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #ff7e00;
    font-weight: bold;
}

.kp-usage-summary {
    font-weight: 500;
    margin-top: 15px;
}

/* Секция ухода */
.kp-care-section {
    margin: 35px 0;
}

.kp-care-intro {
    margin-bottom: 15px;
}

.kp-care-steps {
    padding-left: 20px;
    margin-bottom: 20px;
}

.kp-care-step {
    margin-bottom: 12px;
    padding-left: 10px;
}

.kp-care-summary {
    font-style: italic;
    color: #555;
}

/* Секция преимуществ */
.kp-benefits-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 8px;
    margin: 35px 0;
}

.kp-benefits-text {
    margin-bottom: 15px;
}

/* Секция призыва к действию */
.kp-cta-section {
    background: linear-gradient(135deg, #ff7e00 0%, #ffb700 100%);
    color: white;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin: 40px 0;
}

.kp-cta-text {
    font-size: 18px;
    margin-bottom: 20px;
}

.kp-cta-button {
    display: inline-block;
    background-color: white;
    color: #ff7e00;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kp-cta-button:hover {
    background-color: #2c3e50;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Секция FAQ */
.kp-faq-section {
    margin: 40px 0;
}

.kp-faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
}

.kp-faq-item:last-child {
    border-bottom: none;
}

.kp-faq-question {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    transition: color 0.3s ease;
}

.kp-faq-question:hover {
    color: #ff7e00;
}

.kp-faq-question:after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: #ff7e00;
}

.kp-faq-answer {
    margin-top: 10px;
    display: none;
}

.kp-faq-active:after {
    content: '−';
}

/* Выделение ключевых слов */
.kp-product-description strong {
    color: #2c3e50;
    font-weight: 600;
}

/* Адаптивность */
@media (max-width: 768px) {
    .kp-features-grid {
        grid-template-columns: 1fr;
    }
    
    .kp-product-title {
        font-size: 24px;
    }
    
    .kp-section-title {
        font-size: 20px;
    }
    
    .kp-feature-title, .kp-faq-question {
        font-size: 17px;
    }
    
    .kp-cta-section {
        padding: 20px;
    }
    
    .kp-cta-text {
        font-size: 16px;
    }
}

/* Анимации */
.kp-animated {
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.kp-feature-item, .kp-usage-section, .kp-care-section, 
.kp-benefits-section, .kp-cta-section, .kp-faq-item {
    opacity: 0;
}

/* Задержка анимации для разных элементов */
.kp-feature-item:nth-child(1) { animation-delay: 0.1s; }
.kp-feature-item:nth-child(2) { animation-delay: 0.2s; }
.kp-feature-item:nth-child(3) { animation-delay: 0.3s; }
.kp-feature-item:nth-child(4) { animation-delay: 0.4s; }
.kp-feature-item:nth-child(5) { animation-delay: 0.5s; }
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/system.pagenavigation/arrows/style.css?174765417247*/
.navigation.pagination{
    display: block;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.section/slider-new/style.min.css?17509452941023*/
@media (min-width:1200px),(min-width:992px) and (max-width:1199px),(min-width:768px) and (max-width:991px),(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.item/block_2/style.css?174765417226072*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product_item-wrp {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product_item-wrp { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
	}
	100% {
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

/*.product-item-info-container { margin-bottom: 8px; }*/

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	/*position: relative;*/
	/*display: none;*/
	/*margin: 0 -15px;*/
	/*padding: 4px 15px;*/
	/*min-height: 30px;*/
	/*border-top: 1px solid #e6e6e6;*/
	/*background: #f3f3f3;*/
	/*box-shadow: inset 0 1px 1px 0 #eee;*/
	/*vertical-align: middle;*/
	/*font-size: 12px;*/
	/*line-height: 20px;*/
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
	text-align: center;
	width: 100%;
	height: 100%;
}

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.product_card_fast .product_card_wrp{


}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog.products.viewed/bootstrap_v4/style.min.css?1747654172151*/
.catalog-products-viewed-header{font:bold 14px/1.5 sans-serif;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000;text-align:left}
/* End */


/* Start:/local/components/krayt/main.feedback/templates/oneclick/style.css?1747654162789*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text,div.mf-error-text {color:green; display: none; font-weight:bold; padding-bottom: 1em;}
div.mf-error-text{
    color:red;
}
#feedback-modal-footer {
    text-align: left;
}
feedback-modal-footer span {
    opacity: 0.6;
}

.user_form div.form_widget-content.error .user_form .form_widget-input {
    border-bottom: solid 1px red;
    position: relative;
}
.user_form div.form_widget-content em{
    opacity: 0;
    position: absolute;
    top: 53px;
    font-size: 12px;
    color: red;
}
.user_form div.form_widget-content.error em{
    opacity: 1;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/main.userconsent.request/consent/user_consent.css?17845463394576*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: min(720px, calc(100vw - 30px));
	max-width: calc(100vw - 30px);
	background: #fff;
	text-align: left;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
	max-height: calc(100vh - 30px);
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	white-space: normal;
	line-height: 1.4;
	max-width: none;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.main-user-consent-request-popup-button {
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 10px 18px;
	font-size: 14px;
	color: #fff;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #ff760e;
}

.main-user-consent-request-popup-button-acc:hover {
	background: rgba(255, 121, 15, 0.81);
}

.main-user-consent-request-popup-button-rej {}

.main-user-consent-request-popup-button-rej:hover {
	background-color: #cdcdcd;
	opacity: 1;
}

.main-user-consent-request-popup-text {
	padding: 12px 14px;
	width: 100%;
	height: 220px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
	overflow: auto;
	white-space: normal;
	word-break: break-word;
	line-height: 1.5;
	font-size: 16px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #333;
	font-size:13px;
	line-height: 15px;
}

/* Ссылки на документы (Политика / Согласие) внутри лейбла согласия */
.main-user-consent-request-announce a{
	color: #fc8507;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.main-user-consent-request-announce a:hover{
	color: #d15e00;
	text-decoration: underline;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: none;
	}

	.main-user-consent-request-popup-text {
		height: 320px;
	}
}

@media (max-width: 767px) {
	.main-user-consent-request-popup-cont {
		padding: 16px;
		width: calc(100vw - 20px);
		max-width: calc(100vw - 20px);
	}

	.main-user-consent-request-popup-header {
		margin-bottom: 18px;
		font-size: 16px;
	}

	.main-user-consent-request-popup-text {
		height: 260px;
		font-size: 14px;
	}

	.main-user-consent-request-popup-button {
		flex: 1 1 100%;
	}
}
/* End */


/* Start:/bitrix/components/webdebug/reviews2.list/templates/.default/style.css?174765417111599*/
.wdr2_list {}
	.wdr2_list .wdr2_pager {}
	.wdr2_list .wdr2_pager.wdr2_pager_top {margin-bottom:16px;}
	.wdr2_list .wdr2_pager.wdr2_pager_bottom {margin-top:16px;}
	.wdr2_list .wdr2_items {}
		.wdr2_list .wdr2_items .wdr2_item {margin-bottom:50px; position:relative;}
		.wdr2_list .wdr2_items .wdr2_item_moderated_Y:before {content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#b4e391; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM2MWM0MTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYjRlMzkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #b4e391 0%, #61c419 50%, #b4e391 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#b4e391), color-stop(50%,#61c419), color-stop(100%,#b4e391)); background:-webkit-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-o-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:-ms-radial-gradient(center, ellipse cover,  #b4e391 0%,#61c419 50%,#b4e391 100%); background:radial-gradient(ellipse at center,  #b4e391 0%,#61c419 50%,#b4e391 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=1 );}
		.wdr2_list .wdr2_items .wdr2_item_moderated_N:before{content:''; height:16px; position:absolute; right:8px; top:8px; width:16px; z-index:10; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#ff3019; background url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZjMwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2YwNDA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-radial-gradient(center, ellipse cover,  #ff3019 0%, #cf0404 100%); background:-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); background:-webkit-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-o-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:-ms-radial-gradient(center, ellipse cover,  #ff3019 0%,#cf0404 100%); background:radial-gradient(ellipse at center,  #ff3019 0%,#cf0404 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=1 );}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body {background:#F4F4F4; border:1px solid #E4E4E4; margin-bottom:24px; padding:18px; position:relative;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:before {content:''; border-style: solid; border-width: 20px 20px 0 0; border-color: #E4E4E4 transparent transparent transparent; height: 0; left:36px; position:absolute; top:100%; width: 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body:after {content:''; border-style: solid; border-width: 20px 18px 0 0; border-color: #F4F4F4 transparent transparent transparent; height: 0; left:37px; margin-top:-1px; position:absolute; top:100%; width: 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_target_name {margin-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating {margin-bottom:10px; position:relative;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating .wdr2_item_rating_detail {background:#fff; border:1px solid #E4E4E4; display:none; font-size:14px; left:-21px; overflow:hidden; padding:12px 20px 6px; position:absolute; top:-32px; z-index:11; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); -webkit-box-shadow:0 0 6px 0px rgba(0,0,0,0.2); box-shadow:0 0 6px 0px rgba(0,0,0,0.2);}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_item_rating_detail {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating {margin-bottom:10px;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_item_rating:hover .wdr2_one_rating .wd_reviews2_rating {margin-top:1px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_fields {}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field {margin:0 0 6px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field.wdr2_field_block {margin-bottom:10px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_title {display:inline-block; font-weight:bold;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_block .wdr2_field_title {display:block;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value {display:inline-block; max-width:100%; word-wrap:break-word; word-break:break-word; overflow-wrap:break-word;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_fields .wdr2_field_value img {border:0; height:auto; max-width:100%;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta {}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo {float:left; height:27px; margin:0 8px 0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo table {border-collapse:collapse; border-spacing:0; height:27px;}
						.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td {padding:0; vertical-align:middle;}
							.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_photo td img {background:#F4F4F4; border:1px solid #E4E4E4; display:inline-block; font-size:0; padding:2px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_name {color:#3d8810; float:left; font-size:100%; font-weight:bold; height:27px; line-height:27px; margin:0 8px 0 0;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_date {color:#999; float:left; font-size:90%; font-style:italic; height:27px; line-height:27px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote {color:#999; display:block; float:right; font-size:90%;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a {text-decoration:underline;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote a:hover {text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send {font-weight:bold; text-decoration:none; margin-left:4px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_y {color:#099913;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_send_n {color:#d5181f;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_meta .wdr2_vote .wdr2_vote_count {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer {margin:20px 0 24px 100px; }
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:before {border-width:0 20px 20px 0; border-color:transparent #E4E4E4 transparent transparent; left:auto; right:36px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_baloon_body.wdr2_baloon_answer:after {border-width:0 18px 20px 0; border-color:transparent #F4F4F4  transparent transparent; left:auto; right:37px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_name {float:right; margin-right:0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right; margin:0 0 0 8px;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_meta_answer .wdr2_date {float:right;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin {}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons {display:none; position:absolute; left:0; text-align:right; top:-26px; width:100%;}
			.wdr2_list .wdr2_items .wdr2_item:hover .wdr2_user_review_admin .wdr2_buttons {display:block; padding-bottom:10px;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a {display:inline-block; font-size:90%; height:16px; line-height:16px; margin-left:8px; padding-left:20px; position:relative; text-decoration:none;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:before {background:url("/bitrix/components/webdebug/reviews2.list/templates/.default/images/buttons.png") 0 0 no-repeat; content:''; display:inline-block; display:inline-block; height:16px; left:0; position:absolute; top:0; width:16px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a span {display:inline-block; border-bottom:1px dashed gray; line-height:120%; padding-bottom:0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a:hover span {border-bottom:0; padding-bottom:1px;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_answer:before {background-position:0 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_up:before {background-position:-16px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_down:before {background-position:-32px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_y:before {background-position:-48px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_moderate_n:before {background-position:-64px 0;}
					.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_buttons a.wdr2_btn_delete:before {background-position:-80px 0;}
			.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block {display:none;}
				.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_answer_block h2 {background:transparent; border:0; font-size:120%; font-weight:bold; margin:0 0 8px;}
		.wdr2_list .wdr2_items .wdr2_item .wdr2_user_review_admin .wdr2_btn_save {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 14px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:24px; outline:0; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}

.wdr2_clear {clear:both;}




/* End */


/* Start:/bitrix/templates/floor/components/webdebug/reviews2.add/.default/style.css?17761546688425*/
.wdr2_add {}
	.wdr2_add .wdr2_result {}
		.wdr2_add .wdr2_result ul {margin:0; padding:0 0 0 21px;}
	.wdr2_add form {margin:0; padding:0;}
	.wdr2_add .wdr2_success {color:green; font-weight:bold; margin-bottom:20px;}
	.wdr2_add .wdr2_error {color:red; margin-bottom:20px;}
	.wdr2_add hr {background:#999; border:0; border-bottom:1px solid #eee; display:block; font-size:0; height:1px; line-height:0; margin:0 0 12px; overflow:hidden;}
	.wdr2_add .form_title {font-size:20px; line-height:140%; margin-bottom:10px;}
	.wdr2_add .ratings {font-size:11px; margin:0 0 12px;}
		.wdr2_add .ratings table {background:transparent; border:0; }
			.wdr2_add .ratings table td {background:transparent!important; border:0!important; padding:1px 6px 1px 0;}
			.wdr2_add .ratings table td.rating_title {text-align:right; vertical-align:top;}
			.wdr2_add .ratings table td.rating_value {text-align:left; vertical-align:middle;}
	.wdr2_add .fields {}
		.wdr2_add .fields .field {margin:16px 0;}
			.wdr2_add .fields .field label {display:block;}
				.wdr2_add .fields .field label .required {color:red; padding:1px; position:relative; top:-1px;}
			.wdr2_add .fields .field .input {margin-top:10px;}
				.wdr2_add .fields .field .input input[type=text],
				.wdr2_add .fields .field .input textarea,
				.wdr2_add .fields .field .input select {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:26px; max-width:100%; outline:0; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
				.wdr2_add .fields .field .input input[type=text] {line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input textarea {height:auto; line-height:26px; padding:2px 8px;}
				.wdr2_add .fields .field .input select {padding:6px 1px;}
				.wdr2_add .fields .field .input select option {padding:2px 4px;}
				.wdr2_add .fields .field .input input[type=file] {outline:0;}
				.wdr2_add .fields .field .input .file_design_wrapper {background:#fff; border-width:1px; border-style:solid; border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be; font:normal 12px "Arial", "Helvetica", sans-serif; height:30px; outline:0; width:360px; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1 {background:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABM0lEQVR42pWTIa+CYBSG/YkGgolCM9FMNhOJ4gkENv+J1blZmM3AFFBA0M1ie+95mZ/iletVtmfPe87ZYfIJvd4H12w2EwV079srDENRcL1eQX+1HASBKDifz6B/8f7XTKdTUXA6nUCbTC6Xi+l138T3fVFQ1zVoUhTFPbdnL8ue54mCqqpAkzzPTRYzj+O46T0tTyYTUXA8HkGT/X5vsph5u3dfHo/HoqAsS9AkyzKTpWP+WB6NRqI0z0mTJElMlo75Y9l1XVFwOBxAk+12a7J0zJ9PfjgcNs9EK0Kv1+unuj1/OXXHcRBFEehbLczGPAdTd/7ntm1juVyCbvWEdZqmTZ/1n2/cYDDAYrEA3YaHeMvvX1nLsjCfz7FarbDb7Ro2mw3YV/7/+vr9vijo4KNP9weiTpKdOX1I7QAAAABJRU5ErkJggg==") 10px center no-repeat; cursor:text; display:block; height:100%; line-height:22px; min-height:16px; overflow:hidden; padding:4px 8px 4px 32px; text-overflow:ellipsis; white-space:nowrap; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
					.wdr2_add .fields .field .input .file_design_wrapper .panel1[data-empty=Y] {color:gray;}
					.wdr2_add .fields .field .input .file_design_wrapper input[type=file] {width:300px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;}
	.wdr2_add .agreement {}
		.wdr2_add .agreement input[type=checkbox] {margin:0; vertical-align:middle;}
		.wdr2_add .agreement label {display:inline; font-weight:normal; vertical-align:middle;}
	.wdr2_add .wdr2_reqfield {display:none;}
	.wdr2_add .submit {margin-top:16px;}
		.wdr2_add .add_btn, .wdr2_add .submit input[type=submit] {top:-9px; border:0; cursor:pointer; display:inline-block; padding:0 18px; border-radius:3px; background:#00a2df; color:#fff; vertical-align:bottom; text-decoration:none; text-shadow:0 1px 0 #0075b6; font-weight:bold; line-height:36px; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb)); background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-moz-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-ms-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:-o-linear-gradient(top, #00a2df 0%,#006fcb 100%); background:linear-gradient(to bottom, #00a2df 0%,#006fcb 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );}
		.wdr2_add .add_btn:hover, .wdr2_add .submit input[type=submit]:hover {background:#00a2df; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#0a7ddd)); background:-webkit-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-moz-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-ms-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:-o-linear-gradient(top, #00a2df 0%,#0a7ddd 100%); background:linear-gradient(to bottom, #00a2df 0%,#0a7ddd 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#0a7ddd',GradientType=0 );}
		.wdr2_add .add_btn:active, .wdr2_add .submit input[type=submit]:active {background:#0a7ddd; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a7ddd), color-stop(100%,#00a2df)); background:-webkit-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-moz-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-ms-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:-o-linear-gradient(top, #0a7ddd 0%,#00a2df 100%); background:linear-gradient(to bottom, #0a7ddd 0%,#00a2df 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7ddd', endColorstr='#00a2df',GradientType=0 ); -moz-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); -webkit-box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22); box-shadow:inset 0 3px 2px 1px rgba(0,0,0,.22);}
		.wdr2_add .add_btn[disabled], .wdr2_add .submit input[type=submit][disabled] {background:#d8d8d8; background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background:-moz-linear-gradient(top,  #d8d8d8 0%, #bcbcbc 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#bcbcbc)); background:-webkit-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-o-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:-ms-linear-gradient(top,  #d8d8d8 0%,#bcbcbc 100%); background:linear-gradient(to bottom,  #d8d8d8 0%,#bcbcbc 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#bcbcbc',GradientType=0 );}

/* Visual HTML-editor */
.wdr2_add {} .nicEdit-panelContain {border-color:#8ca3ae #a0b4be #b6c8d1 #a0b4be!important;}
.wdr2_add {} .nicEdit-editorContent {border-color:#fff #a0b4be #b6c8d1 #a0b4be!important; -moz-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); -webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1); box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1);}

/* End */
/* /bitrix/templates/floor/components/bitrix/catalog/master_template/style.css?178272619817975 */
/* /bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_v2/style.min.css?178568126576096 */
/* /local/templates/.default/fonts/kp-delivery-fonts.css?17829013604417 */
/* /bitrix/templates/floor/components/bitrix/catalog.section/more_color/style.css?17476541721266 */
/* /local/templates/.default/components/bitrix/catalog.element/floor/kp-product-description.css?17476541615697 */
/* /bitrix/templates/floor/components/bitrix/system.pagenavigation/arrows/style.css?174765417247 */
/* /bitrix/templates/floor/components/bitrix/catalog.section/slider-new/style.min.css?17509452941023 */
/* /bitrix/templates/floor/components/bitrix/catalog.item/block_2/style.css?174765417226072 */
/* /bitrix/templates/floor/components/bitrix/catalog.products.viewed/bootstrap_v4/style.min.css?1747654172151 */
/* /local/components/krayt/main.feedback/templates/oneclick/style.css?1747654162789 */
/* /bitrix/templates/floor/components/bitrix/main.userconsent.request/consent/user_consent.css?17845463394576 */
/* /bitrix/components/webdebug/reviews2.list/templates/.default/style.css?174765417111599 */
/* /bitrix/templates/floor/components/webdebug/reviews2.add/.default/style.css?17761546688425 */
