

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/about-tree/style.css?16373161243261*/
.block-level-1,
.block-level-2,
.block-level-3 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 50px;
}

.section--schema {
	background-color: #f9e6e0;
}

.product-schema .item {
	display: flex;
	flex-direction: column;
	max-width: 270px;
	padding: 20px;
	border-radius: 8px;
	margin: 30px auto 50px;
	transform: scale(1);
	transition: .2s;
	/* border: solid 1px; */
	background: #fff;
	box-shadow: 0 10px 44px #00000033;
	/* background-image: linear-gradient(#fff 30%, #f9e6e0 100%); */
}

.product-schema .item img{
	margin-bottom: 15px;
	min-height: 100px;
}

.product-schema .block-level-1 .item {
	max-width: 360px;
}

.product-schema .item:hover {
	transform: scale(1.02);
	box-shadow: 0 10px 44px #00000066;
}

/* .block-level-1 .item {
	box-shadow: 0 10px 44px #c55a1133;
}

.block-level-2 .item {
	box-shadow: 0 10px 44px #54823533;
}

.block-level-2 .id-490,
.block-level-2 .id-491 {
	box-shadow: 0 10px 44px #3B549433;
}

.block-level-3 .item {
	box-shadow: 0 10px 44px #00808033;
}

.block-level-3 .id-282,
.block-level-3 .id-283 {
	box-shadow: 0 10px 44px #bf900033;
} 

.block-level-1 .item:hover {
	box-shadow: 0 10px 44px #c55a1166;
}

.block-level-2 .item:hover {
	box-shadow: 0 10px 44px #54823566;
}

.block-level-2 .id-490:hover,
.block-level-2 .id-491:hover {
	box-shadow: 0 10px 44px #3B549466;
}

.block-level-3 .item:hover {
	box-shadow: 0 10px 44px #00808066;
}

.block-level-3 .id-282:hover,
.block-level-3 .id-283:hover {
	box-shadow: 0 10px 44px #bf900066;
} */

/* .block-level-1 .item {
	border-color: #c55a11;
}

.block-level-2 .item {
	border-color: #548235;
}

.block-level-2 .id-490,
.block-level-2 .id-491 {
	border-color: #3B5494;
}

.block-level-3 .item {
	border-color: #008080;
}

.block-level-3 .id-282,
.block-level-3 .id-283 {
	border-color: #bf9000;
} */

.item .title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	/* border-bottom: solid 1px; */
	padding-bottom: 10px;
	min-height: 58px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #000;
}

/* .block-level-1 .item .title {
	color: #c55a11;
}

.block-level-2 .item .title {
	color: #548235;
}

.block-level-2 .id-490 .title,
.block-level-2 .id-491 .title{
	color: #3B5494;
}

.block-level-3 .item .title {
	color: #008080;
}

.block-level-3 .id-282 .title,
.block-level-3 .id-283 .title {
	color: #bf9000;
} */


.item .text {
	text-align: center;
	max-height: 320px;
	font-size: 18px;
	line-height: 1.2;
	height: 100%;
	display: flex;
	align-items: center;
}
@media screen and (max-width:1024px){
	.section--schema {
		overflow-x: auto;
	}
	.product-schema {
		/* min-width: 1200px; */
	}
}

.product-schema-mobile {
	/* display: none; */
}

.head-accordion {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
}

.head-accordion {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border-bottom: solid 1px;
}

@media screen and (max-width:768px){
	.product-schema {
		/* display: none; */
	}

	.block-level-1 {
		flex-direction: column;
	}

	.product-schema-mobile {
		/* display: block; */
	}
}



/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/about-tree/style.css?16373161243261 */
