

/* Start:/bitrix/templates/floor/components/bitrix/catalog/master_template/style.css?17476541724118*/
.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;
}
/* End */


/* Start:/bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_new/style.min.css?177214198140453*/
: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:'Open Sans',-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:auto}.product_card .btn_one_click a:hover{background:var(--ln-primary);color:#fff;box-shadow:var(--ln-shadow-orange)}.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_new/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_new/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_new/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_new/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_new/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}}
/* 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?17721420561023*/
@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?1747654172153*/
.catalog-products-viewed-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}
/* End */


/* Start:/bitrix/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?17736624084242*/
.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;
}

@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/components/webdebug/reviews2.add/templates/.default/style.css?17476541718425*/
.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?17476541724118 */
/* /bitrix/templates/floor/components/bitrix/catalog/master_template/bitrix/catalog.element/laminat_new/style.min.css?177214198140453 */
/* /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?17721420561023 */
/* /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?1747654172153 */
/* /bitrix/components/krayt/main.feedback/templates/oneclick/style.css?1747654162789 */
/* /bitrix/templates/floor/components/bitrix/main.userconsent.request/consent/user_consent.css?17736624084242 */
/* /bitrix/components/webdebug/reviews2.list/templates/.default/style.css?174765417111599 */
/* /bitrix/components/webdebug/reviews2.add/templates/.default/style.css?17476541718425 */
