body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}
.m-card-10__image{
	background-color: #fff;
}
.m-card-10__image img{
	object-fit:contain;
}
.m-card-5__image{
	background-color: #fff;
}
.m-card-5__image img{
	object-fit:contain;
}
@media screen and (max-width: 768px) {
	.m-sliderNav-1__pagination .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
	}
	.m-sliderNav-1__arr__next, .m-sliderNav-1__arr__prev {
		width: 33px;
		height: 33px;
	}
	.m-sliderNav-1__pagination .swiper-pagination-bullet::after{
		width: 10px;
		height: 10px;
	}
}
.w300{
	width: 300px;
}
@media screen and (max-width: 768px) {
	.w300{
		width: 100%;
	}
}