@font-face {
    font-family: Manskii; /* Имя шрифта */
    src: url('/resurses/20210330-113055_id-2-841305.ttf'); /* Путь к файлу со шрифтом */
}

.bord50 {
    font-family: PTSerifExpert, sans-serif;
    /*font-family: "PT Sans", sans-serif;*/
}

.bread-crumbs-page {
    padding: 30px 0;
}

.bread-crumbs-page li {
    position: relative;
    padding-right: 70px;
    margin: 5px;
}

.bread-crumbs-page li a {
    font-family: PTSerifExpert, sans-serif;
    font-size: 18px;
    font-style: italic;
    color: #000;
    text-decoration: none;
}

.bread-crumbs-page li:not(:last-child) a:hover {
    color: #2649CB;
    text-decoration: underline;
}

.bread-crumbs-page li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -5px;
    top: -10px;
    width: 70px;
    height: 40px;
    background: url("/img/20210326-122522_id-2-109650.png") no-repeat center;
    background-size: contain;
}

.book .book-name {
    text-align: center;
    font-style: italic;
    font-size: 42px;
    font-weight: 100;
    margin-bottom: 20px;
    max-width: unset;
}

.book .book-name:hover {
    text-decoration: none;
}

.auth-ico {
    position: relative;
    padding-left: 30px;
}

.auth-ico:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url("/img/20210326-142659_id-2-583773.png") no-repeat center;
    background-size: contain;
}

.wrapper-book-info {
    position: relative;
    padding: 10px 10px 10px 0;
    align-items: inherit;
}

.book-transer {
    position: absolute;
    top: -86px;
    left: 0;
    width: 0;
    height: 293px;
    z-index: -1;
}

.wrapper-book-info:before,
.book-transer:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%;
    background: url("/img/20210325-193457_id-2-145288.png") no-repeat repeat center;
}

.wrapper-book-info:after,
.book-transer:after {
    content: '';
    position: absolute;
    left: -38px;
    top: 0;
    width: 50vw;
    transform: translateX(-100%);
    height: 100%;
    background-color: #2649cb;
}

.book-left-block {
    width: 345px;
    height: 455px;
    background-color: #d6d6d6;
}

.book-info li {
    font-size: 17px;
    line-height: 28px;
}

.book-info li span {
    color: #616161;
}

.book-right-block {
    flex-grow: 2;
    padding: 0 0 0 20px;
    align-items: flex-start;
}

.book-up-row {
    width: 100%;
}

.book-player {
    min-width: 300px;
    width: 380px;
}

.book-player {
    width: 50%;
}

.book-player .img-wrapper {
    /*width: 115px;*/
    height: 140px;
    margin-bottom: 10px;
}

.disable-slot {
    pointer-events: none;
    opacity: 0.5;
}

.disable-slot .btn-blue {
    border: 1px solid gray;
    color: gray;
}

.disable-slot img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.book-down-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#uSocial .uscl-list, .uSocial-Share .uscl-list {
    text-align: center;
}

.book-down-row h3 {
    margin-bottom: 10px;
}

.book-list-preview {
    min-height: 190px;
    width: inherit;
}

.book-list-preview li {
    position: relative;
    width: 140px;
    height: 190px;
    background-color: rgba(111, 129, 255, 0.37);
    margin: 0 17px;
}

.book-list-preview li:first-child {
    margin-left: 0;
}
.book-list-preview li:last-child {
    margin-right: 0;
}

.preview-item img {
    object-fit: cover;
}

.text-block {
    position: relative;
    font-family: "Times New Roman", sans-serif;
    font-size: 24px;
    white-space: pre-line;
    min-height: 185px;
}

div.text-block {
    align-items: flex-start;
}

.brake {
    position: relative;
    height: 29px;
    width: 100%;
    margin: 20px 0;
    background: url("/img/20210326-202926_id-2-542519.png");
    z-index: 5;
}

.book-vert-text {
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    left: -150px;
    top: 153px;
    z-index: 10;
    transform: rotate(-90deg);
}

.bord50 {
    width: 49%;
}

.invisible {
    display: none;
}

.color-lime {
    color: lime;
}

.book-vert-text:hover {
    text-decoration: underline;
    text-shadow: 0 0 20px 2px lime;
}

.btn-translator {
    position: absolute;
    width: 60px;
    left: -100px;
    height: 200px;
    top: -13px;
    background: none;
    border: 1px solid #00000000;
    outline: none;
    cursor: pointer;
}

.btn-translator:hover {
    border: 1px solid lime;
}

.text-block-original,
.micro-info-book {
    font-family: PTSerifExpert, sans-serif;
}

.text-block-trans {
    position: relative;
}
.text-block-trans:before {
    content: '';
    border-left: 1px solid rgba(0, 0, 0, 0.44);
    position: absolute;
    width: 1px;
    height: 100%;
    left: -16px;
    top: 0;
}

.micro-info-book {
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 15px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 5px;
    width: 90%;
}

.book-info li.auth-ico {
    font-size: 14px;
    line-height: 17px;
}

.bord50 .text-editor {
    padding: 0;
    background-color: rgba(111, 129, 255, 0.05);
    border: none;
    outline: none;
}

.bord50 .text-editor:focus {
    outline: 2px dotted rgb(255, 165, 0);
    background-color: rgba(255, 192, 203, 0.71);
}

.books-list .books-item .book-name-text span {
    line-height: 18px;
}

.popap {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.82);
}

.youtube {
    position: relative;
    width: 1080px;
    height: 600px;
    transition: 0.3s;
    transform: translateY(100vh);
}

.youtube iframe {
    border: none !important;
}

.modal-close {
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 2em;
    background: none;
    cursor: pointer;
}

.auth-repeat {
    position: absolute;
    left: calc(50% + 10px);
    width: 49%;
    height: 100%;
    top: 0;
    background-color: #fdfef8;
    display: none;
}

.main-form-book {
    position: relative;
}

.toggle-btn-wrapper {
    position: absolute;
    right: 33%;
    top: -19px;
    transform: translateY(-100%);
    z-index: 10;
    overflow: hidden;
    padding-left: 55px;
}

.toggle-btn-wrapper button {
    position: relative;
    padding: 25px 15px 35px;
    background-color: #fdfef8;
    border: 4px solid blue;
    border-top-right-radius: 40%;
    border-top-left-radius: 40%;
    border-bottom: none;
    cursor: pointer;
}

.toggle-btn-wrapper button:last-child {
    background-color: rgba(160, 160, 160, 0.19);
    border: none;
}

.toggle-btn-wrapper button:first-child {
    margin-right: 20px;
}

.str button:first-child {
    background-color: rgba(160, 160, 160, 0.19);
    border: none;
}
.str button:last-child {
    border: 4px solid blue;
    background-color: rgb(255, 255, 255);
    border-bottom: none;
}

.auth-repeat .text-editor {
    height: 100%;
    width: 100%;
}

.social-list li {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    margin: 0 5px;
    cursor: pointer;
    transition: 1s;
}

.social-list li:hover {
    transition: 0.1s;
    transform: scale(1.1);
}
.social-list li:active {
    transition: 0.0001s;
    transform: scale(0.95);
}

.social-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 670px) {
    .ico_uscl-like {
        display: none!important;;
    }

    .ya-share2__list {
        display: flex!important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 1em!important;
    }

    .ya-share2__list li {
        margin: 5px!important;
    }

    .bread-crumbs-page {
        flex-wrap: wrap;
        padding: 10px 20px;
    }

    .bread-crumbs-page li a {
        font-size: 14px;
    }
    .bread-crumbs-page li {
        padding-right: 50px;
    }

    .bread-crumbs-page li:not(:last-child):after {
        width: 50px;
    }

    .youtube {
        width: unset;
        height: unset;
    }

    .book .book-name {
        font-size: 24px;
        padding: 0 20px;
        margin-bottom: 0;
    }

    .auth-ico:before {
        width: 16px;
        height: 60%;
    }

    .wrapper-book-info {
        flex-direction: column;
        padding: 10px;
    }

    .book-up-row {
        flex-direction: column;
    }

    .book-info {
        align-self: baseline;
        margin: 1em 20px;
    }

    .book-down-row {
        width: 100%;
    }

    .book-player {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 1em;
    }

    ul.book-player li {
        width: 90%;
        margin: 1em auto;
    }

    .book-right-block {
        order: -1;
        padding: 0;
    }

    .book-left-block {
        align-self: center;
        width: 90%;
        height: unset;
    }

    .text-block {
        flex-direction: column;
    }

    .text-block .bord50 {
        width: 100%;
        padding: 0 10px;
        font-size: 20px;
    }

    .text-block-original {
        border-bottom: 5px dashed #2649cb;
        margin-bottom: 20px;
    }

    .book-down-row h3 {
        padding: 0 10px;
        text-align: center;
    }

    .books-list {
        /*display: none;*/
    }

    .toggle-btn-wrapper {
        display: flex;
        justify-content: space-around;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
        padding-left: unset;
        transform: translateY(0);
    }

    .toggle-btn-wrapper button {
        border-radius: 50%;
    }

    .auth-repeat {
        width: 100%;
        left: unset;
    }

    .toggle-btn-wrapper button {
        opacity: 0.3;
    }

    .toggle-btn-wrapper button:first-child {
        opacity: 1;
    }

    .str button:first-child {
        background-color: rgba(160, 160, 160, 0.19);
        border: none;
        opacity: 0.3;
    }
    .str button:last-child {
        border: 4px solid blue;
        background-color: rgb(255, 255, 255);
        border-bottom: none;
        opacity: 1;
    }

}
