

/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style.css?175274324134527*/
.product_card h1{
	text-align:left;
	margin-bottom:15px;
}

.product_card{
	margin-bottom:20px;
}

.product_card .topinfo{
	display:flex;
	gap:15px;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}

.product_card .artikul{
	font-size:16px;
	font-weight:300;
}

.product_card .rating{
	display:flex;
	gap:5px;
	align-items:center;
	font-weight: 700; 
	font-size:16px;
}

.product_card .rating .icon{
	font-size:0px;
}

.product_card .base{
	display:flex;
	gap:30px;
}

.product_card .pic{
	max-width:350px;
	width:100%;
	flex-shrink:0;
	position:relative;
}

.product_card .pic .detail{
	margin-bottom:20px;
}

.product_card .pic .detail a{
	display:flex;
	min-height:350px;
	justify-content:center;
	align-items:center;
}

.product_card .pic .detail img{
	border-radius:5px;
	max-height:270px;
}

.product_card .pic .detail .light_off{
	position:absolute;
	z-index:2;
	opacity:0;
	pointer-events:none;
}

.product_card .pic .detail .base_link_img{
	transition:background 0.3s;
	background:#fff;
}
/*
.product_card .pic .detail .base_link_img.dark_mode{
	background:#000;
}
*/
.product_card .pic_footer{
	display:flex;
	gap:11px;
}

.product_card .previews{
	display:flex;
	gap:15px;
}

.product_card .previews a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:82px;
	height:82px;
	border-radius: 5px;
	border: 1px solid #F8F8F8;
	background: #FFF; 
	overflow:hidden;
}

.product_card .previews a img{
	max-height:75px;
	max-width:75px;
}

.product_card .for_light_check{
	display:flex;
	max-width:160px;
	margin-left:auto;
}

.product_card .for_light_check a.btn{
	height:100%;
	padding:0px 16px 0px 18px;
	border-radius:2px;
	background:#F8F8F8;
	color:var(--marengo);
}

.product_card .for_light_check a.btn .txt{
	text-align:left;
	line-height:1.14;
}

.product_card .for_light_check a.btn .icon svg path{
	fill:var(--marengo);
}

.product_card .for_light_check a.btn:hover{
	background:var(--marengo);
	color:#fff;
}

.product_card .for_light_check a.btn:hover .icon svg path{
	fill:#fff;
}

.product_card .for_system{
	flex-grow:1;
	display: flex;
	flex-direction: column;
}

.product_card .attrbs_list{
	font-size:14px;
	margin-bottom:10px;
	line-height:1.2;
}

.product_card .attrbs_list .line{
	display:flex;
	gap:10px;
	padding:0px;
}

.product_card .attrbs_list .line:not(:last-of-type){
	margin-bottom:4px;
}

.product_card .attrbs_list .line .th{
	flex-shrink:0;
	width:175px;
	font-weight: 300; 
	color:#bbb;
}

.product_card .attrbs_list .line .td{
	font-weight: 300; 
}

.product_card .open_chars{
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
}

.product_card .open_chars a.open_chars_link{
	color:#bbb;
	text-decoration:none;
}

.product_card .open_chars a.open_chars_link:hover{
	color:var(--marengo);
	text-decoration:underline;
}

#for_light_dop{
	display:none;
	margin-top:auto;
}

#for_light_dop .for_note{
	font-size:14px;
	margin-bottom:5px;
}

#for_light_dop .btn{
	width:100%;
	background:#EDEEF0;
	color:var(--marengo);
	height:30px;
}

#for_light_dop .btn:hover{
	background:var(--marengo);
	color:#fff;
}

.product_card .for_buy{
	max-width:350px;
	width:100%;
	flex-shrink:0;	
}


#price_big_block{
	padding:20px 15px;
	border-radius: 5px;
	background: #F8F8F8;
	margin-bottom:15px;
}

#price_block{
	margin-bottom:15px;
}

#price_block .price_base{
	display:flex;
	gap:11px;
	align-items:center;
	line-height:1.1;
}

#price_block .price{
	font-size: 28px; 
	font-weight:500px;
}

#price_block .price.old_price,
#price_block .discont_y .price{
	text-decoration:line-through;
	font-size: 16px; 
}

#price_block .price_discont{
	font-size: 32px; 
	font-weight:500px;
}

#price_block .nds{
	font-size: 10px; 
	font-weight:300;
}

#price_block .nds span{
	display:inline-block;
	padding:2px 3px;
	background:#fff;
	border-radius: 2px; 
}

#price_block .price_rozn{
	padding:5px 10px;
	display:flex;
	align-items:center;
	gap:14px;
	background:#fff;
	border-radius:2px;
	margin-top:5px;
}

#price_block .price_rozn .price_rozn_num{
	font-size: 14px; 
	font-weight:500;
}

#price_block .price_rozn .price_rozn_note{
	font-size: 12px; 
	font-weight:300;
}


#buy_form{
	display:flex;
	gap:10px;
	align-items:center;
}

#buy_form .inp_counter{
	display:flex;
}

#buy_form .inp_counter .inp_counter_inp{
	padding:0px 10px;
	min-width:31px;
}

#buy_form .inp_counter .inp_counter_inp input{
	width:31px;
	height:35px;
}

#buy_form .inp_counter .inp_counter_btn{
	width:26px;
	height:35px;
}

#buy_form .btn{
	flex-grow:1;
	padding:0px 6px;
}

#buy_form_link{
	position:absolute;
	left:-9999px;
	overflow:hidden;
}

#quick_order_div{
	padding-top:15px;
}

#quick_order_div .btn{
	width:100%;
	height:50px;
	font-size:16px;
}


#product_desc{
	display:flex;
	background:#F8F8F8;
	/*padding:23px 32px 23px 20px;*/
	gap:40px;
}


.tabs_block{}

#product_desc .tabs_block{
	flex-grow:1;
}

.tabs_block .tabs_head{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-bottom:30px;
	font-size:14px;
	position:relative;
	padding:23px 32px 0px 20px;
}

.tabs_block .tabs_head.tabs_head_konstruktor{
	padding-right:230px;
}

.tabs_block .tabs_head a{
	padding:10px 8px;
	border-radius: 5px;
	background:#fff;
	text-decoration:none;
	color:var(--marengo);
}

.tabs_block .tabs_head a.active,
.tabs_block .tabs_head a:hover{
	background:var(--marengo);
	color:#fff;
}


.tabs_block .tabs_head a.konstruktor{
	background-color:var(--red);
	display:flex;
	align-items:center;
	gap:10px;
	color:#fff;
}

.tabs_block .tabs_head a.konstruktor.active,
.tabs_block .tabs_head a.konstruktor:hover{
	background:var(--marengo);
}

.tabs_block .tabs_head a.konstruktor .icon{
	font-size:0px;
}

.tabs_block .tabs_head a.konstruktor img{
	width:15px;
	height:15px;
}


.tabs_block .tabs_head .konstruktor_caption{
	font-size: 18px;
	text-transform:uppercase;
	font-weight:700;
	position:absolute;
	top:30px;
	right:32px;
	display:none;
}

.tabs_block .tabs_body .item{
	display:none;
	padding: 0px 32px 23px 20px;
}

.tabs_block .tabs_body .item[data-id="tab_konstruktor"]{
	background: #fff;
	border:1px solid #4B55641A;
	padding: 0px 0px 0px 37px;
	border-radius: 5px;
	overflow:hidden;
}


.tabs_block .item_wr{
	position:relative;
}

.tabs_block .item_wr table{
	font-size:13px;
}


#add_more_block{
	flex-shrink:0;
	width:318px;
	position:relative;
	margin-left:auto;
	padding-right:20px;
}

#add_more_products{
	padding:27px 0px;
}

#add_more_products::before{
	content:'';
	width:1px;
	height:calc( 100% - 150px );
	position:absolute;
	top:-9px;
	left:-20px;
	background:#fff;
}

#add_more_products .caption{
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}

#add_more_products .list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:6px 10px;
	margin-bottom:10px;
}

#add_more_products .item{
	padding:10px 7px;
	box-sizing: border-box;
	border: 1px solid #F2F2F2;
	border-radius: 2px;
	background: #FBFBFB;
	position:relative;
}

#add_more_products .item .pic{
	height:116px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:5px;
}

#add_more_products .item .pic img{
	max-height:116px;
}

#add_more_products .item .price{
	font-size: 12px;
	font-weight: 600;
	margin-bottom:4px;
}

#add_more_products .item .name{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
}

#add_more_products .item .checkbox{
	position:absolute;
	top:10px;
	right:10px;
}

#add_more_products .jq-checkbox{
	border-radius: 1px;
	border:1px solid #bbb;
	width:20px;
	height:20px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/checkbox.svg) center center no-repeat #fff;
}

#add_more_products .jq-checkbox .jq-checkbox__div{
	display:none;
}

#add_more_products .jq-checkbox.checked{
	background-color:var(--marengo);
}

#add_more_products .item .name a{
	color:var(--marengo);
	text-decoration:none;
}

#add_more_products .item .name a:hover{
	color:var(--marengo);
	text-decoration:underline;
}

#add_more_products .more_footer{}

#add_more_products .more_footer .price{
	font-size:12px;
	font-weight:300;
	margin-bottom:6px;
}

#add_more_products .more_footer .price .price_js{
	font-weight:500;
}

#add_more_products .more_footer .basket{}

#add_more_products .more_footer .basket .btn{
	padding:0px 30px;
	height:36px;
}

#add_more_products_alert{
	display:none;
	margin-top:20px;
}

#add_more_products_alert .alert{
	margin-bottom: 11px;
	padding: 0px;
	font-weight: bold;
}

#add_more_products_alert .btns{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
	justify-content:center;
	align-items:center;
}

#add_more_products_alert .btn{
	font-size:12px;
	padding:0px 2px;
}

.ruletka_block{
	padding:16px 29px 10px 126px;
	border-radius: 2px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/ruletka.png) left center no-repeat #EDEEF0;
	background-size:contain;
}

.ruletka_block .ruletka_block_caption{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom:9px;
}

.ruletka_block .btn{
	background:#fff;
	height:40px;
	max-width:170px;
	width:100%;
	color:var(--marengo);
	font-size: 14px;
	padding:0px 5px;
}

.ruletka_block .btn:hover{
	background:var(--marengo);
	color:#fff;
}

#product_zamer_link{
	margin-bottom:15px;
}

#product_zamer_link .btn{
	width:100%;
	height:50px;
}

.product_card .product_small_info{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:10px;
	font-size:14px;
	margin-top:15px;
}

.product_card .product_small_info a,
.product_card .product_small_info span{
	padding:3px 8px;
	background:#F8F8F8;
}

.product_card .product_small_info span{
}

.product_card .product_small_info a{
	color:#A2A7AE;
	text-decoration:none;
	width:170px;
	text-align:center;
}

.product_card .product_small_info a:hover{
	background:var(--marengo);
	color:#fff;
	text-decoration:none;
}

#card_tab_docs{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px 20px;
	max-width:560px;
}


#card_tab_docs .bl{
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}

#card_tab_docs a{
	display:flex;
	align-items:center;
	padding:4px 6px 4px 55px;
	height:58px;
	background:#fff;
	color:var(--marengo);
	text-decoration:none;
	position:relative;
	overflow:hidden;
}

#card_tab_docs a .icon{
	position:absolute;
	left:-14px;
	top:9px;
}

#card_tab_docs a .icon svg{}

#card_tab_docs a .icon svg path{
	fill:#EDEEF0;
}

#card_tab_docs a .download{
	margin-left:auto;
}

#card_tab_docs a .download svg{
	width:24px;
	height:24px;
}

#card_tab_docs a .download svg path{
	fill:#E0E5F1;
}

#card_tab_docs a:hover{
	background:var(--marengo);
	color:#fff;
}

.attrbs_list .hid{
	display:none;
}

.for_system .caption{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.product_property{
	margin-bottom:10px;
}

.product_property_caption{
	margin-bottom:10px;
	font-weight:bold;
	font-size:12px;
}

.product_property_list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.product_property_input{
	padding:10px 20px;
	border:1px solid #ccc;
	background:#fff;
	cursor:pointer;
	border-radius:5px;
	
}

label.product_property_input{
	margin:0px;
}

.product_property_input:hover{
	background:#ccc;
	color:#fff;
}


.product_property_input.disabled{
	border:1px dashed #ccc;
	opacity:0.7;
}

.product_property_input.checked{
	background:#ccc;
	color:#fff;
}

.product_property_input input,
.product_property_input .jq-radio{
	position:absolute;
	left:-9999px;
	visibility:hidden;
}

.product_property_name,
.product_property_line1,
.product_property_line2,
.product_property_pic{
display:block;
}

#PROPERTY_CHAR_ZAMOK_ID .product_property_name,
#PROPERTY_CHAR_DIRECT_ID .product_property_name{
	display:none;
}

#PROPERTY_CHAR_ZAMOK_ID .product_property_input,
#PROPERTY_CHAR_DIRECT_ID .product_property_input{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}

#PROPERTY_CHAR_ZAMOK_ID .product_property_input img,
#PROPERTY_CHAR_DIRECT_ID .product_property_input img{
	max-width:40px;
	max-height:40px;
}

#PROPERTY_CHAR_RAZMER_PROEMA_ID .product_property_line1,
#PROPERTY_CHAR_DOOR_VLAGO_RAZMER_PROEMA_ID .product_property_line1{
	font-size: 12px;
	font-weight:500;
}

#PROPERTY_CHAR_RAZMER_PROEMA_ID .product_property_line2,
#PROPERTY_CHAR_DOOR_VLAGO_RAZMER_PROEMA_ID .product_property_line2{
	font-size: 10px;
	font-weight:300;
}

#PROPERTY_CHAR_RAZMER_PROEMA_ID .product_property_input,
#PROPERTY_CHAR_DOOR_VLAGO_RAZMER_PROEMA_ID .product_property_input{
	padding:10px 10px;
	text-align:center;
	box-sizing:border-box;
	width:87px;
}

#PROPERTY_CHAR_RAZMER_PROEMA_ID .product_property_list,
#PROPERTY_CHAR_DOOR_VLAGO_RAZMER_PROEMA_ID .product_property_list{
	gap:5px 10px;
}


#PROPERTY_CHAR_ZNAKI_MATERIAL_ID .product_property_list{
	flex-direction:column;
	gap:5px;
}

#PROPERTY_CHAR_ZNAKI_MATERIAL_ID .product_property_input{
	padding:5px 20px;
	line-height:1.4;
	font-size:12px;
}


#PROPERTY_CHAR_ZNAKI_SIZE_ID .product_property_input{
	font-size:12px;
	line-height:1;
	font-weight:500;
}

#PROPERTY_CHAR_COLOR_ID .product_property_list{
	gap:5px;
}


#PROPERTY_CHAR_COLOR_ID .product_property_input{
	padding:0px;
	border:none;
	color:#bbb;
}

#PROPERTY_CHAR_COLOR_ID .product_property_pic{
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:2px;
	border-radius: 5px;
	border:1px solid #F8F8F8;
}

#PROPERTY_CHAR_COLOR_ID .product_property_name{
	font-size:12px;
}

#PROPERTY_CHAR_COLOR_ID .product_property_input:hover,
#PROPERTY_CHAR_COLOR_ID .product_property_input.checked{
  background: transparent;
  color: var(--marengo);
}

#PROPERTY_CHAR_COLOR_ID .product_property_input:hover .product_property_pic,
#PROPERTY_CHAR_COLOR_ID .product_property_input.checked .product_property_pic{
	background:#EDEEF0;
}


#PROPERTY_CHAR_COLOR_ID .product_property_input .product_property_pic.krasnyy{
	background:var(--red) !important;
}

.tabs_block .btn.btn_download{
	height:58px;
	max-width:238px;
	width:100%;
	padding:5px 10px 5px 61px;
	line-height:1.3;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/download2.svg) left -4px bottom -10px no-repeat var(--marengo);
	font-size:13px;
	font-weight:500;
	text-align:left;
}

.tabs_block .btn.btn_download .txt{
	text-align:left;
}

.tabs_block .btn.btn_download:hover{
	background-color:#313745;
}


.tabs_block .btn.tabs_btn{
}

.tabs_block #raschet_stoimosti_btn.btn.btn_download{
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/calc.svg) left -3px bottom -21px no-repeat var(--marengo);
}


#product_desc .attrbs_list{
	font-size:14px;
	margin-bottom:10px;
	line-height:1;
}

#product_desc .attrbs_list .line{
	display:flex;
	gap:10px;
}

#product_desc .attrbs_list .line:not(:last-of-type){
	margin-bottom:5px;
}

#product_desc .attrbs_list .line .th{
	flex-shrink:0;
	width:175px;
	font-weight: 300; 
}

#product_desc .attrbs_list .line .td{
	font-weight: 500; 
}


/*****/

/*
.calculator_link,
.konstruktor_link{}

.calculator_link .btn,
.konstruktor_link .btn{
	line-height:1.1;
	height:70px;
	width:100%;
	padding:0px 61px 0px 58px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/puzzle.svg) left 13px center no-repeat, url(/local/templates/.default/components/bitrix/catalog.element/.default/images/puzzle_cut.svg) right 0px center no-repeat var(--marengo);
	text-align:left;
	font-size: 14px; 
	font-weight:bold;
}

.calculator_link .btn:hover,
.konstruktor_link .btn:hover{
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/puzzle.svg) left 13px center no-repeat, url(/local/templates/.default/components/bitrix/catalog.element/.default/images/puzzle_cut.svg) right 0px center no-repeat var(--red);
}
*/




.calc_btn_list{
	display:flex;
	flex-wrap:wrap;
	gap:15px;
}

.calc_btn_list .calc_btn_item{}

.calc_btn_list .calc_btn_item .btn{}

.calc_btn_list .calc_btn_item .btn.active{
	background:var(--red);
}

.calc_btn_list .calc_btn_item .jq-radio,
.calc_btn_list .calc_btn_item .input[type="radio"]{
	position:absolute;
	visibility:hidden;
	pointer-events:none;
}


/**/

.calc_btn_list.calc_btn_list_picture{
	max-width:707px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:8px;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn{
	background:none;
	padding:0px;
	height:auto;
	flex-direction: column;
	margin:0px;
	width:100%;
	height:100%;
	gap:0px;
	text-align:left;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn span{
	display:block;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .name{
	background:var(--marengo);
	color:#fff;
	border-radius:5px;
	height:63px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:7px 9px;
	font-size:14px;
	margin-bottom:41px;
	width:100%;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn.active{
	background:none;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn.active .name{
	background:var(--red);
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .body{
	background:#E0E5F1;
	border-radius:5px;
	padding:0px 12px 10px 14px;
	color:var(--marengo);
	font-size:13px;
	font-weight:500;
	width:calc( 100% - 12px );
	margin:0px auto;
	flex-grow: 1;
	position:relative;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .body::before{
	width:18px;
	height:18px;
	border-radius:50%;
	position:absolute;
	top:11px;
	right:8px;
	background:#C0C9E1;
	content:'';
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn.active .body{
	background:var(--marengo);
	color:#fff;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn.active .body::before{
	background:var(--red);
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .pic{
	margin:-21px 0px 17px 0px;
}

.calc_btn_list.calc_btn_list_picture.m6 .calc_btn_item .btn .pic{
	margin:-6px 0px 17px 0px;
}

.calc_btn_list.calc_btn_list_picture.m6 .calc_btn_item .btn .body::before{
	content:none;
}

/**/

.calc_btn_list.calc_btn_list_picture2{
	max-width:707px;
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:8px;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn{
	background:none;
	padding:0px;
	height:auto;
	flex-direction: column;
	margin:0px;
	width:100%;
	height:100%;
	gap:0px;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn span{
	display:block;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn .name{
	background:var(--marengo);
	color:#fff;
	border-radius:5px;
	height:36px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:7px 9px;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn.active{
	background:none;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn.active .name{
	background:var(--red);
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn .pic{
	display:none;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn.active .pic{
	display:block;
}

.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn .pic img{
	width:100%;
	border-radius:10px;
}



/**/


/****/

.konf_header{
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items:flex-start;
}

.konf_header .konf_inp{
	max-width:415px;
	order:2;
}

.konf_header .konf_inp .btn{
	padding:0px 10px;
	font-size:15px;
}

.konf_header .konf_more{
	flex-shrink:0;
	/*margin-left:auto;*/
	order:1;
	padding-bottom:20px;
	border:1px solid #fff;
}

.konf_header .konf_more_list{
	display:flex;
	gap:30px;	
}

.konf_header .konf_more_item{
	position:relative;
	width:161px;
	box-sizing:border-box;
	border-radius: 5.459px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/calculator/ellipse.svg) center top no-repeat #E0E5F1;
	background-size:100% auto;
	padding:0px 5px 5px 5px;
}
/*
.konf_header .konf_more_item::before{
	content:'';
	width:202px;
	height:202px;
	border-radius:50%;
	background:var(--marengo);
	position:absolute;
	top:-93px;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
*/
.konf_header .konf_more_item .pic{
	position:relative;
	z-index:2;
	margin-top:-27px;
	text-align:center;
	height:133px;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	margin-bottom:16px;
}

.konf_header .konf_more_item .txt{
	position:relative;
	z-index:2;
	min-height:33px;
	padding:0px 10px;
}

.konf_header .konf_more_item .name{
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.23;	
}

.konf_header .konf_more_item .desc{
	display:block;
	font-size: 10px; 
	font-weight:400;
}

.konf_header .konf_more_item .shema{
	text-align:center;
	min-height:122px;
	align-items:center;
	justify-content:center;	
	display:flex;
}

.konf_header .konf_more_item .shema.blend{
	mix-blend-mode: multiply; 
}

#konfigurator_block h3{
	border:none;
	padding:0px;
	margin:0px 0px 14px 0px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase; 	
}

.konf_ul{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:10px;
	font-size:14px;
	list-style:none;
	padding:0px;
	margin:0px 0px 25px 0px;
}

.konf_ul li{
	padding-left:30px;
	position:relative;
	display: flex;
	align-items: center;
}

.konf_ul li::before{
	content:'';
	width:20px;
	height:24px;
	left:0px;
	top:50%;
	margin-top:-12px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/calculator/shield.svg) center top no-repeat;
	position: absolute;
}

#konf_footer{
	max-width:632px;
	box-sizing:border-box;
	padding:10px;
	border-radius: 5px;
	background: #fff; 
}


#konf_footer .foot{
	background:#F8F8F8;
	padding:22px 26px 22px 14px;
	border-radius:5px;
	display:flex;
	gap:36px;
	justify-content:space-between;
	align-items:center;
}

#konf_footer .price{
	display:flex;
	gap:36px;
	align-items:center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 
}

#konf_footer .price .num{
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal; 	
}

#konf_footer .btn{
	height:50px;
	max-width:235px;
	width:100%;
	padding:0px 6px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal; 
}

#konf_furnitura_price{
	padding-left:20px;
	font-weight:20px;
	font-weight:600;
}


.white_line{
	height:1px;
	background:#fff;
	margin:20px 0px;
}

/******/


.product_card .labels{
	display:flex;
	gap:6px;
	flex-wrap:wrap;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
}

.product_card .labels .label{
	min-width:95px;
	padding:4px 13px 5px 13px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:var(--green);
	border-radius: 0px 5px 5px 5px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:1;
}


.product_card .labels .label.label_pod_zakaz{
	background:#E7E7E7;
	color:var(--marengo);	
}

.product_card .labels .label.label_aktsiya,
.product_card .labels .label.label_action{
	background:var(--red);
	color:#fff;
}

.product_card .labels .label.label_prodano{
	background:#E1E1E1;
	color:var(--marengo);	
}

.product_card .labels .label.label_ne_postavlyaem{
	background:#000;
	color:#fff;
}

#shkaf_full_complect{
	display:flex;
	gap:10px;
	justify-content:space-between;
	align-items:center;
	padding-bottom:7px;
	border-bottom:1px solid #F8F8F8;
	margin-bottom:7px;
	padding-right:20px;
}

#shkaf_full_complect label{
	display:block;
	padding:3px 10px;
	background:#EDEEF0;
	font-size:12px;
	margin:0px;
	border-radius: 2px;
	display:flex;
	gap:5px;
}

#shkaf_full_complect a{
	display:flex;
	align-items:center;
	gap:5px;
	text-decoration:none;
	color:var(--marengo);
	font-size:12px;
	line-height:1;
	font-weight:300;
}

#shkaf_full_complect a .icon{
	font-size:0px;
}

#shkaf_full_complect a:hover{
	color:var(--red);
}

#shkaf_full_complect a:hover svg path{
	fill:var(--red);
}

#shkaf_full_complect .jq-checkbox{
	width:16px;
	height:16px;
	border-radius: 1px;
	background:#fff;
	border:1px solid var(--marengo);
}

#shkaf_full_complect .jq-checkbox .jq-checkbox__div{
	width:9px;
	height:9px;
	background-size:contain !important;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/checkbox.svg) center center no-repeat;
}

#shkaf_full_complect .jq-checkbox .jq-checkbox__div::before{
	content:none;
}

#shkaf_full_complect .jq-checkbox.checked{
	background:var(--marengo);
}

.btn#btn_pod_zakaz{
	width:100%;
	height:50px;
}


.product_card .link_3d_div{
	padding-top:10px;
}

.product_card .link_3d{
	display:inline-flex;
	gap:13px;
	align-items:center;
	font-size:14px;
	padding:7px 10px;
	background:#F8F8F8;
	color:var(--marengo);
	text-decoration:none;
	border-radius:2px;
}

.product_card .link_3d .icon{
	font-size:0px;
}

.product_card .link_3d:hover{
	background:var(--marengo);
	color:#fff;
}

.product_card .link_3d:hover svg path{
	fill:#fff;
}


#product_box_chars{
	display:flex;
	gap:30px;
}

#product_box_chars .product_box_chars_item{
	min-width:160px;
	padding:11px 11px 11px 55px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/box.svg) top 9px left -9px no-repeat #fff;
	border-radius: 2px;
}

#product_box_chars .product_box_chars_name{
	font-size:13px;
	font-weight:500;
	white-space:nowrap;
}

#product_box_chars .product_box_chars_value{
	font-size:12px;
	font-weight:300;
}

#product_box_chars .product_box_chars_value a{
	color:var(--marengo);
	text-decoration:none;
}

#product_box_chars .product_box_chars_value a:hover{
	color:var(--marengo);
	text-decoration:underline;
}


.product_gear_block{
	padding:27px 27px 27px 129px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/gear.svg) left -21px center no-repeat var(--marengo);
	color:#fff;
	font-size:14px;
	border-radius: 5px;
}

.product_gear_block .product_gear_block_desc{
	margin-bottom:10px;
}

.product_gear_block .btn{
	padding:0px 10px;
}

#product_rukav_btns{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

#product_rukav_btns a.popup_hover_link{
	display:flex;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/gear_small.svg) left center no-repeat #fff;
	text-decoration:none;
	color:var(--marengo);
	padding:10px 10px 10px 50px;
	max-width:235px;
	width:100%;
	font-size:13px;
	font-weight:500;
	align-items:center;
	border-radius:2px;
}

#product_rukav_btns a.popup_hover_link:hover{
	background-color:var(--marengo);
	color:#fff;
	text-decoration:none;
}


.product_card .js_qdi360_pic{
	width:100%;
}


#PROPERTY_CHAR_PLANY_COMPLECT_ID .product_property_input,
#PROPERTY_CHAR_PLANY_DOP_ID .product_property_input{
	font-size:12px;
	padding:5px 10px;
}

#konfigurator_block .konf_inp{
	max-width:707px;
}

@media (max-width: 1110px){
	

	
	#product_desc{
		flex-direction:column;
	}
	
	#add_more_block{
		width:auto;
		padding:20px;
	}
	
	#add_more_products .list{
		grid-template-columns:repeat(4, 1fr);
	}
	
	.product_card .base{
		flex-wrap:wrap;
	}
	
	.product_card .for_buy{
		max-width:none;
	}
	
	#product_box_chars{
		flex-wrap:wrap;
	}
	
	.tabs_block .tabs_head .konstruktor_caption{
		display:none !important;
	}
	
	.tabs_block .tabs_head .konstruktor{
		display:none !important;
	}
	
	#ruletka_block_konstruktor{
		display:none;
	}
	
	.tabs_block .tabs_head.tabs_head_konstruktor{
		padding-right:20px !important
	}
	
	.konf_header .konf_more{
		display:none;
	}
	
}

@media (max-width: 760px){
	
	.product_card .base{
		flex-direction:column;
	}
	
	.product_card .pic{
		max-width:none;
	}
	
	.product_card .pic_footer{
		flex-direction:column;
	}
	
	.product_card .pic_footer .for_light_check{
		order:1;
	}
	
	.product_card .pic_footer .previews{
		order:2;
	}
	
	.product_card .pic_footer .previews{
		flex-wrap:wrap;
	}
	
	#add_more_block{
		padding-right:0px;
	}
	
	#add_more_products .list{
		grid-template-columns:repeat(2, 1fr);
	}
	
	#card_tab_docs{
		grid-template-columns:repeat(1, 1fr);
	}
	
	.product_card h1{
		font-size:18px;
	}
	
	#price_block .price_base{
		flex-direction:column;
		gap:0px;
	}
	
	#price_block .price_rozn{
		flex-direction:column;
		gap:0px;
	}
	
	#price_block .nds br{
		display:none;
	}
	
	.product_card .for_light_check{
		justify-content:center;
		max-width:none;
		margin-left:0px;
	}
	
	.product_gear_block{
		padding:20px;
		background:var(--marengo);
	}
	
	.link_3d_div{
		display:none;
	}
	
	.calc_btn_list.calc_btn_list_picture{
		grid-template-columns: 1fr 1fr;
	}
	
	.calc_btn_list.calc_btn_list_picture2{
		grid-template-columns: 1fr 1fr;
	}
	
	
	
}

@media (max-width: 630px){
	
	.konf_ul{
		grid-template-columns: 1fr;
	}
	
	#konf_footer{
		flex-direction: column;
		align-items: flex-start;		
	}
	
	#product_desc .table,
	#product_desc .table thead,
	#product_desc .table tbody,
	#product_desc .table tr,
	#product_desc .table th,
	#product_desc .table td{
		display:block;
	}	
	
}

@media (max-width: 400px){
	#shkaf_full_complect{
		flex-direction: column;
		align-items: flex-start;		
	}
}


#product_vnimanie{
	position:relative;
	background:#E0E5F1;
	padding:7px 17px;
	border-radius:5px;
	margin:30px 0px 70px 0px;
}

#product_vnimanie .oblojka{
	position:absolute;
	left:0px;
	top:0px;
}

#product_vnimanie .in{
	padding:7px 17px 7px 324px;
	display:flex;
	align-items:center;
	min-height:89px;
	color:#fff;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/ognetushka_icon.svg) bottom 0px right 259px no-repeat #2D3440;
	gap:30px;
	border-radius:13px;
}

#product_vnimanie .caption{
	line-height:1;
	font-size:29px;
	font-weight:500;
}

#product_vnimanie .desc{
	font-size:15px;
	line-height:1;
}

#product_vnimanie .desc .line1{
	
}

#product_vnimanie .desc .line2{
	font-size:21px;
	font-weight:700;
	display:flex;
	gap:12px;
	align-items:center;
}

#product_vnimanie .more{
	margin-left:auto;
}

#product_vnimanie .more .btn{
	background:#fff;
	color:var(--marengo);
	height:50px;
	width:250px;
	font-size:16px;
	font-weight:500;
}

#product_vnimanie .more .btn:hover{
	background:var(--red);
	color:#fff;
}

#product_vnimanie.zaschita{}

#product_vnimanie.zaschita .oblojka{
	left:263px;
}

#product_vnimanie.zaschita .in{
	padding:7px 17px 7px 41px;
	background-image:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/zaschita_icon.svg);
	background-position:right 386px bottom 0px;
}

#product_vnimanie.zaschita .caption{
	line-height:1.2;
	font-size:14px;
	font-weight:300;
	max-width:231px;
}

#product_vnimanie.zaschita .caption b{
	font-weight:700;
}

#product_vnimanie.zaschita .desc{
	margin-left:auto;
	margin-right:50px;
}

#product_vnimanie.zaschita .more{
	margin-left:0px;
}

#product_vnimanie.zaschita .more .btn{
	background:var(--red);
	color:#fff;
}

#product_vnimanie.zaschita .more .btn:hover{
	background:#000;
	color:#fff;
}

#product_vnimanie.shkaf{}

#product_vnimanie.shkaf .in{
	padding-left:468px;
	background-image:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/shkaf_icon.svg);
	background-position:right 287px bottom 0px;
}

#product_vnimanie.shkaf .more .btn{
	background:var(--red);
	color:#fff;
}

#product_vnimanie.shkaf .more .btn:hover{
	background:#000;
	color:#fff;
}

#product_vnimanie.shkaf .desc .line1{
	font-size:16px;
	font-weight:400px;
}

#product_vnimanie.shkaf .desc .line1 b{
	font-weight:700;
}

#product_vnimanie.shkaf .desc .line2{
	font-size:21px;
	font-weight:700;
}


#product_vnimanie.plan{
}

#product_vnimanie.plan .oblojka{
	top:auto;
	bottom:0px;
	left:17px;
}

#product_vnimanie.plan .in{
	padding-left:41px;
}

#product_vnimanie.plan .caption{
	position:relative;
	z-index:20;
	max-width:204px;
	font-size:18px;
	font-weight:bold;
}

#product_vnimanie.plan .caption::before{
	content:'';
	position:absolute;
	left:-3px;
	width:100%;
	max-width:171px;
	height:17px;
	border-radius:21px;
	background:#616A79;
	bottom:-3px;
}

#product_vnimanie.plan .caption span{
	position:relative;
}

#product_vnimanie.plan .desc{
	margin-left:auto;
	max-width:341px;
	position:relative;
	z-index:20;
}

#product_vnimanie.plan .desc .line1{
	font-size:18px;
	margin-bottom:7px;
}

#product_vnimanie.plan .desc .line2{
	display:flex;'
}

#product_vnimanie.plan .desc .line2 span.line_item{
	display:flex;
	align-items:center;
	background:#4B5564;
	gap:7px;
	font-size:13px;
	font-weight:bold;
	border-radius:32px;
	padding:7px 16px;
}

#product_vnimanie.plan .more{
	margin-left:0px;
	position:relative;
	z-index:20;
}

#product_vnimanie.plan .more .btn{
	background:var(--red);
	color:#fff;
}

#product_vnimanie.plan .more .btn:hover{
	background:#000;
	color:#fff;
}


#product_vnimanie.ognetushitel2{
	
}

#product_vnimanie.ognetushitel2 .in{
	padding-left:190px;
	padding-top: 15px;
	background-image:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/zaschita_icon.svg);
	background-position:right 386px bottom 0px;
}


#product_vnimanie.ognetushitel2 .caption{
	font-size:14px;
	font-weight:300;
	position:relative;
	z-index:20;
	max-width:208px;
	margin-right:auto;
}

#product_vnimanie.ognetushitel2 .caption b{
	font-weight:bold;
}

#product_vnimanie.ognetushitel2 .caption i{
	font-style:normal;
	font-size:18px;
}

#product_vnimanie.ognetushitel2 .more{
	position:relative;
	z-index:20;	
	margin-left:60px;
}


@media (max-width: 1200px){
	
	#product_vnimanie .oblojka{
		display:none;
	}	
	
	#product_vnimanie.ognetushitel2 .caption{
		margin-right:0px;
	}
	
	#product_vnimanie.ognetushitel2 .in,
	#product_vnimanie.zaschita .in,
	#product_vnimanie.plan .in,
	#product_vnimanie.shkaf .in,
	#product_vnimanie .in{
		padding:7px 17px;
	}
	
	#product_vnimanie.plan .desc,
	#product_vnimanie.zaschita .desc{
		margin-right:0px;
		margin-left:0px;
	}
	
	#product_vnimanie.ognetushitel2 .more,
	#product_vnimanie.plan .more,
	#product_vnimanie.zaschita .more{
		margin-left:auto;
	}
}

@media (max-width: 850px){
	
	#product_vnimanie.ognetushitel2 .in,
	#product_vnimanie.plan .in,
	#product_vnimanie.zaschita .in,
	#product_vnimanie.shkaf .in,
	#product_vnimanie .in{
		padding:20px;
		gap:20px;
		flex-direction:column;
		justify-content:center;
		align-items:center;
		text-align:center;
		background:#2D3440;
	}
	
	#product_vnimanie.ognetushitel2 .more,
	#product_vnimanie.plan .more,
	#product_vnimanie.zaschita .more,
	#product_vnimanie.shkaf .more,
	#product_vnimanie .more{
		margin-left:0px;
	}
	
	#product_vnimanie.plan .caption::before{
		content:none;
	}
	
	#product_vnimanie.plan .desc .line2{
		gap:10px;
		flex-direction:column;
		align-items:center;
	}
	
}

@media (max-width: 350px){

	.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .name{
		font-size:10px;
	}
	
	.calc_btn_list.calc_btn_list_picture2 .calc_btn_item .btn .name{
		font-size:10px;
	}

	.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .body{
		width:100%;
	}
	
	.tabs_block .tabs_body .item{
		padding:5px;
	}

}



#product_add2smeta{
	padding-top:5px;
}

#product_add2smeta .btn{
	width:100%;
	height:50px;
	background:rgba(169, 181, 199, 1);
}

#product_add2smeta .btn:hover{
	background:var(--red);
}

#product_smeta_block{
	padding:12px 29px 10px 126px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/smeta-calculator.webp) left 49px bottom 0px no-repeat, url(/local/templates/.default/components/bitrix/catalog.element/.default/images/smeta-paper.webp) left 0px bottom 0px no-repeat, url(/local/templates/.default/components/bitrix/catalog.element/.default/images/smeta-pen.webp) right 0px top 0px no-repeat, var(--marengo);
	color:#fff;
	line-height:1;
	margin:15px 0px;	
	border-radius:2px;
}

#product_smeta_block .caption{
	margin-bottom:13px;
	font-size:12px;
}

#product_smeta_block .more{}

#product_smeta_block .more .btn{
	width:170px;	
	height:40px;
}

#product_smeta_block .more .btn:hover{
	background:var(--red);	
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style.css?175274324134527 */
