.dev4web-homefeatured-block {
	margin-top: 128px;
}
.dev4web-homefeatured-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
	margin-bottom: 56px;
	/*padding-left: 16px;*/
	padding-right: 16px;
}
.dev4web-homefeatured-title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	color: #1F2124;
	letter-spacing: -0.03em;
}
.dev4web-homefeatured-show-all a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: none;
	text-align: right;
	color: #0483C6;
}

.dev4web-homefeatured-slider-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dev4web-homefeatured-slide-progress-bar {
	position: relative;
}
progress {
	width: 1086px;
	height: 8px;
	border-radius: 100px;
	background-color: #E6E8EB;
	transition: width 300ms ease;
}
progress[value]::-webkit-progress-bar {
	width: 100%;
	height: 8px;
	border-radius: 100px;
	background-color: #E6E8EB;
	transition: width 300ms ease;
}
progress[value]::-webkit-progress-value {
	width: 0;
	height: 8px;
	border-radius: 100px;
	background-color: #8A8D94;
	transition: width 300ms ease;
}
.dev4web-homefeatured-slider-prev, .dev4web-homefeatured-slider-next {
	cursor: pointer;
}
.dev4web-homefeatured-slider .ajax_block_product {
	margin-right: 16px;
	margin-left: 16px;
}
