.page-top__main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
	height: calc(100vh - 89px);
	max-height: 889px;
}
.page-top__main-info{
	max-width: 778px;
}
.page-top__main-info h1{
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 50px;
	color: #000;
}
.page-top__main-pluses{
	margin-bottom: 50px;
}
.page-top__main-pluses .swiper-wrapper{
	display: flex;
	flex-wrap: wrap;
	gap: 40px 125px;
}
.page-top__main-pluses-i{
	min-width: 216px;
	color: rgba(0,0,0,.5);
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
}
.page-top__main-pluses-p{
	display: none;
}
.page-top__main-pluses-i span{
	color: #000;
	font-weight: 400;
	font-size: 70px;
	line-height: 80px;
	display: block;
	margin-bottom: 10px;
}
.page-top__down{
	background: #1F4470;
	padding: 40px 50px;
}
.page-top__down-title{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 15px;
}
.page-top__down-text{
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 30px;
}
.page-top__main .page-top__new-img{
	width: 630px;
	height: 889px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.page-top__new-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1660px){
	.page-top__main{
		margin-bottom: 50px;
	}
	.page-top__main-info h1{
		margin-bottom: 25px;
		font-size: 38px;
		line-height: 42px;
	}
	.page-top__main-pluses{
		margin-bottom: 25px;
	}
	.page-top__main-info{
		max-width: 598px;
	}
	.page-top__main-pluses .swiper-wrapper{
		gap: 30px 60px;
	}
	.page-top__main-pluses-i{
		max-width: 300px;
	}
	.page-top__main-pluses-i span{
		font-size: 38px;
		line-height: 42px;
	}
	.page-top__down{
		padding: 20px 25px;
	}
	.page-top__down-title{
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 24px;
	}
	.page-top__down-text{
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.page-top__main-pluses-i{
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1376px){
	.page-top__main{
		padding: 0 16px;
		height: 547px;
	}
	.page-top__main .page-top__new-img{
		width: 510px;
		height: 547px;
	}
	.page-top__main-info h1{
		margin-bottom: 30px
	}
	.page-top__main-pluses{
		margin-bottom: 30px
	}
	.page-top__main-pluses-i span{
		font-size: 44px;
		line-height: 44px;
	}
}
@media only screen and (max-width: 1100px){
	.page-top__main .page-top__new-img{
		width: 420px;
		height: 450px;
	}
}
@media only screen and (max-width: 991px){
	.page-top__main{
		height: auto;
	}
	.page-top__main .page-top__new-img{
		display: none !important;
	}
	.page-top__main-info{
		width: 100%;
		max-width: 100%;
	}
	.page-top__main-info h1{
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.page-top__main-pluses-i{
		font-size: 13px;
		line-height: 23px;
		margin-right: 20px
	}
	.page-top__main-pluses-i span{
		font-size: 50px;
		line-height: 60px;
		margin-bottom: 5px;
	}
	.page-top__main-pluses{
		margin-bottom: 20px;
		overflow-x: scroll;
	}
	.page-top__new{
		positin: relative;
		height: auto;
	}
	.page-top__main-pluses .swiper-wrapper{
		gap: 0;
		flex-wrap: nowrap;
	}
	.page-top__main-pluses-i{
		max-width: 100%;
		min-width: auto;
		flex-shrink: 0;
	}
	.page-top__main-pluses-p{
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.page-top__main-pluses-p img{
		width: calc(50% - 5px);
	}
	.page-top__main-row{
		display: flex;
		align-items: center;
		gap: 0 17px;
	}
}
@media only screen and (max-width: 768px){
	.page-top__down{
		background: none;
		padding: 0;
	}
	.page-top__down-title,
	.page-top__down-text{
		display: none;
	}
}