body {
	line-height: 1.4;
	font-size: 100%;
	font-family: 'arsenal', Arial, sans-serif;
	min-width: 320px; 
	color: #7d8184;
}
.wrapper {
	max-width: 1240px;
	margin: 0 auto;	
}
a {
	color: #174fab;
	text-decoration: none;
}
.editor-content a:hover {
	text-decoration: underline;
}

.editor-content img {
     max-width: 100%;
     max-height: 100%; 
    }

header {
	background: url(light.png) center top no-repeat #174ea9;
	padding-bottom: 1.6em;
	/*padding-bottom: 60px;*/
  padding-bottom: 35px;
}

head_FreeDelivery{
  text-align: center;
  background: #FCE460;
  color: #2D106F; 
  font-family: 'FuturicaMedium';
  font-size: 18px;
}

header nav {
	font-size: 1.313em;
  font-size:1em;
   
margin-top: 1em;
overflow: hidden;
padding-bottom: 8px;
border-bottom: 1px solid #053381;
}

header, header a {
	color:  #fff;
}

header nav a {
	border-left: 1px solid #4d8bed;
	border-right: 1px solid #1d60be;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 1em;
}
header nav a:first-child {
border-left: 0;
padding-left: 0;
}
header nav a:last-child {
	border-right: 0;
}
.search {
	padding: 0 4em 0 0em;
  	position: relative;
}
.search input[type="text"] {
	padding: 0 1em;
	height: 40px;
	line-height: initial;
	font-family: inherit;
	color: #666; 
	border: 0;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4) inset;
	background: #fff;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 0;
   vertical-align: middle;
   box-sizing: border-box;
   width: 97%;
}

#result-ajax {
 	background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    color: #666;
    display: none;
    left: 0;
    padding: 10px 10px 10px 20px;
    position: absolute;
    top: 41px;
    width: 73.5%;
    z-index: 1000;
}

#result-ajax ul {
  padding-left: 0;
  margin: 0;
  }

#result-ajax li a {
   color: #666;
}

#result-ajax li {
 	list-style: none; 
  	margin-bottom: 5px;
}

body .search button {
	padding: 0;
	width: 46px;
	min-width: inherit;
	box-shadow: none;
	height: 40px;
	line-height: initial;
	border-radius: 0;
	font-family: inherit;
	color: #666; 
	border: 0;
	background: url(search.png) center 6px no-repeat #fff!important;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4) inset;
	vertical-align: middle;
	margin-left: -40px;
	border-left: 2px solid #1a59b6;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #7e7e7e;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7e7e7e;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7e7e7e;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #7e7e7e;
}

.tc {
  text-align: center;  
  }
  
.tl {
  text-align: left;    
    }
.tr {
 text-align: right; 
  }


header .grid-9 .grid-7:first-child, header .grid-9 .grid-5 {
 border-bottom: 1px solid #5c97fa;
 margin-bottom: 0.5em;
}
.clear-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo {
	padding: 1.5em 0 0em 1em;
display: block;
}
.login {
	font-size: 0.875em;
  	font-size:1em;
	height: 24px;
	line-height: 24px;
	position: relative;
	top: -3px;
	z-index: 1000;
}
.login-phone {
	font-size: 1.313em;
  font-size:1em;
	margin-top: 1em;
	padding-bottom: 8px;
	border-bottom: 1px solid #053381;
}
.login span {
	text-decoration: underline;
}
.login span:hover {
	text-decoration: none;
}
.phone {
	font-size: 1.5em;
	line-height: 1;
	/*padding-top: 5px;*/
}
.phone_work
{
  font-size: 0.5em;
  display: inline-block;
}
.phone a {
	display: block;font-size: 0.75em;
	text-decoration: underline;
	line-height: 1;
  font-size: 0.65em;
}
.phone a:hover {
   text-decoration: none;
	}
	.cart {
		position: relative;
	}
.cart a {
	padding-top: 7px;
	display: inline-block;
	line-height: 34px;
	font-size: 1.188em;
}
.popup-cart {
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 68px;
	width: 380px;
  
  	/*max-height: 500px;*/
  
	background: #2a62be;
    display: none;
}
.popup-cart li a {line-height: 1.4;}
.cart .icon {
	position: relative;
	z-index: 10000;
}
.cart .icon.opened:before {}
.cart .icon.opened:before {
	content: '';
	border-color: #5c97fa transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    height: 0;
    position: absolute;
    top: 46px;
    left: 13px;
    margin-left: -5px;
    width: 0;
}
.cart .icon.opened:after {
	content: '';
border-color: #2a62be transparent;
border-style: solid;
border-width: 0 9px 9px;
height: 0;
position: absolute;
top: 47px;
left: 13px;
margin-left: -4px;
width: 0;
z-index: 100;
}
.popup-cart li {
	padding: 1em;
	border-bottom: 1px solid #053381;
	border-top: 1px solid #5c97fa;
	overflow: hidden;
}
.popup-cart .totals {
	padding: 1em;
	overflow: hidden;
	border-top: 1px solid #5c97fa;
	border-bottom: 1px solid #053381;
}
.popup-cart button {
	background: #fcfcfc;
	background: rgba(252,252,252,1);
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(210,209,209,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(210,209,209,1)));
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(210,209,209,1) 100%);
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(210,209,209,1) 100%);
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(210,209,209,1) 100%);
background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(210,209,209,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d2d1d1', GradientType=0 );
color: #164ea8;
height: 30px;
line-height: 28px;
padding: 0 2em;
 margin: 0;
 border-radius: 10px;
 border: 1px solid #0c429a;
 text-transform: uppercase;
 font-size: 0.875em;
 font-family: inherit;
 outline: none;
 }
 .popup-cart button:hover {
 	background: #d3d2d2;
 }
.cart .icon {
	background: url(cart.png) center center no-repeat #fff;
	border-radius: 100%;
	width: 32px;
	height: 32px;margin-right: 0.5em;
	vertical-align: middle;
	display: inline-block;
}
section {
	padding: 2em 0;

}
footer {
	/*background: #174ea9;*/
  	background: url(footer_night_30.png) center top no-repeat #174ea9;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2) inset;
	padding-top: 3em;
	color: #fff
}
footer a {
	color: #fff
}
.social {
	font-size: 2.25em;
	margin-bottom: 1em;
}
.social span {
	text-shadow: -1px -2px 2px rgba(0,0,0,0.4);
	margin-right: 2em;
}
.social a {
	margin-right: 6px;
}
.payment {
	height: 200px;
	/*line-height: 120px;*/
	border-top: 1px solid #5c97fa;
	padding: 0 2em;
}
.footer-menu {
	border-bottom: 1px solid #053381;
	padding-bottom: 4.5em;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
}
.footer-menu .heading {
	font-size: 1.5em;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.3);
	margin-bottom: 0.5em;
}
.footer-menu a {
	font-size: 1.125em;
	display: block;
}
.subscribe p {
	font-style: italic;
	font-size: 1.125em;
	line-height: 1;
}
.subscribe input[type="text"], .subscribe input[type="email"] {
	padding: 0 1em;
	height: 40px;
	line-height: initial;
	font-family: inherit;
	color: #666; 
	border: 0;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.4) inset;
	background: #fff;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 0;
   vertical-align: middle;
   box-sizing: border-box;
   width: 100%;
}
.subscr-wrap {
	position: relative;
}
input {
	outline: none;
}
.subscribe input[type="submit"] {
	position: absolute;
	z-index: 100;
	right: 0px;
	top: 0px;
	height: 40px;
	width: 40px;
	background: url(next.png) center center transparent no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.clear {
	clear: both;
}
.social-groups {
	/* margin-bottom: 1em; */
  	height:332px;
}

.resp-img img {
	max-width: 100%;
	height: auto;
  	
}
.b30years
{
  margin-top: 1px;
  margin-bottom: 1px; 
}
.bHabr
{
  margin-top: 1px;
  margin-bottom: 1px; 
}
.bPartEsg
{
  margin-top: 1px;
  margin-bottom: 1px; 
}
/* section */
body>section {
	padding: 2em 0;
padding-top: 0;
margin-top: -30px;
box-shadow: 0 10px 10px rgba(0,0,0,0.3);
margin-bottom: 16px;
}
.top-decor-left {
	height: 31px;
	border-radius: 0 30px 0 0;
	background: #fff;
	box-shadow: 0px -10px 15px rgba(0,0,0,0.2);
}
.top-decor-right {
	height: 31px;
	border-radius: 30px 0 0 0;
	background: #fff;
	box-shadow: 0px -10px 15px rgba(0,0,0,0.2);
}

.sidebar-inner {
	padding-left: 1em;
}
.catalog nav {
	/*padding-right: 2em;*/
}

.catalog nav a {
 display: inline-block;
float: left;
border-radius: 18px 18px 0 0;
    /*
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    */
  box-shadow: -8px 0px 9px rgba(0, 0, 0, 0.2);   
    
height: 1.5em;
line-height: 1.5em;
font-size: 1.3em;
padding: 0 1em;
box-sizing: border-box;
width: 50%;
background: #fff;
color: #7d8184;
border-bottom: 1px solid #ddd;
  text-align: center;
}
.catalog nav a.active {
	border-bottom: 0;
	color: #174fab;
}

.color{ 
 color:  #174fab;
}
.catalog ul {
	background: #fff;
	padding: 1em 0;
	position: relative;
	z-index: 10;
	clear: both;
}
.catalog nav a:first-child {
   border-radius: 18px 18px 0 0;
}
.catalog nav a:last-child {
	margin-left: -20px;
}
.catalog nav a.active:first-child {
	position: relative;
	z-index: 10;
  	box-shadow: -3px 1px 12px rgba(0, 0, 0, 0.3);
	/*width: auto;*/
}
.catalog nav a.active:first-child+a {
	border-radius: 18px 18px 0 0;
	/*padding-left: 40px;*/
}

.catalog #books-catalog li {
	
	position: relative;
}
.catalog #books-catalog a {
	height: 50px;
	line-height: 50px;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left top;
	color: #7d8184;
	font-size: 1em;
	display: block;
	margin-bottom: 0.5em;
  height: 35px;
	line-height: 35px;
  background-size: 35px;

}
.catalog #books-catalog a:hover, .catalog #books-catalog a.active, .catalog #books-catalog li.active>a {
	background-position: bottom left;
	color: #000;
}
.catalog #books-catalog span {
	display: inline-block;
	line-height: 1.4;
	vertical-align: middle;
}
.catalog ul ul {
	position: absolute;
	width: 270px;
	right: -270px;
	top: -10px;
	background: #f7f7f7;
    box-shadow: 0 0 12px #ccc inset;
    border: 1px solid #E5E5E5;
	padding: 1.5em 0;
	box-sizing: border-box;
	display: none;
}
.catalog ul ul li {
	padding: 0 1.5em;
}
.no-touch .catalog ul li:hover>ul {
	display: block;
}
.catalog ul ul ul {
	/*right: -293px;*/
	top: -25px;
}
.no-touch .catalog li.subs:hover:after {
   content: '';
   border-color: transparent #fff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    height: 0;
    width: 0;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    z-index: 200;
}
.no-touch .catalog ul ul li.subs:hover:after {
   content: '';
   border-color: transparent #dadada;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    height: 0;
    width: 0;
    position: absolute;
    /*right: -35px;*/
    top: 50%;
    margin-top: -10px;
    z-index: 200;
}

.touch .catalog ul li.active>ul {
display: block;
position: static;
padding: 0.5em 1em;
background: none;
box-shadow: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
border: 0;
}

.catalog-back-url {
    display: none;    
  	color: #164eab;
  	
          }
        

.catalog #books-catalog ul a {
		color: #62461e;
	line-height: 1.4;
	height: auto;
	padding-left: 0;
	margin-bottom: 0.25em;
	font-size: 1em;
}
.catalog #books-catalog ul ul li.active a {
	text-decoration: underline;
}

.catalog #authors-catalog {
 padding: 2em;
}
.catalog #authors-catalog a {
	color: #777;
	font-size: 1em;
	margin-bottom: 1em;
	display: block;
}
.catalog #authors-catalog a:hover, .catalog #authors-catalog a.active {
	color: #174fab;
}

.gray {
 	-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
 }
 .gray:hover {
 	-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
filter: grayscale(0%);
 }
#slider {height: 356px; overflow: hidden;}
.slider li {
  display: block;
  float: left;
}
.slider img {
	max-width: 100%;
  float: left;
  display: block;
}
section>.wrapper {
	/*max-width: 1210px;
	padding-left: 30px;*/
}
#slider-pagination  {
	margin: -1.5em 0 0.5em 2em;
  margin: -2.0em 0 0.5em 2em;
}
#slider-pagination a {
	width: 12px;
	height: 12px;
	line-height: 12px;
	color: #bfbfbf;
	background: #bfbfbf;
	overflow: hidden;
	margin-right: 0.4em;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	display: inline-block;
	border-radius: 100%;
}
#slider-pagination a.selected {
	color: #3264b3;
     background: #3264b3;
}
.prod-sections {
	font-size: 1.2em;
margin-bottom: 20px;
/*margin-top: 1em;*/
}
.prod-sections a{
	text-decoration: underline;
	margin-left: 1em;
}
.prod-sections a:hover {
	text-decoration: none;

}
.products-section {
padding: 0.7em 0 0;
background: #fff;
//position: relative;
z-index: 30;
}
.products-section .heading, .carousel .heading, .heading-common{
	padding: 0 2.5em;
	margin-bottom: 1em;
}

.products-section .heading .grid-6, .carousel .heading .grid-6, .heading-common .grid-6 {
	font-size: 2em;
}
.products-section .heading .grid-6 a.headrubrik{
	font-size: 1em;
    text-decoration: underline;
    font-style: normal;
}
.products-section .heading a, .carousel .heading a, .heading-common a {
	font-size: 0.471em;
	font-style: italic;
	text-decoration: underline;
}



.products-section .heading a:hover, .carousel .heading a:hover, .heading-common a:hover {
	text-decoration: none;
}
.prod-block {
	padding-left: 2.5em;
	padding-bottom: 1.5em;
}


.shadow {
height: 10px;
box-shadow: 0 0 13px rgba(0,0,0,0.3);
width: 85%;
border-radius: 100%;
margin: 0 auto;
margin-top: -9px;
position: relative;
z-index: 20;
margin-bottom: 10px;
}

.prod-block .img {
	display: block;
	width: 100%;
	text-align: left;
	height: 240px;
	vertical-align: middle;
	line-height: 240px;
  margin-bottom: 0.5em;
  position: relative;
}
.products-list .prod-block .img {
 margin-bottom: 0;
}
.grid-9 .products-list .prod-block:nth-child(4n):after, .grid-9 .products-list .prod-block.clear-class4  {
  content: '';
 clear: both;
}
.prod-block .img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.prod-block .author {
	display: block;
	font-size: 1.1em;
  	color: #7d8184;
  	line-height: 120%;
  	margin: 5px 0 5px 0;
}
 
.prod-block-author .author {
   color: #164eab;
  font-size: 1.3em;  
  margin-top: 0px;
    }

.prod-block .title {
  display: block;
  font-size: 1.15em;
  line-height: 1;
  margin-bottom: 18px;
  height: 55px;
  overflow: hidden;
}


.products-list .prod-block {
 height: auto;
}
.prod-block .buyzone .grid-7 {
	padding-bottom: 0.5em;
}
.prod-block .grid-5{
	height: 30px;
	line-height: 30px;
}
.prod-block .prices  {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}
.price {
	white-space: nowrap;
}
.prod-block .price {
	font-size: 1.125em;
	color: #174fab;
}
.prod-block .old-price {
	color: #7d8184;
	text-decoration: line-through;
}


.prod-block-author .title, .prod-block-author .descr{
      color:#7e7e7e;
    }
    
    
button:not([class*="fancybox"]) {
	border-radius: 12px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	border: none;
	text-transform: uppercase;
	font-family: inherit;
	font-size: 0.875em;
	color: #5d5d5d;
	height: 30px;
	line-height: 30px;
	padding: 0 1.5em;
	min-width: 96px;
	margin: 0;
	background: #f7f7f7;
outline: none;
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
button:hover {
	background: #cbdbf7; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cbdbf7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cbdbf7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cbdbf7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cbdbf7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cbdbf7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cbdbf7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbdbf7',GradientType=0 ); /* IE6-9 */

}
button:active, button.active {
	background: #5089df; /* Old browsers */
background: -moz-linear-gradient(top,  #5089df 0%, #245cb3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5089df), color-stop(100%,#245cb3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5089df 0%,#245cb3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5089df 0%,#245cb3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5089df 0%,#245cb3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #5089df 0%,#245cb3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5089df', endColorstr='#245cb3',GradientType=0 ); /* IE6-9 */
color: #fff;
}
.prod-block button {
	width: 100%;
	padding: 0;
	min-width: inherit;
}
.news-block {
	padding-right: 2em;
}
.catalog>ul {
	padding-right: 1em;
	word-wrap: break-word;
}
.sidebar {
	position: relative;
	z-index: 50;
}
.main-content {
	padding-left: 1em;
}
.sidebar .subscr-wrap {
	margin-right: 2em;
}
.carousel {
	margin-bottom: 2em;
}
.carousel li {
	display: block;
	float: left;
}
#carousel-viewed .prod-block {max-width: 200px;}
.carousel .prod-block {
	padding: 0 1.25em;
}
.carousel-wrap {
	position: relative;
	padding: 0 20px;
}
.carousel .next {
	width: 14px;
	height: 24px;
	background: url(next.png) top center no-repeat;
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 100;
}
.carousel .prev {
	width: 14px;
	height: 24px;
	background: url(prev.png) top center no-repeat;
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 100;
}
.decor-line {
	border-top: 1px solid #cdcdcd;
	height: 7px;
	background: #cdcdcd; /* Old browsers */
background: -moz-linear-gradient(top,  #cdcdcd 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cdcdcd 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


}
.decor-line:after {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px solid #cdcdcd;
	height: 7px;
	margin-top: 8px;
	background: #cdcdcd; /* Old browsers */
background: -moz-linear-gradient(top,  #cdcdcd 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cdcdcd 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cdcdcd 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



.author-cols {
	padding: 4em 0 2em 0;
}
.author-col>div>.grid-8 {
	padding-left: 1em;
}
.author-cols .a-name, .author-cols .a-date {
	/*color: #4a82e2;*/
  	color: #7d8184;
  	font-weight: bold;
	font-size: 1em;
  	padding-bottom: 5px;
  	height: 45px;
}
.author-cols .a-books {
	display: block;
	text-decoration: underline;
	font-size: 0.813em;
	clear: both;
	display: block;
	margin-top: 4em;
}
.author-cols .a-descr {
	color: #7d8184;
	/*text-decoration: underline;*/
	margin-bottom: 0.5em;
	display: block;
	padding-top: 1em;
}
.author-cols .a-descr:hover {
	color: #1e3d85;
}
.author-col {
position: relative;
	z-index: 50;
}
.author-col>.clearfix {
	padding: 2em;
	border-radius: 70px 0 0 0;
	position: relative;
	z-index: 50;
	background: #fff;
  min-height: 140px;
}
.author-col:after {
	content: '';
position: absolute;
z-index: 20;
width: 140px;
height: 180px;
border-radius: 100% /90%;
box-shadow: 0 0 25px rgba(0,0,0,0.5);
left: 0;
top: 10px;
}
.author-col:before {
content: '';
position: absolute;
z-index: 20;
width: 50%;
height: 20px;
box-shadow: 0 0 25px rgba(0,0,0,0.5);
left: 50px;
top: 13px;
}
.author-col .img {
	display: block;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
border-radius: 100%;
}
.carousel .author, .carousel .title {
	font-size: 1.2em;
}
.h1, h1 {
	font-size: 2em;
	color: #164eab;
	/*margin-bottom: 1em;*/
	font-weight: normal;
}
h2 {
 font-weight: normal;
  color: #164eab;
}
.sidebar .subscribe input[type="text"], .sidebar .subscribe input[type="email"] {
	border: 1px solid #164eab;
border-radius: 3px;
}
.sidebar .subscribe {
	border-top: 1px solid #dcdcdc;
	position: relative;
	padding-top: 2em;
	padding-bottom: 3em;
}
.sidebar .subscribe:before {
	content: '';
	position: absolute;
	left: 16px;
	top: -1px;
	border-color: #fff transparent;
    border-style: solid;
    border-width: 11px 11px 0;
    height: 0;
    width: 0;
    z-index: 40;
}
.sidebar .subscribe:after {
	content: '';
	position: absolute;
	left: 15px;
	top: 0;
	border-color: #dcdcdc transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    height: 0;
    width: 0;
    z-index: 10;
}
.footer-menu a.acitive, .footer-menu a:hover {
	text-shadow: 0px 0px 1px #fff;
	}
	.news {
		border-top: 1px solid #dcdcdc;
		padding-top: 2em;
	padding-bottom: 3em;
	}
	.news a {
    	text-decoration: underline;
	}
	.banner-block img {
		max-width: 100%;
		height: auto!important;
	}
	.banner-block {
		margin-bottom: 2em;
	}
.news .date {
	color: #227bd8;
	font-size: 1.063em;
	margin-bottom: 0;
}
.news .title {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
	color: inherit;
}
.news .more {
	font-style: italic;
	font-size: 0.875em;
	text-decoration: underline;
}
.news-block {
	margin-bottom: 2em;
}
.filter {
	background: #fff;
	position: relative;
	z-index: 30;
	padding: 0.4em 0;
}
.filter label {
	font-weight: bold;
	font-size: 1.125em;
}
.sorting {
	overflow: hidden;
	margin-bottom: 1.2em;
}
.sorting a {
   width: 16px;
   height: 9px;
   background: url(filter-arrs.png) top left no-repeat;
   display: inline-block;
   margin-left: 0px;
}
.sorting a.desc {
	background-position: bottom left;
}
.sorting a.active {
 background-position: bottom right;
}
.sorting a.active.desc {
	background-position: top right;
}
.sorting-block {
	float: left;
	margin-right: 20px;
}
.sorting-block label {
 margin-right: 5px;
}
.book-type {
	float: left;	
}
.book-type input {
	vertical-align: middle;
}
.book-type label {
	margin-right: 2em;
}

.book-type-search {
   margin-bottom: 30px;  
   float: none;   
    }


.page-size {
	float: right;

}
.page-size a {
	color: inherit;
font-size: 1.125em;
margin: 0 0.1em;
width: 30px;
display: inline-block;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 32px;

}
.page-size a.active {
	box-shadow: 1px 6px 5px rgba(0,0,0,0.2) inset;
border-bottom: 1px solid #eee;
font-weight: bold;
color: #174fab;
font-style: italic;
}
.breadcrumbs a {
	color: inherit;
	margin-right: 5px;
	text-decoration: underline;
	font-style: italic;
}
.col-descr {
	padding-left: 2.5em;
	padding-top: 3em;
}
.products-list {
	padding-top: 0em;
}
.products-list .prod-block {
  background: #fff;
 position: relative;
 z-index: 40;
 padding-bottom: 2em;
}
.products-list .shadow {
	margin-bottom: 3em;
}

.button_block_wrapper {
  position: relative;
 
  }

.button_block_wrap_prod {
    margin-bottom: 9px;
    
  }
  .prod_block_status {
    color: red;
    position: absolute;
    top: 12px;
    right: -70px;  
	width: 70px;
    }
  .prod_block_status_collection {
    color: red;
    position: absolute;
    top: 25px;
    right: -70px;  
	width: 70px;
    font-size:0.7em;
    }

.prod_author_status {
   color: red;
   text-align: center; 
  }


.pagination {
	font-style: italic;
	padding-top: 1em;

}
.pagination .nav {
	color: inherit;
	text-decoration: underline;
	width: auto;
	font-size: 0.875em;
}
.pagination a, .pagination span {
	font-size: 1.125em;
margin: 0 0.1em;
width: 30px;
display: inline-block;
height: 30px;
border-radius: 100%;
text-align: center;
line-height: 32px;
margin: 0;
}
.pagination span {
box-shadow: 1px 6px 5px rgba(0,0,0,0.2) inset;
border-bottom: 1px solid #eee;
font-weight: bold;
color: #fff;
background: #c4c3c3;
text-shadow: 1px 1px 1px #666;
font-style: italic;
}
.cart-header {
	font-style: italic;
	font-size: 1.25em;
	line-height: 40px;
}
.item-row {
	border-top: 1px solid #dedede;
	padding: 2em 0;
	background: #fff;
	position: relative;
	z-index: 100;
}
.item-img {
	padding-right: 2em;
}
.item-title {
	font-size: 1.25em;
	padding-top: 1em;
	padding-right: 2em;
}
.item-title .author {
	font-size: 0.875em;
	color: #777;
	display: block;
}
.item-avl {
	padding-top: 1em;
}
.item-avl .avl {
	color: #227bd8;
	display: block;
}
.item-avl .not-avl {
	color: #db0000;
	display: block;
	margin-bottom: 0.5em;
}
.item-qty {
	padding: 0 2em;
	text-align: center;
}
.item-price {
	text-align: center;
	font-size: 1.25em;
	color: #174fab;
	line-height: 160px;
}
.cart-table .quantity span {
	width: 100%;
	text-align: center;
	font-family: inherit;
	color: inherit;
	font-size: 1.25em;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.3) inset;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	border-bottom: 1px solid #dcdcdc;
	border-radius: 3px;
	margin-top: 15px;
}
.cart-table {
	margin-bottom: 1em;
}
.item-qty a{
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #dcdcdc;
	border-radius: 100%;
	background: #e7e7e7; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e7e7e7 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e7e7e7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
 display: inline-block;
 margin-right: 10px;
 vertical-align: top;
 font-size: 28px;
 color: #7d8184;
 font-weight: bold;
}
.item-qty a.plus {
	font-size: 30px;
	line-height: 23px;
}
.item-qty a.del {
	color: #e34452;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
}
.coupon-block {
	background: #fff;
	position: relative;
	z-index: 100;
	padding-bottom: 10px;
}
.coupon-block .grid-5 {
	background: #c7c7c8;
	margin-right: 2.5em;
}
.coupon {
	padding: 0.5em 1em;
	height: 156px;
}
.coupon p {
	font-size: 1.19em;
	
	margin-bottom: 0.5em;
}
.coupon input {
	padding: 0 1em;
	height: 40px;
	line-height: initial;
	font-family: inherit;
	color: #666; 
	border: 0;
	box-shadow: -3px 3px 5px rgba(0,0,0,0.4) inset;
	background: #fff;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 0;
   vertical-align: middle;
   box-sizing: border-box;
   width: 48%;
   margin-right: 2%;
}
.coupon button {
	width: 48%;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 1.125em;
}
.cart-table button.active {
	height: 40px;
	line-height: 40px;
	font-size: 1.125em;
	margin-bottom: 0.5em;
}
.cart-note {
	padding: 2.5em;
	font-size: 1.25em;
	font-weight: bold;
	min-height: 156px;
}
.discount {
	color: #db0000;
	font-size: 1.5em;
}
.cart-total {
	font-size: 1.875em;
	
}
.cart-totals {
	margin-bottom: 3em;
}
.cart-total .grid-6:last-child {
	font-weight: bold;
}
button.active:hover {
	background: #245cb3;
}
.photo {
 padding-top: 2em;
}
.photo .img {
	display: block;
	height: 450px;
	line-height: 450px;
	text-align: center;position: relative;
	width: 100%;
  margin-bottom: 2em;
}
.photo .img img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
  max-height: 450px;
}
.product-block h1 {
font-size: 1.8em;
margin-top: 0;
line-height: 1.1;
margin-bottom: 0.5em;
}
.product-info {
	padding: 2em 1em;

}
.product-variants {
	padding: 3em 1em;
}


.product-buy-msg {
 	color: red; 
    visibility:hidden;
}
.product-Predzakaz-msg {
 	color: red; 
}
.prod-buy-msg-hide {
   display: none;   
    }

.product-info .short-description {
	font-size: 1.75em;
	line-height: 1.2em;
}
.product-info .author {
	font-size: 1.5em;
}

.product-info .author a {
     text-decoration: underline; 
  	 color: #7d8184;	
    }

.product-info .author a:hover {
    text-decoration: none;    
      }

.product-links a {
   font-size: 1.125em;
  text-decoration: underline;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 36px;
  height: 36px;
  padding-left: 45px;
  height: 36px;
  display: inline-block;
  margin-left: 2em;
}
.product-links a.oglavlenie {
 background-image: url(link1.png);
}
.product-links a.otryvok{
 background-image: url(link2.png);
}
.product-links a.rolik {
 background-image: url(link3.png);
}
/* tabs */
.tabs {
 margin-top: 2.5em;
}
/* Tabs container */
.r-tabs {
	position: relative;

	

}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	margin-right: -1em;
  z-index: 30;
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(2) {
 /*z-index: 20;*/
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(3) {
 z-index: 15;
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(4) {
 z-index: 10;
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(5) {
 z-index: 5;    
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(6) {
 z-index: 4;    
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(7) {
 z-index: 3;    
}
.r-tabs .r-tabs-nav .r-tabs-tab:nth-child(8) {
 z-index: 2;    
}


.r-tabs-tab.r-tabs-state-active {
z-index: 40!important;
}
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor:hover {
 color: #deac14;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
display: inline-block;
padding: 0.1em 1.5em;
text-decoration: none;
text-shadow: none;
font-size: 1.0em;	/*1.5em*/
  background: #fff;
box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
font-weight: normal;
color: inherit;
  border-top-right-radius: 18px;
border: 1px solid #fff;
border-bottom: 0;
border-top-left-radius: 18px;
  position: relative;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:after {
 content: '';
/* width: 100%; */
height: 10px;
background: #fff;
position: absolute;
bottom: -10px;
left: -5px;
right: -7px;
}
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
color: #174fab;
text-shadow: none;
background-color: white;

}

/* Tab panel */
.r-tabs .r-tabs-panel {
padding: 3em 0 2em 0;
display: none;
background: #fff;
position: relative;
z-index: 39;
border-top: 1px solid #dcdcdc;
overflow: hidden;  
}

.r-tabs-panel img {
    max-width: 90%;  
    }
    
.r-tabs-panel p, .r-tabs-panel h2 {
       margin-top: 0;   
        }
        
 .r-tabs-panel .shadow {
         clear: both;     
         margin-bottom: 40px;    
            }
    

            
.autor-wrapper, .r-tabs-panel .prod-block-author, .r-tabs-panel ul.reviews .reviews {
  position: relative;
  z-index: 40;
  padding-bottom: 1em;
  background: #fff;
  overflow: hidden;        
                }
                
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
display: block;
padding: 10px;
background-color: #fff;
color: #999;
font-weight: normal;
font-size: 1.25em;
text-decoration: none;
border-radius: 10px;
border: 1px solid #dcdcdc;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #174fab;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}


.related .prod-block.grid-3 {
 width: 20%;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:18px;height:18px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(stars.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:18px;height:100%;background-position:0 100%;border:0}
div.star-rating-on a{background-position:0 0!important}
div.star-rating-hover a{background-position:0 0px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
.rating_wrapper label {float: left; margin-right: 15px;}
.rating_wrapper {overflow: hidden; margin-bottom: 15px;}
ul.reviews li {
 margin-bottom: 2em;
}
ul.reviews .reviews { margin-bottom: 4px;}
.review_details {margin-bottom: 1em;}
.review_details .date {color: #ccc; font-size: 0.875em;}
.notice.error {color: red;}
.input-error {border: 1px solid red;}
#review_form .txt, #review_form textarea { padding: 0 5px; border: 1px solid #EFEDEB; width: 230px;}
#review_form .txt {height: 24px; line-height: 24px;}
.review-form label {display: block;}


.variant-title {
font-size: 1.25em;
  color: #333;
  display: block;
  margin-bottom: 0.5em;
}
.product-variants label {
 display: block;
}
.product-variant {
 overflow: hidden;
  margin-bottom: 1em;
}
.product-variants button {
 padding: 0;
  width: 100%;
  margin-top: 2em;
}
.product-variants .price {
 font-size: 1.3em;
}
/******************* MEDIA QUERIES ***************************/

@media (max-width: 1240px) {
	/*section>.wrapper>.grid-9 {
		padding-right: 1em;
		padding-left: 1em;
	}*/
	.wrapper {
		padding: 0 1em;

	}
	.decor-line {
		margin-left: -1em;
margin-right: -1em;
	}
 .footer-menu, .social-groups, .social {
    padding: 0 0.5em;
 }
 .catalog #books-catalog {
 	padding-left: 0.5em;
 }
 .catalog nav {
 	padding-right: 0;
 }
 .catalog nav a {
 	font-size: 1.25em;
 }
}
@media (max-width: 1200px) {
	.filter .book-type, .filter .page-size {
     float: none;
     margin-bottom: 1.2em;
	}
	.filter .page-size {
		margin-bottom: 0;
	}
	.col-descr {
		padding-left: 0;
	}
  .products-list {
   margin: 0 0.5em;
   }
	.products-list .prod-block {
		padding: 0 0.5em 1em 0.5em;
	}
 header .wrapper>.grid-9 {font-size: 0.875em;}
 .search {
padding: 0 2em 0 0em;
}

.social-groups {
	width: 100%;
}
.item-qty {
	padding: 0 0.5em;
}
.cart-header {
  font-size: 1em;
}
}
@media (max-width: 1000px) {
	.cart-note {
		font-size: 1em;
	}
	.item-row {
		font-size: 0.875em;
	}
 .popup-cart {
 	width: 280px;
 }
 #slider-pagination {
 	margin-top: -2em;
 }
 .prod-sections {
 	font-size: 1.25em;
 }
.prod-sections-inner {
     margin-bottom: 30px; 
    }

 .catalog #books-catalog a {
height: 25px;
line-height: 25px;
padding-left: 40px;
background-repeat: no-repeat;
background-position: left top;
color: #7d8184;
font-size: 0.95em;
background-size: 25px;
display: block;
margin-bottom: 0.5em;
}
.catalog #books-catalog a span {
	line-height: 1;
}
}
@media (max-width: 980px) {
 header .wrapper>.grid-9 {padding-left: 1em;}
 header nav a {padding: 0 0.5em;}
 header .wrapper>.grid-9 {
font-size: 0.8em;
padding-top: 1em;
}
}
@media (max-width: 900px) {
 .catalog nav a.active:first-child+a {
 	padding-left: 30px;
 }
}
@media (max-width: 800px) {

.no-touch .catalog ul li:hover>ul {
	 display: none;  
}
      
.no-touch .catalog li.subs:hover:after, .no-touch .catalog li.subs:hover:before {
     display: none;         
            }


.no-touch .catalog.catalog-inner ul#books-catalog > li.active > ul, .no-touch .catalog.catalog-inner ul#books-catalog > li.active > ul li.active ul {
    display: block !important;    
      }
    
.catalog-index.catalog > ul {
  
   display: none; 
  
  }

.touch .catalog-inner #books-catalog > li {
 display: none;  
      }

.touch .catalog-inner #books-catalog > li.active {
	display: block;              

}

.touch .catalog-back-url {
     display: block;
     font-size: 12px;
     color: #164eab !important;
    }

  .product-links a {
  margin-top: 1.5em;
margin-right: 2em;
    margin-left: 0;
  }
  .r-tabs .r-tabs-panel {
   border-top: 0;
  }
   .product-block h1 {
   font-size: 2.5em;
  }
  .product-info .short-description {
   font-size: 1.5em;
  }
  .main-content {
 padding-left:0em; 
}
	.cart-note {
		padding: 1.5em;
	}
	.coupon-block .grid-5 {
		margin-right: 0;
		width: 50%;
	}
	.coupon-block .grid-5:first-child {
		margin-right: 2%;
		width: 48%;
	}
	.cart-totals {
		margin-bottom: 1.5em;
	}
	.item-price {
		line-height: 78px;
	}
	.item-avl {
		clear: both;
		padding-right: 2em;
	}
	.prod-block {
padding-left: 1.25em;
padding-bottom: 1em;
padding-right: 1.25em;
}
  header { padding-bottom: 58px;}
  .top-decor-left{}
	section>.wrapper {
   
     
	/*max-width: 1240px;
	padding-left: 0;*/
}


.catalog #books-catalog a {
height: 25px;
line-height: 25px;
padding-left: 40px;
background-repeat: no-repeat;
background-position: left top;
color: #7d8184;
font-size: 1.25em;
background-size: 25px;
display: block;
margin-bottom: 0.2em;
  
}

.catalog #books-catalog .catalog-back-url a {
 color: #164eab;
 font-size: 14px;   
    }

.catalog #books-catalog .catalog-back-url a span {
    display: inline-block;
    vertical-align: middle;  
    }
  
.catalog ul {
	padding: 0.5em 0;
}
.catalog ul li.active>ul {
display: block;
position: static;
padding: 0.5em 1em;
background: #fff;
box-shadow: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
border: 0;
}
body .catalog ul ul ul li {
	padding: 0;
}
body .catalog ul ul ul {
	margin: 0!important;
}




body .catalog nav a {

border-radius: 18px!important;
box-shadow: -0px -0px 10px rgba(0,0,0,0.2)!important;
margin-bottom: 0.5em;
width: 48%;
padding: 0 0.7em;
}
body .catalog nav a:after {
	content: '▼';
	font-size: 0.75em;

}
body .catalog nav a.active:first-child {
	width: 48%;
}
body .catalog nav a.active:first-child+a {
	padding-left: 0.7em;
}
body .catalog nav a:last-child {
 margin-left: 4%;
}
.catalog #authors-catalog {
padding: 1em;
}
.catalog #authors-catalog a {
color: #777;
font-size: 1em;
margin-bottom: 0.5em;
display: block;
}
	.cart .icon.opened:after {
		top: 39px;
		left: 12px;
	}
	.cart .icon.opened:before {
		top: 38px;
		left: 12px;
	}
	.popup-cart {
		top: 52px;
	
	}
.search {
padding: 0.5em 0.5em 0 0em;
}
.social {
	font-size: 1.75em;
}
.phone {
	margin-top: -83px;
}
.cart {
	position: relative;
}

.cart a {
	position: relative;
z-index: 100;
padding-top: 4px;
}



header .grid-9 .grid-5 {
	border-bottom: 0;
}
.login-phone {
	border-bottom: 0;
}
header .wrapper>.grid-9 {
	padding-top: 0;
}
.logo {
	padding: 4em 0 0em 0.5em;
}
.footer-menu {
	font-size: 0.9em;
	padding: 0 0.5em;
}
.social-groups {
	margin-bottom: 2em;
}
  .social img {
  	max-width: 25px;
  }
  
}
@media (max-width: 670px) {
  .grid-9 .products-list .prod-block:nth-child(4n):after, .grid-9 .products-list .prod-block.clear-class4  {
  content: '';
 clear: none;
}
  .grid-9 .products-list .prod-block:nth-child(2n):after, .grid-9 .products-list .prod-block.clear-class2 {
  content: '';
    
 clear: both;
}
  .prod-block.grid-3 {
  	width: 50%;
  	font-size: 0.875em;
  }
  .related .prod-block.grid-3 {
   width: 50%;
  }
  
}
@media (max-width: 600px) {
	.filter {
		font-size: 0.875em;
	}
	.products-list .shadow {
margin-bottom: 1.5em;
}
	.col-descr {
		padding-top: 2em;
	}
	.coupon-block .grid-5 {
		margin-right: 0;
		width: 100%;
		min-height: inherit;
		height: auto;
	}
	.coupon-block .grid-5:first-child {
		margin-right: 0%;
		width: 100%;
		margin-bottom: 1em;
		padding-bottom: 2em;
	}
	.author-col:after {
		height: 140px;
	}
	.prod-sections {
		text-align: center;
		padding-top: 1em;
	}
  .prod-sections a { margin: 0.5em; }
	.products-section {
		padding: 1.5em 0;
	}
	#slider-pagination {
margin-top: 0;
margin-left: 0;
text-align: center;
}
	.products-section .heading {
		padding: 0;
	}
	.carousel .heading, .heading-common {
		padding: 0 1em;
	}
  .social span {
  	display: none;
  }
  .social img {
  	max-width: 25px;
  }
  .social {
  	text-align: center;
  }
  .social-groups {
  	width: 100%;
  }
  .social-groups .grid-6 {
  	width: 100%;
  	text-align: center;
  }
  .social-groups .grid-6 img {
  	margin: 0 auto;
  }
  .social-groups .grid-6:first-child {
  	margin-bottom: 1em; 
  }
  .payment {
  	padding: 0 0.5em;
  	text-align: center;
  }
}
@media (max-width: 530px) {
	.item-qty a {
		margin-right: 0;
	}
	.login span { 
 color: #174ea9;
 text-indent: 100px;
	}
 .login-icon:before {
 	content: "\e605";
 	font-family: 'icomoon';
 	color: #fff;
 	font-size: 24px;
 }
 .login {
width: 24px;
height: 24px;
overflow: hidden;
position: absolute;
right: 140px;
top: 65px;
}
.phone {
margin-top: -90px;
float: left;
text-align: left;
}
header {
	padding-bottom: 50px;
	position: relative;
}
section {
	position: relative;
}

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

.prod-block .title {
     height: 65px; 
    }

.blog-img-wrap{
    text-align: center;  
    }

 .catalog #books-catalog a {
     margin-bottom: 1em;   
      }
    
  .product-info {
   padding: 1em 0;
  }
  
  .product-links {
   padding-top: 2em;
    clear: both;
  }
  .product-links a {
   margin-left: 0;
    margin-top: 0.5em;
    display: block;
  }
  .product-block h1 {
   font-size: 2em;
  }
  .product-info .short-description {
   font-size: 1.1em;
  }
  .variant-title {
   font-size: 1.1em;
  }
	.quantity {
		padding-top: 1em;
	}
.item-title {
	padding-right: 0.5em;
}
.avl-descr {
	font-size: 0.9em;
line-height: 1;
display: block;
}
	.author-cols {
	padding: 2em 0 1em 0;
}
	.products-section .heading .grid-6, .carousel .heading .grid-6, .heading-common .grid-6 {
		font-size: 1.65em;
	}
	.products-section .heading .grid-6 a, .carousel .heading .grid-6 a, .heading-common a{
		font-size: 0.6em;
	}

	.prod-sections {
  
   overflow: hidden;
	}
	.prod-sections a {
		width: 50%;
		text-align: left;
		display: block;
		float: left;
 margin: 0;
	}
	.prod-sections a:nth-child(2), .prod-sections a:nth-child(4) {
		text-align: right;
	}
 .logo {
	padding-top: 1.5em;
	text-align: center;
	display: block;
}


header .wrapper>.grid-9 {
	padding-left: 0.5em;
}
header nav a {
padding: 0 0.2em;
float: none;
border: 0;
  
}

.search input[type="text"] {
   width: 92%; 
  }


.sorting-block {
	float: none;
    margin-bottom: 15px;
    display: block;  
}
    
.book-type label {
 display: block;
 margin-bottom: 15px;   

    }

#feedback_form textarea, #feedback_form input {
 width: 80%; 
}

.logo {
	display: none;  
}
      
      

}





@media (max-width: 340px) {
  
  html body section .product-features .prod-social .uptl_toolbar.uptl_toolbar_share ul.horizontal li {
margin-right: 0.5em!important;
}
  
  .photo .img {height: 300px;
  line-height: 300px; margin-bottom: 1em;}
  .photo .img img {
   max-height: 300px;
  }
  html body section .product-info .prod-social .uptl_toolbar.uptl_toolbar_share ul.horizontal li {
margin-right: 0.5em!important;
   
}
  .prod-block.book-block .img {
   height: 160px;
    line-height: 160px;
   }

.search input[type="text"] {
   width: 90%; 
  }

#feedback_form textarea, #feedback_form input {
 width: 70%; 
}

}

/* add product notification */
#add_product_notification {
    background: #174ea9;
color: #fff;
font-weight: normal;
padding: 15px 12px;
font-size: 15px;
line-height: 15px;
font-style: normal;
border-radius: 8px;
border: 0;
box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
#own_preloader { 
    z-index:1000; 
    text-align: center; 
    vertical-align: middel; 
    width:320px; 
    height:60px; 
}
.close-cross {
 border-radius: 100%;
box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
border: none;
text-transform: uppercase;
font-family: inherit;
font-size: 1em;
color: #5d5d5d;
height: 20px;
line-height: 22px;
right: 5px;
padding: 0;
top: 5px;
position: absolute;
width: 20px;
margin: 0;
  min-width: inherit;
}
#mod-fast-call_form {
 text-align: center;
}
#callback-form h2 {
 color: #fff;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 0.2em;
}
#mod-fast-call_form label{
 display: block;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  margin-top: 1em;
 
}
#mod-fast-call_form input {color: #666;}
.status {
 height: 66px;
  width: 66px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.status.hot {background: url(status-hot.png) top center no-repeat;}
.status.discount {background: url(status-discount.png) top center no-repeat;}
.status.special {background: url(status-special.png) top center no-repeat;}
.social-plugin-wrap {
     margin: 20px 0;
     margin-left: 3em; 
    }
    
.product-links {
  margin: 20px 0;
          
        }
    
.b-share-icon {
	width: 41px !important;
    height: 41px !important;
    display: inline-block !important;  
    vertical-align: middle !important;         
    }
    
.b-share_theme_counter .b-share-icon_vkontakte {
    background: url(vk-like.png) no-repeat !important;     
    
          
        }
 
.b-share_theme_counter .b-share-icon_facebook {
   background: url(fb-like.png) no-repeat !important;         
    }    
    

.b-share_theme_counter .b-share-icon_twitter {
   background: url(twit-like.png) no-repeat !important;         
    }    
    

.b-share__handle {
	background: none !important;        
}

.b-share-counter {
 color: #7d8184 !important; 
 font-size: 24px!important;
 display: inline-block !important;  
 float: none !important;         
 vertical-align: middle !important; 
 margin-left: 10px !important; 
            }

.social-plugin-wrap > div {
   display: inline-block;
   vertical-align: top;       
        }

.yt-uix-button-has-icon:before {
    display: none !important;            
              }
        
.yt-uix-button-subscribe-branded:before {
    background: none!important;            
              }
              
.yt-uix-button-subscribe-branded, .yt-uix-button-subscribe-branded[disabled], .yt-uix-button-subscribe-branded[disabled]:hover, .yt-uix-button-subscribe-branded[disabled]:active, .yt-uix-button-subscribe-branded[disabled]:focus {
    background: none!important;                  
                    }
/* PiterPublisher Style */
.detailsCompany {
	font-size: 10px;
	color: #FFFFFF;
}
.detailsCompany_Head {
	font-size: 16px;
	color: #FFFFFF;
}
.coverProduct{
  	border-style: solid; 
  	border-width: 1px; 
  	border-color:silver;
}
a.specialCollection {
	color: #DD999B!important;  
}
a.specialCollection:hover, a.specialCollection_Active {
	color: #FF0000!important;
}

.menu_last {
    border-top: 1px solid #dcdcdc;
    list-style: outside none none;
    padding: 18px 0 0;
}
.menu_last > li {
    padding: 5px 0;
}
/* 20.06.2017 */
/* для блоков на странице /page/serviceb2b */
.serviceList *, ::after, ::before 
{
   box-sizing: border-box;
}
/* скрываем чекбоксы и блоки с содержанием */
.serviceList .hide,
.serviceList .hide + label ~ div {
    display: none;
}
/* вид текста label */
.serviceList .hide + label {
    margin: 0;
    padding: 0;
    color: #174fab;
    font-size: 20px;
    font-weight: 450;
	/*text-decoration: underline;*/
    cursor: pointer;
    display: inline-block;
}
/* вид текста label при активном переключателе */
.serviceList .hide:checked + label {
    //color: red;
  
    border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.serviceList .hide:checked + label + div {
    display: block; 
    margin-left: 20px;
    padding: 10px;

}
.serviceList .hide + label:before {
    color: #174fab;
    content: ">";
    display: block;
    float: right;
    font-size: 22px; 
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin: 3px 5px;
    text-align: center;
}
.serviceList .hide:checked + label:before {
    content: ">";
    transform: rotate(90deg);
}

.popup-cart ul {
  overflow: auto;
  max-height: 550px;
}


.fancybox-button {
  height: 70px !important;
  width: 70px !important;
}

.fancybox-navigation .fancybox-button {
  width: 90px !important;
  height: 120px !important;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 252px !important;
}

.fancybox-thumbs {
  width: 252px !important;
}

.fancybox-thumbs__list a {
  width: 130px !important;
  height: 175px !important;
  background-size: contain !important;
}
/* USER custom */
.article .grid-5 {
  width: 250px !important;
  padding-right:15px;
}
.article .resp-img img {
width:100%;
}
.article .grid-7 {
  width: 65% !important;
}
.product-block .product-variants {
padding-top: 2em !important;
}
.product-block .photo .img {
line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 400px) {
 .hide-mob {
   display: none;
  }
}

@media (min-width: 401px) {
 .hide-desk {
   display: none;
  }
}

.phone_work-mob {
 font-size: 0.5em;  
}

a[data-thumb*="https://storage.piter.com"] {
  display: none;
}
.b30years {
	border-top: 1px solid #dcdcdc;
	padding-top: 1em;
	padding-bottom: 0em;
	}
.b30years a {
    	text-decoration: underline;
	}
.b30years .date {
	color: #227bd8;
	font-size: 1.063em;
	margin-bottom: 0;
}
.b30years .title {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 1em;
	color: inherit;
}
.b30years .more {
	font-style: italic;
	font-size: 0.875em;
	text-decoration: underline;
}
.b30years-block {
	margin-bottom: 0em;
}



/* lost Style Synapse */
.onlyread{
	padding: 5px 10px;
	border: 2px solid #2452aa;
	border-radius: 4px;
	color: #2452aa;
	font-size: 18px;
	font-weight: 500;	
	display: flex;
	align-items: center;
}
.onlyread img{
	margin-top: -2px;
	margin-right: 10px;
}

/* Карусель exp */
.carousel_exp {
  position: relative;
  width: 260px;
  padding: 10px 40px;
}
.carousel_exp img {
  width: 248px;
  height: 350px;
  display: block;
}
.gallery_exp {
  width: 248px;
  overflow: hidden;
}

.gallery_exp ul {
  height: 350px;
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  font-size: 0;
}

.gallery_exp li {
  display: inline-block;
}


/****/
.carousel_expList {
  position: relative;
  width: 260px;
  padding: 10px 40px;
}
.carousel_expList img {
  width: 50px;
  height: 70px;
  border: 2px solid white;
  padding-right: 5px;
  padding-left: 5px;
  display: block;
  cursor: pointer;
}
.gallery_expList {
  width: 200px;
  overflow: hidden;
  text-align: left;
	margin-left: 30px;
}

.authorExp{
 	display: block;
    max-width: 80%;
    margin: 10px auto;
  	
}
.gallery_expList ul {
  height: 75px;
  /*width: 250px;*/
	width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: margin-left 250ms;
  /*font-size: 0;*/
}

.gallery_expList li {
  display: inline-block;
}

.arrowCr {
  position: absolute;
  top: 30px;
  padding: 0;
  text-align: center;
  font-size: 2em;
  line-height: 24px;
  font-weight: bold;
  display: block;
}

.arrowCr:focus {
  outline: none;
}

.arrowCr:hover {
  background: #ccc;
  cursor: pointer;
}

.prevCr{
  left: 40px;
}

.nextCr {
  right: 50px;
}
/* Карусель exp */
/*блок рекомендаций leadhit*/
.carouselBlockRecommendations  {
  position: relative;
  width: 1150px;
  padding: 10px 40px;
  /*
	border: 1px solid #CCC;
  border-radius: 15px;
	*/
}
.carouselBlockRecommendations img {
  width: 200px;
  /* делаем этот элемент блочным, чтобы убрать лишнее пространство вокруг картинок */
  display: block;
}
.galleryBlockRecommendations {
  width: 1050px;			/*ширина списка окна 4*250 */
  overflow: hidden;
	margin-left: 40px;
	margin-right: 40px;
}
.galleryBlockRecommendations ul
{
	height: 520px;		/*высота списка*/
  width: 9999px;
  margin: 0;
  padding: 0;
  list-style: none;
	transition: margin-left 250ms;
}

.galleryBlockRecommendations li
{
	display: inline-block;
}
.arrowBlockCr {
  position: absolute;
  top: 200px;
  padding: 0;
  text-align: center;
	width: 60px;
	font-size: 3em;
  line-height: 24px;
  font-weight: bold;
  display: block;
}
.priceBlockRecommendations {
	font-size: 1.125em;
	color: #174fab;
	float: right;
}

.priceDivBottonGrid
{
	float: right;
}
.titleBlockRecommendet{
	margin-top: 10px;
	width: 220px;
}
.arrowBlockCr:focus {
  outline: none;
}

.arrowBlockCr:hover {
  background: #ccc;
  cursor: pointer;
}
.freeShipping_tooltip {
		text-align: center; 
		background: #FCE460; 
		color: #2D106F; 
		font-size: 18px;font-family: 'FuturicaMedium';
		
}
.freeShipping_tooltiptext
{
	font-size: 16px;font-family: 'FuturicaMedium';
	border: 1px solid #2D106F;
}



.freeShipping_tooltip .freeShipping_tooltiptext {
    visibility: hidden;
    width: 300px;
		background: #FCE460; 
		color: #2D106F; 
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 50000;
	
}

/* Show the tooltip text when you mouse over the tooltip container */
.freeShipping_tooltip:hover .freeShipping_tooltiptext {
    visibility: visible;
}

@import "custom";
