.recent-carousel{
	box-shadow: 0px 0px 40px rgb(0 21 95 / 6%);
}
.wrap-img{
	height: 150px;
}
.recent-img{
	object-fit: contain;
	height: 150px;
}
.recent-carousel-controls .carousel-control{
	top: -103px;
}
.carousel-control-prev span{
	background: url("/local/templates/dtrd/assets/images/chevron-left.svg") center no-repeat;
	width: 24px;
	height: 24px;
}
.carousel-control-next span{
	background: url("/local/templates/dtrd/assets/images/chevron-right.svg") center no-repeat;
	width: 24px;
	height: 24px;
}
.recent-carousel .owl-nav{
	visibility: hidden;
	position: absolute;
}
.owl-next.disabled{
	/*display: none !important; !*Скрыть неактивную кнопку*!*/
}


@media screen and (min-width: 767px) {
	.cid-rOplc1G09j .owl-offers-dots{
		display: none;
	}
	.cid-rOplc1G09j .recent-carousel-controls {
		position: relative !important;
		top: -108px !important;
	}
}
@media screen and (max-width: 767px) {
	.cid-rOplc1G09j .owl-offers-dots{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 -4px;
	}
	.cid-rOplc1G09j .owl-offers-dots .owl-dot{
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
		background: none;
	}
	.cid-rOplc1G09j .owl-offers-dots .owl-dot span{
		display: block;
		margin: 0 4px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		overflow: hidden;
		background: #AAAAAA;
	}
	.cid-rOplc1G09j .owl-offers-dots .active span{
		background: #555555;
	}
}

.recent-item{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px 24px 0 24px;
	height: 407px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0px 0px 40px rgb(0 21 95 / 8%);
}
.recent-item:hover{
	box-shadow: 0 0 20px #ddd;
	transition: all .3s;
}
.recent-item-hit__container{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: auto;
	left: 24px;
	background: #d62a32;
	width: 44px;
	height: 28px;
	font-size: 13px;
	color: #fff;
	border-radius: 10px;
	user-select: none;
}
.item-img{
	display: block;
	flex: 1 1 auto;
	max-width: 200px;
	max-height: 200px;
	width: 200px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.item-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.recent-price{
	margin-top: 16px;
	font-weight: 500;
	font-size: 22px;
	color: #D62A32;
	width: 100%;
}
.recent-text{
	margin-top: auto;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	width: 100%;
}
.recent-more{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	border-top: 1px solid #F5F5F5;
	padding: 14px 0;
	order: 5;
}
.recent-more-btn{
	font-weight: 400;
	font-size: 14px;
	color: #232323;
}
.recent-more:hover .recent-more-btn{
	color: #D62A32;
}
.recent-more:hover .recent-more-arrow svg path{
	stroke: #D62A32;
}
