/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* { outline: 0!important; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

html, body {height: 100%;}
footer.page-footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:226px; /* Height of the footer */
}
#page-wrapper {
    min-height:100%;
    position:relative;
}
#main-content {
    padding-bottom: 241px;
}  /* must be same height as the footer */

html {
    background: url(/images/bg.jpg) repeat top center;
}
body {
    background: url(/images/bg-top.png) repeat-x top center;
}
a, a:link, a:visited, a:hover, a:active {
    color: #36c;
}

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000 50% 50% repeat-x;
    opacity: .75;
    filter:Alpha(Opacity=75);
}

.text-hide {
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}
#ajaxloader {
    position: fixed;
    top:15px;
    right: 15px;
    border-radius: 52px;
    border: 1px solid #abde3f;
    overflow: hidden;
}
#ajaxloader img {
    z-index: 10;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
#ajaxloader div {
    width: 104px;
    height: 104px;
    opacity: .25;
    filter:Alpha(Opacity=25);
    background: #fff;
}
.page-header {
    padding-top:53px;
    position: relative;
}
.page-logo {
    height: 80px;
    padding: 0;
    margin: 0;
    background: url(/images/logo.png) no-repeat top left;
}
.page-logo a {
    display: block;
    height: 50px;
}
.page-header h2 {
    height: 0;
    margin: 0;
    padding: 0;
}
.personal-panel {
    position: absolute;
    top: 0;
    height: 64px;
    width: 550px;
    right: 20px;
}
.personal-links {
    height: 49px;
    padding-left: 9px;
    padding-right: 7px;
    font: 12px/50px "Arial";
    background: url(/images/bg-top-pnl.png) repeat-x top left;
    -webkit-border-bottom-left-radius: 17px;
    -webkit-border-bottom-right-radius: 17px;
    -moz-border-bottom-left-radius: 17px;
    -moz-border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-bottom: 1px solid #423e57;
    border-left: 1px solid #423e57;
    border-right: 1px solid #423e57;
    border-top: 0;
}
.personal-links:after {
    position: absolute;
    top: 48px;
    right: 204px;
    height: 16px;
    width: 31px;
    content: " ";
    background: url(/images/bg-top-pnl-tip.png) no-repeat top left;
    z-index: 10;
}
.personal-links a {
    color: #f0f0f5;
    margin: 0 26px 0 10px;
}
.personal-links a.active {
    text-decoration: none;
    color: #90cc3d;
}
.personal-links a.exit-link {
    float: right;
    padding-left: 24px;
    margin-right: 13px;
    background: url(/images/icon-exit.png) no-repeat center left;
    color: #b5b5c4;
}
.top-main-phone {
    margin-top: 17px;
    font: bold 20px Arial;
    color: #56a417;
}
.top-main-phone span {
    color: #8f8f8f;
    font-weight: normal;
}
.top-second-phone {
    font: 12px Arial;
    color: #1a1a1a;
    margin-top: 5px;
}
.callme-baloon {
    margin-top: -55px;
    margin-left: -200px;
    font: 12px Arial;
    background: url(/images/callme-baloon.png) no-repeat center center;
    height: 36px;
    width: 125px;
}
.callme-baloon a {
    float: left;
    margin-left: 12px;
    margin-top: 4px;
    text-decoration: none;
    background: url(/images/bg-dashline.png) repeat-x bottom left;
}
.callme-baloon a:link, .callme-baloon a:visited, .callme-baloon a:hover, .callme-baloon a:active {
    color: #36c;
}
.cabinet-link-wrapper {
    margin-top: 17px;
    /*margin-left: 89px;*/
    text-align: right;
}
.cabinet-link {
    font: 12px Arial;
    text-decoration: none;
    background: url(/images/bg-dashline.png) repeat-x bottom left;
    margin-left: 16px;
    line-height: 22px;
}
a.cabinet-link:link, a.cabinet-link:visited, a.cabinet-link:hover, a.cabinet-link:active {
    color: #36c;
}
.closed-lock {
    background: url(/images/icon.lock.png) no-repeat 1px center;
}
.opened-lock {
    background: url(/images/icon-open-lock.png) no-repeat left 27px;
}
.cabinet-link-personal {
    padding-top: 26px;
    padding-left: 20px;
    float: right;
}
.registration {
    font: 12px Arial;
    /*display: block;*/
    /*margin-left: 127px;*/
    margin-top: 7px;
    clear: both;
}
a.registration:link, a.registration:visited, a.registration:hover, a.registration:active {
    color: #36c;
    text-decoration: none;
    border-bottom: 1px dashed #36c;
}
.basket-widget {
    font: 12px Arial;
}
.basket-widget-header {
    color: #56a417;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin-top: 19px;
    margin-left: 20px;
}

.basket-widget-header a{
background: url("/images-global/zoom/korzina.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 34px;
    width: 211px;
}

.basket-widget-info-wrapper, .basket-widget-empty {
    margin-top: 5px;
    margin-left: 20px;
}
.basket-widget-empty {
    font-style: italic;
}
.empty-cart .basket-widget-info-wrapper {
    display: none;
}
.nonempty-cart .basket-widget-empty {
    display: none;
}
.basket-widget-waitlist-wrapper {
    display: none; /* временно отключил, пока не реализую функционал отложенных товаров */
    margin-top: 7px;
    padding-left: 19px;
    background: url(/images/icon.fav.png) no-repeat 5px center;
}
a.basket-widget-sum:link, a.basket-widget-sum:visited,
a.basket-widget-sum:hover, a.basket-widget-sum:active {
    color: #36c;
}
a.basket-widget-witelist-link:link, a.basket-widget-witelist-link:visited,
a.basket-widget-witelist-link:hover, a.basket-widget-witelist-link:active {
    color: #36c;
}
.basket-widget-email-wrapper {
    margin-top: 9px;
    margin-left: 20px;
    font-weight: bold;
    font-style: italic;
}
a.basket-widget-email-link:link, a.basket-widget-email-link:visited,
a.basket-widget-email-link:hover, a.basket-widget-email-link:active {
    color: #36c;
}

.page-header-menu {
    font: bold italic 13px/17px Arial;
}
.page-header-menu li {
    margin-top: 3px;
    margin-bottom: 7px;
}

.page-header-menu, #search-block {
    margin-top: 24px;
}

/**
 * Форма поиска
 */
#search-block {
    position: relative;
    background: url(/images/search.png) no-repeat top left;
    height: 86px;
    width: 700px;
    margin-right: 0;
}
#search-block p {
    font: 11px Arial;
}
#search-block-text {
    width: 394px;
    height: 23px;
    border: 0;
    background-color: transparent;
    margin-left: 28px;
    margin-top: 19px;
    outline:0!important;
}
#search-block-text::-webkit-input-placeholder {
   color: #9c9c9c;
   font-style: italic;
}
#search-block-text:-moz-placeholder {
   color: #9c9c9c;
   font-style: italic;
}
#search-block-text.placeholder {
   color: #9c9c9c !important;
   font-style: italic;
}
.search-block-what {
    margin-left: 15px;
    width: 158px;
}
.search-block-btn {
    position: absolute;
    top: 17px;
    right: 22px;
    outline:0!important;
}
.search-block-example {
    float: left;
    width: 400px;
    margin-left: 29px;
    margin-top: 4px;
}
.search-block-example a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px #fff dashed;
}
.search-block-link {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}
.search-block-link a {
    color: #fff;
}

.page-header-pannel {
    padding-top: 40px;
    position: relative;
    margin-top: 9px;
    margin-left: 0;
}
.page-header-breadcrumbs {
    margin: 10px 8px -10px;
}
.page-header-breadcrumbs a {
    color: #808080;
    font: italic 12px/28px "Arial";
}
.page-header-buttons {
    position: absolute;
    top: 8px;
    right: 22px;
    height: 28px;
}
.page-header-btn-catalog-close {
    background: url(/images/bg-cat-gr.png) no-repeat center center;
    width: 193px;
    height: 40px;
    float: left;
}
.page-header-btn-catalog-open {
    background: url(/images/bg-cat-pnl.png) no-repeat top center;
    width: 960px;
    margin: -40px 0 0;
    overflow: hidden;
    display: none;
}
.page-header-btn-catalog-link {
    float: left;
    font: bold italic 20px/20px Arial;
    margin-left: 19px;
    margin-top: 9px;
    letter-spacing: -0.1px;
    border-bottom: 1px #fff dashed;
    outline:0!important;
}
.page-header-btn-sale {
    background: url(/images/bg-sale.png) no-repeat center center;
    width: 83px;
    height: 28px;
    float: left;
}
.page-header-btn-sale-link {
    padding-left: 29px;
}
.page-header-btn-best {
    background: url(/images/bg-best.png) no-repeat center center;
    width: 127px;
    height: 28px;
    float: left;
    margin-left: 8px;
    letter-spacing: -0.2px;
}
.page-header-btn-best-link {
    padding-left: 27px;
}
.page-header-btn-novice {
    background: url(/images/bg-nova.png) no-repeat center center;
    width: 105px;
    height: 28px;
    float: left;
    margin-left: 8px;
}
.page-header-btn-novice-link {
    padding-left: 33px;
}
.page-header-btn-sale, .page-header-btn-best, .page-header-btn-novice,
.homepage-book-list-header-btn-best, .homepage-book-list-header-btn-novice {
    font: bold italic 12px/28px Arial;
}
a.page-header-btn-catalog-link:link,a.page-header-btn-catalog-link:visited,
a.page-header-btn-catalog-link:hover,a.page-header-btn-catalog-link:active,
a.page-header-btn-sale-link:link,a.page-header-btn-sale-link:visited,
a.page-header-btn-sale-link:hover,a.page-header-btn-sale-link:active,
a.page-header-btn-best-link:link,a.page-header-btn-best-link:visited,
a.page-header-btn-best-link:hover,a.page-header-btn-best-link:active,
a.page-header-btn-novice-link:link, a.page-header-btn-novice-link:visited,
a.page-header-btn-novice-link:hover,a.page-header-btn-novice-link:active,
a.homepage-book-list-header-btn-best-link:link, a.homepage-book-list-header-btn-best-link:visited,
a.homepage-book-list-header-btn-best-link:hover,a.homepage-book-list-header-btn-best-link:active,
a.homepage-book-list-header-btn-novice-link:link, a.homepage-book-list-header-btn-novice-link:visited,
a.homepage-book-list-header-btn-novice-link:hover,a.homepage-book-list-header-btn-novice-link:active
{
    color: #fff;
    text-decoration: none;
    display: block;
}

.homepage-book-list-header, .page-title {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
}
.homepage-book-list-header h1, .page-title h1 {
    color: #3d394c;
    font: 48px/50px Arial;
    margin: 37px 0 0 16px;
    padding: 0;
}
.page-title h1 {
    font: 36px/38px Arial;
}
.homepage-book-list-header-btn-best {
    background: url(/images/bg-best.png) no-repeat center center;
    width: 127px;
    height: 28px;
    margin-left: 8px;
    letter-spacing: -0.2px;
    position: absolute;
    top: 51px;
    right: 20px;
}
.homepage-book-list-header-btn-best-link {
    padding-left: 27px;
}
.homepage-book-list-header-btn-novice {
    background: url(/images/bg-nova.png) no-repeat center center;
    width: 105px;
    height: 28px;
    margin-left: 8px;
    letter-spacing: -0.2px;
    position: absolute;
    top: 51px;
    right: 20px;
}
.homepage-book-list-header-btn-novice-link {
    padding-left: 33px;
}

.page-header-btn-catalog-list {
    float: left;
    margin-top: 14px;
    background: #656080 url(/images/bg-cat-cr.png) repeat-x bottom left;
    overflow: hidden;
}
.page-header-btn-catalog-list li {
    margin-bottom: 10px;
    line-height: 20px;
}
.page-header-btn-catalog-list-wrapper {
    overflow: hidden;
    padding-top: 13px;
    background:  url(/images/bg-cat-bd.png) repeat-y top center;
}
.page-header-btn-catalog-list-footer {
    background: url(/images/bg-cat-bm.png) no-repeat bottom center;
    height: 20px;
    clear: both;
}

.page-header-btn-catalog-list a:link, .page-header-btn-catalog-list a:visited,
.page-header-btn-catalog-list a:active
{
    color: #e4e4eb;
    font: 12px Arial;
}
.page-header-btn-catalog-list a:hover {
    color: #abde3f;
    font: 12px Arial;
}
.page-header-banner {
    color: #bf4c73;
    border: 1px solid #bf4c73;
    font: 18px/26px "Arial";
    padding: 26px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
    margin-top: 32px;
}
.homepage-book-list .cover-wrapper,
.book-card .cover-wrapper {
    height: 246px;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.book-gallery img {
    max-width: 200px;
    max-height: 220px;
}
.homepage-book-list-container {
    margin: 0;
    padding: 0;
}
ul.homepage-book-list-container .cover-wrapper,
.book-card .cover-wrapper {
    width: 160px;
}
.book-card .cover-wrapper {
    margin-top: 17px;
    padding-top: 7px;
    height: 260px;
}
.cover-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cover-image-selector {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    list-style: none;
    position: absolute;
    bottom: 30px;
}
.cover-image-selector-item {
    display: inline;
    padding: 0 5px;
}
.cover-image-selector-item a {
    display: inline-block;
    z-index: 1;
    width: 8px;
    height: 8px;
    border: 1px solid #b1b1bb;
    border-radius: 5px;
}
.cover-image-selector-item a:hover {
    background-color: #83d24a;
}
.cover-image-selector-item a.active {
    background-color: #56a417;
}
ul.homepage-book-list-container li,
.book-card .cover-container {
    text-align: center;
}
.homepage-book-list-book-text {
    text-align: left;
    font: 12px Arial;
    line-height: 22px;
}
.homepage-book-list-book-text h1 {
    font: bold 14px Arial;
    line-height: 19px;
    padding: 0;
    margin: 25px 0 0 0;
}
.homepage-book-list-book-text a {
    color: #36c;
}
.homepage-book-list-book-text h1 a {
    text-decoration: none;
    font: bold 14px Arial;
}
.catalog-book-list-card {
    margin: 0 0 40px 0;
    padding: 0;
}
.catalog-book-list .book-list-card {
    position: relative;
    padding-top: 3px;
}
.catalog-book-list .book-actions {
    float: right;
    width: 125px;
    height: 95px;
}
.catalog-book-list .book-list-card .book-info {
    padding-left: 120px;
    font: 12px/20px Arial;
}
.catalog-book-list .book-list-card .book-info h1 {
    padding: 0;
    margin: 8px 0 0 0;
}
.catalog-book-list .book-list-card .book-info h1,
.catalog-book-list .book-list-card .book-info h1 a {
    text-decoration: none;
    font: bold 14px/20px Arial;
}
.catalog-book-list .book-list-card .book-info .book-annot {
    font-style: italic;
    margin-top: 20px;
    line-height: 18px;
}
.catalog-book-list .book-list-card .book-info h1,
.catalog-book-list .book-list-card .book-info .author,
.catalog-book-list .book-list-card .book-info .publisher {
    margin-right: 160px;
}
.catalog-filter {
    padding-top: 24px;
    height: 28px;
}
.bage {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 25px;
    height: 25px;
    z-index: 100;
}
.bage-new {
    background: url(/images/bage-new.png) no-repeat top right;
}
.bage-best {
    background: url(/images/bage-best.png) no-repeat top right;
}
.bage-sale {
    background: url(/images/bage-sale.png) no-repeat top right;
}

footer.page-footer {
    padding-top: 15px;
    background: url(/images/bg-footer.png) repeat-x bottom left;
    padding-bottom: 3px;
}
.page-footer-wrapper {
    margin-top: 23px;
}
.page-footer .top-main-phone {
    font-weight: normal;
    color: #f0f0f5;
    letter-spacing: -0.2px;
}
.page-footer .top-main-phone span {
    color: #b5b5c4;
}
.page-footer .top-second-phone {
    color: #b5b5c4;
    margin-top: 7px;
    letter-spacing: -0.2px;
}
.page-footer .callme-baloon {
    margin-top: 8px;
    margin-left: 40px;
    background: url(/images/callme-baloon-btm.png) no-repeat center center;
}
.page-footer .callme-baloon a {
    color: #90cc3d;
    outline: 0 !important;
    margin-left: 13px;
    background: none;
    border-bottom: 1px dashed #90cc3d;
}

.footer-nav {
    font: 12px/24px Arial;
    margin-top: 21px;
}
a.footer-nav-link:link,a.footer-nav-link:visited,
a.footer-nav-link:hover,a.footer-nav-link:active
{
    color: #f0f0f5;
}
.page-footer .social-links {
    color: #b5b5c4;
    font: 12px/24px Arial;
    margin-top: 21px;
}
.page-footer .social-links a {
    color: #b5b5c4;
}
.page-footer .social-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-footer .fb-ico, .page-footer .vk-ico, .page-footer .tw-ico {
    padding-left: 24px;
}
.page-footer .fb-ico {
    background: url(/images/fb-ico.png) no-repeat left center;
}
.page-footer .vk-ico {
    background: url(/images/vk-ico.png) no-repeat left center;
}
.page-footer .tw-ico {
    background: url(/images/tw-ico.png) no-repeat left center;
}
.page-footer .footer-copyright {
    color: #716e80;
    font: 11px/14px Arial;
    margin-top: 16px;
}
.page-footer .footer-copyright a {
    color: #716e80;
}

.homepage .page-header-btn-best,
.homepage .page-header-btn-novice,
.page-header-btn-sale
{
    display: none;
}
.catalog-book-list {
    margin: 37px 0 0 0;
    padding: 0;
    list-style: none;
}
.book-actions .book-price {
    font: bold 24px Arial;
    color: #3d394c;
    width: 110px;
    text-align: center;
    margin-top: 0;
    margin-left: 5px;
}
.book-actions .book-price .currency {
    font: bold 18px Arial;
}
.book-actions .add-cart-btn {
    background: url(/images/btn-cart.png) no-repeat center center;
    width: 110px;
    height: 28px;
    margin-top: 6px;
    margin-left: 5px;
}
.book-actions .add-wait-btn {
    background: url(/images/btn-fav.png) no-repeat center center;
    width: 110px;
    height: 28px;
    margin-top: 6px;
    margin-left: 5px;
}
.book-actions a {
    font: italic bold 12px/28px Arial;
    text-decoration: none;
    padding-left: 30px;
    display: block;
    width: 80px;
    height: 28px;
}
.book-actions .add-wait-btn a {
    padding-left: 28px;
}
.book-actions .add-cart-btn a {
    color: #fff;
}
.book-actions .add-wait-btn a {
    color: #3d394d;
}
.book-actions .notice-btn {
    background: url(/images/btn-notice.png) no-repeat center center;
    height: 44px;
    width: 120px;
    position: relative;
    margin-top: 6px;
}
.book-actions .notice-btn a, .book-notice-not-available {
    height: 44px;
    width: 120px;
    line-height: 1em;
    padding: 0;
    text-align: center;
    color: #3d394d;
    display: inline-block;
    vertical-align: middle;
}
.book-actions .notice-btn a[href], .book-notice-not-available {
    display: table-cell;
}
.book-actions .notice-msg {
    height: 44px;
    width: 120px;
    position: relative;
    vertical-align: middle;
}
.book-actions .notice-msg span {
    line-height: 1em;
    padding: 8px 10px 0 10px;
    text-align: center;
    color: #3d394d;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
}
div.selected-element {
    height: 26px;
    line-height: 26px;
    border: 1px solid #56a417;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
   /*  padding-left: 28px; */
    padding-left: 10px;
    padding-right: 8px;
  /*  background: url(/images/icon-active-delivery.png) no-repeat 10px center;*/
}
.book-actions div.selected-element {
    font-style: italic;
    font-weight: bold;
    margin-top: 6px;
	font-size: 15px;
	color: #539A13;
}
.catalog-book-paginator {
    text-align: center;
    border-top: 1px solid #CCC;
    padding-top: 24px;
}
.catalog-book-paginator li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font: 12px/26px "Arial";
    margin: 0 8px;
}
.catalog-book-paginator li.active {
    background: url(/images/bg-act-page.png) no-repeat left center;
    height: 26px;
    padding: 0 0 0 13px;
    margin: 0 13px 0 0;
    position: relative;
    text-align: center;
    overflow: visible;
}
.catalog-book-paginator li.active a {
    text-decoration: none;
    color: #56a417;
    font-weight: bold;
}
.catalog-book-paginator li.active:after {
    background: url(/images/bg-act-page-rt.png) no-repeat left center;
    height: 26px;
    width: 13px;
    position: absolute;
    top: 0;
    right: -13px;
    content: " ";
}
.catalog-book-paginator li.count {
    margin-left: -4px;
}
.catalog-book-paginator li.prev {
    float: left;
    width: 120px;
    margin-left: 0;
}
.catalog-book-paginator li.prev a,
.catalog-book-paginator li.next a
{
    font-style: italic;
    color: #3d394d;
    display: block;
    text-decoration: none;
}
.catalog-book-paginator li.prev a {
    padding-left: 24px;
    background: url(/images/btn-prev.png) no-repeat left center;
}
.catalog-book-paginator li.next {
    float: right;
    width: 120px;
    margin-right: 0;
}
.catalog-book-paginator li.next a {
    padding-right: 24px;
    background: url(/images/btn-next.png) no-repeat right center;
}

.book-card-container {
    margin-top: 27px;
}
.book-card .props {
    margin-top: 22px;
    margin-left: 0;
    line-height: 20px;
}
.book-card .props .author {
    margin-bottom: 21px;
}
.book-card .props .author a {
    font-size: 14px;
    line-height: 22px;
}
.book-card .book-actions-wrapper {
    overflow: hidden;
}
.book-card .book-actions {
    width: 135px;
    float: right;
}
.book-card .book-actions .book-price {
    font-size: 36px;
    text-align: center;
    width: 100%;
    margin-top: 4px;
}
.book-card .book-actions .currency {
    font-size: 24px;
}
.book-card .book-actions .add-cart-btn {
    background: url(/images/btn-add-cart.png) no-repeat center center;
    width: 130px;
    height: 32px;
    margin-top: 4px;
}
.book-card .book-actions .add-cart-btn a {
    line-height: 32px;
    width: 130px;
    height: 32px;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
}
.book-card .book-actions .add-wait-btn {
    margin-left: auto;
    margin-right: auto;
}
.book-card .book-card-container .socialbox {
    margin-right: 0;
    margin-top: 6px;
    width: 196px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    border: 1px solid #c4c6cb;
    background-color: #e6e6eb;
}
.book-card .book-card-container .socialbox h1 {
    font: bold italic 16px/20px "Arial";
    color: #656080;
    margin: 15px 17px 24px;
    padding: 0;
}
.book-card .book-card-container .socialbox .fb-like,
.book-card .book-card-container .socialbox #vk_like,
.book-card .book-card-container .socialbox .mrc_like,
.book-card .book-card-container .socialbox .twitter-share,
.book-card .book-card-container .socialbox .gplus
{
    margin-left: 18px;
    margin-bottom: 9px;
}
.book-card .book-card-container .socialbox .gplus {
    margin-bottom: 16px;
}
.book-card .description {
    margin-left: 0;
    margin-top: 36px;
    font: italic 14px/20px "Arial";
}
.book-card .book-list {
    margin-top: 33px;
    margin-left: 0;
}
.book-card .book-list h1 {
    font: italic 18px/20px "Arial";
    color: #56a417;
}
.book-card .book-list ul {
    margin: 0 -40px 0 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.book-card .book-list li {
    width: 320px;
    margin-right: 40px;
    float: left;
    min-height: 150px;
}
.book-card .book-list .book-list-card {
    padding-top: 8px;
}
.book-card .book-list .book-list-card h1,
.book-card  .book-recommend .book-list .book-info h1,
.book-card  .book-together .book-list .book-info h1
{
    padding-bottom: 0;
}
.book-card .book-list .book-list-card h1 a,
.book-card .book-recommend .book-list .book-info h1 a,
.book-card .book-together .book-list .book-info h1 a {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
.book-card .book-list .book-list-card .image {
    padding-top: 0px;
}
.book-card .book-list .book-list-card .book-info {
    margin-left: 120px;
    margin-top: -6px;
    line-height: 20px;
}
.book-card .book-recommend .book-recommend-header,
.book-card .book-together header h1 {
    color: #656080;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 0;
    margin-top: 48px;
    margin-bottom: 3px;
}
.book-card .book-recommend .recommend-wrapper {
    background: #656080 url(/images/bg-recommend-top.png) repeat-x top left;
}
.book-card .book-recommend .recommend-container {
    background: url(/images/bg-recommend-btm.png) repeat-x bottom left;
    padding-bottom: 25px;
}
.book-card .book-recommend .book-list,
.book-card .book-together .book-list
{
    margin-left: auto;
    padding: 0;
}
.book-card .book-recommend .book-list ul,
.book-card .book-together .book-list ul
{
    margin: 0;
    width: 920px;
    overflow: hidden;
}
.book-card .book-recommend .book-list li.grid_2,
.book-card .book-together .book-list li.grid_2
{
    width: 152px;
    margin-right: 20px;
}
.book-card .book-recommend .book-list,
.book-card .book-together  .book-list
{
    margin-top: 10px;
}
.book-card .book-recommend .book-list .cover-wrapper,
.book-card .book-together .book-list .cover-wrapper
{
    height: 145px;
    width: 152px;
    margin: 0;
}
.book-card .book-together .book-list .cover-wrapper {
    height: 132px;
}
.book-card .book-recommend .book-list .image,
.book-card .book-together .book-list .image
{
    margin-left: -50%;
    left: 112px;
    bottom: 0;
}
.book-card  .book-recommend .book-list .book-info,
.book-card .book-together .book-list .book-info
{
    padding: 0;
    margin: 24px 0 0 0;
    color: #fff;
    line-height: 20px;
}
.book-card .book-recommend .book-list .book-info h1,
.book-card .book-together .book-list .book-info h1
{
    line-height: 20px;
}
.book-card  .book-recommend .book-list .book-info a {
    color: #abde3f;
    line-height: 16px;
}
.book-card .book-together {
    padding-bottom: 10px;
}
.book-card .book-together header {
    border-bottom: 1px solid #CCC;
    overflow: hidden;
}
.book-card .book-together .book-list .book-info {
    color: #000;
}
.book-card  .book-together .book-list .book-info a {
    line-height: 16px;
}
.book-card .book-similar h1 {
    font-family: Arial,serif;
}
.book-card .book-similar .book-list ul {
    width: 960px;
}
.book-card .book-similar .book-list li.grid_2 {
    margin-left: 40px;
    margin-right: 40px;
    width: 160px;
}

.login-form {
    margin: 18px 0 18px 18px;
    padding-right: 19px;
    width: 280px;
    border-right: 1px solid #ccc;
    float: left;
}
.login-new-user {
    margin: 18px 18px 18px 0;
    padding-left: 19px;
    width: 280px;
    border-left: 1px solid #fff;
    float: left;
}
.login-form header h1 {
    padding-bottom: 12px;
}
.login-new-user header h1 {
    padding-bottom: 9px;
}
#login-dialog form {
    width: 280px;
}
.choice-user-type {
    height: 90px;
    position: relative;
}
#login-dialog .error-message {
    position: absolute;
    color: red;
    top: 44px;
    font-size: 10px;
    width: 282px;
    text-align: center;
    display: none;
}
.field-validation-error {
    border-color: #f00;
}
#login-dialog .g-dialog-content input#login_mail,
#login-dialog .g-dialog-content input#login_pass
{
    height: 30px;
    width: 252px;
    margin-bottom: 10px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #a8a8b3;
    background-color: #fff;
    outline: 0 !important;
    padding: 0 14px;
}
#login_mail::-webkit-input-placeholder,
#login_pass::-webkit-input-placeholder
{
    color: #9c9c9c;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
#login_mail:-moz-placeholder,
#login_pass:-moz-placeholder
{
    color: #9c9c9c;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
#login_mail.placeholder,
#login_pass.placeholder
{
    color: #9c9c9c !important;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
#login-dialog input#login-remember,
#login-dialog input#registration-type-person,
#login-dialog input#registration-type-company
{
    float: left;
    margin-left: -25px;
    margin-top:3px;
}
#login-dialog label {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-left: 10px;
    padding-left: 25px;
    width: auto;
    white-space: nowrap;
}
#login-dialog .login-new-user label {
    clear: both;
    margin-left: 0;
    margin-bottom: 2px;
}
#login-dialog a.forgot-link {
    float: right;
    font-size: 11px;
    line-height: 20px;
    margin-right: 2px;
}
#login-dialog input#login_submit {
    display: block;
    height: 32px;
    width: 120px;
    margin: 35px auto 0;
    padding: 0;
    border: 0;
    font: bold italic 16px/32px "Arial";
    color: #fff;
    background: url(/images/btn-login.png) no-repeat left top;
}
#login-dialog input#registration_submit {
    position: absolute;
    height: 32px;
    width: 230px;
    bottom: 0;
    left: 25px;
    padding: 0;
    border: 0;
    font: bold italic 16px/32px "Arial";
    color: #fff;
    background: url(/images/bg-btn-reg.png) no-repeat left top;
}
#callback-dialog .g-dialog-content {
    background-color: #8983a3;
    border-left: 1px solid #555266;
    border-bottom: 1px solid #555266;
    border-right: 1px solid #555266;
    position: relative;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 16px;
    -webkit-border-bottom-right-radius: 16px;
    -moz-border-bottom-left-radius: 16px;
    -moz-border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
#callback-dialog form {
    background: #656080 url(/images/bg-callback-bottom.png) repeat-x left bottom;
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-left-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0 1px 1px 1px;
    overflow: hidden;
}
#callback-dialog dt {
    display: none;
}
#callback-dialog dd {
    margin: 0 17px 8px;
}
#callback-dialog #name-element,
#callback-dialog #code-element,
#callback-dialog #phone-element,
#callback-dialog #time-element
{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #8a85a6;
    padding: 0;
}
#name-element input::-webkit-input-placeholder,
#code-element input::-webkit-input-placeholder,
#phone-element input::-webkit-input-placeholder
{
    color: #9c9c9c;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
#name-element input:-moz-placeholder,
#code-element input:-moz-placeholder,
#phone-element input:-moz-placeholder
{
    color: #9c9c9c;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
}
#name-element input.placeholder,
#code-element input.placeholder,
#phone-element input.placeholder
{
    color: #9c9c9c !important;
    font-style: italic;
    font-size: 16px;
    line-height: 16px;
}
#callback-dialog dd input {
    height: 30px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #555266;
    background-color: #fff;
    outline: 0 !important;
    padding: 0 14px;
}
#callback-dialog #name-element input {
    width: 250px;
    font: bold 16px "Arial";
}
#callback-dialog #code-element {
    float: left;
    width: 81px;
    margin-right: 6px;
}
#callback-dialog #code-element input {
    width: 51px;
    font: bold 16px "Arial";
}
#callback-dialog #phone-element {
    float: left;
    margin-left: 0;
}
#callback-dialog #phone-element input {
    width: 159px;
    font: bold 16px "Arial";
}
#callback-dialog #time-label {
    display: block;
    float: left;
    clear: left;
    margin-left: 17px;
    font: bold italic 12px/34px "Arial";
    color: #f0f0f5;
}
#callback-dialog #time-element {
    float: right;
}
#callback-dialog #time-element input {
    width: 50px;
    text-align: center;
    font: bold 16px "Arial";
}
#callback-dialog p {
    margin: 20px 17px;
    font: bold italic 14px/24px "Arial";
    color: #f0f0f5;
}
#callback-submit {
    display: block;
    clear: both;
    height: 36px;
    width: 128px;
    padding: 0;
    border: 0;
    font: bold italic 16px/32px "Arial";
    color: #fff;
    background: url(/images/bg-btn-call.png) no-repeat left top;
    margin: 0 auto;
}
#callback-dialog button {
    margin-bottom: 23px;
}
.registration-popup {
    overflow: hidden;
}
#registration-dialog .registration-popup a {
    float: left;
    height: 32px;
    width: 230px;
    padding: 0;
    margin: 29px 29px 29px  49px;
    font: bold italic 16px/32px "Arial";
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(/images/bg-btn-reg.png) no-repeat left top;
}

.registration-confirm {
    margin: 40px 20px;
    text-align: center;
    font-size: 14px;
}

.search-form {
    margin-top: 20px;
}
.search-form dl, .search-form dd, .search-form dt {
    margin: 0;
    overflow: hidden;
}
.search-form dt.grid_4 {
    clear: left;
}
.search-form dt.grid_4, .search-form dd.grid_8 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 8px;
}
.search-form-label {
    font: 12px/28px "Arial";
    text-align: right;
    display: block;
}
.search-form-field
{
    height: 26px;
    border: 1px solid #a8a8b3;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    padding: 0 13px;
    font: 12px/14px "Arial";
    outline: 0!important;
    width: 65%;
}
.search-form-checkbox {
    height: 14px;
    width: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
}
.short-field {
    width: 10%;
    margin-right: 14px;
}
.search-form-submit {
    display: block;
    height: 32px;
    width: 120px;
    margin: 15px auto 20px;
    padding: 0;
    border: 0;
    font: bold italic 16px/32px "Arial";
    color: #fff;
    background: url(/images/btn-login.png) no-repeat left top;
}

.search-form-error {
    margin-top: 20px;
    line-height: 26px;
    text-align: center;
    color: #f00;
}

.page-payment-content, .book-card-container {
    padding-top: 28px;
}
.page-payment p, .russian-post-note, .book-card-container p {
    line-height: 20px;
}
.page-payment p,
.page-payment h2,
.page-payment h3,
.page-payment .page-payment-list
{
    padding-right: 320px;
}
.page-payment h2, .book-card-container h2, .order-empty h2, .error-page h2 {
    font-size: 30px;
    color: #656080;
    padding-bottom: 26px;
    padding-top: 12px;
    line-height: 38px;
}
.order-empty h2, .error-page h2 {
    text-align: center;
}
.error-page h2 {
    color: #f00;
}
.page-payment h3 {
    color: #56a417;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 0;
}
.page-payment-note {
    float: right;
    width: 280px;
    font-style: italic;
}
.page-payment-nav {
    list-style: none;
    padding: 22px 0 0 0;
    margin: 0;
    line-height: 19px;
}
.page-payment-nav li, .page-payment-list li {
    margin-top: 6px;
    margin-bottom: 4px;
    font-style: normal;
}
.russian-post-note {
    padding-bottom: 66px;
    background: url(/images/post-logo.png) no-repeat left bottom;
}
.page-payment-list {
    list-style: disc;
}

#book-area, #book_apprenticeship {
    visibility: hidden;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

/* For image replacement */
.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

.bann {
    margin: 0 auto;
    padding: 35px 0 0;
    text-align: center;
    width: 100%;
}

.h-book {
	font-weight: bold;
	padding:0;
}

.h-book  a {
	text-decoration:none;
}

.like_title {
    font: 36px/38px "Arial";
    margin: 37px 0px 0px 16px;
    padding: 0px;
    color: #3D394C;
}
.like_h1 {
    color: #3d394c;
    font: 48px/50px Arial;
    margin: 37px 0 0 16px;
    padding: 0;
}
dd#registration-phone-region-element {

    width: 60px!important;
}


/*--------------------------------------------------------------------------------*/

#m_mod {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.7);
    z-index: 999;
}

.m_mod_inner {
    background: none repeat scroll 0 0 #fff;
    border-radius: 66px;
    font-size: 17px;
    height: 45px;
    left: 50%;
    margin-left: -240px;
    margin-top: -103px;
    padding: 48px;
    position: relative;
    text-align: center;
    top: 50%;
    width: 434px;
}

.m_mod_inner a {

}


/*--------------------------------------------------------------------------------*/


.region-form a{
    float: left;
    display: block;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin-right: 50px;
}

#region-dialog .g-dialog-title{
    text-align: center;
}
#region-dialog .g-dialog-content{
    padding: 20px;
}

#region-dialog .region-item a {
    float: left;
    height: 32px;
    width: 230px;
    padding: 0;
    margin: 29px;
    font: bold italic 16px/32px "Arial";
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(/images/bg-btn-reg.png) no-repeat left top;
}

#region-dialog .region-item a.another-region {
    width: 300px;
    margin-left: 140px;

    background: url(/images/bg-btn-reg-300.png) no-repeat left top;
}

.region-change{
    float: right;
    width: 175px;

    margin-top: 3px;

    text-align: right;
}

.region-change a{
    margin-left: 10px;
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 15px;


    border-bottom: 1px dashed #36c;
    color: #36c;
    text-decoration: none;
}

.region-change span{
    margin-left: 10px;
}

.spb-contacts{
    margin-bottom: 5px;
}
.spb-contacts span{
    color: #56a417;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial;
    line-height: 11px;
}

.spb-contacts span.main-phone{
    font-size: 17px;
}
.spb-contacts span.main-phone b{
    color: #8f8f8f;
}
.spb-contacts span.mobile-phone, .spb-contacts span.icq{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.msk-contacts,
.sip-contacts{
    margin-bottom: 5px;
}

.msk-contacts span,
.sip-contacts span{
    color: #56a417;
    font-size: 17px;
    font-weight: bold;
    font-family: Arial;
    line-height: 11px;
    text-transform: uppercase;
}

.msk-contacts span.explain,
.sip-contacts span.explain{
    font-weight: normal;
    font-size: 12px;
    color: black;
    text-transform: none;
}

.msk-contacts span.main-phone,
.sip-contacts span.main-phone{
    font-size: 17px;
}
.msk-contacts span.main-phone b,
.sip-contacts span.main-phone b{
    color: #8f8f8f;
}
.msk-contacts span.mobile-phone, .msk-contacts span.icq,
.sip-contacts span.mobile-phone, .sip-contacts span.icq{
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}
.text-description {
	text-align:justify;
	margin-top:40px;
	font-size:14px;
	width:950px;
	margin:0 auto;
} 
.text-description img.desc-image {
	display:block;
	float:left;
	height:180px;
	margin:5px 15px 5px 5px ; 
 }
.text-description ul.markered {padding: 0 0 0 20px; list-style-type: circle;}
.text-description ul.markered li {display:block; }

.page-header-btn-catalog-close.second {
    margin-left: 258px;
    width: 376px;
    background-image: url("/images/bg-cat-gr-lg.png");
}
.page-header-btn-catalog-open.second {
    background-image: url("/images/bg-cat-pnl-lg.png");
}
.page-header-btn-catalog-open.second > .page-header-btn-catalog-link {
    margin-left: 277px;
}
.page-header-btn-catalog-open .search-form-label {
    color: white;
}
.page-header-btn-catalog-close {
    position: absolute;
    top: 0;
}
.page-header-btn-catalog-list input[type="submit"] {
    border: none; border-radius: 10px;
    background: white; padding: 5px 10px;
    margin-top: 20px;
    font-weight: bold;
}
#sideRight {
    display: none;
}

#news-bottom {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#news-bottom .news-block header {
    display: none;
}

#news-bottom .news-block {
    padding-top: 30px;
    padding-bottom: 20px;
}

#news-bottom .item {
    font-size: 12px;
    display: inline-block;
    width: 33%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
}

#news-bottom .item time {
    color: #666;
}

#news-bottom .item h1 {
    font-size: 14px;
}

#news-bottom .all-news {
    font-size: 12px;
    float: right;
}
.page-header .page-header-menu {
    margin-top: 10px;
}

.payment-body .page-header-buttons {
    position: fixed;
    top: 330px;
    left: 1180px;
}

.payment-body #main-content .middle {
    padding-right: 262px;
}

.payment-body #main-content #sideRight {
    position: fixed;
    margin-left: -245px;
}
