.xb_list_parent
{
	width:100%; 
	border:1px solid #F3F3F3; 
	border-radius:40px;
	overflow:hidden;
	padding-bottom:19px;
	margin-bottom:40px;
}
.xb_list_parent:hover
{
	box-shadow: 0px 0px 11px 3px rgba(162, 162, 162, 0.2);
}
.xb_list_parent_name
{
	padding:19px;
	max-width:100%; 
	text-align:center; 
	font-size:1.4em;
	
	text-transform:uppercase;
	background:#F3F3F3;
}.xb_obj_category_row
{
	width:100%; 
	text-align:left;
	padding:7px 0px;
	border-bottom:1px solid #F3F3F3;
	align-items:center;
}

.xb_obj_category_row_img
{
	min-width:100px;
	width:100px;
	max-width:100px;
	min-height:100px;
	height:100px;
	max-height:100px;
	border-radius:40px;
	overflow:hidden;
	object-fit:contain;
	margin-right:14px;
}

.xb_obj_category_row_name
{
	max-width:98%;
	flex-grow:1;
	font-size:1em;
}

.main_param_h1
{
	font-size:0.8em;
	margin-left:0.7em;
}


.product_main
{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	position:relative;
}
.product_blok_padding
{
	padding:40px 19px;
}
.product_blok_left
{
	flex-grow:1;
	max-width:80%;
	background:#FFFFFF;
	border-radius:40px;
}
.product_blok_right
{
	width:19%;
	min-width:320px;
	margin-left:19px;
	background:#F3F3F3;
	border-radius:40px;
}
.product_main_blok_H
{
	width:100%;
	text-align:center;
	font-size:1.6em;
	margin-bottom:24px;
}


.product_blok_abs_stiky_left
{
	position:absolute;
	top:0;
	left:-100px;
	width:100px;
	height:100%;
}
.product_blok_stiky_left
{
	position:sticky;
	top:114px;
	left:-100px;
	width:100px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.product_blok_stiky_row
{
	display:none;
}
.product_blok_stiky_box
{
	width:95%;
	margin:auto;
	padding:7px 0px;
	margin-bottom:7px;
	font-size:12px;
	border-radius:40px;
	border:1px solid #F3F3F3;
	background:#F3F3F3;
	overflow:hidden;
	
	align-items:center;
	justify-content:center;
}
.product_blok_stiky_box:hover
{
	cursor:pointer;
	border:1px solid #EC2312;
}
.product_blok_stiky_box_img
{
	width:27px;
	height:27px;
	margin-bottom:2px;
}


.product_blok_left_dt
{
	display:flex;
	flex-direction:row;
}
.product_blok_left_photo
{
	width:89%;
	max-width:89%;
	flex-grow:1;
}
.product_blok_left_info
{
	width:11%;
	min-width:320px;
	margin-left:19px;
}


.parm_row_elite_name
{
	align-items:center;
	font-size:0.9em;
	margin-right:7px;
	text-align:left;
}
.parm_row_elite_img
{
	width:14px;
	height:14px;
	margin-right:5px;
}
.parm_row_elite_val
{
	font-size:0.8em;
	margin-left:7px;
	text-align:right;
}


.product_blok_price_stiky
{
	left:0px;
	width:100%;
	background:#F3F3F3;
	border-radius:40px;
}


.product_a_static:hover
{
	color:#EC2312;
	cursor:pointer;
}


@media (max-width: 1700px) 
{
	.product_blok_abs_stiky_left
	{
		display:none;
	}
	.product_blok_stiky_left
	{
		display:none;
	}
	.product_blok_stiky_row
	{
		position:sticky;
		top:82px;
		left:0px;
		z-index:10;
		width:100%;
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:flex-start;
		padding:19px 0px;
		background:#FFFFFF;
		border-radius:40px;
	}
}

@media (max-width: 1200px) 
{
	.product_blok_left_dt
	{
		flex-direction:column;
	}
	.product_blok_left_photo
	{
		min-width:100%;
		width:100%;
		flex-direction:column;
		margin-bottom:40px;
	}
	.product_blok_left_info
	{
		width:100%;
		margin-left:0;
	}
}

@media (max-width: 900px) 
{
	.product_main
	{
		width:100%;
		display:flex;
		flex-direction:column;
		justify-content:flex-start;
		position:relative;
	}
	.product_blok_left
	{
		width:100%;
		min-width:100%;
		background:#FFFFFF;
		border-radius:40px;
		margin-bottom:40px;
	}
	.product_blok_right
	{
		width:100%;
		background:#F3F3F3;
		border-radius:40px;
		margin-left:0px;
	}
	
	.product_blok_price_stiky
	{
		position:fixed;
		z-index:11;
		bottom:40px;
		left:20%;
		width:60%;
	}
}

@media (min-width: 901px) 
{
	.product_blok_price_stiky
	{
		position:sticky;
		top:82px;
	}
}
