.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.owl-dots {
	text-align: center;
}
.owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	display: inline-block;
	border-radius: 50%;
	background-color: #ccc;
	margin: 10px;
}
.owl_element {
	display: flex;
	flex-direction: column;
	justify-content:flex-end;
	border-radius: 5px;
}
.owl-stage {
	display: flex;
}
.owl_header {
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	background: #fafafa;
}
.owl-item.active {
	background-color: transparent;
	border: #ccc;
}
.owl__link_img:hover {
	border-bottom-width: 0;
}