@import url(types-glazing.css); 
.types-glazing-doors .box__content-desc,
.types-glazing-doors .box__content-title {
	display: none;
}
@media (max-width: 767px) {
	.types-glazing-doors .tab__item-content {
		display: block;
	}
	.types-glazing-doors .box__content-title {
		border-radius: 6px;
		width: 345px;
		height: 35px;		
		display: flex;
		align-items: center;
		justify-content: center;		
		font-size: 14px;
		line-height: 100%;
		text-transform: uppercase;
		color: #fff;
		background: #f26422;
	}	
}
@media (min-width: 768px) {
	.types-glazing-doors .owl-carousel {
		display: block;
	}
	.types-glazing-doors .desc {
		text-align: center;
	}	
	.types-glazing-doors .box__content-desc {
		display: block;
	}
	.types-glazing-doors .tab__list {
		flex-wrap: nowrap;
		justify-content: space-between;		
	}
	.types-glazing-doors .tab__item {
		flex: 1 0 auto;
	}
	.types-glazing-doors .box__content {
		grid-template-columns: 226px 1fr;
		gap: 15px;
	}
	.types-glazing-doors .box__content-img picture {
		height: 323px;
	}	
}
@media (min-width: 1200px) {
	.types-glazing-doors .box__content {
		grid-template-columns: 388px 1fr;
		gap: 20px;
	}
	.types-glazing-doors .box__content-list {
		grid-template-columns: 232px 1fr;
		gap: 20px 34px;
	}
	.types-glazing-doors [data-tab="aluminum-portal"] .box__content-item:nth-child(2) .fw7,
	.types-glazing-doors [data-tab="aluminum-portal"] .box__content-item:nth-child(4) .fw7 {
		display: block;
	}
	.types-glazing-doors .box__content-img picture {
		height: 315px;
	}	
}