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

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

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

.caption__article-main .icon {
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin-right: 5px
}

.content__article-main-link:hover .caption__article-main {
    color: #23527c !important
}

.caption__article-main--book {
    font-size: 18px
}

.caption__article-main--book .paging {
    margin-bottom: 0
}

.caption__article-main--additional {
    color: #717171;
    margin-left: 15px
}

.caption__article-preview {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #f75c03;
    color: #f75c03;
    text-transform: uppercase
}
.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 .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;
}
.volume_value, .speed_value {
    display: inline-block;
}
.mobile__popup .icon-plus {
    float: right;
}
.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;
}

@media screen and (max-width: 769px) {
    .progress__bar .progress__bar--pin {
        width: 15px;
        height: 15px;
    }
    .progress__bar, .progress__bar .progress__bar--progress {
        height: 6px;
    }

    .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;
    }
    .content__main__book--item, .content__main__side--item, .content__main__articles--item {
        padding-top: 15px;
        border-left: 0px;
        border-right: 0px;
    }

    .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-title {
        white-space: normal;
        font-size: 18px;
        font-family: "Fira Sans", sans-serif;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box !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;
    }
    .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!important;
    }
    .playlist--show .cover__wrapper--image img {
        height: 100%;
        object-fit: cover;
    }
    .playlist--show .book--player {
        margin-top: 15px;
    }

    .playlist--show .caption__article-author {
        font-size: 15px;
        font-weight: normal;
        display: inline-block !important;
    }
    .playlist--show .content__main__book--item--content--player {
        display: block;
        order: 5;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .playlist--show .content__main__book--item--content--player .player--buttons {
        margin-bottom: 12px;
        margin-right: 2%;
        width: 100% !important;
    }
    .book--player .button__player {
        width: 22% !important;
    }
    .book--player .button__player--play {
        width: 36% !important;
    }

    .book--player .button__player--forward-text {
        margin-right: 2% !important;
    }
    .book--player .button__player--speed {
        width: 14% !important;
    }

}


@media screen and (min-width: 769px) {
    .mobile__button--close {
        display: none !important;
    }
    .mobile__popup.mobile__popup--login .mobile__popup--content, .mobile__popup.mobile__popup--timer .mobile__popup--content {
        max-width: 420px;
        margin: 0 auto;
    }
    .mobile__popup.mobile__popup--login.open, .mobile__popup.mobile__popup--timer.open {
        display: flex !important;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        align-content: center;
    }
    .item__mobile, .mobile__popup {
        display: none !important;
    }
    .bookpage--chapters {
        max-height: 211px !important;
        margin-top: 15px;
    }
    .player__timer, .player__speed {
        z-index: 999;
    }
    .content__main__book--item .cover__wrapper--image img {
        max-height: 285px;
        min-height: 220px;
        margin: 0 auto;
        object-fit: cover;
    }
    .content__main__articles--item,.content__main__book--item,.content__main__side--item {
        border-radius:3px
    }

    .content__main__book--item {
        margin-bottom: 15px
    }

    .content__main__book--item .book--header {
        margin-bottom: 20px
    }

    .content__main__book--item .book--header .book-exclusive {
        margin-left: 15px;
        margin-right: 0
    }

    .content__main__book--item--main .caption__article-main {
        margin-bottom: 4px;
        -webkit-font-smoothing: antialiased
    }

    .content__main__articles--item .caption__article-main {
        font-size: 26px
    }

    .content__main__book--item .book--header .link__action--label {
        position: absolute;
        right: 0;
        top: 0
    }

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

    .book--item--closed .book--table {
        width: auto;
        margin: 0 auto
    }

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

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

    .content__main__book--item .book--cover .button__open {
        margin-right: 0
    }

    .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
    }

    .content__main__articles--header .cover__wrapper--buttons {
        position: absolute;
        top: 20px;
        right: 25px;
        display: block;
        width: auto;
        padding: 0
    }

    .content__main__book--item .top-comments {
        position: relative;
        height: 35px;
        padding-right: 50px;
        margin-right: 150px;
        overflow: hidden
    }

    .content__main__book--item .link__action--comments {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 35px
    }
}

.content__main__book--item .cover__wrapper--image .mobile__button--play {
    display: none;
}

.content__main__book--item .cover__wrapper--image {
    position: relative;
    min-height: 200px
}
.cover__wrapper--image {
    box-shadow: 0px 5px 20px 5px rgba(50, 50, 50, 0.12);
    border-radius: 3px;
}
.cover__wrapper--image img {
    display: block;
    width: 100%;
    max-height: 100%;
    height: auto;
    filter: blur(4px);
    background-color: #ebebeb;
}
.cover__wrapper--image img.loaded {
    filter: none;
}
.player--buttons-onefile .button__player {
    width: 28%;
}
.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 #07a326;
    border-radius: 3px;
    width: 18.4%;
    margin-right: 2%;
    font-weight: 500;
    color: #c57618;
    outline:none;
}
.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: #eb8e1f;
}
.container__remaining-width {
    width: auto;
    overflow: hidden;
}
.full-width {
    width: 100% !important;
}
.content__main__book--item--content--player .player--buttons {
    width: 58%;
    margin-right: 10px;
    float: left;
}
.player--buttons {
    white-space: nowrap;
    font-size: 0;
}
.button__player span {
    padding: 0 3px;
}
.player--buttons-onefile .button__player--play {
    width: 40%;
}
.button__player.button__player--play .icon, .player__wrapper--bar .button__player.button__player--back-text .icon {
    width: 14px;
}
.button__player--play .icon-play, .button__player--play.playing .icon-pause {
    display: inline-block;
}
svg:not(:root) {
    overflow: hidden;
}
.button__player:last-child {
    margin-right: 0;
}
.volume_value, .speed_value {
    display: inline-block;
}
.book--player .volume__hor, .book--player .speed__hor {
    float: left !important;
    margin-right: 4%;
    width: 39%;
}
.volume__hor, .speed__hor {
    overflow: hidden;
}
.volume__hor, .speed__hor {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.volume__standart, .volume__hor {
    display: block;
    position: relative;
    width: 100%;
    background-color: #e9f3f9;
}
.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: #c57618;
}
.volume__hor .volume_value, .speed__hor .speed_value {
    font-weight: 500;
    color: #c57618;
    font-size: 14px;
    z-index: 2;
    position: relative;
    line-height: 35px;
}
.volume_value, .speed_value {
    display: inline-block;
}
.volume__hor--track, .speed__hor--track {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-color: #9ee8ad;
}
.volume__hor .ui-slider-handle, .speed__hor .ui-slider-handle, .player__volume .ui-slider-handle, .player__speed .ui-slider-handle {
    display: none;
}
.book--player .volume__hor, .book--player .speed__hor {
    float: left !important;
    margin-right: 4%;
    width: 39%;
}
.speed__standart, .speed__hor {
    display: block;
    position: relative;
    width: 100%;
    background-color: #e9f3f9;
}
.book--player .player__timer {
    width: 14%;
    height: 40px;
    float: left;
    background-color: #fafafa;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
.book--player .player__timer .icon {
    height: 100%;
    fill: #fe8316;
}
.bookpage--chapters {
    min-height: 169px;
    max-height: 169px;
    border: 1px solid rgb(59 182 84);
    overflow: hidden auto;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 2px;
    width: 100%;
    position: relative;
}
.shop--buttons {
    position: absolute;
    top: calc(50% + 22px);
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}
.hidden {
    display: none !important;
}
.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;
}
.shop--button {
    font-weight: 500;
    height: 42px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #02a222;
    border-radius: 3px;
    display: block;
    width: 240px;
    background: #d7efdc;
    font-size: 15px;
    margin: 0 auto;
}
.shop--buttons span {
    padding-top: 7px;
    display: block;
    line-height: 25px;
    font-size: 13px;
}
.text-muted {
    color: #777;
}
.chapter__current {
    background-color: #d7efdc !important;
    color: #c57618;
}
.wrapper--history-menu {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #5c6d7e;
}
.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: #6a7d90;
    vertical-align: text-top;
}
.biblio-icon-small {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 4px;
}
.description__article-main {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 5px;
}
.content__main__book--item .description__article-main:last-child {
    margin-bottom: 0;
}
.content__main__book--item .description__article-main {
    margin-bottom: 20px;
    margin-top: 10px;
}
.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;
}
.button__player--play .icon-pause, .button__player--play.playing .icon-play {
    display: none;
}
.icon {
    width: 15px;
    height: 15px;
}
.chapter__hidden {
    opacity: 0.1;
    pointer-events: none;
    display: none !important;
}
.mobile__popup.open {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.mobile__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.75);
    padding: 36px 24px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -moz-align-content: flex-end;
    -ms-align-content: flex-end;
    align-content: flex-end;
}
.mobile__popup--content {
    padding: 35px;
    margin-bottom: 15px;
    position: relative;
}
.mobile__popup--content, .mobile__popup--button {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
}
.mobile__popup--button {
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    color: #f75c03;
    border-radius: 5px;
}
.mobile__popup--content, .mobile__popup--button {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 5px;
}
.mobile__popup.mobile__popup--timer .mobile__popup--content--caption {
    margin-bottom: 0;
}
.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: #484848;
    font-family: 'Fira Sans',sans-serif;
    margin-bottom: 50px;
}
.mobile__popup--content--caption-small {
    display: block;
    margin: 0 auto;
    padding-top: 5px;
    color: #9b9c9e;
    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: 0 auto;
    height: 60px;
}
.mobile__popup .speed__control, .mobile__popup .timer__control {
    border: 1px solid #0087bb;
    background-color: #FBFDFF;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.speed__control .icon, .timer__control .icon {
    fill: #0087bb;
    width: 20px;
    height: 100%;
}
.mobile__popup .icon-plus {
    float: right;
}
.mobile__popup--content .timer__text {
    position: relative;
    display: inline-block;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 40%;
    padding: 0 20px;
    font-weight: 700;
    font-size: 24px;
    color: #484848;
    min-width: 50px;
}
.mobile__popup--content .timer__text span {
    display: block;
    clear: both;
    font-weight: normal;
    color: #9b9c9e;
    font-size: 14px;
}
.mobile__popup--content--button.button-start {
    background-color: #45aa52;
}
.mobile__popup--content--button {
    user-select: none;
    cursor: pointer;
    display: block;
    height: 56px;
    line-height: 56px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: #45aa52;
    border-radius: 3px;
    font-size: 16px;
}
.mobile__popup--content--button.button-stop {
    background-color: #f75c03;
}
.player__timer.run {
    background-color: #f75c03 !important;
}
.book--player .player__timer.run .icon {   
    fill: #ffffff;
}
.mobile__popup.mobile__popup--timer.run .timer__control {
    opacity: 0;
    pointer-events: none;
}
.chapter__current .chapter__default--progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #9ee8ad;
}
.chapter__default .chapter__default--button .icon {
    margin-right: 15px;
    width: 12px;
    height: 100%;
    fill: #00a120;
}
.chapter__default .chapter__default--button {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    height: 100%;
}
.progress__bar, .progress__bar .progress__bar--progress {
    width: auto;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
}
.progress__bar {
    display: block;
    position: relative;
    background-color: rgb(207, 225, 238);
}
.progress__bar, .progress__bar .progress__bar--progress {
    width: auto;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
}
.progress__bar {
    display: block;
    position: relative;
    background-color: rgb(207, 225, 238);
}
.progress__bar .progress__bar--pin {
    position: absolute;
    top: 50%;
    margin-left: -5px;
    transform: translateY(-50%) translateZ(0px);
    will-change: transform;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: rgb(0, 135, 187);
    border-radius: 100%;
    outline: none;
    box-shadow: rgb(149, 202, 255) 0px 2px 5px 0px;
}
.progress__bar .progress__bar--progress, .progress__bar .progress__bar--pin {
    display: block;
}
.mobile__popup--content .form-control,
#request-password-reset-form .form-control,
#form-signup .form-control,
#reset-password-form .form-control,
#login-form .form-control,
#connect-account-form .form-control {
    width: 100%;
    padding: 12px 10px;
    margin: 8px 0px;
    font-size: 18px;
    box-sizing: border-box;
    outline: none!important;
}
.mobile__popup--content .form-control:active,.mobile__popup--content .form-control:focus,
#request-password-reset-form .form-control:active, #request-password-reset-form .form-control:focus,
#form-signup .form-control:active,#form-signup .form-control:focus,
#reset-password-form .form-control:active,#reset-password-form .form-control:focus,
#login-form .form-control:active,#login-form .form-control:focus
#connect-account-form .form-control:active,#connect-account-form .form-control:focus {
    background: #eafbed;
}
.add_info {
    display: inline-block;
    font-size: 15px;
    color: #ea7f00;
}
.global__popup--caption {
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}
.global__popup--button {
    display: inline-block;
    cursor: pointer;
    position: relative;
    width: 18px;
    height: 18px;
    float: right;
    right: 0;
}
.mobile__popup--content .line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #f0f0f0;
}
.global__popup-info {
    padding-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}
.popup .btn.btn-primary,
#form-signup .btn.btn-primary,
#request-password-reset-form .btn.btn-primary,
#reset-password-form .btn.btn-primary,
#login-form .btn.btn-primary,
#connect-account-form .btn.btn-primary {
    height: 47px;
    display: block;
    width: 100%;
    margin: 6px auto 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #1c732b;
}
.popup .addbuttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 16px;
}
.alert.alert-danger {
    color: red;
    margin-top: 10px;
}


ul.auth-clients li img {
    height: 30px;
    width: 30px;
    display: inline-block;
}
ul.auth-clients li {
    display: inline-block;
    float: left;
    margin: 0 1em 0 0;
    text-align: center;
}
.help-block {
    color: red;
}