.book{
	margin-top: 20px;
	color: #372A18;
	font-size: 18px;
}
.book a{
	color:  #372A18;
}
.book img{
	max-width: 100%;
}
.book .author img{
	min-width: 300px;
}
.book .author .name{
	text-decoration: underline;
}
.book .author .name:hover{
	text-decoration: none;
}
.book li{
	margin: 0;
	padding: 0;
}
.book .desc .buy li:before, .book .pictographs ul li:before, .book .offers>ul>li:before, .book .comments li:before, .book .buy_bottom .buy ul li:before, .book .files li:before, .book .offers>ul>li .picts ul li:before{
	display: none;
}
.book .title{
	font-size: 42px;
	text-transform: uppercase;
	margin: 100px 0 50px;
	line-height: 50px;
}
#pagetitle, .page_title_1 .maxwidth-theme .page-top-main{
	display: none;
}
.book .anons{
	display: flex;
	align-items: center;	
}
.book .anons .desc{
	width: 50%;
}
.book .anons .desc span{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #ff3b01;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px 30px;
	display: inline-block;
	margin: 0 0 20px;
}
.book .anons .desc h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 70px;
	line-height: 80px;
}
.book .anons .buy{
	margin: 50px 0 0;
}
.book .anons .img{
	width: 50%;
	text-align: right;
	background-image: url('./images/bg_img.svg');
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.book .anons .buy ul{
	margin: 0;
	padding: 0;
}
.book .anons .buy li{
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	text-transform: uppercase;
	border: 2px solid #372A18;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 10px 30px;
	margin: 0 20px 20px 0;
}
.book .anons .buy li:hover{
	background: #372A18;
}
.book .anons .buy li a{
	display: block;
	cursor: pointer;
}
.book .anons .buy li:hover a{
	color: #fff;
}
.book .pictographs {
	margin: 50px 0;
}
.book .pictographs ul{
	display: flex;
}
.book .pictographs ul li{
	width: 25%;
	text-align: center;
}
.book .pictographs ul li .icon{
	width: 100px;
	height: 100px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 20px;
	position: relative;
}
.book .pictographs ul li .icon:before{
	position: absolute;
	right: 100px;
	bottom: 0;
	background: url('./images/pictographs.svg');
}
.book .pictographs ul li .name{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 10px;
}
.book .gallery .picts, .book .gallery .desc{
	display: inline-block;
	width: 49%;
	vertical-align: middle;
}
.book .gallery .picts img{
	width: 100%;
}
.book .gallery .desc{
	padding-left: 50px;
}
.book .gallery .desc h3{
	font-weight: bold !important;
}
.book .offers>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 47%;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 40px;
	position: relative;
	margin:  0 0 30px;
}
.book .offers>ul>li.width100{
	width: 100%;
}
.book .offers>ul>li:nth-child(1){
	margin:  0 4% 4% 0;
	text-align: left;
}
.book .offers>ul>li:nth-child(1) .picts, .book .offers>ul>li:nth-child(1) .desc, .book .offers>ul>li:nth-child(2) .picts, .book .offers>ul>li:nth-child(2) .desc{
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.book .offers>ul>li:nth-child(2){
	margin-right: 0;
}
.book .offers>ul>li .name{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 35px;
}
.book .offers>ul>li .img{
	margin: 0 0 20px;
}
.book .offers>ul>li .desc{
	margin: 0 20px;
	position: relative;
}
.book .offers>ul>li .desc li{
	text-align: left;
	padding-left: 20px;
}
.book .offers>ul>li .price{
	font-size: 32px;
	line-height: 90px;
}
.book .offers>ul>li .button_buy{
	color: #fff;
	background-color: #372A18;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 10px 20px;
	max-width: 50%;
}
.book .offers>ul>li .button_buy:hover{
	background-color: #FF3D00;
	color: #fff;
}
.book .offers>ul>li .picts{
	text-align: center;
}
.book .offers>ul>li .picts ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.book .offers>ul>li .picts ul li{
	margin: 0 10px;
}
.book .offers>ul>li.item2 .archive{
	display: flex;
	align-items: center;
}
.book .offers>ul>li.item2 .archive>div{
	width: 33%;
}
.book .offers>ul>li.item2 .archive .picts{
	margin-right: 50px;
}
.book .offers>ul>li.item2 .archive .picts li:nth-child(2), .book .offers>ul>li.item2 .archive  .picts li:nth-child(3){
	margin-left: -50px;
}
.book .pod{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-size: 50% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
	background-color: #372A18;
	padding: 65px 0 45px;
	position: relative;
	text-align: center;
}
.book .pod .name{
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 35px;
}
.book .pod .button_buy, .book .buy_bottom .buy a{
	color: #fff;
	background-color: #FF3D00;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: uppercase;
	padding: 10px 20px;
	max-width: 200px;
	margin: 20px auto;
	display: block;
}
.book .pod .button_buy:hover, .book .buy_bottom .buy ul a:hover{
	opacity: 0.8;
}
.book .author .about{
	display: flex;
}
.book .author .icon{
	width: 35%;
	margin-right: 50px;
}
.book .author .icon img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.book .author .desc li{
	padding-left: 20px;
}
.book .comments>ul{
	text-align: center;
}
.book .comments>ul>li{
	background-color: #EFEFE3;
	width: 45%;
	display: inline-block;
	padding: 40px 50px 100px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	margin-bottom: 30px;
	text-align: left;
}
.book .comments li:nth-child(2n+1){
	margin-right: 2%;
}
.book .comments>ul>li .name{
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 16px;
	color: #372A1880;
}
.book .comments>ul>li .name span{
	display: block;
	border-top: 1px solid #372A1880;
	width: 50px;
	margin-bottom: 10px;
}
.book .buy_bottom{
	margin: 50px 0;	
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.book .buy_bottom .title{
	margin-top: 30px;
}
.book .buy_bottom .desc{
	margin: 0 auto;
	max-width: 70%;
}
.book .buy_bottom .buy ul{
	display: flex;
	justify-content: center;
	margin: 40px 0;
}
.book .buy_bottom .buy ul a{
	max-width: 100%;
	margin: 0 20px 0 0;
}
.book .book_author{
	background-color: #EFEFE3;	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 20px 50px;
}
.book .files li a{
	text-decoration: underline;
}
.book .files li a:hover{
	text-decoration: none;
	color: #ff3b01;
}
.book .files li{
	padding-left: 30px;
	background-image: url('./images/file.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.error{
	color: #ff3b01;
}

@media (max-width: 1220px) {
	.book .offers>ul>li:nth-child(1) .picts, .book .offers>ul>li:nth-child(1) .desc, .book .offers>ul>li:nth-child(2) .picts, .book .offers>ul>li:nth-child(2) .desc{
		width: 45%;
		margin: 0 2%;
	}
}
@media (max-width: 800px) {
	.book .offers>ul>li:nth-child(1) .picts, .book .offers>ul>li:nth-child(1) .desc, .book .offers>ul>li:nth-child(2) .picts, .book .offers>ul>li:nth-child(2) .desc{
		width: 100%;
		margin: 0 0 20px;
	}
	.book .offers>ul>li br{
		display: none;
	}
}
@media (max-width: 600px) {
	.book .anons{
		display: block;
	}
	.book .anons .desc h1{
		font-size: 36px;
		line-height: 50px;
	}
	.book .offers>ul>li{
		width: 100%;
		margin: 0 0 20px;
	}
	.book .offers>ul>li.item2 .archive{
		display: block;
	}
	.book .offers>ul>li.item2 .archive>div, .book .anons .img, .book .anons .desc, .book .gallery .picts, .book .gallery .desc, .book .author .icon,  .book .comments>ul li{
		width: 100%;
	}
	.book .pictographs ul, .book .comments>ul, .book .buy_bottom .buy ul, .book .author .about{display: block;}
	.book .pictographs ul li,.book .buy_bottom .buy ul li{
		width: 48%;
		vertical-align: top;
		display: inline-block;
	}
	.book .offers>ul>li .archive .name{
		margin: 35px 0 0;
	}
	.book .offers>ul>li .archive .desc{
		margin-top: 20px;
	}
	.book .anons .buy li{
		font-size: 14px;
		margin: 0 10px 20px 0;
		padding: 10px;
	}
	.book .anons .buy{
		margin-top: 25px;
	}
	.book .title{
		font-size: 30px;
		margin: 30px 0;
	}
	.book .pictographs{
		margin-bottom: 25px;
	}
	.book .gallery .desc{
		padding: 0;
	}
	.book .pod{
		padding: 50px 25px;
	}
	.book .comments>ul>li .name{
		right: 50px;
	}
	.book .comments li, .book .comments li:nth-child(2){
		margin: 0 0 20px;
	}
	.book .buy_bottom .title{
		margin: 0 0 30px;
	}
	.book .buy_bottom .buy ul a{
		margin: 0 0 20px;
	}
}
