.owl-r-gallery {
	margin: -10px;
	width: calc(100% + 20px);
}
.owl-r-gallery .owl-item {
	padding: 10px 0;
	box-sizing: border-box;
}
.owl-r-gallery .owl-nav {

}
.owl-r-gallery .owl-nav :is(.owl-prev, .owl-next) {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(207, 168, 137, 0.3);
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
.owl-r-gallery .owl-nav :is(.owl-prev, .owl-next) svg {
	width: 20px;
	height: 20px;
}
.owl-r-gallery .owl-nav .owl-prev {
	left: 10px;
}
.owl-r-gallery .owl-nav .owl-next {
	right: 10px;
}
.owl-r-gallery .owl-dots {
	margin-top: 48px;
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 8px;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	margin-left: 10px;
	margin-right: 10px;
}
.owl-r-gallery .owl-dot {
	width: 8px;
	height: 8px;
	cursor: pointer;
	border-radius: 4px;
	transform: var(--animation);
	background-color: #cfa8894d;
}
.owl-r-gallery .owl-dot.active {
	width: 32px;
	background-color: #062035;
}
@media (max-width: 1280px) {
	.owl-r-gallery .owl-dots {
		margin-top: 38px;
	}
}