.card {
	color: #111;
	font-size: 16px;
	border: none;
	background-color: transparent;
}

.card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-container {
	max-width: 100%;
	padding: 0 15px;
	position: relative;
	margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}

.swiper-button-prev {
	background-image: url("../back.svg");
}

.swiper-button-next {
	background-image: url("../right.svg");
}

.slider-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 30px;
}

.slider-buttons {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -55%);
	width: 90%;
	margin: 0 auto;
	z-index: 999;
}

.swiper-slide-active{
	z-index: 2;
}
