.devices_cur_item{
	padding-left:12px;
	padding-right:12px;
}

.devices_cur_wrap{
	margin-left:-12px;
	margin-right:-12px;
}

.devices_cur_item_in{
	background-color:var(--main_color_opacity_10);
	padding:32px;
	height:100%;
	text-align:center;
	border-radius: var(--big_border_radius);
}

.devices_cur_item_img img{
	height:95%;
	width:95%;
	object-fit:contain;
}

.devices_cur_item_img{
	background-color:#fff;
	height: 296px;
	display:flex;
	margin-bottom:32px;
	border-radius:var(--big_border_radius);
	justify-content:center;
	align-items:center;
}

.devices_cur_item_title{
	font-size: 18px;
	font-weight: 700;
	line-height: 111.111%;
	margin-bottom:10px;
	text-transform: uppercase;
}

.devices_cur_item_text{
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
	max-width:286px;
	margin:0 auto;
}


@media (max-width: 990px) {
	
	.devices_cur_item_img{
		height:180px;	
	}
	
	.devices_cur_item_img{
		margin-bottom:24px;
	}
	
	.devices_cur_item_in{
		padding:24px;
	}
	
	.devices_cur_item {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	.devices_cur_wrap {
		margin-left: -6px;
		margin-right: -6px;
	}
	
	
	.devices .container{
		padding-left:0px;
		padding-right:0px;
		max-width:100%;
	}
	
	.devices_cur_item_title {
		font-size: 16px;
	}
	
	.devices h2{
		text-align:center;
		padding-left:24px;
		padding-right:24px;
	}

}

.acfe-flexible-placeholder .devices_cur{
	display:flex;
	flex-wrap:wrap;
}


.devices_template_simple_ordered .slick-track{
	padding:12px 0px; 
}

.devices_template_simple_ordered .devices_cur_item_in{
	background-color:#fff;
	box-shadow: 0px 4px 12px 0px rgba(29, 29, 29, 0.12);
}

.devices_template_simple_ordered .devices_cur_item_title{
	margin-bottom:8px;
}

.devices_template_simple_ordered .devices_cur_item_img img{
	height: 85%;
	width: 85%;
}

.devices_template_simple_ordered .devices_cur_item_img{
	border-radius: 24px;
	overflow:hidden;
	height: 304px;
}

.devices_template_simple_ordered .devices_cur_item_price{
	font-size: 17px;
	font-weight: 500;
	line-height:  117.647%;
	color:var(--second_color);
	margin-bottom:16px;
}

.devices_cur_item_in{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.devices_cur_item_buttom{
	margin-top:24px;
}