@charset "UTF-8";

.slider {
	width: 100vw !important;
	max-width: 700px;
	margin: 50px auto !important;
	padding: 0 !important;
}
.swiper-wrapper,
.gallery-thumbs {
	width: 100vw !important;
	max-width: 700px;
	margin: 0 !important;
	padding: 0 !important;
}
.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-thumbs {
	width: 100% !important;
}
.gallery-thumbs .swiper-slide {
	align-items: 24% !important;
	margin: 5px 0;
}
.gallery-thumbs .swiper-slide:nth-child(4n) {
	margin-right: 0 !important;
}