

/* Start:/local/templates/doorstyle/components/bitrix/catalog/productions/style.css?1685883955351*/
#category_page{
	display:flex;
	gap:30px;
}

#category_page aside{
	flex-shrink:0;
	width:255px;
}

#category_page div.body{
	flex-grow:1;
}

.catalog_desc{
	font-weight: 300;
	font-size: 14px;
	margin-bottom:20px;
}

@media (max-width: 750px){
	
	#category_page{
		display:block;
	}
	
	#category_page > aside{
		margin-bottom:20px;
		width:auto;
	}
}
/* End */


/* Start:/local/templates/doorstyle/components/bitrix/catalog.element/.default/style.css?16869122127754*/
/** product_card **/

#product_card{
	display:flex;
	gap:30px;
	background:#fff;
	padding-top:20px;
	padding-bottom:40px;
	position:relative;
}

#product_card::before{
	content:'';
	background:#fff;
	position:absolute;
	width:calc(100vw);
	left: calc( -1*((100vw - 1110px)/2) );
	height:calc(100% + 30px);
	top:0px;
	z-index:10;
}

#product_card .gallery{
	width:350px;
	flex-shrink:0;
	display:flex;
	gap:30px;
	position:relative;
	z-index:20;
}

#product_card .gallery .small{
	width:65px;
	flex-shrink:0;
}

#product_card .gallery .small a{
	display:flex;
	margin-bottom:6px;
	padding:3px;
	align-items:center;
	justify-content:center;
	height:95px;
	background: #FFFFFF;
	border: 1px solid var(--lgray);
	box-sizing:border-box;
}

#product_card .gallery .small a img{
	max-height:88px;
	max-width:59px;
}

#product_card .gallery .small a:last-of-type{
	margin-bottom:0px;
}

#product_card .gallery .big{
	flex-grow:1;
	position:relative;
}

#product_card .gallery .big a{
	display:flex;
	height:370px;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:13px;
	border: 1px solid var(--lgray);
}

#product_card .gallery .big a img{
	max-height:344px;
	max-width:229px;
}

#product_card .body{
	flex-grow:1;
	position:relative;
	z-index:20;
}

#product_card .artikul{
	color:var(--gray);
	font-size:14px;
	margin-bottom:10px;
	font-weight:bold;
}

#product_card .short_desc{
	margin-bottom:15px;
	font-size:14px;
}

#product_card .offers{
	margin-bottom:35px;
}

#product_card .offers .offer:not(:last-of-type){
	margin-bottom:15px;
}

#product_card .offers .offer{
	display:flex;
	gap:10px;
	align-items:center;
}

#product_card .offers .offer .offer_name{
	font-size: 16px;
}

#product_card .offers .offer .offer_body{
	display:flex;
	align-items:center;
	gap:7px;
	flex-wrap:wrap;
}

#product_card .offers .offer.size .offer_body label{
	padding:5px 10px;
	color:var(--gray);
	background: var(--lgray);
	cursor:pointer;
}

#product_card .offers .offer.size .offer_body label.selected{
	background:var(--yellow);
	color:#fff;
}

#product_card .offers .offer.size .offer_body label input{
	position:absolute;
	visibility:hidden;
}

#product_card .offers .offer.steklo .offer_body label{
	display:flex;
	align-items:center;
	gap:5px;
}

#product_card .offers .offer.steklo .offer_body label span{
	display:flex;
	width:20px;
	height:20px;
	box-sizing:border-box;
	border: 1px solid var(--lgray);
	background:#fff;
	align-items:center;
	justify-content:center;
}

#product_card .offers .offer.steklo .offer_body label span::before{
	width:8px;
	height:8px;
	background:var(--black);
	content:none;
}

#product_card .offers .offer.steklo .offer_body label.selected span::before{
	content:'';
}

#product_card .offers .offer.steklo .offer_body label input{
	position:absolute;
	visibility:hidden;
}

#product_card .price_block{
	display:flex;
	align-items:center;
	padding:15px 5px;
	border:1px solid var(--lgray);
	color:var(--gray);
	font-size: 14px;
	max-width:620px;
	gap:23px;
	box-sizing:border-box;
	margin-bottom:35px;
}

#product_card .price_block .val{
	font-size: 24px;
	color:var(--black);
}

#product_card .price_block .price{
	display:flex;
	align-items:center;
	gap:10px;
}

.add2basket_block{
	display:flex;
	align-items:center;
	font-size:16px;
	border-bottom:1px solid var(--gray);
	padding-bottom:20px;
	margin-bottom:20px;
}

.add2basket_block .js_counter{
	margin-left:10px;
	margin-right:30px;
}

.add2basket_block button.btn.add2basket{
	width:230px;
	padding:5px;
	height:55px;
}

#product_card .more_block{
	display:flex;
	align-items:flex-start;
	gap:30px;
}

#product_card .more_block .zamer{
	flex-shrink:0;
	width:255px;
}

#product_card .more_block .zamer .btn{
	width:100%;
	padding:5px;
	background:var(--yellow);
	color:var(--black);
	height:55px;
}

#product_card .more_block .zamer .btn:hover{
	background:var(--red);
	color:#fff;
}

#product_card .more_block .body{
	flex-grow:1;
}

#product_card .more_block .caption{
	font-size:16px;
	margin-bottom:5px;
}

#product_card .more_block .note{
	color:var(--gray);
	font-size:10px;
	margin-bottom:15px;
}

#product_card .more_list{}

#product_card .more_list .more_item{
	margin-bottom:10px;
	display:flex;
	gap:15px;
	align-items:center;
}

#product_card .more_list .more_item .name{
	margin-right:auto;
	width:110px;
	font-size:10px;
	color:var(--gray);
}

#product_card .more_list .more_item .price{
	width:55px;
	font-size:10px;
}

#product_card .more_list .more_item:last-of-type{
	margin-bottom:0px;
}

#product_card .more_list .more_item input[type="checkbox"]{
	visibility:hidden;
	position:absolute;
}

#product_card .more_list .more_item button.btn{
	background:var(--black);
	color:#fff;
	width:120px;
	height:30px;
	padding:5px;
	font-size:12px;
}

#product_card .more_list .more_item button.btn:hover{
	background:var(--red);
}

#product_card .more_list .more_item .js_counter{}

#product_card .more_list .more_item .js_counter input[type="text"],
#product_card .more_list .more_item .js_counter button,
#product_card .more_list .more_item .js_counter .button{
	height:25px;
}

#product_tabs{
	background:#fff;
	margin-bottom:20px;
	position:relative;
	z-index:20;
}

#product_tabs .tab_head{
	display:flex;
}

#product_tabs .tab_head .item{
	padding:0px 45px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid var(--lgray);
	font-size:14px;
	color:var(--gray);
	border-left:none;
	border-bottom:none;
	box-sizing:border-box;
	cursor:pointer;
}

#product_tabs .tab_head .item:first-of-type{
	border-left:1px solid var(--lgray);
}

#product_tabs .tab_head .item.active{
	background:var(--red);
	border-color:var(--red);
	color:#fff;
}

#product_tabs .tab_body{
	padding:30px;
	border-top:1px solid var(--lgray);
}

#product_tabs .tab_body .item{
	display:none;
}

#product_tabs .tab_body .item.active{
	display:block;
}


.product_features{
	margin-bottom:20px;
}

.product_features .product_features_item{
	margin-bottom:8px;
	display:flex;
	gap:30px;
	align-items:flex-start;
}

.product_features .product_features_item:last-of-type{
	margin-bottom:0px;
}

.product_features .product_features_item .product_features_name{
	padding:8px 11px;
	background:var(--lgray);
	width:255px;
	flex-shrink:0;
}

.product_features .product_features_item .product_features_value{
	padding-top:8px;
	max-width:255px;
}

#zaglushka_tabs{
	height:50px;
}


/****/

@media (max-width: 1110px){

	#product_card .more_block{
		display:block;
		max-width:490px;
	}
	
	#product_card .more_block .body{
		margin-bottom:20px;
	}
	
	#product_card .price_block{
		flex-direction:column;
		align-items: flex-start;
	}
	
	#product_card .offers .offer{
		flex-direction:column;
		align-items: flex-start;		
	}
	
	#product_card{
		padding-left:5px;
		padding-right:5px;
		background:#fff;
	}
	
	#product_card .gallery{
		width:250px;
	}
	
	#product_card::before {
		content:none;
	}
	
	#zaglushka_tabs{
		display:none;
	}
	
	#product_card .more_block .zamer{
		margin:0px auto;
	}
}

@media (max-width: 750px){
	
	#product_card{
		flex-direction:column;
	}
	
	#product_card .gallery{
		width:auto;
	}
	
	.add2basket_block{
		flex-wrap: wrap;
	}
	
	.add2basket_block button.btn.add2basket{
		width:100%;
		margin-top:20px;
	}
	
	#product_card .more_list .more_item{
		gap:5px 15px;
		flex-wrap: wrap;
	}
	
	#product_card .more_list .more_item .name{
		width:100%;
		font-weight:bold;
	}
	
	#product_tabs .tab_head{
		display:block;
	}
	
	.product_features .product_features_item{
		display:block;
	}
	
	.product_features .product_features_item .product_features_name{
		margin-bottom:10px;
		width:auto;
	}
	
	.product_features .product_features_item .product_features_value{
		padding-top:0px;
		max-width:none;
	}
	
}
/* End */


/* Start:/local/templates/doorstyle/components/bitrix/news.list/slider_block/style.css?16858777912265*/
/*****/

.slider_block{
	padding:25px 33px;
	background: #FFFFFF;
	border: 1px solid var(--lgray);
	box-shadow: 0px 0px 46px #EEECEC;
	margin:0px 0px 30px 0px;
}

.slider_block .slider_list{
	padding:0px 62px;
}

.slider_block .slider_list .slider_item{
	width:160px;
	position:relative;
	display:flex;
	flex-direction:column;
}

.slider_block .slider_list .owl-item .slider_item{
	height:100%;
}

/*
.slider_block .slider_list .slider_item .labels{
	position:absolute;
	right:0px;
	top:0px;
}

.slider_block .slider_list .slider_item .labels .label{
	margin-bottom:5px;
	padding:7px 12px;
	background:var(--red);
	color:#fff;
}
*/
.slider_block .slider_list .slider_item .pic{
	padding:20px 10px;
	margin-bottom:10px;
	height:205px;
	box-sizing:border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	border: 1px solid var(--lgray);
	background:#fff;
}

.slider_block .slider_list .slider_item .pic img{
	max-width:100%;
	max-height:165px;
}

.slider_block .slider_list .slider_item .name{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-bottom:10px;
}

.slider_block .slider_list .slider_item .name a{
	color:var(--black);
	text-decoration:none;
}

.slider_block .slider_list .slider_item .name a:hover{
	color:var(--red);
	text-decoration:none;
}

.slider_block .slider_list .slider_item .price_block{
	display:flex;
	align-items: baseline;
	margin-top:auto;
}

.slider_block .slider_list .slider_item .price_block .old_price{
	margin-right:auto;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color:var(--gray);
	position:relative;
}

.slider_block .slider_list .slider_item .price_block .old_price::after{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	margin-top:0px;
	width:100%;
	background:var(--red);
	height:2px;
}

.slider_block .slider_list .slider_item .price_block .price{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;	
}

.slider_block .owl-loaded .owl-nav button{
	background:var(--lgray);
}

.slider_block .owl-loaded .owl-nav button:hover{
	background:var(--red);
}

@media (max-width: 560px){
	
	.slider_block{
		padding:20px;
		margin: 0px 0px 30px 0px;
	}
	
	.slider_block .slider_list{
		padding: 0px 50px;
		max-width: 260px;
		margin: 0px auto;
		box-sizing: border-box;
	}
}
/* End */
/* /local/templates/doorstyle/components/bitrix/catalog/productions/style.css?1685883955351 */
/* /local/templates/doorstyle/components/bitrix/catalog.element/.default/style.css?16869122127754 */
/* /local/templates/doorstyle/components/bitrix/news.list/slider_block/style.css?16858777912265 */
