﻿.l-cont-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.l-paragraph {
    width: 100vw;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-top: calc(17.625 * var(--heightPixel,1vh));
}
.l-paragraph-left {
    width: 25%;
    padding: 5vh 2vh calc(3.125 * var(--heightPixel,1vh)) 8vh;
    position: relative;
}
.l-paragraph-left-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y:scroll;
}
.l-paragraph-right {
    width: 75%;
    overflow-y: scroll;
    padding: 5vh 17% calc(3.125 * var(--heightPixel,1vh));
    position: relative;
    line-height: 1.8;
}
.l-music_block-intro {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(10.125 * var(--heightPixel,1vh));
    height: calc(100% - 3.125 * var(--heightPixel,1vh));
    padding: 0 0 0 calc(1 * var(--heightPixel,1vh));
    color: #a5a3a3;
    line-height: 1;
    writing-mode: vertical-lr;
    border-left: 1px solid #DFDFDF;
}
.l-music_block-intro .num {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: calc(1 * var(--heightPixel,1vh));
    font-size: calc(.015 * var(--heightPixel,1vh) * 100);
}
.l-list-essays-item {
    margin-right: 1vh;
    display: block;
    color: #a5a3a3;
}
.circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 6px;
    position: relative;
}
.circle::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    top: 50%;
    margin-top: -5px;
    box-sizing: border-box;
    left: 50%;
    margin-left: -5px;
}
.l-list-essays-item:hover,.l-list-essays-item.active{color:#000}
.l-list-essays-item:hover .circle,.l-list-essays-item.active .circle{border:none;margin-right:10px}
.l-list-essays-item:hover .circle::after,.l-paragraph-news-item:hover .circle::after,.l-list-essays-item.active .circle::after{background:#000}
.l-paragraph-cate-title{font-size: calc(.035 * var(--heightPixel,1vh) * 100);}
.l-list-essays {
    font-size: calc(1.75 * var(--heightPixel,1vh));
    margin-top: 2vh;
    margin-bottom: 3vh;
}
.l-list-essays-item {
    margin-bottom: 1vh;
    display: block;
    color: #a5a3a3;
    display: flex;
    align-items: center;
}
.l-paragraph-essay-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}
::-webkit-scrollbar {
    display: none;
}
.l-paragraph-left,.l-paragraph-right {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}