 .mini-banner {
	padding: 11px 10px 16px 10px;
    border-radius: 10px;
    background-color: #ffffff42;
	position: relative;
 }
 .mini-banner__top {
	 display: flex;
 }
 .mini-banner__media {
    position: absolute;
    top: -2px;
    left: -2px;
	border-radius: 10px;
	overflow: hidden;
	width: 75px;
}
.mini-banner__content {
	padding-left: 85px;
}
.mini-banner__title {
	font-weight: 500;
	color: black;
	line-height: 1;
	margin-bottom: 7px;
}
.mini-banner__text {
	font-size: 16px;
	line-height: 1.3;
	color: black;
}
.mini-banner__bottom {
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-top: 10px;
}
.home_top-position {
	margin-top: 40px;
}
.mini-banner__store {	
	width: 40px;
	height: 40px;min-width: 40px;
	box-shadow: 0 0 0px 5px #ffffff63;
	border-radius: 100px;
	margin-right: 32px;
}
.mini-banner__btn {
	background-color: #833ce0;
	color: white;
	border: 0;
	border-radius: 90px;
	font-size: 16px;
	padding: 11px 30px;
	line-height: 1;
}
/* wide-banner */
.wide-banner__img {
	height: 271px;
    position: absolute;
    left: 1px;
    bottom: 0px;
}
.wide-banner .wide-banner__text {
	font-size: 18px;
	color: black;
}
.wide-banner__title {
    text-align: center;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 10px;color: black;
}
.wide-banner__btn {
    margin: 15px 0 0 0;
    width: 299px;
    background: #833ce0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 43px;
    border-radius: 130px;
    border: 0;
}
.slide-banner__gameinfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 5px 13px 8px 13px;
	border-radius: 10px;
	margin-top: -20px;
	margin-bottom: 11px;
	position: relative;
	z-index: 1;
	line-height: 1;
}
.gameinfo__title {
	font-weight: 500;
	color: black;
	font-size: 18px;
	line-height: 1;
}
.rating__image {
	height: 10px;
}
.rating__num {
	font-size: 14px;
	font-weight: 500;
	padding: 2px 8px;
	background-color: #EFEFEF;
	color: black;
	border-radius: 100px;
	margin-right: 7px;
}
.gameinfo-download__btn {
	background-color: #833ce0;
	border: 0;
	color: white;
	font-size: 15px;
	padding: 5px 12px;
	border-radius: 110px;
	min-width: 101px;
}
.gameinfo-download__icon {
	width: 20px;
	height: 20px;
	margin-right: 4px;
	background-image: url(/images/partner_ad/icons/download.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	opacity: 0.6;
}
.gameinfo-download {
	display: flex;
	align-items: center;
}
.slide-banner {
	position: relative;
}
.slide-banner .swiper-pagination-bullet { 
	margin: 0 4px;
	width: 10px;
	min-width: 10px;
	height: 10px;
	border: 2px solid #833ce0;
	background-color: white;
	opacity: 0.5;
}
.slide-banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.slide-banner .swiper-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
}
.browned .partner {
	background-color: #f9f9f9;
}
.blacked-label .slide-banner__gameinfo {
	background-color: #f7f7f7;
}
.gradient .mini-banner {
	background: linear-gradient(to right, #d8e6ff, #e9cedd);
}
@media (min-width: 320px) and (max-width: 910px) {
	.story_top-position {
		margin-bottom: 18px;
	margin-top: 21px;}
	.wide-banner__img {
		position: static;
		height: 155px;
		margin: 0px auto 13px auto;
		border-radius: 159px;
		margin-top: -53px;
	}
	.home_middle-position {
		margin-top: 49px;
	}
	.wide-banner {
		background-color: #fff;
		border-radius: 10px;
		padding: 26px 27px;
	}
	.gallery_bottom-position {
		margin-top: 40px;
		margin-bottom: 16px;
		float: right;
	}
	.slide-banner__item {
		height: 350px;
		background-position: center;
		background-size: cover;
		border-radius: 10px;
		max-width: 300px;
		width: 100%;
	}
	.gameinfo__rating {
		display: flex;
		align-items: center;
		padding-top: 4px;
	}
	.home_bottom-position {
		margin-top: 26px;
	}
	.stories_bottom-position {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.guide_top-position {
		margin-bottom: 55px;
	}
	.guide_bottom-position {
		float: right;
		margin-top: 45px;
	}
	.gallerycat_bottom-position {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.gallerycat_top-position {
		margin-top: 20px;
	}
	.story_bottom-position {
		margin-bottom: 0;
	}
	.news_bottom-position {
		margin-top: 0;
	}
	.galpagecat_bottom-position {
		margin-top: 30px;
	}
}
@media (min-width: 920px) {
	.partner  {
		display: none !important;
	}
}