

/* Start:/local/templates/.default/components/bitrix/catalog/.default/style.css?17836952712057*/
#catalog{
	display:flex;
	gap:10px;
	/*align-items:flex-start;*/
}

#catalog #catalog_aside{
	flex-shrink:0;
	width:270px;
}

#catalog #catalog_body{
	flex-grow:1;
}

#catalog #page_cat_mb_ral{
	margin:0px 0px 30px 0px;
	border-radius: 3px;
}

#catalog #page_cat_mb_ral::before{
	content:none;
}

#catalog #page_cat_mb_ral .body{
	height:50px;
}

#catalog #page_cat_mb_ral .body b{
	color:#fff;
}

#catalog .product-list{
	gap:20px;
	margin-bottom:0px;
}


#catalog_aside{
	/*padding-bottom:30px;*/
}

#catalog_aside .mobile_btns{
	display:none;
}

#catalog_aside_in{
	background:#FAFAFA;
	border-radius:4px;
	padding:15px;
	box-sizing: border-box;
}

#catalog_aside_in .js-close{
	display:none;
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	padding:10px;
}

.gr_block{
	background:var(--marengo);
	color:#fff;
	font-size:24px;
	padding:20px;
	border-radius:6px;
	margin:23px 0px;
}

.gr_block .gr_block-caption{
	margin-bottom:15px;
	font-size:24px;
	font-weight:500;
}

.gr_block .gr_block-txt{
	font-size:16px;
	font-weight:400;
}


@media (max-width: 1100px){


	#catalog .product-list{
		grid-template-columns: 1fr 1fr;
	}
	
	#catalog #catalog_aside{
		width:250px;
	}

}

@media (max-width: 850px){
	
	#catalog{
		display:grid;
		gap:1rem;
	}
	
	#catalog #catalog_aside{
		width:auto;
	}
	
	#catalog_aside .mobile_btns{
		display:block;
	}
	
	#catalog_aside_in {
	  background: #FAFAFA;
	  border-radius: 4px;
	  padding: 55px 15px 15px 15px;
	  box-sizing: border-box;
	  position: fixed;
	  left: -90%;
	  top: 0px;
	  z-index: 8000;
	  height: 100%;
	  width: 90%;
	  box-sizing:border-box;
	  transition:left .2s;
	  overflow-y: auto;
	  border-right: 2px solid var(--marengo);
	}	
	
	#catalog_aside_in .js-close{
		display:block;
	}
	
	#catalog #page_cat_mb_ral .body{
		height:auto;
	}
	
}

@media (max-width: 630px){
	
	#catalog .product-list{
		grid-template-columns: 1fr;
	}	
}



/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style.css?178369527143863*/
#product_h1{
	font-size:27px;
}

.product_card h1{
	text-align:left;
	margin:0px 0px 19px 0px;
	font-size:20px;
	line-height:1;
	font-weight:500;
}

.product_card{
	margin-bottom:20px;
}

.product_card .topinfo{
	display:flex;
	gap:15px;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}

.product_card .artikul{
	font-size:14px;
	font-weight:300;
	color:var(--marengo);
}

.product_card .rating{
	display:flex;
	gap:5px;
	align-items:center;
	font-weight: 600; 
	font-size: 16px;
	color:var(--marengo);
}

.product_card .rating .icon{
	font-size:0px;
}

.product_card .base{
	display:flex;
	gap:15px;
}

.product_card .pic{
	max-width:360px;
	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;
	border:1px solid #EDEEF0;
	box-sizing:border-box;
	padding:10px;
}

.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{

}

.product_card .previews{
	display:flex;
	gap:15px;
}

.product_card .previews a{
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	width:82px;
	height:82px;
	border-radius: 5px;
	border: 1px solid #EDEEF0;
	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:15px auto 0px auto;
}

.product_card .for_light_check a.btn{
	height:100%;
	width:100%;
	box-sizing:border-box;
	padding:0px 10px 0px 10px;
	border-radius:5px;
	height:40px;
	background:#EDEEF0;
	color:var(--marengo);
	font-size:14px;
	font-weight:500;
	white-space:nowrap;
}

.product_card .for_light_check a.btn .btn-txt{
	text-align:left;
	line-height:1.14;
}

.product_card .for_light_check a.btn .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 .btn-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:20px;
	line-height:1.2;
	border-top:1px solid #FBFBFB;
	padding-top:10px;
}

.product_card .attrbs_list .line{
	display:flex;
	gap:10px;
	padding:0px;
}

.product_card .attrbs_list .line:not(:last-of-type){
	margin-bottom:5px;
}

.product_card .attrbs_list .line .th{
	flex-shrink:0;
	width:175px;
	font-weight: 300; 
	color:var(--marengo);
	font-size:14px;
}

.product_card .attrbs_list .line .th.th-auto{
	width:auto;
}

.product_card .attrbs_list .line .td{
	font-weight: 500; 
}

.product_card .open_chars{
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
	line-height:1.2;
}

.product_card .open_chars a.open_chars_link{
	color:#B5B5B5;
	text-decoration:none;
}

.product_card .open_chars a.open_chars_link:hover{
	color:var(--red);
	text-decoration:none;
}

#for_light_dop{
	display:none;
	margin-top:auto;
	text-align:center;
	padding-top:15px;
}

#for_light_dop .for_note{
	font-size:14px;
	margin-bottom:15px;
}

#for_light_dop .btn{
	/*width:100%;*/
	background:#EDEEF0;
	color:var(--marengo);
	height:40px;
	font-size: 13px;
	font-weight: 500;
}

#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;
	border:1px solid #ECECEC;
}

#price_block{
	margin-bottom:15px;
}

#price_block .price_base{
	display:flex;
	gap:50px;
	align-items:center;
	line-height:1.1;
	margin-bottom:10px;
}

#price_block .price{
	font-size: 24px; 
	font-weight:600;
	line-height:1.1;
	color:var(--marengo);
}

#price_block .price .price-caption{
	margin-bottom:10px;
	font-size: 15px; 
	font-weight:500;	
}

#price_block .price .price-num{
	margin-bottom:3px;
}

#price_block .price .price-nds{
	font-size:12px;
	font-weight:400;
}

#price_block .price.old_price{
	color:#B5B5B5;
}

#price_block .price.old_price .price-num{
	text-decoration:line-through;
}

/*
#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 .js-quantity{
	flex-shrink:0;
}

#buy_form .js-quantity .js-quantity-button{
	height:36px;
	width:30px;
	border-radius:3px;
}

#buy_form .js-quantity input[type="text"]{
	height:36px;
	width:40px;
}

/*
#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;
	height:36px;
	font-size:16px;
	font-weight:400;
}

#buy_form_link{
	position:absolute;
	left:-9999px;
	overflow:hidden;
}

#quick_order_div{
	padding-top:13px;
}

#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:5px;
	margin-bottom:30px;
	font-size:14px;
	position:relative;
	padding:20px 20px 0px 20px;
}

.tabs_block .tabs_head.tabs_head_konstruktor{
	padding-right:230px;
}

.tabs_block .tabs_head a{
	padding:10px 10px;
	border-radius: 5px;
	background:#fff;
	text-decoration:none;
	color:var(--marengo);
	cursor:pointer;
}

.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_block{
	margin:30px 0px 0px 0px;
}

#add_more_block .caption{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	margin-bottom:25px;
}

#add_more_block .product-list{
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:15px;
}

#add_more_block .product_item .more .btn{
	height:37px;
	font-size:12px;
}

#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:20px 12px 12px 155px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/ruletka-bg.webp) left bottom no-repeat var(--marengo);
	background-size:cover;
	color:#fff;
	line-height:1;
	margin:10px 0px;	
	border-radius:6px;
}

.ruletka_block .ruletka_block_caption{
	margin-bottom:13px;
	font-size:12px;
}

.ruletka_block .ruletka_block_caption b{
	font-weight:500;
}

.ruletka_block .btn{
	width:86px;	
	height:30px;
	background:#fff;
	color:var(--marengo);
	font-size:12px;
}

.ruletka_block .btn:hover{
	background:var(--hred);
	color:#fff;
}

.for_system .ruletka_block .btn{
	width:101px;
	padding:0px;
}


#ruletka_blog_vlago.ruletka_block{
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/smeta-door-bg.webp) left bottom no-repeat var(--marengo);
	background-size:cover;
	max-width: 350px;
	box-sizing: border-box;
	max-width: 350px;
	box-sizing: border-box;
}

#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;
	line-height:1;
	font-size:14px;
	margin-top:10px;
}

.product_card .product_small_info a,
.product_card .product_small_info span{
	padding:13px 15px;
	background:#FBFBFB;
	color:var(--marengo);
	text-decoration:none;
	border-radius:1px;
}

.product_card .product_small_info span{
}

.product_card .product_small_info a{
}

.product_card .product_small_info a:hover{
	background:#D7D7D7;
	text-decoration:none;
}

.product_card .product_small_info a.garant{
	background:#FBFBFB;
	border:1px solid #ECECEC;
	padding:12px 10px;
}

.product_card .product_small_info a.garant:hover{
	background:#F4F4F4;
	border:1px solid #EDEEF0;	
}

#card_tab_docs{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:5px;
	max-width:597px;
}


#card_tab_docs .bl{

}

#card_tab_docs a{
	display:flex;
	align-items:center;
	gap:10px;
	justify-content:space-between;
	padding:15px;
	background:#fff;
	color:var(--marengo);
	border:1px solid #ECECEC;
	text-decoration:none;
	font-size:16px;
	line-height:1.1;
	font-weight:500;
	height:100%;
	box-sizing: border-box;
	border-radius:6px;
}
/*
#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:var(--marengo);
}

#card_tab_docs a:hover{
	background:var(--marengo);
	color:#fff;
}

#card_tab_docs a:hover .download svg path{
	fill:#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:500;
	font-size:13px;
}

.product_property_list{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}

.product_property_input{
	padding:12px 16px;
	border:1px solid #ECECEC;
	background:#FBFBFB;
	cursor:pointer;
	border-radius:4px;
	font-size:13px;
	line-height:1;
	font-weight:500;
}

label.product_property_input{
	margin:0px;
}

.product_property_input:hover{
	background:var(--marengo);
	color:#fff;
}


.product_property_input.disabled{
	border:1px dashed #ccc;
	opacity:0.7;
}

.product_property_input.checked{
	background:var(--marengo);
	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;
	padding:0px;
}

#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:13px;
	line-height:1;
	font-weight:500;
}

#PROPERTY_CHAR_COLOR_ID .product_property_list{
	gap:10px;
}


#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:0px auto 5px auto;
	border-radius: 2px;
	border:1px solid #E6E6E6;
	background:#FBFBFB;
}

#PROPERTY_CHAR_COLOR_ID .product_property_name{
	font-size:11px;
	text-align:center;
	display:block;
}

#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{
	height:50px;
	font-size:16px;
}

.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:18px;
}

#product_desc .attrbs_list .line{
	display:flex;
	gap:38px;
	margin-bottom:5px;
}

#product_desc .attrbs_list .line:not(:last-of-type){
	margin-bottom:5px;
}

#product_desc .attrbs_list .line .th{
	flex-shrink:0;
	width:168px;
	font-weight: 300; 
}

#product_desc .attrbs_list .line .th.th-auto{
	width:auto;
}

#product_desc .attrbs_list .line .td{
	font-weight: 500; 
	color:var(--marengo);
}


/*****/

/*
.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;
	left:-9999px;
}


/**/

.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_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_item .btn .name{
	background:#EDEEF0;
	padding:2px 10px 2px 5px;
	height:37px;	
	display:flex;
	align-items:center;
	gap:5px;
	color:var(--marengo);
	border-radius:4px;
	font-weight:500;
}

.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:#EDEEF0;
	color:var(--marengo);
	border-radius:5px;
	height:63px;
	display:flex;
	align-items:center;
	gap:10px;
	padding:7px 9px;
	font-size:12px;
	font-weight:500;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
}

#calc_osteklenenie.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .name{
	padding:2px 5px;
	height:37px;
}

#calc_osteklenenie.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .body{
	padding:20px 15px;
}

#calc_osteklenenie.calc_btn_list.calc_btn_list_picture.m6 .calc_btn_item .btn .pic{
	margin-bottom:0px;
}

.calc_btn_list .calc_btn_item .btn .name .name-icon{
	width:27px;
	height:27px;
	border-radius:4px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-shrink:0;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn.active{
	background:none;
}

.calc_btn_list .calc_btn_item .btn.active .name .name-icon{
	background:var(--marengo);
	flex-shrink:0;
}

.calc_btn_list.calc_btn_list_picture .calc_btn_item .btn .body{
	background:#EDEEF0;
	border-radius:6px;
	padding:15px 15px 15px 15px;
	color:var(--marengo);
	font-size:13px;
	font-weight:500;
	/*width:calc( 100% - 12px );*/
	box-sizing:border-box;
	margin:0px auto;
	flex-grow: 1;
	position:relative;
	width:100%;
	text-align:center;
}
/*
.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:0px 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{
}
/*
.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 .name{
	margin-bottom:10px;
}

.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:12px;
}

.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:16px 40px;
	font-size:16px;
	list-style:none;
	padding:0px;
	margin:0px 0px 23px 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:20px;
	border-radius: 6px;
	background:#EDEEF0; 
	margin-top:20px;
}


#konf_footer .foot{
	background:#fff;
	padding:20px;
	border-radius:6px;
	display:flex;
	gap:36px;
	justify-content:space-between;
	align-items:center;
}

#konf_footer .price{
	display:flex;
	gap:40px;
	align-items:center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
	color:var(--marengo);
}

#konf_footer .price .num{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 	
}

#konf_footer .btn{
	height:36px;
	max-width:164px;
	width:100%;
	padding:0px 6px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	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:5px;
	flex-direction:column;
	position:absolute;
	left:17px;
	top:17px;
	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:flex;
	padding:0px 5px;
	height:40px;
	background:#FBFBFB;
	color:var(--marengo);
	border:1px solid #ECECEC;
	font-size:12px;
	margin:0px;
	border-radius: 4px;
}

#shkaf_full_complect a{
	display:flex;
	align-items:center;
	gap:10px;
	text-decoration:none;
	background:#FBFBFB;
	border:1px solid #ECECEC;
	font-size:12px;
	color:var(--marengo);
	line-height:1;
	font-weight:400;
	padding:0px 15px;
	height:40px;
	border-radius:4px;
}

#shkaf_full_complect a .icon{
	font-size:0px;
	line-height:0;
}

#shkaf_full_complect a:hover{
	background:var(--marengo);
	color:#fff;
}

#shkaf_full_complect a:hover svg path{
	fill:#fff;
}

#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:45px;
}


.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;
}

/*******/

.mb-complect-item{
	display:flex;
	padding:6px 50px 6px 16px;
	background:#EDEEF0;
	font-size:14px;
	color:#767676;
	border-radius:2px;
	margin-bottom:5px;
	align-items:center;
	gap:25px;
}

.mb-complect-item .icon{
	flex-shrink:0;
	width:37px;
}

.mb-complect-item .txt{}

.mb-complect-item .txt span{
	color:#A8A8A8;
}

.mb-complect{
	margin-bottom:10px;
}

.mb-complect .mb-complect-item:last-of-type{
	margin-bottom:0px;
}

.mb-complect-item .txt.small{
	font-size:12px;
}

/******/

#our_projects_banner {
  position: relative;
  background: #4C5564;
  margin: 30px 0px;
  height: 239px;
}

#our_projects_banner::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0px;
	top: 0px;
	margin-left: calc( 0px - ((100vw - 100%)/2) );
	background: url(/local/templates/.default/components/bitrix/catalog.element/.default/images/our-projects-banner.png) center center no-repeat var(--marengo);
	background-size: contain;
}




#product_vnimanie{
	background-position:left bottom;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:var(--marengo);
	background-image:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/ognetushka3_bg.webp);
	height:105px;
	position:relative;
	font-size:20px;
	color:#fff;
	border-radius:6px;
	margin: 60px 0px 30px 0px;
}

#product_vnimanie .in{
	padding:30px 30px 0px 244px;
	display:flex;
	gap:37px;
}

#product_vnimanie .icon{
	position:absolute;
	left:496px;
	top:-59px;
}

#product_vnimanie .in .desc{
	margin-left:auto;
	font-size:22px;
}

#product_vnimanie .in .desc .desc-icon{
	display:inline-block;
	margin-left:10px;
}

#product_vnimanie .caption{
	position:relative;
}

#product_vnimanie .caption b{
	font-weight:500;
}



#product_vnimanie .more{
	
}

#product_vnimanie .more .btn{
	height:45px;
	width:161px;
	font-size:16px;
	box-shadow: 0px 4px 5.3px 0px #00000052;
	text-transform:none;
}

/****/

#product_vnimanie.ognetushiteli .caption::before{
	content:'';
	position:absolute;
	width:28px;
	height:28px;
	top:0px;
	left:-41px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/ognetushka3_man.svg) 0px 0px no-repeat;
}

/***/

#product_vnimanie.plan{
	background-image:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/plan_bg.webp);
}

#product_vnimanie.plan::before{
	content:'';
	position:absolute;
	left:-19px;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	height:36px;
	border-radius:50%;
	background:#fff;
}

#product_vnimanie.plan .in{
	padding:30px 30px 0px 49px;
}

#product_vnimanie.plan .in .desc{
	font-size:20px;
	margin-top:-10px;
}

#product_vnimanie.plan .desc .line1{
	margin-bottom:10px;
}

#product_vnimanie.plan .desc .line2{
	display:flex;
	gap:10px;
}

#product_vnimanie.plan .desc .line2 .line_item{
	display:flex;
	height:34px;
	padding:0px 14px;
	background:var(--marengo);
	font-size:15px;
	border-radius:131px;
	gap:7px;
	align-items:center;
}

#product_vnimanie.plan .desc .line2 .line_item::before{
	content:'';
	width:7px;
	height:7px;
	background:var(--red);
	border-radius:50%;
}



#product_vnimanie2{
	display:flex;
	align-items:center;
	gap:20px;
	justify-content:space-between;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/gray-banner.png) center center no-repeat;
	background-size:cover;
	padding:56px 46px;
	line-height:1;
	color:var(--marengo);
	text-transform:uppercase;
	border-radius:6px;
	margin:30px 0px;
}


#product_vnimanie2 .bnr-caption{
	margin-bottom:29px;
	font-size:28px;
	font-weight:500;
	max-width:408px;
	text-transform:uppercase;
}

#product_vnimanie2 .bnr-desc .text-icon{
	color:var(--marengo);
	background:#fff;
	padding:0px 11px;
	height:49px;
	border-radius:6px;
}

#product_vnimanie2 .bnr-more{
	position:relative;
}

#product_vnimanie2 .bnr-more .arrow{
	position:absolute;
	left:-107px;
	top:-10px;
}

#product_vnimanie2 .bnr-more .btn{
	width:185px;
	text-transform:none;
	box-shadow: 0px 4px 5.3px 0px #00000052;
}

#product_vnimanie2 .bnr-more .btn.btn-white{
	color:#000;
	font-weight:600;
}

#product_vnimanie2 .bnr-more .btn.btn-white .btn-icon svg path{
	fill:#000;
}

#product_vnimanie2 .bnr-more .btn.btn-white:hover{
	color:var(--red);
}

#product_vnimanie2 .bnr-more .btn.btn-white:hover .btn-icon svg path{
	fill:var(--red);
}



/***/

#product_vnimanie_small{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	height:88px;
	padding:0px 21px;
	margin-top:20px;
	margin-bottom:10px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/small_bg.webp) 0px 0px no-repeat var(--marengo);
	border-radius:7px;
}

#product_vnimanie_small .caption{
	display:flex;
	padding:0px 24px;
	height:55px;
	background:#EDEEF0;
	font-size:12px;
	text-transform:uppercase;
	align-items: center;
	border-radius:5px;
}

#product_vnimanie_small a.caption{
	text-decoration:none;
	color:var(--marengo);
}

#product_vnimanie_small a.caption:hover{
	text-decoration:none;
	color:#fff;
	background:var(--red);
}


#page_product_mb_ral{
	margin:20px 0px 20px 0px;
	display:flex;
	gap:30px;
	padding:6px 18px;
	background:#EDEEF0;
	border-radius:6px;
	color:var(--marengo);
	font-weight:300;
	align-items:center;
	line-height:1.5;
	font-size:12px;
}

#page_product_mb_ral .icon{
	flex-shrink:0;
	line-height: 0px;
}

#page_product_mb_ral b{
	font-weight:400;
}



/******/

@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;
	}
	
	#add_more_block .product-list{
		grid-template-columns:repeat(3, 1fr);
	}
	
	#product_smeta_block{
		text-align:right;
	}
	
	.ruletka_block{
		text-align:right;
	}
	
}

@media (max-width: 860px){
	
	#add_more_block .product-list{
		grid-template-columns:repeat(2, 1fr);
	}	
}

@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;
	}
	

	
	#buy_form .btn{
		font-size:13px;
	}
	
	#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;
	}
	
	#product_vnimanie2{
		background:var(--marengo);
		color:#fff;
		padding: 15px;
		flex-direction: column;
		text-align: center;
	}
	
	#product_vnimanie2 .bnr-more .arrow{
		display:none;
	}
	
	#product_vnimanie2 .bnr-caption{
		font-size:22px;
	}
	
	#product_desc .attrbs_list .line{
		gap:1rem;
	}
	
	#our_projects_banner{
		display:none;
	}
	

	
}

@media (max-width: 630px){
	
	#product_h1{
		font-size:19px;
		margin:0px 0px 1rem 0px;
	}
	
	.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;
	}	
	
	#add_more_block .product-list{
		grid-template-columns:repeat(1, 1fr);
	}
	
	#add_more_block{
		padding:0px;
	}
	
	#konf_footer .foot{
		flex-direction: column;
		gap:1rem;
	}
	
	#konf_footer .btn{
		max-width:none;
	}
	
	#konf_footer .price{
		justify-content: space-between;
		width:100%;
	}
	
}

@media (max-width: 400px){
	
	#shkaf_full_complect{
		flex-direction: column;
		align-items: flex-start;		
	}
}


@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: 450px){
	
	#page_product_mb_ral{
		/*flex-direction:column;
		text-align:center;*/
		gap:10px;
	}	
	
}

@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:10px;
}

#product_add2smeta .btn{
	width:100%;
	height:45px;
	background:#B5B5B5;
}

#product_add2smeta .btn:hover{
	background:var(--red);
}

#product_smeta_block{
	padding:20px 12px 12px 155px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/smeta-bg.webp) left bottom no-repeat var(--marengo);
	background-size:cover;
	color:#fff;
	line-height:1;
	margin:10px 0px;	
	border-radius:6px;
}

#product_smeta_block .caption{
	margin-bottom:13px;
	font-size:12px;
}

#product_smeta_block .caption b{
	font-weight:500;
}

#product_smeta_block .more{}

#product_smeta_block .more .btn{
	width:86px;	
	height:30px;
	background:#fff;
	color:var(--marengo);
	font-size:12px;
}

#product_smeta_block .more .btn:hover{
	background:var(--hred);
	color:#fff;
}

/*
.product_card .pic::before{
	content:'';
	z-index:10;
	position:absolute;
	right:0px;
	top:0px;
	width:99px;
	height:105px;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/ny2026-image.svg) 0px 0px no-repeat;
}

#buy_form .btn{
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/ny2026-btn.svg) right bottom no-repeat var(--red);
}
*/
#page_product_plan_evacuacii{
	padding:30px 20px 30px 0px;
	display:flex;
	justify-content:flex-end;
	background:url(/local/templates/.default/components/bitrix/catalog.element/.default/images/vnimanie/for-plan-evacuacii.png) left bottom no-repeat #EDEEF0;
	background-size:cover;
	font-weight:400;
	font-size:12px;
	color:#fff;
	border-radius:6px;
}

#page_product_plan_evacuacii b{
	font-weight:500;
}

#page_product_plan_evacuacii .txt{
	width:100%;
	max-width:175px;
}

@media (max-width: 1200px){
	
	#page_product_plan_evacuacii{
		background:#EDEEF0;
	}
	
	#page_product_plan_evacuacii .txt{
		max-width:none;
	}
}


@media (max-width: 370px){
	
	#price_block .price_base{
		flex-direction:column;
		gap:0px;
		align-items:flex-start;
	}
}
/* End */


/* Start:/local/templates/.default/lib/qdi360/qdi.js360.css?17836952711428*/
.js_qdi360_wrapper{
	text-align:center;
}

.js_qdi360_pic{
	display:inline-block;
	position:relative;
	/*border:2px solid black;*/
}

.js_qdi360_pic img{
	vertical-align:top;
	border:none;
	outline:none;
	visibility:hidden;
}

.js_qdi360_load{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-position:center;
	background-size:100% 100%;
	background-color:#fff;
	z-index:20;
}

.js_qdi360_hidden{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:30;
	pointer-events:none;
}

.js_qdi360_hidden .qdi360_item_kadr{
	position:absolute;
	background-color:#fff;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
}

.js_qdi360_hidden .qdi360_item_kadr.qdi360_item_stop{
	z-index:200;
}

.js_qdi360_top{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:300;
	background:url(/local/templates/.default/lib/qdi360/images/icon.svg) left 0px top 42px no-repeat;
}

.js_qdi360_top_prev{
	width:34px;
	position:absolute;
	height:100%;
	left:0px;
	top:0px;
	background:url(/local/templates/.default/lib/qdi360/images/prev.svg) left center no-repeat;
	z-index:100;
}

.js_qdi360_top_next{
	width:34px;
	position:absolute;
	height:100%;
	right:0px;
	top:0px;
	background:url(/local/templates/.default/lib/qdi360/images/next.svg) right center no-repeat;
	z-index:100;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/.default/style.css?17836952712057 */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style.css?178369527143863 */
/* /local/templates/.default/lib/qdi360/qdi.js360.css?17836952711428 */
