/* double banner */

.double-banner{
	display: flex;
	background-color: #fff;
}
.double-banner__wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-right: 50px;
}
.double-banner__text{
	padding: 38px 50px 44px
}
.double-banner__img{
	width: 100%;
	max-width: 424px;
}
.double-banner .double-banner__img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.double-banner__icon{
	max-width: 120px;
	min-width: 120px;
}
.double-banner__icon img{
	display: block;
}
.double-banner__name{
	color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  border-bottom: 2px solid #FF8000;
  transition: 0.5s border;
	position: relative;
}
.double-banner__name:hover {
	border-color: transparent;
}
.double-banner__name::after{
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: -32px;
	width: 24px;
	height: 16px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAQBAMAAAD+CqKmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEUODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg7///8TqNONAAAADXRSTlMACT3pPpb0A588ofPncb+tAQAAAAFiS0dEDm+9ME8AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAA9SURBVAjXY2CAAgEGBGAyQeKwXnNAcNh7U5CkKvBL3UWAK8icmwhlVbcnIAxYu5MICVYkCQbOk0hWgr0AAOa2JA82/bjiAAAAAElFTkSuQmCC") no-repeat center;
}
.double-banner__desc{
	margin-top: 20px;
	font-size: 13px;
	line-height: 22px;
	max-width: 560px
}
@media(max-width: 1199px){
	.double-banner__img{
		display: none
	}
}
@media(max-width: 550px){
	.double-banner__wrapper{
		flex-direction: column;
		align-items: flex-start;
		padding: 20px
	}
	.double-banner__text{
		padding: 0px;
		margin-bottom: 20px;
	}
	.double-banner__name{
		font-size: 20px;
		line-height: 28px;
	}
}

/* double baner */

.fastcard-list .swiper-slide.active {
	order: -1;
}