/* Тулбар для or3 читалки */

.toolbar {height:50px; width:100%; position:fixed; top:0; background:#ffffff; color:#3B393F;	font-family:Arial;	font-size:14px; line-height:50px; vertical-align:middle; box-shadow:0 1px 3px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.1);}
.toolbar .art-page-link {cursor:pointer; text-decoration:none; color:#3B393F; max-width:calc(100% - 220px); display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.toolbar .art-page-link:before {content:'';border-left:solid #767579 2px;border-bottom:solid #767579 2px;width:8px;height:8px;display:inline-block;transform:rotate(45deg); margin-left:23px; margin-right:7px;}
.toolbar .art-page-link:hover:before {content:'';border-left:solid #9D9C9F 2px;border-bottom:solid #9D9C9F 2px;}
.toolbar .art-page-link:hover {cursor:pointer; text-decoration:none; color:#767579;}

.smaller-scale-button {margin-right:20px;}
.larger-scale-button {margin-right:30px;}
.scale-buttons-wrapper {display:inline-block; float:right;}

.scale-button {background:none; cursor:pointer; height:50px; vertical-align:top; outline:none;}
.button-caption {font-family:Arial; font-size:14px;}
.scale-button svg, .scale-button .button-caption {display:inline-block; line-height:50px; vertical-align:middle;}
.smaller-scale-button svg {margin-right:2px;}

.scale-button svg .svg-g {stroke:#767579;}
.scale-button .button-caption {color:#3B393F;}

.scale-button:hover svg .svg-g {stroke:#9D9C9F;}
.scale-button:hover .button-caption {color:#767579;}

.scale-button.disabled {pointer-events:none;}
.scale-button.disabled svg .svg-g {stroke:#C9C8CA;}
.scale-button.disabled .button-caption {color:#C4C4C6;}

/* [167120] дополнение - добавить снизу полоску с кнопкой купить */
.toolbar_bottom{height:40px; width:100%; position:fixed; bottom:0; background:#ffffff; color:#3B393F;	font-family:Arial;	font-size:14px; line-height:50px; vertical-align:middle; box-shadow:0 -2px 3px 0 rgba(0,0,0,0.2), 0 2px 10px 0 rgba(0,0,0,0.1);}
.toolbar_bottom .container{max-width:1280px; margin:0 auto;}
.toolbar_bottom .art-caption{cursor:pointer; text-decoration:none; color:#3B393F; max-width:calc(100% - 220px); display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; font-size:12px; margin-left:30px; line-height:40px;}
.toolbar_bottom .btn-buy{margin:5px 30px 0 20px; float:right; display:block; height:30px; font:12px/30px 'Arial'; padding:0 15px; font-weight:bold; text-decoration:none; background:#0e920e; color:#fff; text-transform:uppercase; transition:all 0.3s ease 0s; text-decoration:none;}
.toolbar_bottom .btn-buy:hover{background:#0b750b;}

/* aldebaran theme */
.aldebaran_theme .btn-buy{background:#ff1a74;}
.aldebaran_theme .btn-buy:hover{background:#fd4a91;}