.panel44_1
{
	/* background-image: url('../../image/bi2.png'); */
	/* height: 900px; */
	
	/* background-position:  center center; */
	/* background-repeat: no-repeat; */
	/* background-size: 100%; */
	
	background-color: #282828;
	padding: 70px;
}

.p44_1_titr
{
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: center; */
	/* align-items: center; */
}

.p44_1_titr_value
{
	font-size: 40px;
	color: #ffffff;
	font-family: 'Vazir';
	text-align: center;
}

.p44_1_titr_line
{
	height: 3px;
	background-color: #9c1c28;
	width: 150px;
	margin: auto;
	margin-top: 15px;
}

.p44_1_list
{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.p44_1_list_parentRow
{
	width: calc(20% - 40px);
	height: 340px;
	background-color: #363636;
	margin: 20px;
	padding: 10px;
}

.p44_1_list_itemsImage
{
	height: 220px;
	/* background-color: red; */
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.p44_1_list_itemsImage img
{
	max-width: 100%;
	max-height: 100%;
}

.p44_1_list_itemsTitr
{
	height: 40px;
	/* margin-top: 20px; */
	/* background-color: green; */
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.p44_1_list_itemsTitr label
{
	font-family: 'Vazir';
	font-size: 15px;
	color: #ff3448;
}

.p44_1_list_itemsMoney
{
	height: 30px;
	/* margin-top: 20px; */
	/* background-color: yellow; */
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.p44_1_list_itemsMoney label
{
	font-family: 'Vazir';
	font-size: 13px;
	color: #ffffff;
}

.p44_1_list_itemsStar
{
	height: 30px;
	/* margin-top: 20px; */
	/* background-color: blue; */
	
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
}

@media only screen and (min-width: 0px) and (max-width: 600px)
{
	.panel44_1
	{
		padding: 20px;
	}
	
	.p44_1_list_parentRow
	{
		width: calc(100% - 40px);
		margin: 20px;
		padding: 10px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 850px)
{
	.panel44_1
	{
		padding: 20px;
	}
	
	.p44_1_list_parentRow
	{
		width: calc(50% - 40px);
		margin: 20px;
		padding: 10px;
	}
}

@media only screen and (min-width: 851px) and (max-width: 950px)
{
	.panel44_1
	{
		padding: 20px;
	}
	
	.p44_1_list_parentRow
	{
		width: calc(33% - 40px);
		margin: 20px;
		padding: 10px;
	}
}

@media only screen and (min-width: 951px) and (max-width: 1200px)
{
	.panel44_1
	{
		padding: 20px;
	}
	
	.p44_1_list_parentRow
	{
		width: calc(25% - 40px);
		margin: 20px;
		padding: 10px;
	}
}

@media only screen and (min-width: 1201px)
{
	.panel44_1
	{
		padding: 70px;
	}
	
	.p44_1_list_parentRow
	{
		width: calc(20% - 40px);
		margin: 20px;
		padding: 10px;
	}
}