.swiper-container {
	-webkit-tap-highlight-color: transparent;
}

.swiper-slide {
	height: auto;
}

.m-slider {
	overflow: hidden;
	margin: 0 auto;
	padding: 30px;
	background-color: #eee;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);

	
}
.m-slider__item {
		display: flex;
		flex: 0 0 auto;
		width: 100%;
	}
.m-card__header {
		padding-top: 75%;
		height: 0;
		background-position: center;
		background-size: cover;
	}
.m-card {
	display: flex;
	flex-direction: column;
	padding: 30px;
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	transition-duration: .3s;
	transition-property: box-shadow;

}
.m-card__body {
		margin-top: 15px;
	}
.slider {
	margin: 0 -30px;
}
.cards__note {
		margin-top: 30px;
	}
.cards {
	margin-top: 30px;

	

	}
.cards__body {
		margin-top: 30px;

	}

		

	.cardsitem {
		display: flex;
		flex: 0 1 auto;
		margin-top: 30px;
		width: 100%;

		}

	

