/* @override 
	https://lanoha-real-estate.local/wp-content/themes/lanoha/css/swiper.css?* */

.reviews_slider .swiper-slide {
  height: auto;
}

.swiper-slide_content {
/*	padding-right: 30px;*/
}
.section_swiper_btn_wrapper {
	display: flex;
	align-items: center;
}


.swiper-button-pathway_next,
.swiper-button-pathway_prev {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background: var(--grayten);
		transition: all 0.2s ease-out;
	margin-right: 5px;
	margin-left: 5px;
}

@media (max-width: 650px) {
.swiper-button-pathway_next,
.swiper-button-pathway_prev {
	width: 40px;
	height: 40px;
	margin-right: 3px;
		margin-left: 3px;
}	
}

.swiper-button-pathway_next:hover,
.swiper-button-pathway_prev:hover {
	background: var(--graythirty);
	transition: all 0.2s ease-out;
}

.swiper-button-pathway_next.swiper-button-disabled,
.swiper-button-pathway_prev.swiper-button-disabled {
opacity: .5;
pointer-events: none;
}








.swiper-photo-gallery {
	
}

.swiper-photo-gallery .swiper-slide{
	
}

.swiper-photo-gallery .swiper-slide img{
	width: 100%;
}