.items span.item-new {
	position: absolute;
	top: -1px;
	left: -1px;
	display: inline-block;
	height: auto;
	padding: 2px 10px;
	color: #ffffff;
	border-bottom-right-radius: 6px;
	background-color: #ff2d40;
	font-weight: bold;
}

/* #popular title {
	text-align: center;
} */
#popular .items picture {
	display: block;
	max-width: 100%;
	height: auto;
}


/* ------------ */
.sr-examples-work{
	padding: 110px 0;
}
.sr-examples-work .sr-examples-slider {
	background-color: transparent !important;
}
.sr-examples-work .sr-examples-slider .slider__list-item{
	width: 300px !important;
    height: 300px !important;
}
.sr-examples-work .sr-examples-slider .slider__list-item>picture{ 
	width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.sr-examples-work .sr-examples-slider .slider__list img{
	width: 100% !important;
}
.sr-examples-work .sr-examples-slider .slider__list{
	gap: 20px !important;
}

.sr-examples-work .sr-reviews-slider{
	padding: 0 !important;
} 
.sr-examples-work .sr-examples-slider.slider,
.sr-examples-work  .sr-examples-slider .slider__list{
	padding: 0 !important;
}
.sr-examples-work .sr-reviews-slider  .bx-controls .sr-prev{
	left: 70px !important;
}
.sr-examples-work .sr-reviews-slider .bx-controls .sr-next{
	right: 70px !important;
} 
.sr-examples-work.sr-certificate {
	background-color: transparent;
}
@media (max-width: 768px) {
	 .sr-examples-slider .container{
		margin: 0 !important;
		max-width: 100%;
	 }
	.sr-examples-work  #popular.sr-examples-slider .container .bx-wrapper{
		max-width: 100% !important;
		margin: 0 !important;
	 }
}