.card {
	color: #111;
	font-size: 16px;
}

.card img{
	height: 350px;
	width: 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("../img/icons/arrow-left-short.svg");
}

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

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

.slider-buttons {
	display: flex;
	align-items: center;
}

.gallery .swiper-slide-active{
	z-index: 9999;
}

.gallery .swiper-button-next{
	margin-right: 10px;
}