.top-new__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 20px;
	padding-bottom: 30px;
}
.top-new__content {
	width: calc(100% - 320px);
}
.top-new__box + .top-new__box {
	margin-top: 48px;
}
.top-new__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.top-new__head {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.top-new__head::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
}
.slick-arrow {
	position: absolute;
	top: calc(50% - 20px);
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #a252f7;
	background-color: #a252f7;
	outline: none;
	font-size: 0;
	transition: all .3s ease;
	cursor: pointer;
	z-index: 40;
}
.slick-arrow:hover {
	background: #fff;
}
.slick-arrow::before {
	content: '';
	position: absolute;
	top: calc(50% - 11px);
	left: calc(50% - 6px);
	width: 12px;
	height: 22px;
	background: #fff;
	-webkit-mask: url('../images/bg-icon-arrow-left.svg') center no-repeat;
	mask: url('../images/bg-icon-arrow-left.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.slick-arrow:hover::before {
	background: #000;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
	margin-left: 16px;
}
.slick-next::before {
	transform: rotate(180deg);
}

.top-new__list {
	overflow: hidden;
	position: relative;
}
.top-new-item {
	float: left;
	width: calc(16.6% - 16px);
	margin: 0 8px;
}
.top-new-item__link {
	display: block;
	width: 100%;
	position: relative;
	text-decoration: none;
}
.top-new-item__thumb {
	display: block;
	width: 100%;
	padding-top: 136%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.top-new-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-new-item__box {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 16px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	overflow: hidden;
	transition: all .3s ease;
	z-index: 20;
}
.top-new-item__link:hover .top-new-item__box {
	opacity: 1;
}
.top-new-item__name {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.top-new-item__play {
	display: block;
	width: 100%;
	padding: 12px 8px;
	background: linear-gradient(90deg, #ffa202 5%,#fffd78 80%);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}
.top-new__sidebar {
	width: 280px;
	background: #262a34;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	padding: 20px;
}
.top-new__side-head {
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
.top-new__side-head::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #e63731;
	animation: 1s linear infinite impulse;
}
@-moz-keyframes impulse { from { opacity: 1; } to { opacity: 0; }  }
@-o-keyframes impulse { from { opacity: 1; } to { opacity: 0; }  }
@keyframes impulse { from { opacity: 1; } to { opacity: 0; }  }
.top-new__side-list {
	overflow: hidden;
	position: relative;
}
.top-new__side-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 20px;
}
.top-new__side-photo {
	display: block;
	width: 88px;
}
.top-new__side-photo-ins {
	display: block;
	width: 100%;
	padding-top: 80%;
	position: relative;
}
.top-new__side-photo img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top-new__side-info {
	width: calc(100% - 104px);
}
.top-new__side-name {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
}
.top-new__side-money {
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	line-height: 1.2;
}
a.top-new-item__play.top-new-item__play--real {
    margin-top: 10px;
}
@media screen and (max-width:900px) {
	.top-new__content,
	.top-new__sidebar {
		width: 100%;
	}

	.top-new__sidebar {
		margin-top: 48px;
		padding-bottom: 8px;
	}
	.top-new__side-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.top-new__side-item {
		width: calc(33.3% - 20px);
		margin: 0 10px 20px;
	}
}
@media screen and (max-width:750px) {
	.top-new__side-item {
		width: calc(50% - 20px);
		margin: 0 10px 20px;
	}

}
@media screen and (max-width:480px) {
	.top-new__side-item {
		width: calc(100% - 20px);
		margin: 0 10px 20px;
	}
}