

/* Start:/local/templates/taVostok/components/bitrix/catalog.section/catalog/style.css?17588845841440*/
.catalogTable{
	margin-top: 40px;
	margin-bottom: 80px;
}
.catalogTable__row{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	border: 1px solid #eef5fc;
	border-top:none;
	font-size: 14px;
}
a.catalogTable__row:hover{
	cursor: pointer;
	background-color: #eef5fc;
}
.catalogTable__row_th{
	background-color: #eef5fc;
	color:#2b4c88; 
}
.catalogTable__row_th .catalogTable__td{
	color:#2b4c88; 
	border: 1px solid #fff;
}
.catalogTable__td{
	flex: 1;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eef5fc;
	padding: 10px 20px 10px 20px;
	min-height: 75px;
	color: #7a8495;
	word-break: break-word;
}
.catalogTable__td_articule .catalogTable__value{
	color:#2b4c88; 
	text-decoration: underline;
}
.catalogTable__value {margin:auto;}
.catalogTable__name{
	display: none;
}

@media  (max-width: 1200px){
	.catalogTable__td{
		padding-left: 10px;
	}
}
@media  (max-width: 992px){
	.catalogTable__row_th{
		display: none;
	}
	.catalogTable__row{
		flex-direction: column;
	}
	.catalogTable__td{
		min-height: auto;
		flex-direction: column;
		align-items: flex-start;
	}
	.catalogTable__name{
		display: block;
		color:#2b4c88; 
		font-size: 12px;
	}
	.catalogTable__row:nth-child(2n+1){
		background-color: #eef5fc;
	}
	.catalogTable__row:nth-child(2n+1):hover{
		background-color: transparent;
	}
}
@media  (max-width: 768px){}
@media  (max-width: 576px){}
/* End */
/* /local/templates/taVostok/components/bitrix/catalog.section/catalog/style.css?17588845841440 */
