/* Главный слайд */
.index-swiper{
	height: 640px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #444;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.mySwiper2 {
	height: 73%;
	width: 100%;
}

.mySwiperThumbs {
	margin-top: 6px;
	height: calc(27% - 6px);
	box-sizing: border-box;
	/*padding: 6px 0;*/
}

.mySwiperThumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.5;
	cursor: pointer;
}

.mySwiperThumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev{opacity: 0.8;}
.mySwiper2 .swiper-button-next:hover, .mySwiper2 .swiper-button-prev:hover{opacity: 1;}
.mySwiper2 .swiper-button-next.swiper-button-disabled:hover, .mySwiper2 .swiper-button-prev.swiper-button-disabled:hover{opacity: 0.35;}
.mySwiper2 .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255,255,255,0.3);
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.mySwiper2 .swiper-pagination-bullet-active {
	color: #fff;
	background: var(--color-Yellow);
	border: 2px solid rgba(255,255,255,0.8);
}

@media only screen and (max-width: 1000px)
{
	.index-swiper{height: 560px;}
}

@media only screen and (max-width: 800px)
{
	.index-swiper{height: 460px;}
}

@media only screen and (max-width: 700px)
{
	.index-swiper{height: 220px;}
	
	.mySwiper2{height: 100%;}
	.mySwiperThumbs{display: none !important;}
}