/* 	Library Style Developer coder Alexander Moskvin  sasha-freez@mail.ru. for site http://sasha-freez.ru */
/* Clear css */
* {
    margin: 0;
    padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}
caption,
th {
    text-align: left;
}
q:before,
q:after {
    content: "";
}
abbr,
acronym {
    border: 0;
}
header,
nav,
section,
article,
aside,
footer {
    display: block;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
input {
    vertical-align: middle;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
ul li {
    margin: 0;
    padding: 0;
}
a {
    color: #3f84b5;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
    outline: none;
}
a:hover {
    color: #2e3192;
    text-decoration: none;
}
p {
    margin: 0;
    padding: 0 0 12px 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
img {
    display: inline-block;
    vertical-align: top;
}
body {
    font-size: 12px;
    font-family: Tahoma, sans-serif;
    background: #fff;
    color: #000;
    background: #fef5ea url("../images/bg-leftmenu.gif") repeat-y 0 0;
}
button,
select,
input,
textarea {
    font-family: "Tahoma", sans-serif;
    font-size: 12px;
    outline: none;
}

h1,
.h1 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px 0;
    font-weight: normal;
}
h2,
.h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 12px 0;
    font-weight: normal;
}
h3,
.h3 {
    font-size: 15px;
    margin: 0;
    padding: 0 0 12px 0;
    font-weight: normal;
}
h4,
.h4 {
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px 0;
    font-weight: normal;
}
h5 {
    padding: 0 0 10px 0;
}

.container {
    margin: 0 auto;
}
.container:after {
    content: "";
    display: block;
    clear: both;
}

.content {
    padding: 0 0 15px 0;
    position: relative;
    top: -6px;
}
.content fieldset {
    border: 1px solid #999;
    display: inline-block;
    padding: 10px;
}
.content fieldset legend {
    font-size: 14px;
    color: #316a22;
    padding: 0 5px 5px;
}

.block_content {
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding-left: 280px;
}

.block_content-nofloat {
    float: none;
}
.block_left {
    position: absolute;
    left: 0;
    top: 6px;
    width: 250px;
    z-index: 11;
}

header {
    background: url("../images/bg-top.jpg") repeat-x 0 0;
    height: 210px;
    position: relative;
    margin-bottom: 40px;
}
header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background: url("../images/middle-top.jpg") no-repeat 284px 0;
}
header:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 142px;
    height: 140px;
    background: url("../images/knights.jpg") repeat-x 0 0;
}
header .logo {
    position: relative;
    z-index: 10;
}
header .logo a {
    display: block;
    background: url("../images/logo.png") no-repeat 0 0;
    float: left;
    width: 285px;
    height: 216px;
    position: relative;
    z-index: 1;
}

.footer {padding-left: 280px;}
.footer .counters {padding: 0 0 14px 0;text-align: center;}
.footer_email {text-align: center;margin-bottom: 6px;color: #000;}
.footer_email a, .footer_email:hover a{color: #000;}

.top_menu {
    position: relative;
}
.top_menu ul {
    padding: 112px 0 0 0;
    margin: 0;
    list-style: none;
}
.top_menu ul li {
    padding: 0 5px 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #000;
}
.top_menu ul li > a {
    color: #000;
}
.top_menu ul li > a:before {
    content: "|";
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}
.top_menu ul li:first-child > a:before {
    display: none;
}
.top_menu ul .p_auth {
    position: relative;
}
.top_menu ul .p_auth a {
    text-decoration: none;
}
#p_auth span {
    border-bottom: 1px dashed #000;
}

/* block content */
.section_block {
    margin: 0 0 10px 0;
}
.section_block .sb_line {
    border: 1px solid #d1cac1;
    border-bottom: 2px solid #9f8d74;
    border-radius: 2px 2px 0 0;
    min-height: 25px;
    padding: 0 15px;
    background: rgb(194, 169, 140);
    background: -moz-linear-gradient(
        top,
        rgba(194, 169, 140, 1) 0%,
        rgba(233, 218, 200, 1) 55%,
        rgba(247, 237, 224, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(194, 169, 140, 1) 0%,
        rgba(233, 218, 200, 1) 55%,
        rgba(247, 237, 224, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(194, 169, 140, 1) 0%,
        rgba(233, 218, 200, 1) 55%,
        rgba(247, 237, 224, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2a98c', endColorstr='#f7ede0',GradientType=0 );
    -webkit-box-shadow: inset 0 0 3px 2px #f9f3eb;
    box-shadow: inset 0 0 3px 2px #f9f3eb;
}
.section_block .sb_line:after {
    content: "";
    display: block;
    clear: both;
}
.section_block .sb_line .r_txt {
    float: right;
    color: #492a00;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 0 4px 0 0;
    margin: 3px 0 0 0;
    padding: 1px 8px;
}
.section_block .sb_line .r_txt a {
    color: #492a00;
}
.section_block .sb_line .l_name {
    color: #2e3192;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.section_block .sb_line .l_name > * {
    font-size: 12px;
    color: #2e3192;
    font-weight: bold;
    line-height: 14px;
    padding: 0;
    margin: 0;
}

.section_block .sb_line .l_name:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: -15px;
    padding: 0 30px 0 0;
    width: 100%;
    border-bottom: 3px solid #fba627;
}
.section_block .sb_wrap {
    background: #faebd7;
    border: 1px solid #d1cac1;
    border-top-color: #5f5951;
    padding: 15px 15px 0;
}

.book_list .item {
    padding: 0 0 10px 0;
}
.book_list .item:after {
    content: "";
    display: block;
    clear: both;
}
.book_list .item .cover {
    float: left;
    margin: 0 15px 15px 0;
}
.book_list .item .cover img{
    width: 120px;
    height: auto;
}
.book_list .item .desc {
    overflow: hidden;
}
.book_list .item .desc .dtop {
    padding: 0 0 10px 0;
}
.book_list .item .desc .dtop > span {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.book_list .item .desc .dtop .author:after {
    content: "-";
    display: inline-block;
    vertical-align: top;
}
.book_list .item .desc .dtop .name a {
    color: #2e3192;
}
.book_list .item .desc .genre {
    padding: 0 0 10px 0;
}
.book_list .item .desc .intro {
    padding: 0 0 5px 0;
}

.book_partners .name {
    font-weight: bold;
    padding: 0 0 3px 0;
}
.book_partners .name a {
    color: #000aaa;
}
.book_partners .author {
    font-weight: bold;
    padding: 0 0 10px 0;
}
.book_partners .author a {
    color: #000;
}

.b_auth {
    width: 256px;
    margin: 0 0 20px auto;
    position: absolute;
    top: 26px;
    left: -2px;
    display: none;
    z-index: 999;
}
.b_auth.section_block .sb_wrap {
    padding-bottom: 5px;
}
.b_auth .sb_line .r_txt {
    width: 19px;
    height: 14px;
    text-align: center;
    cursor: pointer;
}
.section_block .sb_line .i_enter {
    background: url("../images/enter.gif") no-repeat center center;
    width: 19px;
    height: 14px;
}
.b_auth .item {
    padding: 0 0 5px 0;
}
.b_auth .item:after {
    content: "";
    display: block;
    clear: both;
}
.b_auth .label {
    float: left;
    color: #2e3192;
    width: 80px;
}
.b_auth .input {
    width: 120px;
    text-indent: 10px;
}
.b_auth .button {
    background: url("../images/go.gif") no-repeat 0 0;
    width: 16px;
    height: 18px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.b_auth .button:hover {
    opacity: 0.8;
}
.b_auth .memory {
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #333;
}
.b_auth .link {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 5px 0;
}

.top_line {
    border-bottom: 2px solid #5a4a37;
    border-radius: 0 6px 0 0;
    font-size: 12px;
    line-height: 22px;
    color: #111;
    padding: 0 23px 1px 13px;
    margin-bottom: 2px;
    font-weight: bold;
    position: relative;
    background: rgb(154, 128, 95);
    cursor: pointer;
    background: -moz-linear-gradient(
        top,
        rgba(154, 128, 95, 1) 0%,
        rgba(190, 171, 147, 1) 37%,
        rgba(253, 253, 253, 1) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(154, 128, 95, 1) 0%,
        rgba(190, 171, 147, 1) 37%,
        rgba(253, 253, 253, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(154, 128, 95, 1) 0%,
        rgba(190, 171, 147, 1) 37%,
        rgba(253, 253, 253, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a805f', endColorstr='#fdfdfd',GradientType=0 );
}
.top_line:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    right: 10px;
    width: 5px;
    height: 3px;
    background: url("../images/strt.gif") no-repeat 0 0;
}
.top_line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    border-bottom: 2px solid #7c664b;
}

.top_line.active:before {
    background-image: url("../images/str.gif");
}

.lmenu {
    padding: 2px 20px 15px 10px;
}
.lmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lmenu ul li {
    padding: 4px 0 4px 18px;
    border-bottom: 1px dotted #fba627;
    background: url("../images/str-menu.gif") no-repeat 4px 11px;
}
.lmenu ul .hot {
    background-color: #fba627;
    border-top: 1px solid #fff;
    margin: 0 -20px 0 -10px;
    padding-left: 28px;
    padding-right: 20px;
    background-position: 14px 11px;
    font-weight: bold;
}

.lmenu ul .light {
    background-color: #fbfbf8;
}

.lmenu ul li a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
}
.lmenu ul li a:hover {
    color: #2e3192;
    text-decoration: underline;
}
.lmenu ul li ul li {
    padding-left: 0;
    background: none;
}
.lmenu ul li ul {
    border-top: 1px dotted #fba627;
    margin-top: 4px;
}
.lmenu ul li ul + li {
    border-top: none;
}

.lmenu .fast_search {
    border-bottom: none;
}

.menu_genres {
    display: none;
}

.menu_genres_btn {
    position: relative;
    cursor: pointer;
}
.menu_genres_btn:after {
    content:'';
    position: absolute;
    left: 92px;
    top: 45%;
    border: 4px solid transparent; border-top: 4px solid #000000;
}

.menu_genres_btn.active:after {
    top: 26%;
    border: 4px solid transparent; border-bottom: 4px solid #000000;
}

.fast_search .input {
    width: 170px;
    margin-right: 5px;
    text-indent: 10px;
}
.fast_search .button {
    background: url("../images/go.gif") no-repeat 0 0;
    width: 16px;
    height: 18px;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.fast_search .button:hover {
    opacity: 0.8;
}

.add_reviews .b_auth {
    width: auto;
    margin: 0;
}

.back_list {
    font-weight: bold;
    padding: 0 0 10px 0;
}
.back_list a {
    text-decoration: none;
}
.back_list a:hover {
    text-decoration: underline;
}

.bd_top {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #000;
}
.bd_top .genre {
    font-weight: bold;
    color: #2e3192;
}

.book_details {
    padding: 0 0 5px 0;
}
.book_details .bd_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.book_details .bd_left {
    float: left;
    margin: 0 20px 0 0;
}
.book_details .bd_desc {
    overflow: hidden;
}
.book_details .bd_left .cover {
    padding: 0 0 10px 0;
}
.book_details .bd_left .cover img {
    width: 200px;
    height: auto;
}
.book_details .bd_left .coolbtn {
    display: block;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.book_details .bd_desc .row {
    padding: 0 0 5px 0;
}
.book_details .bd_desc .book_type {
    padding: 0 0 15px 0;
    color: #3f84b5;
}
.book_details .bd_desc .row .label {
    color: #2e3192;
}
.book_details .bd_desc .date_add {
    padding: 0 0 10px 0;
}
.book_details .bd_desc .wrap_line {
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    padding: 10px 10px 5px 0;
    margin: 10px 0 10px 0;
    display: inline-block;
    vertical-align: top;
}
.book_details .bd_desc .read_online {
    padding: 0 0 15px 0;
}
.book_details .bd_desc .read_online a {
    font-weight: bold;
    color: #2e3192;
}
.book_details .download_txt {
    padding: 0 0 20px 0;
}
.book_details .row_player {
    padding: 0 0 10px 0;
}

.book_details .annotation p:last-child {
    padding: 0;
}

.row_download_mp3, .row_download_txt {
    margin-bottom: 20px;
}

.page_nav {
    padding: 0 0 10px 0;
}
.page_nav .counts {
    padding: 0 0 5px 0;
}
.page_nav .pages a {
    color: #2e3192;
}

.reviews_list .wrap {
    border-top: 1px dotted #000;
    padding: 10px 0 0 0;
}
.reviews_list .item {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #000;
}
.reviews_list .item:after {
    content: "";
    display: block;
    clear: both;
}
.reviews_list .item .author {
    float: left;
    width: 120px;
    margin-right: 20px;
    color: #424242;
}
.reviews_list .item .author .username {
    font-weight: bold;
}
.reviews_list .item .desc {
    overflow: hidden;
}

.author_details {
    padding: 0 0 10px 0;
}
.author_details .desc .row {
    padding: 0 0 5px 0;
}
.author_details .desc .row:after {
    content: "";
    display: block;
    clear: both;
}
.author_details .desc .row .label {
    float: left;
    width: 140px;
    margin: 0 20px 0 0;
    color: #2e3192;
}

.book_serie_item .row {
    padding: 0 0 15px 0;
}
.book_serie_item .book_name {
    font-size: 12px;
    color: #190973;
    padding: 0 0 3px 15px;
    background: url("../images/str-menu.gif") no-repeat 2px 6px;
}
.book_serie_item .book_name a {
    color: #190973;
    text-decoration: underline;
}
.book_serie_item .book_name a:hover {
    text-decoration: none;
}

.book_serie_item .book_param {
    font-size: 12px;
    margin-left: 10px;
}
.book_serie_item .book_param > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    color: #3f84b5;
}
.book_serie_item .book_param .inet_shop a {
    color: #2e3192;
}

.b_genre {
    color: #000;
    padding: 0 0 20px 0;
}
.b_genre .current {
    font-weight: bold;
    color: #2e3192;
}
.b_genre a {
    color: #424242;
}
.b_genre a:hover {
    color: #2e3192;
    text-decoration: underline;
}

.b_alphabet {
    padding: 0 0 20px 0;
}
.b_alphabet a {
    font-weight: bold;
}

.b_sort {
    border-top: 1px dotted #000;
    margin: 0 -10px;
    padding: 15px 10px 17px;
}
.b_sort a {
    color: #424242;
}
.b_sort a:hover {
    color: #2e3192;
    text-decoration: underline;
}
.b_sort .current {
    color: #2e3192;
}

.b_filter {
    padding: 0 0 15px 0;
}
.b_filter input {
    font-size: 12px;
}
.b_filter .for_page {
    padding: 0 0 10px 0;
}
.b_filter .for_page button {
    margin: 0 0 0 5px;
}
.b_filter .radio {
    padding: 0 0 10px 0;
}
.b_filter .radio label {
    display: block;
    padding: 0 0 4px 0;
}

.b_filter .submit {
    font-size: 12px;
}

.author_list .row {
    padding: 0 0 15px 0;
}
.author_list .row .name {
    font-weight: bold;
}
.author_list .row .visits {
    font-size: 12px;
    color: #3f84b5;
}

.coolbtn {
    padding: 0 25px;
    text-align: center;
    transition: none;
}
.coolbtn:hover {
    text-decoration: none;
}
.coolbtn,
.coolbtn u,
.coolbtn s {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    background-image: url(../images/btn.png);
    background-position: -5px -118px;
    text-decoration: none;
    position: relative;
}
.coolbtn u,
.coolbtn s {
    position: absolute;
    top: 0;
}
.coolbtn u {
    width: 3px;
    background-color: #fff;
    background-position: left -118px;
    left: 0;
}
.coolbtn s {
    width: 3px;
    background-color: #fff;
    background-position: right -118px;
    right: 0;
}

/* for green btn */
.btn-green,
.btn-green-18,
.btn-green-22 {
    background-position: right 0;
    background-color: #007001;
    color: #fff;
}
.btn-green:hover,
.btn-green-18:hover,
.btn-green-22:hover {
    color: #fff !important;
}
.btn-green s,
.btn-green-18 s,
.btn-green-22 s {
    background-position: right 0;
}
.btn-green u,
.btn-green-18 u,
.btn-green-22 u {
    background-position: left 0;
}
.btn-green:hover,
.btn-green-18:hover,
.btn-green-22:hover {
    background-position: -5px -59px;
    color: #fff;
}
.btn-green:hover u,
.btn-green-18:hover u,
.btn-green-22:hover u {
    background-position: left -59px;
}
.btn-green:hover s,
.btn-green-18:hover s,
.btn-green-22:hover s {
    background-position: right -59px;
}
.btn-green-16 {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px #003f01;
    filter: dropshadow(color=#003F01, offx=1, offy=1);
}
.btn-green-18 {
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #003f01;
    filter: dropshadow(color=#003F01, offx=1, offy=1);
}
.btn-green-22 {
    font-size: 22px;
    color: #fff;
    text-shadow: 1px 1px 1px #003f01;
    filter: dropshadow(color=#003F01, offx=1, offy=1);
}
.btn-green:visited,
.btn-green-18:visited,
.btn-green-22:visited {
    color: #fff !important;
}

.breadcrumbs {
    padding: 0 0 25px 0;
}
.pagination {
    line-height: 140%;
    font-size: 12pt;
    padding: 0 0 25px 0;
    text-align: center;
}
.pagination > * {
    margin: 0 2px;
}

.book_read_online {
    line-height: 140%;
    font-size: 12pt;
    border-bottom: 1px dotted #000;
    margin: 0 0 20px 0;
}
.book_read_online h1,
.book_read_online h2,
.book_read_online h3 {
    font-weight: bold;
    line-height: 140%;
}
.book_read_online div {
    padding: 0 0 10px 0;
}

.book_read_online .cover {
    float: left;
    margin: 0 20px 10px 0;
}
.book_read_online .cover img {
    width: 200px;
}

ul.book-row_list {
    margin: 0 0 0 0;
    list-style: none;
}
.book-row_list {
    margin: 0;
}
.book-row_list .row {
    padding: 0 0 15px;
}
.book-row_list .book_desc {
    padding: 0 0 5px 0;
}
.book-row_list .book_desc > span {
    padding-right: 10px;
}
.book-row_list .book_desc .author a {
    font-weight: bold;
    color: #3f84b5;
    text-decoration: underline;
}
.book-row_list .book_desc .author a:hover {
    color: #2e3192;
}
.book-row_list .book_desc .name a {
    color: #190973;
    text-decoration: underline;
}
.book-row_list .book_desc .name a:hover {
    color: #2e3192;
}
.book-row_list .book_param {
    font-size: 12px;
}
.book-row_list .book_param > span {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    color: #3f84b5;
}
.book-row_list .book_param .inet_shop a {
    color: #2e3192;
}


.search_advanced .row {
    padding: 0 0 15px 0;
}
.search_advanced .row .ilabel {
    padding: 0 0 5px 0;
}
.search_advanced .row label {
    display: block;
    padding: 0 0 4px 0;
}

.search_result .sr_title {
    padding: 0 0 15px 0;
}
.search_result ol {
    padding: 0 0 7px 0;
    margin: 0 0 0 15px;
}
.search_result ol li {
    padding: 0 0 8px 0;
    font-weight: bold;
}
.search_result ol li > span {
    font-weight: normal;
}

.content_section {
    padding: 0 0 15px 0;
}
.content_section p:last-child {
    padding: 0;
}
.content_section ul {
    margin: 0 0 15px 20px;
}
.content_section blockquote {
    margin: 0 0 10px 20px;
}
.content_section h5 {
    font-size: 12px;
}
.news_pager {
    padding: 0 0 15px 0;
}
.news_pager .current {
    font-weight: bold;
    color: #2e3192;
}
.news_pager a {
    font-weight: bold;
    color: #2e3192;
    text-decoration: none;
}
.news_pager a:hover {
    text-decoration: underline;
}

.section_block .sb_wrap {
    padding-bottom: 15px;
}
.section_block .sb_wrap p:last-child {
    padding: 0;
}
.section_block .sb_wrap:after {
    content: "";
    clear: both;
    display: block;
}
.sb_wrap ol{
    padding-left: 15px;
}
.news_item .cover {
    float: left;
    margin: 0 20px 0 0;
}
.news_item .desc {
    overflow: hidden;
}

.main-author {
    color: #3f84b5;
    text-decoration: underline;
    font-weight: bold;
}
.main-b1-bold {
    color: #2e3192;
    text-decoration: none;
    font-weight: bold;
}

.book_news_item .title {
    border-bottom: 1px dotted #000;
    padding: 0 0 15px 15px;
    margin: 0 0 15px 0;
}
.book_news_item .also {
    padding: 0 0 10px 15px;
    color: #2e3192;
}
.book_news_item .desc {
    text-indent: 15px;
}

.h404 {
    font-size: 18px;
    min-height: 50px;
    position: relative;
    z-index: 100;
}

/* Breadcrumbs */
.breadcrumbs {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}
.breadcrumbs li {
    display: inline;
}
.breadcrumbs li:before {
    content: "\002F";
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 0 5px;
}
.breadcrumbs li:first-child:before {
    display: none;
}
.breadcrumbs li a {
    text-decoration: underline;
    color: #2e3192;
}
.breadcrumbs li a:hover {
    text-decoration: none;
}

.overlay {
    min-height: 100%;
    background: #000;
    opacity: 0.3;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 998;
    display: none;
    cursor: pointer;
}

#feedback_send_message {margin-bottom: 10px}

.p_register .row {
    padding: 0 0 0 5px;
    border-bottom: 1px dotted #000;
    margin: 0 -5px 15px -5px;
}
.p_register .row:after {
    content: "";
    display: block;
    clear: both;
}
.p_register .row label {
    float: left;
    width: 150px;
    color: #2e3192;
    padding-bottom: 10px;
}
.p_register .row label .required {
    color: #000;
}
.p_register .row .inp {
    text-indent: 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
}
.p_register .row select {
    padding: 0 5px;
    font-size: 12px;
}
.p_register .row textarea {
    height: 95px;
    text-indent: 10px;
    padding-top: 5px;
    font-size: 11px;
}
.p_register .row .inp {
    width: 70%;
    resize: vertical;
    box-sizing: border-box;
}

.p_register .row .input {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}
.p_register .row .error {
    background: #ffe8e8;
}
.p_register .submit {
    padding: 0 0 15px 0;
}
.p_register .row .error_message {
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 3px;
}

.read_end {
    text-align: center;
}
.error_message {
    font-size: 11px;
    color: #ff0000;
}

.book_readers_iframe {
    max-width: 820px;
    padding: 25px 0 0 0;
}
.book_readers_iframe .litres_fragment_body .book-reader-wrapper {
    background: transparent;
}

/* Баннеры */
.top_banner-desktop{margin: 20px auto 0; padding: 0 10px 0 286px; font: inherit;display:block;}
.top_banner-mobile{display: none}
.bottom_banners{width: 100%;height: auto;margin:-10px 0 20px 0;padding:0 10px;box-sizing: border-box;}
.bottom_banner-mobile{display:none}
.mid_banner-mobile {display: none;}
.mid_banner-mb {margin: 0 0 30px;}
.mid_banner-mt {margin: 30px 0 0;}

.sticky_banner {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 7;
    transition: all .8s ease;
    max-width: calc(100% - 280px);
    margin-left: auto;
    padding-top: 14px;
    display: none;
}

.sticky_banner-disable {
    position: fixed;
    bottom: -400px;
}

.sticky_banner_btn {
    position: absolute;
    display: inline-block;
    left: 0;
    top: -4px;
    width: 45px;
    height: 20px;
    background-color: white;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    z-index: 8;
}

.sticky_banner_btn:before {
    content: '';
    position: absolute;
    top: 16%;
    left: 50%;
    border: solid #161614;
    border-width: 0 2.6px 2.6px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg) translate(-50%, 25%);
    opacity: .7;
    transition: opacity .3s ease;
}

.sticky_banner_btn:hover.sticky_banner_btn:before{
    opacity: 1;
}

.sticky_banner_wrap {
    padding: 2px 10px 0;
    background-color: white;
    box-shadow: -5px 0 20px 2px rgba(34, 60, 80, 0.14);
}

.main_banner {
    margin: 14px 0 0 285px;
}
.main_banner img {
    max-width: 750px;
    width: 100%;
    height: auto;
}

.side_banner a {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 250px;
}
.side_banner img {
    max-width: 250px;
    height: auto;
}
.add_banner {
    margin-bottom: 20px;
    font-size: large;
}

.litresHeaderBanner {border: 1px solid #f3e8de;}
.litresHeaderBanner__link {width: 100%;height: 100%;position: relative;z-index: 1;}
.litresHeaderBanner__link_tablet {display: none;}
.litresHeaderBanner__link_mobile {display: none;}
.litresHeaderBanner__img {width: 100%;height: auto;display: block;}

/*Форма обратной связи*/
.feedback_add_form .row {margin-bottom: 12px}
.feedback_add_form .row label{display: inline-block; margin-bottom: 5px}
.feedback_add_form input{width: 100%; max-width: 400px}
.feedback_add_form input[name="captchaKey"]{width: auto;padding: 0 10px}
.feedback_add_form .inp_required{ box-sizing: border-box;padding: 0 10px}
.inp_text .inp_required{padding: 4px 10px}
.t_error{padding: 0; color: red}



/* [151347] Fenzin. Заменить виджет Лайфлиба на партнерский виджет Литрес */
.read_online_h2 {
    margin-bottom: -25px;
    margin-top: 20px;
}

/* [151359] Фензин. Добавить шаринг в социальные сети */
.share_socials {
    padding: 10px 0 15px 0;
}
.share_socials .label {
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 13px 3px 0;
}
.addthis_inline_share_toolbox_6cdz {
    display: inline-block;
    vertical-align: top;
}
.share_socials .at-resp-share-element .at-share-btn {
    margin: 0 4px 5px;
}

#review_send {
    font-size: 16px;
    color: coral;
}

.global_auth_form-error .input {
    border: 1px solid #e22524;
}

.global_auth_form-error .error_txt {
    text-align: right;
    font-size: 11px;
    margin: -3px 0 5px;
    padding-right: 7px;
    color: #e22524;
}

.litres_widgets_full_book, .row_mp3_download {
    margin-bottom: 12px;
}
