

/* Start:/local/assets/css/pdf-reader.css?17852578513539*/
.pdf-reader {
	width: 100%;
	height: calc(100% - 60px);
	position: fixed;
	top: 60px;
	left: 0;
	background: url(/local/assets/img/book_bg_desktop_min.jpg) center center no-repeat;
    background-size: cover;
}
.pdf-canvas-wrapper {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

.pdf-canvas-container {
	display: inline;
    position: relative;
    overflow: hidden;
    z-index: 1;
    flex: 0 0 auto;
	width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

canvas.pdf-canvas {
	max-width: calc(100% - 80px);
	width: auto;
	height: auto;
	max-height: calc(100% - 64px);
	object-fit: contain;
	box-shadow: 0 13px 20px #00000050;
	visibility: hidden;
}

.pdf-page-corner {
	width: 25%;
	height: 50%;
	position: absolute;
	z-index: 10;
	opacity: 1;
	bottom: 2px;
	background: url(/local/assets/img/corner.svg) bottom left no-repeat;
	background-size: contain;
}
.pdf-page-corner.corner-left {
	bottom: 2px; left: 0px;
	transform: scaleX(-1);
}
.pdf-page-corner.corner-right {
	bottom: 2px; right: 0px;
	background-position: bottom right;

}



.pdf-pager {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 30px 40px;
}
.pdf-arrow {
	display: block !important;
	position: absolute !important;
	top: 50% !important;
}
.pdf-arrow::before {
	color:#2B2B2B !important;
}
.pdf-arrow:hover {
	background: rgba(0, 0, 0, 0.2) !important;
}
.pdf-arrow:hover::before {
	color:#2B2B2B !important;
}
.pdf-arrow#pdf_prev {
	left:10px;
	visibility: hidden;
}
.pdf-arrow#pdf_next {
	right:10px;
}

.pdf-btn-download {
	background: url(/local/assets/img/button.png) center center no-repeat;
    background-size: cover;
    width: auto;
    height: auto;
    padding: 15px 39px 30px 30px;
    transition: .4s;
    position: fixed;
    bottom: 12px;
    right: 0;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    z-index: 95;
    transform: rotate(-5deg) translateX(20px) translateY(30px);
	white-space: nowrap;
}
.pdf-btn-download:hover {
	transform: rotate(0deg) translateX(12px) translateY(24px);
}
.pdf-btn-download span {white-space: nowrap; vertical-align: middle;}
.pdf-btn-download::after{
	display: inline-block;
	vertical-align: middle;
	content: '↘';
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	margin: 0 0 0 5px;
}

@media (max-width: 1250px) {
	
}

@media (max-width: 1023px) {
	.pdf-reader {
	    background: url(/local/assets/img/book_bg_mobile_min.jpg) center center no-repeat;
		background-size: cover;
	}
	.pdf-canvas-wrapper {
		overflow: hidden;
		justify-content: start;
	}
	
	.pdf-canvas-container {
		margin-left: 15px;
        margin-right: 15px;
	}
	
	canvas.pdf-canvas {
		max-width: none;
    	width: auto;
    	height: auto;
    	max-height: calc(100% - 60px);
    	object-fit: cover;
		object-position: left;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.pdf-arrow {
    	display: block !important;
    	position: absolute !important;
    	top: auto !important;
		bottom: 10px !important;
	}
	.pdf-btn-download {
		right: 40%;
		font-size: 15px;
		padding: 7px 20px 15px 20px;
		transition: .4s;
		position: fixed;
		bottom: 20px;
	}
}

@media (max-width: 800px) {
	
}

@media (max-width: 650px) {
	
}
/* End */
/* /local/assets/css/pdf-reader.css?17852578513539 */
