.Rotation .swiper-slide img {
	width: 352px;
	height: 250px;
	display: block;
	object-fit: cover;
}

.Rotation .swiper-slide .text {
	position: absolute;
	bottom: 0;
	z-index: 11;
	color: #fff;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0.59;
	background: #05162F;
}

.Rotation .swiper-slide .text a {
	color: #fff;
	display: block;
	width: 60%;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Rotation .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #4faf26;
}

.Rotation .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 5px;
	margin: 0 5px;
}

.Rotation .swiper-pagination {
	text-align: right;
}

.Rotation .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px 0 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	padding-right: 10px;
	bottom: 10px;
	left: auto;
	right: 0;
	width: 35%;
}

.old_type .firstBlock_left {
	width: 980px;
	height: 650px;
}

.old_type .Rotation .swiper-slide img {
	width: 100%;
	height: 650px;
}

.old_type .Rotation .swiper-slide .text {
	font-size: 32px;
	height: 70px;
	line-height: 70px;
}

.old_type .Rotation .swiper-pagination-clickable .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
}

.old_type .Rotation .swiper-slide .text a {
	font-size: 30px;
}