.bp-f2d80207-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	display: block;
}

.bp-f2d80207-slide {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.bp-f2d80207-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.bp-f2d80207-picture {
	display: block;
	width: 100%;
	height: 100%;
}

.bp-f2d80207-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: none;
}

.bp-f2d80207-nav {
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.bp-f2d80207-nav:after {
	font-size: 20px;
}

.bp-f2d80207-nav:hover {
	background: rgba(0, 0, 0, 0.5);
}

.bp-f2d80207-pagination .swiper-pagination-bullet {
	background: #ffffff;
	opacity: 0.6;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.bp-f2d80207-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
