.ads_list{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.tittle{
	position: relative;
	left: 15%
}
.slider_custom_main{
	position: relative;
	width: 50%;
	background-color: #36c;
	height: 420px;
}
.caption{
	position: absolute;
	bottom: 1%;
	display: none;
	font-size: 20px;
	color: #f44;
	background: #36c;
	width: 100%;
	text-align: center;
	z-index: 20;
}
.imgs_container{
}
.item{
	position: absolute;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
} .regions-select-question {display: none !important;&nbsp;}