.sponsoredbox_sidebar {
	width: 100%;
	margin-bottom: 30px;
}
.sponsoredbox_sidebar.loading {
	opacity: 0;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__title {
	font-size: 20px;
	line-height: 34px;
	color: #393A3D;
	margin-bottom: 10px;
	font-weight: 400;
	text-align: left;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content {
	width: 100%;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content * {
	text-decoration: none;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item {
	width: 100%;
	position: relative;
	border: 1px solid #E8E8E8;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff3;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	pointer-events: none;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item:hover:before {
	opacity: 1;
	visibility: visible;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item.custom:hover .text .innerBox .blackBar .blueButton {
	background-color: #13a7ea;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 201px;
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 44.51, rgba(0, 0, 0, 0.58) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(44.51, rgba(0, 0, 0, 0.47)), to(rgba(0, 0, 0, 0.58)));
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47) 44.51, rgba(0, 0, 0, 0.58) 100%);
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox {
	height: 100%;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .greenBar {
	max-width: calc(100% - 100px);
	position: absolute;
	left: 10px;
	top: 16px;
	background-color: #FFFFFF;
	border-radius: 12px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .greenBar {
		top: 14px;
		max-width: calc(100% - 96px);
	}
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .greenBar span {
	font-size: 15px;
	color: #898B8D;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	line-height: 1;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .greenBar span {
		font-size: 14px;
	}
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .greenBar .commonSprites {
	display: none;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar {
	position: absolute;
	bottom: 15px;
	left: 10px;
	right: 10px;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .title {
	font-weight: bold;
	line-height: 32px;
	font-size: 29px;
	color: #fff;
	text-shadow: 0 3px 6px #00000073;
	margin-bottom: 10px;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .title {
		font-size: 25px;
		line-height: 27px;
	}
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .blueButton {
	width: 204px;
	height: 38px;
	max-width: calc(100% - 20px);
	border-radius: 21px;
	background-color: #15B4FC;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3px 10px;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .blueButton {
		height: 34px;
		width: 195px;
	}
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .blueButton span {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .blueButton span {
		font-size: 15px;
	}
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item .text .innerBox .blackBar .blueButton .commonSprites {
	display: none;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar__content .sponsoredbox_sidebar__item img {
	width: 100%;
	display: block;
}

.sponsoredbox_sidebar .lSSlideOuter:hover .lSAction {
	opacity: 1;
	visibility: visible;
}

.sponsoredbox_sidebar .lSAction {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 67px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .lSAction {
		width: 64px;
	}
}

.sponsoredbox_sidebar .lSAction .lSPrev,
.sponsoredbox_sidebar .lSAction .lSNext {
	position: relative;
	width: 31px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff !important;
	opacity: 1 !important;
	background-image: none !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	margin: 0;
	-webkit-box-shadow: 0 3px 6px #00000073;
	box-shadow: 0 3px 6px #00000073;
}

@media screen and (max-width: 1250px) {
	.sponsoredbox_sidebar .lSAction .lSPrev,
	.sponsoredbox_sidebar .lSAction .lSNext {
		width: 28px;
		height: 28px;
	}
}

.sponsoredbox_sidebar .lSAction .lSPrev .commonSprites,
.sponsoredbox_sidebar .lSAction .lSNext .commonSprites {
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjU1IiBoZWlnaHQ9IjE1IiB2aWV3Qm94PSIwIDAgOC41NSAxNSI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzhhOGM5NDt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTk3LjE0MSAxNS4wMDEpIHJvdGF0ZSgtOTApIj48cGF0aCBjbGFzcz0iYSIgZD0iTTcuNSwxMDUuNjkxYTEuMDQ3LDEuMDQ3LDAsMCwxLS43NDMtLjMwN2wtNi40NS02LjQ1YTEuMDUsMS4wNSwwLDAsMSwxLjQ4Ni0xLjQ4Nkw3LjUsMTAzLjE1NWw1LjcwNy01LjcwN2ExLjA1LDEuMDUsMCwwLDEsMS40ODUsMS40ODZsLTYuNDUsNi40NUExLjA0NywxLjA0NywwLDAsMSw3LjUsMTA1LjY5MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L2c+PC9zdmc+") !important;
}

.sponsoredbox_sidebar .lSAction .lSPrev .commonSprites {
	margin-left: -2px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.sponsoredbox_sidebar .lSAction .lSNext .commonSprites {
	margin-left: 2px;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar_btn {
	width: 100%;
	max-width: 192px;
	height: 42px;
	margin: 15px auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	font-weight: 400;
	color: #787878;
	border-radius: 21px;
	background-color: #EBEBEB;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.sponsoredbox_sidebar .sponsoredbox_sidebar_btn:hover {
	background-color: #E1DEDE;
}

