.book-banner {
	position: relative;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 27px;
	overflow: hidden;
	padding-top: 7px;
	margin-bottom: 20px;
}
.book-banner--hor .book-banner__slide a,
.book-banner--ver .book-banner__slide a{
	color: #fff;
	text-decoration: none;
}
.book-banner--hor {
	background-image: url(/upload/book-banner/fon-min.jpg);
}
.download-now{
	text-transform: uppercase;
	color: #FFF5BD !important;
	font-size: 16px;
	position: relative;
	padding-right: 25px;
}
.download-now:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	height: 20px;
	width: 20px;
	background: url(/local/templates/main/images/download.svg) no-repeat center center / 80%;
}
.book-banner__red-fon {
	background-color: #eb212e;
	width: 100%;
	top: -90px;
	right: -398px;
	height: 660px;
	opacity: .8;
	position: absolute;
	transform: rotate(17deg);
	z-index: 1;
}

.book-banner__logo {
	position: absolute;
	top: 32px;
	z-index: 2;
	left: calc(40% + 18px);

}
.book-banner__slider{
	padding-left: 0 !important;
}
.book-banner__slider-wrap {
	position: relative;
	z-index: 3
}
.news__item_banner_book .ajax-load-component{
	height: 100%;
}
.news__item_banner_book .book-banner{
	height: 100%;
}
.book-banner__img {
	width: 40%;
	padding-left: 59px;
}

.book-banner__text {
	width: 60%;
	padding-right: 10%;
	padding-top: 64px;

}

.book-banner__title {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	line-height: 1.25em;
	margin-bottom: 12px;
}

.book-banner__subtitle {
	font-weight: 100;
	color: #fff;
	font-size: 17px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.book-banner__slide {

	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;

	min-height: 235px;
	text-decoration: none;

}

.book-banner__subtitle {

	font-size: 15px;
}

.book-banner__controls {
	position: absolute;
	right: 7px;
	top: calc(50% - 86px);
}

.right, .left {
	width: 45px;
	height: 45px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;

}

.right a, .left a, .pager li a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.right, .left {
	background-image: url(/upload/book-banner/bb-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.right {
	transform: rotate(180deg);
}

#left--hor {
	margin-bottom: 35px;
}

#right--hor {
	margin-top: 35px;
}

.pager ul {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0px;
	padding-left: 0;
}

.page-body .pager li {
	padding: 0;
	position: relative;
	width: 5px;
	height: 5px;
	margin: 6px auto;
	display: block;
	padding-bottom: 0;
	padding-left: 0;

}

.pager li a {
	background-color: #fff;
	border-radius: 50%;

}

.pager li a.active {
	background-color: #000;
}

.book-banner--ver {
	width: 300px;

	background-image: url(/upload/book-banner/fon--ver.jpg);
}
.news__item_banner_book .book-banner--ver{
	width: 100%;
}
.book-banner--ver .book-banner__slide {
	display: block;
}

.book-banner--ver .book-banner__logo {
	display: none;
}

.book-banner--ver .book-banner__controls {
	position: static;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	margin-top: 31px;
}

.book-banner--ver .book-banner__img {
	width: auto;
	padding: 0;
	text-align: center;

	margin-bottom: 37px;
}

.book-banner--ver .book-banner__title {
	font-size: 22px;
}

.book-banner--ver .book-banner__text {
	padding: 0;
	width: 100%;
}

.book-banner--ver .book-banner__red-fon {
	background-color: #eb212e;
	width: 190%;
	top: 219px;
	right: -140px;
	height: 100%;
	opacity: .8;
	position: absolute;
	transform: rotate(80deg);
	z-index: 1;
}

.book-banner--ver .book-banner__img img {
	min-height: 270px;
}

#pager--ver ul {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	width: 100%;

}

#pager--ver ul li {

	margin: 0px 6px;
}

#left--ver {
	transform: rotate(-90deg);
}

#right--ver {
	transform: rotate(90deg);
}

@media (max-width: 1199px) {
	.book-banner__img {
		width: 30%;
		padding-left: 30px;
	}

	.book-banner__red-fon {
		right: -308px;
	}

	.book-banner__title {
		font-size: 25px;
	}

}

@media (max-width: 991px) {

	.book-banner--hor {
		width: 300px;

		background-image: url(/upload/book-banner/fon--ver.jpg);
	}

	.book-banner--hor .book-banner__slide {
		display: block;
	}

	.book-banner--hor .book-banner__logo {
		display: none;
	}

	.book-banner--hor .book-banner__controls {
		position: static;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		width: 100%;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		margin-top: 31px;
	}

	.book-banner--hor .book-banner__img {
		width: auto;
		padding: 0;
		text-align: center;

		margin-bottom: 37px;
	}

	.book-banner--hor .book-banner__title {
		font-size: 22px;
	}

	.book-banner--hor .book-banner__text {
		padding: 0;
		width: 100%;
	}

	.book-banner--hor .book-banner__red-fon {
		background-color: #eb212e;
		width: 190%;
		top: 219px;
		right: -140px;
		height: 100%;
		opacity: .8;
		position: absolute;
		transform: rotate(80deg);
		z-index: 1;
	}

	.book-banner--hor .book-banner__img img {
		min-height: 270px;
	}

	#pager--hor ul {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		width: 100%;

	}

	#pager--hor ul li {

		margin: 0px 6px;
	}

	#left--hor {
		transform: rotate(-90deg);
		margin-bottom: 0;
	}

	#right--hor {
		transform: rotate(90deg);
		margin-top: 0;
	}
}
.book-banner .book-banner__controls .pager ul{
	padding-left: 0;
	margin-top: 10px;
}