@import url(/templates/Green/fonts/font.css);

.reader-box .new-message-comment-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 44px;
    font-family: -apple-system, BlinkMacSystemFont,'Font Awesome 5 Free', 'Segoe UI', 'Segoe WP', Roboto, 'Helvetica Neue', 'Luicida Grande', Verdana, Tahoma, Georgia, sans-serif;
}

.reader-box .new-message-comment-block__return {
    position: absolute;
    z-index: 10000;
    display: flex;
    height: 44px;
    padding: 6px;
    align-items: center;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
}

.reader-box .new-message-comment-block__return span {
    font-size: 14px;
    color: #95c00e;
    margin-left: 4px;
    line-height: 1;
}

.reader-box, .reader-box * {
    box-sizing: border-box;
    font-family: sans-serif;
}
body, html {
    height: 100%;
}

.reader-box {
    width: 100vw !important;
    max-width: 760px;
    margin: 0 auto;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.reader-box__top {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
    width: 100%;
    height: 50px;
    transform: translate(0, -103%);
    transition: all .3s ease;
    font-family: -apple-system, BlinkMacSystemFont,'Font Awesome 5 Free', 'Segoe UI', 'Segoe WP', Roboto, 'Helvetica Neue', 'Luicida Grande', Verdana, Tahoma, Georgia, sans-serif;
}

body .reader-box__content, .reader-box__content h3 {
    font-family: Helvetica, sans-serif;
    line-height: 1.5;
}

.reader-box__content .ri {
    font-style: italic !important;
}
.reader-box__content .rb {
    font-weight: bold;
}
.reader-box__content .rc {
    text-align: center;
}
.reader-box__content .rin{
    text-indent: 20px;
}

.reader-box__content  {
    overflow-y: hidden;
    flex: 1;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
    font-size: 18px;
}

.reader-box__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 0 -3px 3px rgb(0 0 0 / 12%), 0 1px 1px 1px rgb(0 0 0 / 16%);
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #767578;
    transform: translate(0, 103%);
    transition: all .3s ease;
}

.reader-box._opened .reader-box__bottom,
.reader-box._opened .reader-box__top {
    transform: translate(0, 0);
    z-index: 101;
}

.reader-box._opened .reader-box__top a {
    text-decoration: none !important;
}

.reader-box__btm1-row,
.reader-box__btm2-row {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.reader-box__btm1-row {
    font-weight: 700;
    margin-top: 0;
}

.reader-box__btm-left {
    flex: 0 0 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reader-box__btm-right {
    flex: 0 0 40%;
    overflow: hidden;
    text-align: end;
}

.reader-box__bar-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
}

em
{
    padding: 0;
    margin: 0;
}

.reader-box__bar {
    width: 100%;
    height: 2px;
    position: relative;
    background-color: rgb(0 0 0 / 20%);
}

.reader-box__bar-dot {
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #95c00e;
    transform: translate(-50%, -50%);
}

.reader-box__bar-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #95c00e;
    transform: translate(0, -50%);
}

.reader-box__btn_prev,
.reader-box__btn_next {
    position: absolute;
    top: 0;
    height: 100%;
    width: 36%;
    z-index: 100;
}

.reader-box__btn_prev {
    left: 0;
}

.reader-box__btn_next {
    right: 0;
}

.container-loader h2
{
	text-align: center;

}
.container-loader img
{
    display: block;
     margin: 0 auto;
     margin-top: 10%;
}
.container-loader
{
	z-index: 10000;
	background-color: #f5f7f9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.bk-about * {
    font-family: 'GothaPro';
}

.bk-about {
    max-width: 870px;
    width: 100%;
    padding: 30px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 50px - 117px);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 300;
    pointer-events: none;
    transform: translate(-50%, calc(-50% - 35px));
}

.bk-about__descr {
    font-family: 'GothaPro';
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 17px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.bk-about__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.bk-about__left {
    flex: 0 0 225px;
    width: 225px;
    display: flex;
    justify-content: flex-end;
}

.bk-about__img {
    width: 100%;
    height: 344px;
}
.bk-about__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.bk-about__right {
    margin-left: 30px;
    flex: 1;
}

.bk-about__row_with_img .bk-about__right {
    height: 344px;
    overflow-y: auto;
    padding-right: 40px;
    pointer-events: all;
}

.bk-about__right h4 {
    margin: 0 0 8px 3px;
    font-size: 17px;
    line-height: 0.7;
    display: block;
    font-weight: 400;
    padding-top: 1px;
}

.bk-about__right::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}
.bk-about__right::-webkit-scrollbar-track {
    background-color: rgba(157, 157, 157, 0.2);
    border-radius: 10px;
}
.bk-about__right::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 10px;
}
.bk-about__right::-webkit-scrollbar-thumb:hover {
    background: #c7c7c7;
    border-radius: 10px;
}


.bk-about__right p {
    margin: 0 0 16px 3px;
    font-size: 14px;
    line-height: 1.23;
    letter-spacing: -0.04px;
}
.bk-about .btn {
    font-family: -apple-system,BlinkMacSystemFont,'Roboto','Helvetica Neue',Geneva,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",sans-serif,arial,Tahoma,verdana;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    outline: none;
    padding: 9px 22px;
    font-weight: bold;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
    background-color: #95c00e;
    background-image: -webkit-linear-gradient(top, #a2cb33 0%, #9bc520 100%);
    background-image: -moz-linear-gradient(top, #a2cb33 0%, #9bc520 100%);
    background-image: -o-linear-gradient(top, #a2cb33 0%, #9bc520 100%);
    background-image: linear-gradient(top, #a2cb33 0%, #9bc520 100%);
    color: #fff !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: all;
}
.bk-about .btn b {
    font-family:inherit;
}

@media screen and (max-width: 768px) {
    .bk-about {
        padding: 10px;
    }
    .bk-about__row_with_img {
        flex-wrap: wrap;
    }
    .bk-about__row_with_img .bk-about__left {
        flex: 0 0 100%;
        margin: 0 0 10px;
        height: 150px;
    }
    .bk-about__row_with_img .bk-about__left .bk-about__img {
        height: 100%;
    }
    .bk-about__row_with_img .bk-about__right {
        height: calc(100vh - 50px - 117px - 286px);
        margin-left: 0;
    }

    .bk-about__row_btns .bk-about__left {
        flex: 0 0 50%;
        justify-content: center;
        width: unset;
    }
    .bk-about__row_btns .bk-about__right {
        flex: 0 0 50%;
        justify-content: center;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .bk-about {
        padding: 30px 10px 10px;
        height: calc(100vh - 100px);
        top: 0;
        transform: translate(-50%, 0);
    }
    .bk-about__row_with_img {
        flex-wrap: unset;
    }
    .bk-about__row_with_img .bk-about__left {
        flex: 0 0 55%;
        justify-content: flex-start;
        height: unset;
        padding-bottom: 0;
    }
    .bk-about__row_with_img .bk-about__right {
        overflow: hidden;
        padding-right: 0;
        height: calc(100vw - 100px);
    }

    .bk-about__row_btns .bk-about__left {
        justify-content: flex-end;
    }
    .bk-about__row_btns .bk-about__left .btn {
        margin-right: 20px;
    }
    .bk-about__row_with_img .bk-about__left .bk-about__img img {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        height: unset;
        max-height: calc(100vh - 100px);
        object-fit: contain;
    }
    .bk-about__row_with_img .bk-about__left .bk-about__img {
        width: calc(100% - 20px);
        height: unset;
        padding-bottom: 0;
        position: relative;
        display: flex;
    }
}

.bk-about .bk-about__right h4 {
    padding-top: 1px;
    line-height: 1.1;
}
@media screen and (max-width: 768px) {
    .bk-about {
        padding: 30px 5px 10px;
    }
    .bk-about .bk-about__row_btns .bk-about__left,
    .bk-about .bk-about__row_btns .bk-about__right {
        width: 50%;
    }
    .reader-box .bk-about .btn {
        max-width: 100%;
        padding-bottom: 0;
        padding-top: 0;
        line-height: 30px;
    }
    .reader-box .bk-about .bk-about__right p {
        font-size: 13px;
    }
}
@media screen and (max-width: 576px) {
    .bk-about__descr {
        margin-bottom: 10px;
        font-size: 10px;
    }
    .bk-about__row_with_img {
        margin-bottom: 0;
    }
    .bk-about__row_btns .bk-about__left .btn {
        width: 100% !important;
        margin-right: 0px;
    }
    .bk-about__row_with_img .bk-about__right {
        padding-right: 0px;
    }
    .reader-box .bk-about .bk-about__right p {
        font-size: 12px;
        text-align: left;
    }
    .bk-about__right h4 {
        font-size: 13px;
        font-weight: 600;
    }
}
@media screen and (max-width: 768px) {
    .bk-about .bk-about__row_btns .bk-about__left {
        width: 55%;
        flex: 0 0 55%;
    }
    .bk-about .bk-about__row_btns .bk-about__left > a {
        margin-right: 20px;
    }
    .bk-about .bk-about__row_btns .bk-about__right {
        width: 45%;
        flex: 0 0 45%;
    }

    .bk-about__row_with_img .bk-about__left .bk-about__img img {
        max-height: 60vh;
    }
}

@media screen and (max-width: 992px) {
    .bk-about__row_with_img {
        max-height: calc(100% - 40px);
    }
    .bk-about__row_with_img .bk-about__img {
        max-height: 100%;
    }
}

@media screen and (max-width: 992px) {
    .reader-box._opened .bk-about {
        z-index: 0;
    }
    .reader-box._opened .reader-box__top {
        z-index: 101;
    }
    .reader-box._opened .reader-box__top a {
        text-decoration: none !important;
    }
    .bk-about {
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
.btn.favourites{
    text-align: center;
    width: 140px;
}

.btn.more{
    width: 180px;
    text-align: center;
    margin-bottom: 8px
}
.fa-heart-o, .fa-heart{
    color: red;
}

@media screen and (min-width: 1024px) {
    .reader-box__btn_prev,
    .reader-box__btn_next {
        position: fixed;
        top: 0;
        height: 100%;
        width: calc((100% - 760px) / 2);
        z-index: 100;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .reader-box__btn_prev:hover,
    .reader-box__btn_next:hover {
        background-color: rgba(0,0,0,0.3);
    }

    .reader-box__btn_prev:hover::after,
    .reader-box__btn_next:hover::after {
        content: "\27F5  Назад";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }
    .reader-box__btn_next:hover::after {
        content: "Вперед \27F6";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        font-weight: 700;
        color: #fff;
    }
}