

.block {
    margin: 50px;
    background: #555;
    height: 300px;
}

.content__main__book--item {
    margin-top: 50px;
}




html {
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "-apple-system",BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    margin: 0;
}

.full-width {
    width: 100% !important;
}

.content__main__book--item--content--player .player--buttons {
    width: 58%;
    margin-right: 10px;
    float: left;
}

.container__remaining-width {
    width: auto;
    overflow: hidden;
}

.player--buttons {
    white-space: nowrap;
    font-size: 0;
}

button, select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    appearance: button;
    cursor: pointer;
}

.button__player.button__player--back-text .icon, .button__player.button__player--forward-text .icon {
    width: 10px;
    margin-top: -2px;
    vertical-align: middle;
}

.button__player .icon {
    height: 100%;
    fill: #0087bb;
}

svg:not(:root) {
    overflow: hidden;
}

.icon {
    width: 15px;
    height: 15px;
}

.player--buttons-onefile .button__player--play {
    width: 40%;
}

.player--buttons-onefile .button__player {
    width: 32% !important;
}

.button__player.button__player--play {
    width: 26.4%;
}

.button__player {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: transparent;
    height: 40px;
    line-height: 38px;
    font-size: 13px;
    padding: 0;
    border: 1px solid #cee5f3;
    border-radius: 3px;
    width: 18.4%;
    margin-right: 2%;
    font-weight: 500;
    color: #2777a7;
}

/* .player--buttons-onefile .button__player--forward-text {
    margin-right: 0;
} */

.player .volume__hor, .player .speed__hor {
    float: left !important;
    margin-right: 4%;
    width: 39%;
}

.volume__hor, .speed__hor {
    overflow: hidden;
}

.speed__standart, .speed__hor {
    display: block;
    position: relative;
    width: 100%;
    background-color: #e9f3f9;
}

.volume__hor, .speed__hor {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.volume__hor--track, .speed__hor--track {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: #b3daf1;
}

.volume__hor .ui-slider-handle, .speed__hor .ui-slider-handle, .player__volume .ui-slider-handle, .player__speed .ui-slider-handle {
    display: none;
}

.player .player__timer {
    width: 14%;
    height: 40px;
    float: left;
    background-color: #fafafa;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}


.page--track {
    min-height: 169px;
    max-height: 169px;
    border: 1px solid #cee5f3;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 2px;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.chapter__current, .chapter__init {
    background-color: #e9f3f9 !important;
    color: #2777a7;
}

.chapter__default {
    display: block;
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 44px;
    font-size: 14px;
    color: #404040;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.chapter__default .chapter__default--button {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    height: 100%;
}

.chapter__default .chapter__default--time {
    float: right;
    position: relative;
    z-index: 3;
    font-size: 13px;
    margin-left: 15px;
}

.chapter__default .chapter__default--title {
    position: relative;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chapter__current .chapter__default--progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #b3daf1;
}

.button__player:last-child {
    margin-right: 0px;
}

* {
    box-sizing: border-box;
}

.volume_value, .speed_value {
    display: inline-block;
    user-select: none;
}

button, input, textarea {
    outline: none;
}

.volume__standart, .volume__hor {
    display: block;
    position: relative;
    width: 100%;
    background-color: rgb(233, 243, 249);
}

.volume__hor .volume_value, .speed__hor .speed_value {
    font-weight: 500;
    color: rgb(39, 119, 167);
    font-size: 14px;
    z-index: 2;
    position: relative;
    line-height: 35px;
}

.button__player span {
    padding: 0px 3px;
}

.player .player__timer .icon {
    height: 100%;
    fill: rgb(106, 125, 144);
}

.volume__hor .icon {
    display: inline-block;
    width: 15px;
    height: 100%;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
    z-index: 2;
    position: relative;
    fill: rgb(0, 135, 187);
}

.button__player--play .icon-play, .button__player--play.playing .icon-pause {
    display: inline-block;
}

.mobile__popup.open {
    display: flex;
}

.mobile__popup {
    display: none;
    position: fixed;
    inset: 0px;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    padding: 36px 24px;
    flex-wrap: wrap;
    align-content: flex-end;
}

.mobile__popup--button {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    color: rgb(247, 92, 3);
    border-radius: 5px;
}

.mobile__popup--content {
    padding: 35px;
    margin-bottom: 15px;
    position: relative;
}

.mobile__popup--content, .mobile__popup--button {
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
}

.mobile__popup.mobile__popup--timer .mobile__popup--content--caption {
    margin-bottom: 0px;
}

.mobile__popup.mobile__popup--speed .mobile__popup--content--caption, .mobile__popup.mobile__popup--timer .mobile__popup--content--caption {
    text-align: center;
    font-size: 20px;
}

.mobile__popup--content--caption {
    display: block;
    font-size: 16px;
    color: rgb(72, 72, 72);
    font-family: "Fira Sans", sans-serif;
    margin-bottom: 50px;
    font-weight: 600;
}

.mobile__popup--content--caption-small {
    display: block;
    margin: 0px auto;
    padding-top: 5px;
    color: rgb(155, 156, 158);
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.mobile__popup--content .timer__wrapper {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
    user-select: none;
}

.mobile__popup--content .timer__wrapper__wrapper:first-child {
    margin-bottom: 20px;
}

.mobile__popup--content .timer__wrapper__wrapper {
    position: relative;
    width: 200px;
    margin: 0px auto;
    height: 60px;
}

.mobile__popup .speed__control, .mobile__popup .timer__control {
    border: 1px solid rgb(0, 135, 187);
    background-color: rgb(251, 253, 255);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.mobile__popup .speed__control, .mobile__popup .timer__control {
    border: 1px solid rgb(0, 135, 187);
    background-color: rgb(251, 253, 255);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.mobile__popup .icon-plus {
    float: right;
}

.mobile__popup--content .timer__text {
    position: relative;
    display: inline-block;
    transform: translateY(-50%);
    top: 40%;
    padding: 0px 20px;
    font-weight: 700;
    font-size: 24px;
    color: rgb(72, 72, 72);
    min-width: 50px;
}

.mobile__popup--content--button.button-start {
    background-color: rgb(69, 170, 82);
}

.mobile__popup--content--button.button-stop {
    background-color: rgb(247, 92, 3);
}

.player__timer.run {
    background-color: rgb(247, 92, 3) !important;
}

.player__timer.run .icon {
    fill: rgb(255, 255, 255) !important;
}

.mobile__popup--content--button {
    user-select: none;
    cursor: pointer;
    display: block;
    height: 56px;
    line-height: 56px;
    width: 100%;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(69, 170, 82);
    border-radius: 3px;
    font-size: 16px;
}

.mobile__popup--content .timer__text span {
    display: block;
    clear: both;
    font-weight: normal;
    color: rgb(155, 156, 158);
    font-size: 14px;
}

.speed__control .icon, .timer__control .icon {
    width: 20px;
    height: 100%;
}

.mobile__popup .icon-plus {
    float: right;
}

.mobile__popup.mobile__popup--timer.run .timer__control {
    opacity: 0;
    pointer-events: none;
}

.chapter__default .chapter__last--time {
    float: right;
    position: relative;
    z-index: 3;
    font-size: 13px;
    margin-left: 15px;
}

.chapter__default.chapter__current .chapter__last--time {
    display: none;   
}

.page--track.player--track .src_track {
    display: none;
}

.speed__control .icon, .timer__control .icon {
    fill: rgb(0, 135, 187);
    width: 20px;
    height: 100%;
}

.menu__player--wrapper {
    float: left;
    position: relative;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}

.link__action {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #2777a7;
}

.icon-arrow-left {
    transform: rotate(90deg);
}

.icon-close {
    fill: #0087bb;
}

.menu__player--wrapper .player__wrapper {
    padding: 8px 0;
    cursor: pointer;
}

.player__wrapper .player__sliders {
    float: right;
    padding: 2px 0;
    margin-left: 10px;
    z-index: 3;
    overflow: visible;
}

.player__wrapper .player__volume {
    z-index: 100;
    width: 63px;
    text-align: center;
    line-height: 30px;
    color: #2777a7;
    font-size: 12px;
    height: 31px;
}

.player__wrapper .player__volume, .player__wrapper .player__speed {
    background-color: #e9f3f9;
    font-weight: 500;
}

.player__wrapper .player__timer, .player__wrapper .player__volume, .player__wrapper .player__speed {
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
}

.player__wrapper .volume_value, .player__wrapper .speed_value {
    font-weight: 500;
    color: #2777a7;
    font-size: 12px;
    z-index: 2;
    position: relative;
    line-height: 31px;
}

.player__wrapper .player__slider {
    position: absolute;
    display: none;
    height: 80px;
    width: 100%;
    top: 30px;
    left: 0;
    background: #e9f3f9;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid rgba(156, 206, 255, 0.4);
    box-shadow: -1px 2px 3px 0px rgb(50 50 50 / 5%);
}

.player__wrapper .player__slider .player__slider--value {
    background: #b3daf1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.menu__player--wrapper .menu__player--block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgb(144 161 169 / 47%);
    border-radius: 0 0 3px 3px;
    bottom: 0;
    padding-top: 50px;
    display: none;
}

.menu__player--wrapper .menu__player--content {
    position: relative;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    border-radius: 0 0 3px 3px;
    background: #fff;
}

.menu__player--wrapper .menu__player--content .menu__player--content-small {
    margin-bottom: 15px;
    padding-top: 10px;
}

.menu__player--wrapper .menu__player--content .book--chapter-current-title {
    display: block;
    font-weight: 700;
    color: #333;
    font-size: 15px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu__player--wrapper .book__player--progress {
    position: relative;
    padding-top: 25px;
}

.menu__player--wrapper .player-time-current {
    left: 0;
}

.menu__player--wrapper .menu__player--content--time {
    font-size: 12px;
    color: #5c6d7e;
    font-weight: normal;
    position: absolute;
    top: 0;
}

.menu__player--wrapper .menu__player--content .progress__bar {
    margin-bottom: 15px;
}

.progress__bar, .progress__bar .progress__bar--progress {
    width: auto;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
}

.progress__bar {
    display: block;
    position: relative;
    background-color: #CFE1EE;
}

.progress__bar .progress__bar--progress {
    background-color: #0087bb;
    position: relative;
    width: 0;
    transform: translateZ(0);
    will-change: transform;
}

.progress__bar .progress__bar--progress, .progress__bar .progress__bar--pin {
    display: block;
}

.progress__bar .progress__bar--pin {
    position: absolute;
    top: 50%;
    margin-left: -5px;
    -ms-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    will-change: transform;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #0087bb;
    border-radius: 100%;
    outline: none;
    box-shadow: 0 2px 5px 0 #95caff;
}

.button__player.button__player--back, .button__player.button__player--forward {
    width: 14.4% !important;
}

.player__wrapper .player__timer .icon {
    height: 100%;
    fill: #6a7d90;
}

.player__wrapper .player__volume .icon {
    display: inline-block;
    width: 14px;
    height: 100%;
    vertical-align: top;
    position: relative;
    fill: #0087bb;
}

.player__wrapper .player__timer, .player__wrapper .player__speed {
    margin-left: 5px;
}

.player__wrapper .player__timer {
    text-align: center;
    width: 35px;
    height: 31px;
    background-color: #fafafa;
}

.player__wrapper .player__speed {
    width: 45px;
    color: #2777a7;
    font-size: 13px;
    text-align: center;
    height: 31px;
}

.player__wrapper--bar--image:before, .player__wrapper .player__picture:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.player__wrapper .player__picture .icon {
    content: '';
    position: absolute;
    width: 11px;
    height: 15px;
    top: 50%;
    left: 50%;
    fill: #fff;
    color: #fff;
    transform-origin: 0 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    will-change: transform;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}


.player__wrapper .player__picture {
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    left: 0;
    z-index: 10;
    border-radius: 3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.button__player--play .icon-pause, .button__player--play.playing .icon-play {
    display: none;
}

.header__main {
    z-index: 20;
    position: fixed;
    width: 100%;
    top: 0;
    user-select: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.player__wrapper .player__title {
    padding-left: 45px;
    font-size: 13px;
    color: #2777a7;
    font-weight: 500;
}

.menu__player--wrapper .player-time-duration {
    right: 0;
}

.player__wrapper .player__title .player__title--main {
    position: relative;
}

.player__wrapper .player__title .player__title--main, .player__wrapper .player__title .player__title--small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block {
    margin: 50px;
    background: #555;
}

.player__wrapper .player__speed.active .player__slider, .player__wrapper .player__volume.active .player__slider {
    display: block;
}

.player__wrapper .player__volume.active, .player__wrapper .player__speed.active {
    border-radius: 3px 3px 0px 0px;
    box-shadow: rgb(50 50 50 / 5%) -1px 2px 3px 0px;
}

.player__wrapper .player__slider .player__slider--value {
    background: rgb(179, 218, 241);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    border-radius: 0px 0px 3px 3px;
}

.player__wrapper .player__speed .player__slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(0, 135, 187);
    bottom: 50%;
    left: 0px;
    z-index: 1;
}

.player--buttons-onefile .button__player--forward, .player--buttons-onefile .button__player--back {
    display: none;
}

.book--player .volume__hor, .book--player .speed__hor {
    margin-right: 4%;
    width: 39%;
    float: left !important;
}

.player__wrapper--bar.buttons-open .icon.button-open {
    transform: none;
}


.icon-arrow-up {
    transform: rotate(180deg);
}

.menu__player--wrapper .menu__player--content .button__open {
    height: 40px;
    line-height: 38px;
    margin-bottom: 15px;
}

.button__open {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 90px;
    padding: 0px;
    border-radius: 3px;
    border: 1px solid rgb(187, 216, 232);
    font-size: 13px;
    color: rgb(39, 119, 167);
    text-align: center;
    overflow: hidden;
    background-color: transparent;
}

.button__open .icon-arrow {
    margin-left: 5px;
    height: 5px;
    width: 9px;
}

.icon.icon-arrow {
    display: inline-block;
    position: relative;
    content: "";
    width: 7px;
    height: 4px;
    top: -1px;
    margin-left: 6px;
    fill: currentcolor;
}

.player__wrapper--bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(240,240,240,1);
    z-index: 2;
    display: none;
    border-top: 1px solid rgba(0,0,0,.0975);
    padding: 10px;
    will-change: transform;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.player__wrapper--bar--image {
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.player__wrapper--bar--image:before, .player__wrapper .player__picture:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.player__wrapper--bar--image .player-loader, .player__wrapper--bar--image .percent-number {
    display: none;
}

.player__wrapper--bar--caption {
    font-size: 16px;
    color: #2777a7;
    font-weight: 500;
    padding-top: 4px;
}

.player__wrapper--bar--caption, .player__wrapper--bar--author {
    clear: both;
    float: left;
    padding-left: 65px;
    padding-right: 40px;
    white-space: nowrap;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.player__wrapper--bar--author {
    font-size: 14px;
    color: #5c6d7e;
}

.player__wrapper--bar--caption, .player__wrapper--bar--author {
    clear: both;
    float: left;
    padding-left: 65px;
    padding-right: 40px;
    white-space: nowrap;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.player__wrapper--bar .icon.button-open {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 14px;
    fill: #2777a7;
}


.content__main__articles--item, .content__main__book--item, .content__main__side--item {
    background-color: #fff;
}

.content__main__book--item {
    position: relative;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.caption__article-main {
    color: #000;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 8px;
}

.caption__live, .caption__side, .caption__article-main, .caption__article-main--book {
    display: block;
    width: 100%;
    font-weight: 500;
    font-family: 'Fira Sans',sans-serif;
}

.playlist--show .caption__article-title, .playlist--show .caption__article-author {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 21px;
    margin-bottom: 0;
}

.container__remaining-width {
    width: auto;
    overflow: hidden;
}

.tooltip__wrapper {
    display: inline-block;
    position: relative;
}

.link__author, .link__reader, .link__series {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.link__author .icon, .link__reader .icon, .label__fl .icon, .link__series .icon, .link__subscribe .icon {
    position: relative;
    margin-right: 5px;
    top: 1px;
    width: 12px;
    height: 14px;
    fill: rgb(121, 143, 164);
}

.link__author span, .link__reader span {
    border-bottom: 2px dotted rgb(188, 237, 255);
    padding-bottom: 2px;
}

.tooltip__wrapper .tooltip__main {
    display: none;
}

.tooltip__main {
    margin-right: 30px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 3px;
    width: 190px;
    text-align: center;
    box-shadow: rgb(144 161 169 / 47%) 0px 0px 18px 0px;
}

.tooltip__wrapper .ls-vote {
    display: block;
    text-align: center;
}

.ls-vote {
    display: inline-block;
}

.tooltip__wrapper .ls-counter {
    float: none;
    display: inline-block;
}

.ls-counter.ls-vote-item-up {
    color: rgb(69, 170, 82);
    border-color: rgb(166, 216, 172);
}

.ls-counter {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 65px;
    height: 35px;
    line-height: 33px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border-color: rgb(255, 255, 255);
    font-size: 14px;
    user-select: none;
    overflow: hidden;
}

.ls-counter.ls-vote-item-down {
    color: rgb(125, 146, 166);
    border-color: rgb(205, 217, 228);
}

.ls-counter:last-child {
    margin-right: 0px;
}

.ls-counter.ls-vote-item-down .icon {
    stroke: rgb(125, 146, 166);
    margin-top: -2px;
}

.ls-counter .icon {
    vertical-align: middle;
    margin-top: -5px;
    fill: transparent;
    width: 16px !important;
    height: 16px !important;
}

.player__wrapper .player__title .player__title--main .wrapper {
    width: auto;
    padding: 0px;
    float: none;
    white-space: nowrap;
}


.button__player.button__player--play .icon, .player__wrapper--bar .button__player.button__player--back-text .icon {
    width: 14px;
}

.player__wrapper .player__title {
    padding-left: 45px;
    font-size: 13px;
    color: rgb(39, 119, 167);
    font-weight: 500;
}

.player__wrapper--bar--image .icon {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 50%;
    left: 50%;
    color: rgb(255, 255, 255);
    fill: rgb(255, 255, 255);
    transform: translateX(-50%) translateY(-50%);
}

.mobile__popup.mobile__popup--speed .speed_controls {
    text-align: center;
    font-weight: 700;
    color: rgb(109, 110, 111);
    font-size: 22px;
    padding-top: 35px;
    display: block;
    line-height: 45px;
}

.mobile__popup--button.mobile__popup--button--save {
    background-color: rgb(237, 255, 239);
    color: rgb(69, 170, 82);
    margin-bottom: 10px;
    user-select: none;
}

.menu__player--wrapper .menu__player--content-chapters.open {
    max-height: 300px;
    display: block;
    padding-bottom: 20px;
}

.menu__player--wrapper .menu__player--content-chapters {
    max-height: 0px;
    display: none;
    overflow: auto;
}

.menu__player--content-chapters > .mobile__button--close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 0px 25px;
    height: 80px;
    z-index: 9999;
}

.menu__player--content-chapters > .mobile__button--close .icon {
    width: 20px;
    height: 100%;
}

.global__popup--content {
    width: 100%;
    height: calc(100% - 55px);
    min-height: 65px;
    position: relative;
    overflow: auto;
}

.menu__player--wrapper .menu__player--content-chapters .chapter__default {
    margin-bottom: 0px;
}

.button__open.open {
    background-color: rgb(0, 135, 187);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 135, 187);
}

.hidden {
    display: none !important;
}

.content__main__book--item .caption__article-author {
    display: none;
}

.link__action {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: rgb(39, 119, 167);
}

.wrapper--history-menu {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: rgb(92, 109, 126);
}

.wrapper--history-menu .icon-percent {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    top: 1px;
}

.link__action--label--listen .icon-percent {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: rgb(106, 125, 144);
    vertical-align: text-top;
}

.wrapper--history-menu {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: rgb(92, 109, 126);
}

.container__remaining-width {
    width: auto;
    overflow: hidden;
}

.ls-counter.ls-favourite {
    border-color: rgb(243, 204, 116);
    color: rgb(255, 191, 0);
}

.ls-counter {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 65px;
    height: 35px;
    line-height: 33px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border-color: rgb(255, 255, 255);
    font-size: 14px;
    user-select: none;
    overflow: hidden;
}

.ls-counter.ls-favourite .icon {
    stroke: rgb(255, 167, 0);
    stroke-width: 1.8;
    margin-top: -4px;
    width: 18px;
}

.ls-counter .icon {
    vertical-align: middle;
    margin-top: -5px;
    fill: transparent;
    width: 16px !important;
    height: 16px !important;
}

.ls-counter .counter-number {
    margin-left: 3px;
    font-size: 14px;
    font-weight: 500;
}

.ls-favourite-count {
    color: rgb(199, 127, 5);
}

.ls-counter.ls-vote-item-up .icon {
    stroke: rgb(69, 170, 82);
}

.ls-counter.ls-vote-item-up {
    color: rgb(69, 170, 82);
    border-color: rgb(166, 216, 172);
}

.ls-counter.ls-favourite:hover, .ls-counter.ls-favourite:active {
    border-color: rgb(214, 177, 94);
    stroke: rgb(255, 167, 0);
}

.ls-counter.ls-vote-item-up:hover {
    border-color: rgb(78, 185, 92);
}

.ls-counter.ls-vote-item-down:hover {
    border-color: rgb(145, 166, 187);
}

.cover__wrapper--image img {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
    background-color: rgb(235, 235, 235);
}

.cover__wrapper--buttons {
    font-size: 0px;
}

.tooltip__wrapper {
    display: inline-block;
    position: relative;
}

.link__author, .link__reader, .link__series {
    display: inline-block;
    position: relative;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.tooltip__wrapper .tooltip__main {
    display: none;
}

.tooltip__main {
    margin-right: 30px;
    background-color: rgb(255, 255, 255);
    position: relative;
    border-radius: 3px;
    width: 190px;
    text-align: center;
    box-shadow: rgb(144 161 169 / 47%) 0px 0px 18px 0px;
}

.tooltip__wrapper .ls-vote {
    display: block;
    text-align: center;
}

.link__author:hover, .link__reader:hover, .link__series:hover {
    color: rgb(35, 82, 124);
    text-decoration: none;
}

a:active, a:hover {
    outline: 0px;
}

.link__author span, .link__reader span {
    border-bottom: 2px dotted rgb(188, 237, 255);
    padding-bottom: 2px;
}

a {
    color: rgb(39, 119, 167);
    text-decoration: none;
}

.pull-left {
    float: left !important;
}

.menu__player--wrapper .link__backtobook {
    display: inline-block;
}

.ls-button {
    display: inline-block;
    background: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    color: rgb(0, 135, 187);
    border: 1px solid rgb(0, 135, 187);
    padding: 0px 15px;
    height: 36px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
}

.js-book-data .ls-counter {
    margin-right: 10px;
    height: 40px;
    line-height: 38px;
}







@media screen and (min-width: 769px) {
    .chapter__default:hover {
        background-color: #f8f8f8;
    }

    .mobile__button--close {
        display: none !important;
    }

    .book--table {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-top: 20px;
    }

    .book--table > .container__remaining-width {
        display: table-cell;
        vertical-align: middle;
        overflow: visible;
    }
    
    .player__timer, .player__speed {
        z-index: 999;
    }

    .page--track {
        max-height: 211px !important;
        margin-top: 15px;
    }

    .button__player:hover, .button__player:active {
        background-color: rgb(246, 250, 255);
    }

    .mobile__popup.mobile__popup--timer.open {
        align-content: center;
        display: flex !important;
    }

    .item__mobile, .mobile__popup {
        display: none !important;
    }

    .mobile__popup.mobile__popup--timer .mobile__popup--content {
        max-width: 420px;
        margin: 0px auto;
    }

    .mobile__popup--content {
        padding: 35px;
        margin-bottom: 15px;
        position: relative;
    }

    .mobile__popup--content, .mobile__popup--button {
        width: 100%;
        float: left;
        background-color: rgb(255, 255, 255);
        border-radius: 5px;
    }

    .menu__player--wrapper {
        max-width: 39%;
        min-width: 34%;
        background: #fff;
    }

    .menu__player--wrapper .link__backtobook {
        margin-right: 10px;
        padding: 0 12px;
        color: #5c6d7e;
        border-color: #d6dde4;
        float: left;
        line-height: 38px;
        height: 40px;
    }

    .menu__player--wrapper .link__backtobook {
        display: inline-block;
    }

    .menu__player--wrapper .link__backtobook .icon {
        margin-right: 6px;
        fill: #848484;
        vertical-align: middle;
        margin-top: -3px;
    }

    .player__wrapper .container__remaining-width {
        z-index: 3;
        height: 35px;
        position: relative;
        height: 100%;
    }

    .menu__player--wrapper .menu__player--block.open {
        display: block;
    }

    .menu__player--wrapper .menu__player--content .menu__player--content-small {
        min-height: 95px;
    }

    .player__wrapper .container__remaining-width {
        z-index: 4;
        height: 35px;
    }

    .header__main {
        box-shadow: 0 2px 28px 0px rgb(77 103 116 / 10%);
    }

    .player__wrapper--bar.open.buttons-open {
        box-shadow: none;
    }

    .content__main__book--item, .content__main__side--item, .content__main__articles--item {
        padding: 15px;
        border-left: 0;
        border-right: 0;
    }

    .mobile_content .menu__player--wrapper {
        display: none !important;
    }

    .book--table {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-top: 20px;
    }

    .content__main__book--item .book--cover {
        width: 240px;
        padding-right: 25px;
        border-radius: 3px;
    }

    .book--table > .container__remaining-width {
        display: table-cell;
        vertical-align: middle;
        overflow: visible;
    }


    .content__main__book--item .book--bottom {
        margin-top: 20px;
        width: 100%;
        position: relative;
        display: table;
        table-layout: fixed;
    }

    .content__main__book--item .cover__wrapper--buttons {
        display: table-cell;
        width: 240px;
        padding-right: 25px;
    }
    .menu__player--wrapper .menu__player--content .menu__player--content-small .tooltip__wrapper {
        padding-bottom: 10px;
        max-width: 48%;
    }

    .menu__player--wrapper .menu__player--content .menu__player--content-small .tooltip__wrapper a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        line-height: 26px;
    }

    .tooltip__wrapper .tooltip__main {
        display: none;
        position: absolute;
        left: 50%;
        top: 5px;
        padding: 10px;
        transform: translateX(-50%);
        z-index: 3;
        margin-top: 2.1em;
    }

    .tooltip__wrapper:hover .tooltip__main {
        display: block;
    }

    .menu__player--wrapper .link__backtobook {
        margin-right: 10px;
        padding: 0px 12px;
        color: rgb(92, 109, 126);
        border-color: rgb(214, 221, 228);
        float: left;
        line-height: 38px;
        height: 40px;
    }

    .player__wrapper .player__title .player__title--small {
        font-weight: normal;
        color: rgb(73, 85, 92);
        font-size: 10px;
        text-transform: uppercase;
        white-space: nowrap;
    }
}











@media screen and (max-width: 768px) {
    .button__player--forward-text {
        margin-right: 2% !important;
    }
    
    .content__main__book--item--content--player {
        display: block;
        order: 5;
        margin-top: 0px;
        margin-bottom: 12px;
    }

    .content__main__book--item--content--player .player--buttons {
        margin-bottom: 12px;
        margin-right: 2%;
        width: 100% !important;
    }

    .button__player--speed {
        width: 14%;
    }

    .menu__player--wrapper {
        display: none !important;
        position: fixed !important;
        left: 0;
        bottom: 70px;
        width: 100% !important;
        height: 220px !important;
        background: #fff;
        border-top: 1px solid rgb(234, 234, 234);
        z-index: 9999;
    }

    .player__wrapper--bar.open {
        display: block;
        user-select: none;
        z-index: 100;
    }

    .playlist--show .book--header {
        position: relative;
        padding-left: 95px;
        height: 84px;
    }

    .playlist--show .book--header .caption__article-main-mobile--container {
        max-height: 63px;
        overflow: hidden;
    }

    .playlist--show .caption__article-main {
        display: none;
    }

    main .content__main__articles h1 {
        text-align: center;
        font-size: 24px;
    }

    .caption__article-main {
        font-size: 20px;
        line-height: 26px;
    }

    .playlist--show .book--cover {
        position: absolute;
        left: 15px;
        top: 18px;
        border-radius: 2px;
    }

    .playlist--show .book--player {
        margin-top: 15px;
    }
    
    .playlist--show .book--player {
        margin-top: 15px;
    }

    .playlist--show .content__main__book--item--content--player {
        display: block;
        order: 5;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .playlist--show .content__main__book--item--content--player .player--buttons {
        width: 100% !important;
        margin-bottom: 12px;
        margin-right: 2%;
    }

    .menu__player--wrapper.open {
        display: block !important;
    }

    .mobile__title--chapters {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 80px;
        background: rgb(255, 255, 255);
        box-shadow: rgb(50 50 50 / 15%) 0px 5px 5px 0px;
        z-index: 9999;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 80px;
        font-weight: 700;
        font-size: 18px;
    }

    .menu__player--wrapper .link__backtobook {
        padding: 10px;
        z-index: 2;
        line-height: 30px;
        position: absolute;
        left: 10px;
        top: 0px;
        color: rgb(92, 109, 126);
        font-weight: 600;
    }

    .menu__player--wrapper .link__backtobook .icon {
        fill: currentcolor;
        vertical-align: middle;
        width: 14px;
        margin: -2px 2px 0px -2px;
    }

    .menu__player--wrapper .link__close {
        position: absolute;
        padding: 15px;
        right: 7px;
        top: 0px;
        z-index: 2;
    }

    .item__mobile {
        display: block !important;
    }

    .menu__player--wrapper .link__close .icon {
        fill: rgb(92, 109, 126);
    }

    .menu__player--wrapper .player__wrapper .player__volume {
        display: none;
    }

    .menu__player--wrapper .player__title--main .wrapper, .menu__player--wrapper .player__picture {
        display: none;
    }

    .menu__player--wrapper .player__title--main {
        height: 40px;
        line-height: 38px;
    }

    .menu__player--wrapper .player__wrapper {
        position: absolute;
        bottom: 15px;
        width: 100%;
        left: 0px;
        padding: 0px 20px;
    }

    .menu__player--wrapper .menu__player--block {
        padding-top: 35px;
    }

    .player__wrapper--bar.open {
        display: block;
        user-select: none;
        z-index: 100;
    }

    .player__wrapper .player__title {
        text-align: center;
        z-index: 2;
        border: 1px solid rgb(187, 216, 232);
        border-radius: 3px;
        padding: 0px;
        text-transform: none;
        font-size: 14px;
        -webkit-tap-highlight-color: rgba(111, 111, 111, 0.1);
    }

    .player__wrapper .player__desktop {
        z-index: 3;
    }

    .menu__player--wrapper .player__wrapper .player__speed, .menu__player--wrapper .player__wrapper .player__timer {
        line-height: 40px;
        height: 40px;
        min-width: 45px;
    }

    .progress__bar, .progress__bar .progress__bar--progress {
        height: 6px;
    }

    .player-open .player__wrapper--fade {
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 99;
    }

    .menu__player--wrapper .menu__player--block {
        display: block;
        bottom: 0px;
        box-shadow: none;
        border-radius: 0px;
    }

    .progress__bar .progress__bar--pin {
        width: 15px;
        height: 15px;
    }

    .player__wrapper .container__remaining-width {
        position: relative;
        height: 100%;
        overflow: hidden;
    }

    .menu__player--wrapper .menu__player--content-chapters.open {
        z-index: 1000;
        height: 100%;
        overflow: auto;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: rgb(255, 255, 255);
        max-height: 100% !important;
        transition-property: none !important;
    }

    .mobile__title--chapters {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 80px;
        background: rgb(255, 255, 255);
        box-shadow: rgb(50 50 50 / 15%) 0px 5px 5px 0px;
        z-index: 9999;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 80px;
        font-weight: 700;
        font-size: 18px;
    }
    
    .global__popup--content {
        /* height: 100vh; */
        padding: 95px 15px 10px;
    }

    .chapter__default {
        padding: 0px 12px;
    }

    .player--buttons-onefile .button__player {
        width: 23.5% !important
    }

    .content__main__book--item, .content__main__side--item, .content__main__articles--item {
        padding: 15px;
        border-left: 0px;
        border-right: 0px;
    }

    .playlist--show .book--header {
        position: relative;
        padding-left: 95px;
        height: 84px;
    }

    .playlist--show .book--header .caption__article-main-mobile--container {
        max-height: 63px;
        overflow: hidden;
    }

    .playlist--show .caption__article-main {
        display: none;
    }

    main .content__main__articles h1 {
        text-align: center;
        font-size: 24px;
    }

    .caption__article-main {
        font-size: 20px;
        line-height: 26px;
    }

    .playlist--show .caption__article-author {
        font-size: 15px;
        font-weight: normal;
        display: inline-block !important;
    }

    .playlist--show .caption__article-title, .playlist--show .caption__article-author {
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .content__main__book--item .cover__wrapper--buttons {
        margin-left: -8px;
        width: calc(100% + 16px);
    }

    .content__main__book--item .cover__wrapper--buttons .ls-favourite {
        width: calc(33.333% - 16px);
        height: 45px;
    }

    .content__main__book--item .cover__wrapper--buttons .ls-counter {
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 12px;
        height: 45px;
        line-height: 43px;
    }

    .content__main__book--item .cover__wrapper--buttons .ls-counter .icon {
        width: 18px;
        height: 18px;
    }

    .content__main__book--item .cover__wrapper--buttons .ls-vote {
        width: calc(66.666%);
        height: 45px;
    }

    .content__main__book--item .cover__wrapper--buttons .ls-vote .ls-counter {
        width: calc(49.999% - 16px);
    }

    .content__main__book--item .cover__wrapper--buttons .ls-counter {
        margin-right: 8px;
        margin-left: 8px;
        margin-bottom: 12px;
        height: 45px;
        line-height: 43px;
    }

    .content__main__book--item .cover__wrapper--buttons .ls-counter .counter-number {
        font-size: 15px !important;
    }

    .content__main__book--item .cover__wrapper--buttons {
        margin-left: -8px;
        width: calc(100% + 16px);
    }


    .playlist--show .cover__wrapper--image img {
        height: 100%;
        object-fit: cover;
    }

    .playlist--show .book--cover {
        position: absolute;
        left: 15px;
        top: 18px;
        border-radius: 2px;
    }

    .playlist--show .cover__wrapper--image {
        display: block;
        width: 84px;
        height: 84px;
        min-height: 0px;
    }

    .playlist--show .caption__article-title {
        white-space: normal;
        font-size: 18px;
        font-family: 'Fira Sans',sans-serif;
        text-overflow: ellipsis;
        display: flex !important;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .menu__player--wrapper .link__backtobook {
        padding: 10px;
        z-index: 2;
        line-height: 30px;
        position: absolute;
        left: 10px;
        top: 0px;
        color: rgb(92, 109, 126);
        font-weight: 600;
    }

    .menu__player--wrapper .link__close {
        position: absolute;
        padding: 15px;
        right: 7px;
        top: 0px;
        z-index: 2;
    }

    .item__mobile {
        display: block !important;
    }

    .mobile_content.player-open .chapter__default {
        height: 45px;
    }

}

.chapter-item.loading {
    opacity: 0.7;
    pointer-events: none;
}

.chapter-item.playing {
    background-color: #007bff !important;
    color: white !important;
}

.chapter-item.playing .badge {
    background-color: white !important;
    color: #007bff !important;
}

/* Індикатор завантаження */
.player-loading {
    position: relative;
}

.player-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}