*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: Arial;
    src: url("../fonts/Arial-Light.ttf");
}

html,
body {
    height: 100%;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}
html{
    margin-left: calc(100vw - 100%);
}
body{
    word-break: break-word;
}

:root {
    --activeColor: linear-gradient(180deg, #817cf8 -32.22%, #c47fe5 160%);
    --mainColor: #7120f3;
    --humburderColor: #a166ff;
    --mobileColor: #c7a4fe;
    --darkMainColor: #decaff;
    --subTitleColor: #4f4f4f;
    --linkColor: #4b4b4b;
    --darkActiveMenu: #7d7d7d;
    --tableColorLight: linear-gradient(180deg, #bfbdff -32.22%, #f0d6ff -160%);
    --iosColor: #52dd8a;
    --darkTable: #2b2b2b;
    --lightTable: #fff;
    --heateMob: 70px;
    --rootTran: all 0.3s ease 0s;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover{
    color: var(--mainColor);
}

.header {
    position: relative;
    z-index: 990;
    padding: 0 calc(min(8px, 0.41667vw));
    margin: 0 auto;
    width: 100%;
    height: calc(min(102px, 5.3125vw));
}


.header:before {
    content: "";
    position: absolute;
    overflow: hidden;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(min(102px, 5.3125vw));
    background-color: #fff;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.13);
    border-radius: 0px 0px 20px 20px;
}

.header .header_body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.3s ease 0s;
    height: 100%;
}

.header .header_body .header_burger {
    display: none;
    cursor: pointer;
    margin-left: 5.88235vw;
}


.header .header_body .header_logo {
    margin-right: calc(min(27px, 1.40625vw));
    z-index: 5;
    position: relative;
    width: calc(min(217px, 11.30208vw));
}

.header .header_body .header_logo .logo {
    width: 100%;
    vertical-align: baseline;
    height: 100%;
}

.header .header_body .header_logo .mini {
    display: none;
}

.header .header_body .header_search {
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: calc(min(24px, 1.25vw));
    margin-right: calc(min(24px, 1.25vw));
    transition: all 0.3s ease 0s;
}

.header .header_body .header_search .close_search {
    display: none;
    margin: 0;
    width: calc(min(35px, 1.82292vw));
    height: calc(min(35px, 1.82292vw));
    color: #5b5959;
}

.swiper-container{
    position: relative;
    overflow-x: hidden;
}


.header .header_body .header_search.active .close_search {
    display: block;
}

.header .header_body .header_search.active .header_search_svg {
    display: none;
}

.header .header_body .header_input_search {
    display: none;
    top: 20%;
    position: absolute;
    z-index: 5;
    width: calc(min(1542px, 80.3125vw));
    transition: all 0.3s ease 0s;
    background: #fbfbfb;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    border: none;
    font-size: calc(min(24px, 1.25vw));
    padding: 10px calc(min(20px, 1.04167vw));
    left: calc(min(250px, 13.02083vw));
    padding-left: calc(min(75px, 3.90625vw));
    outline: none;
}

.header .header_body .header_input_search.active {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .header_body .hover_input {
    display: none;
    position: absolute;
    z-index: 6;
    transition: all 0.3s ease 0s;
    left: calc(min(270px, 14.0625vw));
    width: calc(min(36px, 1.875vw));
}

.header .header_body .hover_input.active {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .header_body .header_menu {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease 0s;
}

.header .header_body .header_menu.none {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.header .header_body .header_menu .header_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.header .header_body .header_menu .header_list li {
    z-index: 4;
    position: relative;
    list-style: none;
}

.header .header_body .header_menu .header_list li .active_link {
    background: var(--activeColor);
    color: #fff;
    border-radius: 11px;
}

.header .header_body .header_menu .header_list li .header_link {
    text-transform: uppercase;
    font-weight: 400;
    font-size: calc(min(24px, 1.25vw));
    line-height: calc(min(28px, 1.45833vw));
    color: var(--linkColor);
    padding: calc(min(8px, 0.41667vw));
    text-decoration: none;
}

.header .header_body .header_menu .header_list li .header_link.--dark:hover {
    background: var(--darkActiveMenu);
}

.header .header_body .header_menu .header_list li .header_link:hover {
    background: var(--activeColor);
    color: #fff;
    border-radius: 11px;
}

.row {
    margin: 0;
}

.wrapper{
    position: relative;
}

.content_wrapper {
    padding: 1rem;
    overflow: hidden;
    position: relative;
}

.left_column {
    -ms-flex-align: center;
    align-items: center;
}

.main_title_wrapper {
    margin-top: 10px;
}

.main_title_wrapper .title {
    color: var(--mainColor);
    font-weight: 700;
    font-size: calc(min(40px, 2.08333vw));
    line-height: calc(min(46px, 2.39583vw));
    margin-bottom: 20px;
}

.main_title_wrapper .descr {
    color: var(--subTitleColor);
    font-size: calc(min(30px, 1.5625vw));
    font-weight: 400;
    line-height: calc(min(34px, 1.77083vw));
}

.main_title_wrapper .descr_mob {
    display: none;
}

.filter_wrapper {
    margin: calc(min(43px, 2.23958vw)) 0;
}

.filter_wrapper>div {
    width: calc(min(340px, 17.70833vw));
    position: relative;
}

.filter_wrapper .select_arrow {
    width: calc(min(10px, 0.52083vw));
    position: absolute;
    right: calc(min(15px, 1.51042vw));
    bottom: calc(min(15px, 0.68542vw));
    z-index: 13;
}

.filter_wrapper select,
  .filter_wrapper input, .select-selected{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 13px;
    font-size: calc(min(20px, 1.04167vw));
    font-weight: 400;
    line-height: calc(min(28px, 1.19792vw));
    color: var(--subTitleColor);
    width: calc(min(340px, 17.70833vw));
    height: calc(min(45px, 2.34375vw));
    padding: 0 calc(min(11px, 0.57292vw)) 0 calc(min(32px, 1.66667vw));
}

.filter_wrapper select.active,
    .filter_wrapper input.active {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}


.filter_wrapper input {
    padding: calc(min(11px, 0.57292vw)) 0 calc(min(11px, 0.57292vw)) calc(min(57px, 2.96875vw));
    z-index: 10;
    position: relative;
    width: 100%;
}

.filter_wrapper .search input::placeholder{
    color: inherit;
}

.filter_wrapper .search {
    position: relative;
}
.filter_wrapper .search:focus, .filter_wrapper .search input:focus{
    outline: none;
}

.filter_wrapper .searchImg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6%;
    z-index: 99;
    width: calc(min(20px, 1.04167vw));
}


.table_wrapper {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 13px;
    font-family: Arial, sans-serif;
}

.table_wrapper .table_title_wrapper {
    line-height: calc(min(28.75px, 1.4974vw));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: calc(min(14px, 0.72917vw)) 0;
}


.table_wrapper .table_title_wrapper .title {
    text-align: center;
    width: 100%;
    position: relative;
}


.table_wrapper .table_title_wrapper .title.active img {
    opacity: 1;
}

.table_wrapper .table_title_wrapper .title span {
    font-size: calc(min(25px, 1.30208vw));
    line-height: calc(min(28.75px, 1.4974vw));
    font-weight: 600;
    color: #606060;
}

.table_wrapper .table_title_wrapper .title img {
    width: 15px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}

.table_wrapper table {
    width: 100%;
}

.table_wrapper table tbody .table_content_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(min(26px, 1.35417vw));
    width: 100%;
    border-top: 1px solid rgb(229, 229, 229);
}

.table_wrapper table tbody .table_content_wrapper:nth-child(odd) {
    background-color: #fff;
}

.table_wrapper table tbody .table_content_wrapper td {
    width: 100%;
    position: relative;
    text-align: center;
}

.table_wrapper table tbody .table_content_wrapper td img{
    text-align: center;
    position: absolute;
    right: 0;
    top: -2px;
}

.table_wrapper table tbody .table_content_wrapper .content_name {
    font-size: calc(min(25px, 1.30208vw));
    line-height: calc(min(28.75px, 1.4974vw));
}

.table_wrapper table tbody .table_content_wrapper .content_name .mobile_author {
    display: none;
}

.table_wrapper table tbody .table_content_wrapper .content_name a {
    color: #7120f3;
    text-decoration: none;
}

.table_wrapper table tbody .table_content_wrapper .content_author,
      .table_wrapper table tbody .table_content_wrapper .content_time,
      .table_wrapper table tbody .table_content_wrapper .content_rait {
    font-size: calc(min(18px, 0.9375vw));
    line-height: 20.7px;
    font-weight: 400;
    color: #757575;
}


.pagination_content {
    position: relative;
    left: calc(min(100px, 5.20833vw));
    display: -ms-flexbox;
    display: flex;
    max-width: calc(min(770px, 40.10417vw));
    margin-top: calc(min(47px, 2.44792vw));
}


.pagination_content .pagination_select {
    margin-right: calc(min(90px, 4.6875vw));
    position: relative;
    z-index: 6;
}

.pagination_content .pagination_select .select_arrow {
    width: calc(min(10px, 0.52083vw));
    position: absolute;
    right: calc(min(15px, 1.51042vw));
    bottom: calc(min(15px, 0.68542vw));
}

.pagination_content .pagination_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 13px;
    height: calc(min(45px, 2.34375vw));
    width: calc(min(340px, 17.70833vw));
    padding: 0 calc(min(11px, 0.57292vw)) 0 calc(min(32px, 1.66667vw));
    font-size: calc(min(20px, 1.04167vw));
    font-weight: 400;
    line-height: calc(min(23px, 1.19792vw));
}


.pagination_content .pagination {
    height: calc(min(45px, 2.34375vw));
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagination_content .pagination .pag_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.pagination_content .pagination .pag_content .page-numbers {
    text-align: center;
    width: 3.4vw;
    text-decoration: none;
    color: initial;
    border-right: 1px solid #e2e2e2;
    font-size: calc(min(25px, 1.30208vw));
    font-weight: 400;
    line-height: calc(min(28.75px, 1.4974vw));
    padding: 0 calc(min(5px, 0.26042vw)) 0 calc(min(5px, 0.26042vw));
}

.pagination_content .pagination .pag_content .page-numbers.current {
    color: #9b9999;
}

.pagination_content .pagination .pag_content .page-numbers:last-child {
    border: none;
}

.descr_after_table_wrapper .descr_after_table,
.descr_after_table_wrapper .how_choise_wrapper {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 13px;
    padding: 15px 20px;
    font-weight: 400;
    font-size: calc(min(30px, 1.5625vw));
}

.descr_after_table_wrapper .descr_after_table .title,
  .descr_after_table_wrapper .how_choise_wrapper .title {
    color: #ce66ff;
}

.right_column.right_column {
    max-width: 374px;
}

.right_column .night_wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 13px;
    padding: 15px 10px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.right_column .night_wrapper label {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    margin-left: -15px;
}

.right_column .night_wrapper .toggle-button {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 39px;
    margin: 0;
    vertical-align: top;
    background: #c4c4c4;
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.right_column .night_wrapper .toggle-button:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 1px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.right_column .night_wrapper .toggle-button:checked::after {
    -webkit-transform: translateX(calc(100% + 3px));
    transform: translateX(calc(100% + 3px));
    background-color: #fff;
}

.right_column .night_wrapper .toggle-button:checked {
    background-color: var(--iosColor);
}

.right_column .categories_wrapper {
    margin-top: calc(min(16px, 0.83333vw));
    margin-bottom: calc(min(16px, 0.83333vw));
    background: rgba(255, 255, 255, 0.7);
    border-radius: 19px;
    padding: calc(min(10px, 0.52083vw)) calc(min(30px, 2.04167vw));
    transition: var(--rootTran);
}

.right_column .categories_wrapper .category {
    position: relative;
    width: 100%;
    transition: var(--rootTran);
    margin-top: 10px;
}

.right_column .categories_wrapper .category .category_title {
    margin-bottom: calc(min(14px, 0.72917vw));
    position: relative;
}

.right_column .categories_wrapper .category .category_title.active {
    opacity: 0.3;
}

.right_column .categories_wrapper .category .category_title h6 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: calc(min(25px, 1.30208vw));
    border-bottom: 1px solid #c9c4c4;
}
.right_column .categories_wrapper .category .category_title h6 a{
    padding-bottom: 14px;
    display: block;
}

.right_column .categories_wrapper .category .category_content {
    margin: 0 0 20px calc(min(35px, 2.34375vw));
    transition: var(--rootTran);
    outline: none;
    overflow: hidden;
}

.right_column .categories_wrapper .category .category_content.active {
    height: auto;
}

.right_column .categories_wrapper .category .category_content p {
    border-bottom: 1px solid #c9c4c4;
    font-weight: 400;
    font-size: calc(min(25px, 1.30208vw));
    line-height: calc(min(28.75px, 1.6974vw));
    margin: 0 0 calc(min(8px, 0.41667vw)) 0;
}
.right_column .categories_wrapper .category .category_content p a{
    display: block;
    padding-bottom: calc(min(12px, 0.625vw));
}
.right_column .categories_wrapper .category .category_content p a:hover, .right_column .categories_wrapper .category .category_title h6 a:hover{
    color: var(--mainColor);
}

.mobile_hover:hover{
    background-color: #A1A1A1;
}


.line {
    position: relative;
    color: #c9c4c4;
    transition: var(--rootTran);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: calc(min(45px, 2.34375vw));
    margin-top: -15px;
}

.line hr {
    color: #797979;
    width: 100%;
    height: 1px;
}

.line img {
    margin: 0 10px 0 10px;
    position: relative;
    z-index: 2;
    transition: var(--rootTran);
    cursor: pointer;
    width: 49px;
    transform: rotate(0deg);
}

.line img.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.right_column .ads img {
    width: 100%;
}

footer {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border-radius: 14px 14px 0px 0px;
    padding: 26px;
}

footer .dt_footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .dt_footer ul{
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 675px;
    margin: 0;
    padding: 0;
}

footer .dt_footer ul li{
    line-height: 17.25px;
}

footer .dt_footer ul li a, .mobile_footer div a{
    color: initial;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.mobile_footer{
    display: none;
}
.mobile_footer div{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile_footer div a{
    line-height: 17.25px;
    display: block;
}

.mobile_footer div a:first-child{
    margin-bottom: 20px;
}



.left_sideBar .ads {
    margin-top: 50px;
}

.left_sideBar img {
    max-width: 100%;
}

.left_sideBar .logo{
    margin-left: 30px;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}



.mobile_ads{
    width: 100%;
    display: none;
    margin: 20px 0;
}
.mobile_ads img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
#single_tale .mobile_ads{
    margin-bottom: 0;
}

.logo_mobile {
    display: none;
    float: left;
    width: 30%;
}

.player_main_wrapper {
    margin-top: 55px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 27px;
    font-weight: 400;
    transition: ease-in-out 0.4s;
    position: relative;
}

.jp-playlist ul{
    margin: 0;
    padding: 0;
}
.jp-playlist ul li{
    list-style: none;
    border-top: 1px solid #E2E2E2;
}
.jp-playlist ul li>div{
    margin-left: 0;
    position: relative;
    width: 100%;
}

.jp-playlist li.jp-playlist-current {
    background: #e6d8fd;
    color: var(--mainColor);
}
.jp-playlist a{
    color: inherit;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x));
    width: calc(100% - 110px);
}
.jp-playlist-item{
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 26px 0;
}

.player_main_wrapper .jp-controls .remote_control{
    display: flex;
    align-items: center;
}
.player_main_wrapper .jp-controls .remote_control>div {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jp-previous{
    background-image: url("../images/nazad.svg");
}
.jp-next{
    background-image: url("../images/vpered.svg");
    margin-left: 10px;
}
.jp-mute{
    background-image: url("../images/volume.svg");
    width: 37px;
    height: 34px;
}
.player_main_wrapper .jp-controls .remote_control>div.repeat-on, .player_main_wrapper .jp-controls .remote_control>div.repeat-off{
    background-image: url("../images/replay.svg");
    width: 19px;
    height: 24px;
    margin-left: 20px;
}

.player_main_wrapper .story_wrapper {
    position: relative;
    transition: max-height 0.5s ease-in-out;
    overflow-y: auto;
    max-height: 222px;
}

.player_main_wrapper .story_wrapper .story_name_wrapper .download_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.player_main_wrapper .story_wrapper .story_name_wrapper .download_wrapper img {
    margin-left: 20px;
    width: 25px;
    cursor: pointer;
}

.jp-playlist ul li:hover {
    background: #e6d8fd;
    color: var(--mainColor);
}
.jp-playlist ul li:last-child.jp-playlist-current, .jp-playlist ul li:last-child:hover{
    border-bottom-left-radius: 27px;
    border-bottom-right-radius: 27px;
}

.player_main_wrapper .player_wrapper {
    padding: 10px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.player_main_wrapper .player_wrapper .player .progress {
    background-color: #fff;
}

.player_main_wrapper .player_wrapper .player>.progress{
    height: 20px;
}

.player_main_wrapper .player_wrapper .player .progress-bar {
    background-color: #9496f9;
}

.player_main_wrapper .player_wrapper .player .player_control_wrapper {
    margin-top: 10px;
    position: relative;
}

.player_main_wrapper .player_wrapper .player .player_control_wrapper .remote_control {
    float: left;
}

.player_main_wrapper .player_wrapper .replay,
        .player_main_wrapper .player_wrapper .nazad,
        .player_main_wrapper .player_wrapper .vpered {
    cursor: pointer;
}

.player_main_wrapper .player_wrapper .volume_control {
    width: 135px;
    display: -ms-flexbox;
    display: flex;
    float: right;
    align-items: center;
}

.jp-playlist-item-free:before{
    margin-right: calc(var(--bs-gutter-x)/ 2);
}
.jp-free-media{
    position: absolute;
    right: calc(var(--bs-gutter-x)/2);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.jp-free-media img{
    width: 25px;
    height: 25px;
}

.timeline{
    width: fit-content;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(var(--bs-gutter-x) + 40px);
}

.player_main_wrapper .player_wrapper .remote_control img{
    margin-right: 10px;
    cursor: pointer;
}

.player_main_wrapper .player_wrapper .player .player_control_wrapper .volume_control .progress {
    margin-left: 10px;
    width: 100%;
}

.player_main_wrapper .player_wrapper .player_time span {
    font-weight: 400;
    font-size: 14px;
}

.player_main_wrapper .player_wrapper .player_time .sum {
    float: left;
}

.player_main_wrapper .player_wrapper .player_time .last {
    float: right;
}

.player_main_wrapper .player_wrapper .play_btn {
    width: 76px;
    height: 76px;
    background-color: #9496f9;
    border-radius: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.player_main_wrapper .player_wrapper .play_btn.jp-play{
    background-image: url("../images/play.svg");
    background-size: 45px 45px;
    background-position: 65%;
}
.player_main_wrapper .player_wrapper .play_btn.jp-pause{
    background-image: url("../images/pause.svg");
    background-size: 28px 40px;
    background-position: 50%;
}

.player_main_wrapper .story_wrapper .scroll_down {
    cursor: pointer;
    position: absolute;
    bottom: -10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.player_main_wrapper .story_wrapper .scroll_down img {
    width: 50px;
}

.switch_story_wrapper {
    margin: 3rem auto;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    display: flex;
    align-items: center;
}
.switch_story_wrapper>div{
    width: 50%;
}

.switch_story_wrapper div {
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    cursor: pointer;
}
.switch_story_wrapper div a{
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
}
.switch_story_wrapper div svg, .switch_story_wrapper div img{
    width: 16px;
    height: 16px;
}



.switch_story_wrapper .prev_story, .switch_story_wrapper .next_story{
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.comments_wrapper .comments_title {
    font-weight: 500;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 14px 14px 0px 0px;
    padding: 5px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    border-bottom: none;
    color: rgb(108, 108, 108);
}

.comments_wrapper .comments {
    margin-bottom: 5px;
}

.comments_wrapper .comments textarea {
    font-weight: 300;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 0px 14px 14px 14px;
    font-size: 17px;
}

.comments_wrapper .comments_group {
    position: relative;
}

.comments_wrapper .comments_group img {
    width: 27px;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.comments_wrapper .comments_group input {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    padding-left: 45px;
    padding-right: 10px;
    font-size: 17px;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    width: 330px;
}
.comments_wrapper .comments_group input:focus{
    outline: 0;
    /*box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);*/
}
.comments_wrapper .comments textarea:focus{
    box-shadow: none;
}
.comments_wrapper .comments_group input::placeholder, .comments_wrapper .comments textarea::placeholder{
    color: rgb(196,202,211);
}

.comments_wrapper .comments_group input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 17px;
}
.comments_wrapper .comments_group input::-moz-placeholder {
    font-weight: 300;
    font-size: 17px;
}
.comments_wrapper .comments_group input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 17px;
}

.comments_wrapper .comments_group input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 17px;
}
.comments_wrapper .comments_group input::placeholder {
    font-weight: 300;
    font-size: 17px;
}

.comments_wrapper .quotes_wrapper{
    margin-top: 2rem;
    color: rgb(108,108,108);
    position: relative;
}
.comments_wrapper .quotes_wrapper:not(.depth-1){
    margin-left: 40px;
    margin-top: 1rem;
}
.comments_wrapper .quotes_wrapper .comment-body {
    padding: 10px 15px 0;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 14px;
}
.comments_wrapper .quotes_wrapper .quotes_title, .comments_wrapper .quotes_wrapper .quotes_descr{
    font-weight: 400;
    font-size: 20px;
}
.quotes_title h6{
    font-size: 20px;
}
.comments_wrapper .quotes_wrapper .quotes_descr{
    margin-top: -5px;
}

.comments_wrapper .quotes_wrapper span {
    color: #a5a5a5;
    font-size: 12px;
}

.comments_wrapper .quotes_wrapper button {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #e2e2e2;
    border-radius: 0px 12px 0px 14px;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-15px, 10px);
    padding: 5px 20px;
    font-weight: 300;
    font-size: 18px;
    display: flex;
    align-items: center;
    outline: none;
}
.comments_wrapper .quotes_wrapper button:hover{
    color: rgb(255, 255, 255);
    background-color: #e2e2e2;
}
.comments_wrapper .quotes_wrapper button img{
    margin-right: 10px;
    display: none;
}


.comments_wrapper .quote {
    width: 93%;
    float: right;
}

.comments_block.quote{
    display: none;
}

.descr_after_table,
.how_choise_wrapper,
select,
input {
    border: none;
}


.wrapper>.content_wrapper{
    padding: 18px 33px;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}

.wrapper>.content_wrapper>.left_column, .wrapper>.content_wrapper>.right_column{
    padding: 0;
}


.right_column .categories_wrapper .category .category_title img{
    width: 1.08235vw;
    height: 1.08235vw;
    position: absolute;
    left: -2.20588vw;
    top: 1.00588vw;
    display: none;
}


.main_header{
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}

.main_header .filter_wrapper>div{
    padding: 0;
}

.main_title_wrapper{
    padding-right: 70px;
}


.player_wrapper .player{
    width: calc(100% - 100px);
    flex: 0 0 auto;
}

.comments_wrapper .comments_group>div{
    position: relative;
}


.left_sideBar.left_sideBar{
    width: 374px;
    padding: 0;
}

.single_page>.content_wrapper{
    padding-left: 22px;
}

.single_page .main_title_wrapper{
    padding-right: 0;
}


.descr_after_table_wrapper .how_choise_wrapper>.title h3{
    font-size: 32px;
    font-weight: 600;
}

.descr_after_table_wrapper{
    margin-top: 40px;
}


.search_curtain{
    height: 300px;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    z-index: 5;
    background-color: rgba(255,255,255, 1);
    opacity: 0.4;
}


.custom-select{
    position: relative;
}
.custom-select select{
    display: none;
}

.select-selected {
    position: relative;
    line-height: calc(min(60px, 2.19792vw));
    z-index: 12;
}

.select-items div{
    border-bottom: 1px solid #D4CFCF;
    padding: 5px min(32px, 1.66667vw);
}
.select-items div:hover{
    background-color: #E2E2E2;
}
.select-items div:last-child{
    border-bottom: none;
}

.select-items div,.select-selected {
    cursor: pointer;
    font-size: calc(min(20px, 1.04167vw));
}
.select-selected{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.57292vw;
}
.select-arrow-active{
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}

.pagination_content .pagination_select .select_arrow{
    z-index: 13;
}

.custom-select.poems, .custom-select.poems .select-selected{
    width: 293px;
}
.custom-select.poems{
    position: relative;
    margin-top: 20px;
}
.custom-select.poems .select-items div, .custom-select.poems .select-selected{
    font-size: 18px;
}

.select-items {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 1.26667vw 0 0 0;
    background: white;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 9;
    max-height: 60vh;
    overflow-y: auto;
}

.select-hide {
    display: none;
}

.close_search_mobile{
    width: 20px;
    height: 20px;
    z-index: 90;
    position: absolute;
    left: 5.88235vw;
    display: none;
    cursor: pointer;
}


.mobile_title{
    display: none;
    color: var(--mainColor);
    font-weight: 700;
    font-size: 3.18235vw;
    line-height: 5.76471vw;
}

.filter_wrapper .duration{
    z-index: 8;
}

.filter_wrapper .search{
    z-index: 7;
}

.categories_button_mobile{
    position: absolute;
    top: 40px;
    right: -40px;
    width: 107px;
    height: 30px;
    transform: rotate(-90deg);
    z-index: 999;
    cursor: pointer;
}
.categories_button_mobile p{
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(241, 239, 253, 1);
    z-index: 998;
    position: relative;
    border: 1px solid rgba(204, 173, 255, 1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0;
    font-weight: 400;
}

.categories_button_mobile img, .categories_button_mobile{
    display: none;
}
.categories_button_mobile img{
    position: absolute;
    top: -24px;
    left: 35px;
    z-index: 15;
    transform: rotate(180deg);
    cursor: pointer;
    width: 38px;
    height: 38px;
    transition: all 0.3s ease 0s;
}

.filter_wrapper .search input{
    color: #858585;
}


    .content_wrapper .night_wrapper_mobile {
        display: none;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        background: none;
        border: none;
    }

    .content_wrapper .night_wrapper_mobile label {
        font-size: 28px;
        font-weight: 600;
        margin-left: 1.41176vw;
    }

    .content_wrapper .night_wrapper_mobile .toggle-button {
        position: relative;
        display: inline-block;
        margin: 0;
        vertical-align: top;
        background: #a0a0a0;
        border: 1px solid #a0a0a0;
        border-radius: 30px;
        outline: none;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
    }

    .content_wrapper .night_wrapper_mobile .toggle-button {
        width: 77px;
        height: 41px;
    }

    .content_wrapper .night_wrapper_mobile .toggle-button:after {
        content: "";
        display: inline-block;
        position: absolute;
        left: 3px;
        top: 2px;
        width: 35px;
        height: 35px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 0.3s cubic-bezier(0.5, 0.85, 0.32, 1.2);
    }

    .content_wrapper .night_wrapper_mobile .toggle-button:checked::after {
        -webkit-transform: translateX(calc(100%));
        transform: translateX(calc(100%));
        background-color: #fff;
    }

    .content_wrapper .night_wrapper_mobile .toggle-button:checked {
        background-color: var(--iosColor);
    }

/*singleTale*/
.tales_left_sideBar{
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 10px 20px 1px;
    border-radius: 10px;
}
.tales_left_sideBar_cat p, .tales_left_sideBar_cat h6{
    border-bottom: 1px solid #c9c4c4;
    font-size: calc(min(25px, 1.30208vw));
    line-height: calc(min(28.75px, 1.6974vw));
    margin: 0 0 calc(min(8px, 0.41667vw)) 0;
    color: rgba(78, 78, 78, 1);
}
.tales_left_sideBar_cat p a, .tales_left_sideBar_cat h6 a{
    padding-bottom: calc(min(12px, 0.625vw));
    display: block;
    color: rgba(78, 78, 78, 1);
}
.tales_left_sideBar_cat h6{
    font-weight: 700;
}
.tales_left_sideBar_cat p a:hover, .tales_left_sideBar_cat h6 a:hover{
    color: rgba(128, 50, 255, 1);
}
.tales_left_sideBar_cat p{
    font-weight: 400;
    margin-left: 20px;
}
.tales_left_sideBar_cat:last-child p:last-child{
    border-bottom: none;
}


.title_breadcumbs{
    color: white;
    font-size: 18px;
    margin-top: -10px;
    display: flex;
    flex-wrap: wrap;
}

.descr_wrapper_tale{
    width: 100%;
    border-radius: 20px;
    border: 2px solid #C4C4C4;
    background-color: rgba(255,255,255, 0.8);
    margin-top: 20px;
    position: relative;
}
.descr_wrapper_tale_header{
    padding: 5px calc(min(48px, 4.30208vw));
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C4C4C4;
    height: 50px;
}
.descr_wrapper_tale_pages{
    font-size: calc(min(19px, 1.30208vw));
}
.descr_wrapper_tale_title{
    font-size: calc(min(30px, 1.80208vw));
    color: rgba(128, 50, 255, 1);
    font-weight: 700;
}
.descr_wrapper_tale_resize img{
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.descr_wrapper_tale_body{
    padding: 25px 10px 10px calc(min(48px, 4.30208vw));
    height: 60vh;
    position: relative;
}
.descr_wrapper_tale_body>div{
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding-right: calc(min(40px, 2.30208vw));
}
.descr_wrapper_tale_body p:first-child{
    margin-top: -5px;
}
.descr_wrapper_tale_body, .descr_wrapper_tale_icon{
    font-size: calc(min(18px, 1.80208vw));
}

.descr_wrapper_tale_icons{
    display: flex;
    justify-content: space-around;
    /*border-bottom: 1px solid #C4C4C4;*/
}
.descr_wrapper_tale_icon{
    margin-top: 10px;
    width: 33%;
    position: relative;
}
.descr_wrapper_tale_icon>a{
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}
.descr_wrapper_tale_icon>a>img{
    margin: 0 auto;
    display: block;
    width: 58px;
    height: 58px;
}
.descr_wrapper_tale_icon p{
    text-align: center;
    color: rgb(33, 37, 41);
}
.descr_wrapper_tale_line{
    position: absolute;
    right: 0;
    top: 25%;
    height: 40px;
}

.descr_wrapper_tale_annotation{
    padding: 15px 10px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin-top: 45px;
    color: rgba(79, 79, 79, 1);
    border: 1px solid rgba(226, 226, 226, 1);
}
.descr_wrapper_tale_annotation h2{
    font-size: calc(min(34px, 6.80208vw));
    font-weight: 700;
}
.descr_wrapper_tale_annotation p{
    font-size: calc(min(25px, 1.30208vw));
}

.tale_container_max{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.single_poem .table_content_wrapper:last-child{
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.tale_container_max .descr_wrapper_tale{
    margin: 0 auto;
    height: 100vh;
    position: relative;
}
.tale_container_max .descr_wrapper_tale_body{
    height: 83vh;
}

.single_poem p{
    /*margin-left: auto;
    margin-right: auto;*/
}
.single_poem h2{
    margin-top: 10px;
}

.p-85 p, .p-85 .minicard span{
    font-size: 85%;
}
.p-100 p, .p-100 .minicard span{
    font-size: 100%;
}
.p-115 p, .p-115 .minicard span{
    font-size: 115%;
}
.p-130 p, .p-130 .minicard span{
    font-size: 130%;
}
.p-150 p, .p-150 .minicard span{
    font-size: 150%;
}
.single_poem .p-85 .descr_wrapper_tale_body_title{
    font-size: calc(min(20px, 1.80208vw));
}
.single_poem .p-100 .descr_wrapper_tale_body_title{
    font-size: calc(min(24px, 1.80208vw));
}
.single_poem .p-115 .descr_wrapper_tale_body_title{
    font-size: calc(min(28px, 1.80208vw));
}
.single_poem .p-130 .descr_wrapper_tale_body_title{
    font-size: calc(min(32px, 2.80208vw));
}
.single_poem .p-150 .descr_wrapper_tale_body_title{
    font-size: calc(min(36px, 3.80208vw));
}

.descr_wrapper_tale_body>div::-webkit-scrollbar, .jp-playlist::-webkit-scrollbar{
    width: 29px;
}
.descr_wrapper_tale_body>div::-webkit-scrollbar-track, .jp-playlist::-webkit-scrollbar-track{
  background: rgba(235, 230, 236, 1);
}
.descr_wrapper_tale_body>div::-webkit-scrollbar-thumb, .jp-playlist::-webkit-scrollbar-thumb{
  background: linear-gradient(270deg, #423EEA -47.83%, #9654D8 128.26%);
  border-radius: 7px;
  margin-left: 2px;
  border: 3px solid rgba(235, 230, 236, 1);
}

.mobile_tales{
    display: none;
    width: auto;
    padding: 2.35294vw 0 2.35294vw 6.70588vw;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
}
.mobile_tales .tales_left_sideBar_cat{
    max-width: 66.35294vw;
}
.mobile_tales .tales_left_sideBar_cat h6{
    font-size: 3.18235vw;
    line-height: 1.2;
    margin-bottom: 1.29412vw;
    padding-bottom: 7px;
}
.mobile_tales .tales_left_sideBar_cat p{
    margin-left: 10.11764vw;
    font-size: 3.18235vw;
    line-height: 4.76471vw;
    margin-bottom: 1.48235vw;
    font-weight: 400;
}

.player_wrapper .jp-gui {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
}
.player_wrapper .jp-progress {
    height: 20px;
    background-color: white;
    position: relative;
    cursor: pointer;
}
.player_wrapper .jp-play-bar{
    background-color: #9496f9;
    height: 20px;
}
.player_wrapper .jp-progress .jp-seek-bar {
    position: absolute;
    bottom: 0;
    left: 0;
}
.player_wrapper .jp-time-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}
.player_wrapper .jp-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}
.jp-controls li {
    display: inline;
}
.player_wrapper .jp-controls .jp-playback-rate-bar {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.player_wrapper .jp-controls a {
    display: block;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jp-audio>a svg{
    width: 66px;
    height: 66px;
}
.jp-controls a svg {
    width: 25px;
    height: 25px;
}
.player_wrapper .jp-controls .jp-play, .podcast-card .podcast-card-bottom .jp-controls .jp-pause {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.player_wrapper .jp-controls .jp-play{
    position: absolute;
    left: 0;
    top: 0;
}

.jp-audio{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
#jp_container_1 .jp-type-single{
    width: calc(100% - 100px);
    margin: 0 auto;
    padding-left: calc(var(--bs-gutter-x)/ 2);
}
.jp-volume-bar{
    width: 100px;
    height: 20px;
    background-color: #fff;
    border-radius: .25rem;
    margin-left: 10px;
    cursor: pointer;
}
.jp-volume-bar-value{
    height: 100%;
    border-radius: .25rem;
    background-color: #9496f9;
}

#jp_container_1 .tales_btn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.repeat-off {
    box-shadow: 0 0 5px 0px #9b24f545;
    padding: 2px;
    border-radius: 5px;
}

.jp-playlist-item, .timeline, .switch_story_wrapper, .comments_wrapper .comments_title{
    font-size: 18px;
    line-height: 21px;
}


.comments_group_block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.comment_button{
    width: 180px;
    height: 40px;
    background-color: #9496F9;
    border-radius: 14px;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    color: white;
    cursor: pointer;
    border:  1px solid #9496F9;
}
.comment_button:hover{
    color: #9496F9;
    background-color: white;
}


#download_link_mobile{
    font-size: 15px;
    font-weight: 400;
    color: #7174FC;
    border: 1px solid #9496F9;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 0 3px;
    display: none;
    position: absolute;
    bottom: 5px;
    right: 0;
}

/*Single Poem*/

.single_poem .left_sideBar.left_sideBar{
    width: 374px;
}
.single_poem .tales_left_sideBar_cat p{
    margin-left: 0;
}
.single_poem .tales_left_sideBar_cat_content{
    margin-left: min(35px, 2.34375vw);
    overflow-y: hidden;
    margin-bottom: 20px;
}
.single_poem .tales_left_sideBar_cat:last-child p:last-child{
    border-bottom: 1px solid #c9c4c4;
}

.single_poem .title_breadcumbs{
    margin-top: 0;
}
.single_poem .title_wrapper_story, #single_tale .title_wrapper_story, .single_page .title_wrapper_story{
    display: flex;
    align-items: center;
}
.title_wrapper_story{
    margin-top: 15px;
}
.poem_title{
    font-size: calc(min(36px, 3.80208vw));
    font-weight: 700;
    color: white;
    line-height: 1;
}
.poem_author_img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-right: 45px;
    flex-shrink: 0;
}
.poem_author_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.poem_author_media_block{
    display: flex;
    margin-top: 18px;
}
.poem_author_media{
    background: #FFF9F9;
    opacity: 0.8;
    border-radius: 11px;
    margin-right: 12px;
    font-size: 20px;
    line-height: 1;
}
.poem_author_media a{
    display: flex;
    align-items: center;
    padding: 3px 10px;
}
.poem_author_media img{
    max-width: 100%;
    max-height: 24px;
    margin-right: 5px;
}

.single_poem .descr_wrapper_tale_header{
    justify-content: center;
    position: relative;
}
.single_poem .descr_wrapper_tale_resize{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.single_poem .descr_wrapper_tale_resize img{
    width: 32px;
}

.single_poem .descr_wrapper_tale_body{
    height: unset;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 18px;
}
.single_poem .descr_wrapper_tale_body>div{
    overflow-y: visible;
    padding: 0;
}
.poem{
    width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.descr_wrapper_tale_body_title{
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
    text-align: left;
}
.single_poem .poem hr{
    width: 200px;
}

.single_poem .descr_wrapper_tale_icon{
    width: 50%;
}

.single_poem .descr_wrapper_tale_annotation{
    padding: 20px 30px;
}

.single_poem .comments_wrapper{
    margin-top: 20px;
}

/*.single_poem .switch_story_wrapper{
    background: transparent;
    margin: 20px auto;
    border: none;
    width: 100%;
}
.single_poem .switch_story_wrapper>div{
    text-transform: uppercase;
    font-size: 24px;
    width: 50%;
}
.single_poem .prev_story_wrapper{
    justify-content: flex-end;
    padding-right: 40px;
    margin-left: 0;
}
.single_poem .next_story_wrapper{
    justify-content: flex-start;
    padding-left: 40px;

}
.single_poem .switch_story_wrapper .prev_story, .single_poem .switch_story_wrapper .next_story{
    margin: 0;
    text-transform: uppercase;
}
.single_poem .switch_story_wrapper img{
    width: 25px;
}*/

.single_poem .descr_wrapper_tale_annotation p{
    line-height: 1.2;
}

.single_poem .comment_button{
    background-color: #6063FF;
    border-color: #6063FF;
}
.single_poem .comment_button:hover{
    color: #6063FF;
    background-color: white;
}

.single_poem .tales_left_sideBar_cat h6{
    margin-bottom: calc(min(14px, 0.72917vw));
}

.single_poem #descr_wrapper_tale_maximize{
    display: none;
}

.quick_choice_block{
    margin: 25px 45px 30px;
    width: auto;
    padding: 20px 30px;
    font-size: calc(min(18px, 2.80208vw));
    background: #FFF9F9;
    opacity: 0.8;
    border-radius: 32px;
}
.quick_choice_title{
    font-size: calc(min(22px, 2.10208vw));
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    text-align: left;
}
.quick_choices{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.quick_choice{
    width: 33%;
}
.quick_choice a:hover{
    color: var(--mainColor);
}

.single_poem .descr_wrapper_tale_icon p{
    color: #7E7E7E;
}
/*End of Single Poem*/

/*Poem*/

#poem .left_column{
    padding: 0 5px;
}

#poem .title_breadcumbs, #poem .poem_title{
    padding-left: 12px;
}
#poem .table_wrapper{
    margin-top: 25px;
}

#poem .main_content_wraper .content_author, #poem .main_content_wraper .content_name{
    border-right: 1px solid #DEDEDE;
}
#poem .main_content_wraper .content_author:nth-child(odd), #poem .main_content_wraper .content_name:nth-child(odd){
    border-color: #F8F8F8;
}
#poem .title.category, #poem .title.amount{
    border-right: 1px solid #F8F8F8;
}
#poem .title.category, #poem .main_content_wraper .content_name{
    width: 43%;
}
#poem .title.amount, #poem .main_content_wraper .content_author{
    width: 30%;
}
#poem .title.readers, #poem .main_content_wraper .content_time{
    width: 27%;
}
#poem .table_wrapper table tbody .table_content_wrapper{
    padding-left: 0;
    padding-right: 0;
}
#poem .table_wrapper .table_title_wrapper{
    padding: 0;
}
#poem .table_wrapper .table_title_wrapper td{
    padding: calc(min(14px, 0.72917vw)) 0;
}
#poem .table_wrapper .table_title_wrapper .title img{
    top: 50%;
    transform: translateY(-50%);
}

#poem .pagination_content{
    left: 0;
    justify-content: center;
    margin-top: 24px;
    max-width: unset;
}
#poem .pagination_content .pagination{
    padding-left: 0;
    padding-right: 0;
}
#poem .pag_level-mid{
    padding: 0 30px;
}
#poem .tales_left_sideBar_cat h6{
    font-weight: 400;
}


.poem_group{
    padding: 13px 48px 37px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin-top: 25px;
}
.poem_group_title{
    font-weight: bold;
    font-size: 40px;
    color: #7557FF;
}
.poem_group_text{
    display: flex;
    width: 100%;
    font-size: 22px;
    margin-top: 13px;
    justify-content: space-between;
}
.poem_group_author{
    width: calc(100% - 50px);
}
.poem_group_text_block{
    display: grid;
    grid-template-columns: calc(33% - 25px) calc(33% - 25px) calc(33% - 25px);
    grid-template-rows: auto; 
    justify-content: space-between;
}
.poem_group_amount{
    font-weight: bold;
    width: 50px;
    text-align: right;
}

.poem_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.poem_container .poem_group{
    width: calc(50% - 10px);
}
.poem_container .poem_group_text{
    width: 145px;
}

/*End of Poem*/


/* coloring */
#coloring .left_sideBar.left_sideBar, #single-coloring .left_sideBar.left_sideBar{
  width: 374px;
}

#coloring .tales_left_sideBar, #single-coloring .tales_left_sideBar {
    margin-bottom: 70px;
}
#coloring .left_column.left_column{
  width: 1100px;
padding: 0px 64px;
}
#single-coloring .left_column.left_column {
  padding: 0px 30px;

}
#single-coloring .filter_wrapper {
    margin-bottom: 20px;
}
#single-coloring .filter_wrapper>div {
    width: 48%;
}
 #single-coloring .filter_wrapper select,  #single-coloring .filter_wrapper input, #single-coloring .select-selected {
    width: 100%;
}
 #single-coloring .filter_wrapper .select_arrow {
    right: 40px;
}
 #single-coloring .select-items {
    left: 12px;
    right: 12px;
}
#coloring .right_column.right_column .tales_left_sideBar_iphone, #single-coloring .right_column.right_column .tales_left_sideBar_iphone {
  width: 100%;
  display: block;
}
#coloring .right_column.right_column .tales_left_sideBar_iphone img, #single-coloring .right_column.right_column .tales_left_sideBar_iphone img {
  width: 100%;
}
#coloring .container.container > .container {
  margin: 20px 0;
}
#single-coloring .container.container > .container {
  margin: 10px 0;

}
#single-coloring .main_content-back, #coloring .main_content-back{
  position: relative;
  background-color: #eeecfd;
  border-radius: 20px;
}
#single-coloring .main_content-modal-wrap {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 150%;
  display: none;
  left: -25%;
  box-shadow: 0px 7px 42px rgba(117, 87, 255, 0.36);
  border-radius: 45px;
}
#single-coloring .main_content-modal-inner {
  position: relative;
  background-color: #dad6f8;;
  border-radius: 20px;
  padding-top: 11%;
  padding-bottom: 11%;
}
#single-coloring .main_content-modal-inner img {
  width: 100% !important;
}
#single-coloring .main_content-modal_title {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #7557FF;
}
#single-coloring .main_content-modal_btns {
  font-size: 16px;
line-height: 18px;
text-align: center;
position: absolute;
bottom: 5%;
left: 0;
right: 0;
}
#single-coloring .main_content-modal_btns a {
  background: #FFFFFF;
box-shadow: 0px 0px 9px rgba(117, 87, 255, 0.36);
border-radius: 11px;
width: 141px;
height: 39px;
color: #7557FF;
padding: 4px 24px;
margin: 0 5px;

}
#coloring .main_content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
#single-coloring .main_content-wrap {
  display: flex;
    flex-wrap: wrap;
}
#coloring .main_content .container {
padding: 0 17px;
}
#single-coloring .main_content .container {
padding: 0 10px;
}

#coloring .main_content-item {
  margin: 15px 0;
}
#single-coloring .main_content-item {
  margin-bottom: 25px;
}
#coloring .main_content-item .container, #single-coloring .main_content-item .container {
  position: relative;
}
#coloring .main_content-title, #single-coloring .main_content-title {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #7557FF;
    text-align: center;
    min-height: 68px;
    padding: 0 5px;
}
#single-coloring .main_content-desc, #coloring .main_content-desc {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #454545;
    height: 30px;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #eeecfd;
    padding: 0 10px;
}
#single-coloring .main_content-desc-left {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#single-coloring .main_content-desc-left img{
  object-fit: contain;
      margin-right: 5px;
}
#single-coloring .main_content-desc-left > div{
  display: inline-flex;
  font-size: 14px;
line-height: 16px;

}
#single-coloring .main_content-desc-left > div > span{
  font-weight: 700;
      margin-left: 5px;
}
#single-coloring .main_content-desc-right button{
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
}
#coloring .main_content-desc {
  position: absolute;
  bottom: 11px;
left: 40px;
font-size: 16px;
line-height: 18px;
color: #454545;
}
#coloring .main_content-desc  span {
  font-weight: 700;
}
.main_content-img_cont{
    background-color: #eeecfd;
}
#coloring .main_content-img_cont{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#single-coloring .main_content-img, #coloring .main_content-img {
    width: 100%;
    border-radius: 20px;
    max-height: 178px;
    object-fit: cover;
    object-position: top;
}
#coloring .pagination_content {
  margin-top: 15px;
  margin-bottom: 10px;
justify-content: center;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
#single-coloring .pagination_content {
  margin-top: 0;
  margin-bottom: 10px;
justify-content: center;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}


.main_content-desc-right{
    position: relative;
}
.main_content_share{
    padding: 20px 15px;
    background-color: white;
    box-shadow: 0 0 37px rgba(0, 0, 0, 0.1);
    border-radius: 29px;
    position: absolute;
    left: calc(65% - 30px);
    bottom: 100%;
    z-index: 100;
    display: none;
    width: 210px;
}
.main_content_share_block{
    display: flex;
    align-items: center;
}
.main_content_share_block:not(:first-child){
    margin-top: 15px;
}
.main_content_share_block p{
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 18px;
}
.main_content_share_block img{
    width: 35px;
}


/*Puzzle*/

.puzzle_container{
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.puzzle{
    width: calc(50% - 15px);
    border: 2px solid rgba(196, 196, 196, 0.7);
    font-size: calc(min(25px, 1.30208vw));
    border-radius: 30px;
    margin-bottom: 30px;
}
.puzzle_text{
    background: rgba(255, 255, 255, 0.85);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    height: calc(100% - 57px);
}
.puzzle_answer_block{
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: rgba(187, 134, 255, 0.85);
    color: white;
    text-align: center;
    height: 57px;
    line-height: 57px;
    cursor: pointer;
}
.puzzle_answer_block:hover{
    background-color: rgba(157, 80, 255, 0.85);
}
.puzzle_answer{
    display: none;
}

/*End of Puzzle*/

/*Blog + Single Blog*/

#blog .container.container{
    padding: 15px 90px 0;
}

.blog_container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog_block{
    width: calc(50% - 22px);
    padding-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    margin-top: 35px;
}
.blog_img img{
    width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.blog_img{
    width: 100%;
    display: block;
    height: 230px;
}

.blog_text_block, .podelki_text_block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog_text_block{
    height: calc(100% - 230px);
}
.podelki_text_block{
    min-height: 165px;
}

.blog_title{
    padding: 10px 20px;
    color: #434141;
    font-weight: 700;
    font-size: calc(min(25px, 1.30208vw));
}
.blog_social{
    padding: 0 20px;
}
.blog_social, .blog_social_block1, .blog_social_block2{
    display: flex;
    align-items: center;
}
.blog_social{
    justify-content: space-between;
    position: relative;
}
.blog_social>div>*{
    cursor: pointer;
}
.blog_social_block1{
    font-weight: bold;
    font-size: 16px;
}
.blog_social_block1 div:first-child{
    margin-right: 16px;
}
.blog_social_block1 img{
    margin-right: 8px;
}
.blog_social_block2>*:not(:last-child){
    margin-right: 10px;
}
.blog_social_block2 img{
    width: 23px;
    height: 23px;
}

#blog .pagination_content{
    left: 0;
    justify-content: center;
}



.poem_title_block{
    width: calc(100% - 170px);
}
#single_blog .single_poem .title_wrapper_story{
    padding: 0 55px;
}
#single_blog .poem_author_img{
    margin-right: 40px;
}
#single_blog .quick_choices{
    display: block;
}
#single_blog .quick_choice{
    width: 100%;
}
#single_blog .quick_choice:not(:first-child){
    margin-top: 10px;
}

.single_blog_block{
    background-color: #FFF9F9;
    opacity: 0.8;
    border-radius: 32px;
    padding: 35px 35px 20px;
}
.single_blog_block h2{
    font-size: 1.55208vw;
}
.single_blog_block p, .single_blog_block ul li, .single_blog_block ol li, .single_blog_block h3{
    font-size: 1.052vw;
}
.single_blog_block img{
    width: 100%;
    height: max-content;
}
.single_blog_btns{
    display: flex;
    justify-content: center;
}
.single_blog_btns div{
    cursor: pointer;
    width: 67px;
    height: 67px;
    background-color: white;
    position: relative;
    box-shadow: 0px 0px 14px rgba(176, 156, 255, 0.52);
    border-radius: 16px;
    margin-right: 25px;
}
.single_blog_btns img{
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.single_blog_text_block{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.single_blog_text_block img{
    width: 380px;
    height: 100%;
}
.single_blog_text_block>div{
    width: calc(100% - 410px);
}

/*End of Blog + Single Blog*/

/*Diafilm*/

#diafilm .container.container{
    padding: 0 40px;
}

.diafilm_block{
    border-radius: 25px;
    margin-top: 15px;
    position: relative;
    z-index: 998;
}
.diafilm_block .gallery-top img{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 130px;
}

.gallery-top .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top {
    width: 100%;
    border-radius: 25px 25px 0px 0px;
    background-color: #020202;
}
.gallery-thumbs {
    border-radius: 0 0 25px 25px;
    background-color: #202020;
    padding: 20px 50px 25px;
}
.gallery-thumbs .swiper-slide {
    width: fit-content;
    opacity: 0.4;
}
.diafilm_block .gallery-thumbs img{
    width: 100%;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.diafilm_block .swiper-button-next, .diafilm_block .swiper-button-prev{
    background: url("../images/arrow_swiper.svg") no-repeat center;
    background-size: cover;
    width: 24px;
    height: 39px;
}
.diafilm_block .swiper-button-prev{
    transform: rotate(180deg);
    left: 40px;
}
.diafilm_block .swiper-button-next{
    right: 40px;
}
.diafilm_block .swiper-button-next:after, .diafilm_block .swiper-button-prev:after{
    content: none;
}

.diafilm_block #descr_wrapper_tale_maximize{
    position: absolute;
    right: 50px;
    top: 30px;
    display: block;
    z-index: 100;
    cursor: pointer;
}

#diafilm .single_poem .switch_story_wrapper{
    margin: 35px 0;
}

/*End of Diafilm*/


.reply{
    width: 115px;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #E2E2E2;
    border-radius: 0px 12px 0px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
}

.minicard{
    color: red;
    margin-bottom: 2rem;
}
.minicard__cts.cts span{
    cursor: pointer;
}
.minicard__cts.cts.cts--active .cts__label, .minicard__cts.cts .cts__content{
    display: none;
}
.minicard__cts.cts.cts--active .cts__content{
    display: block;
}

.ui-menu.ui-widget{
    background-color: white;
    z-index: 990;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.13);
    max-width: calc(min(1542px, 80.3125vw));
}
.ui-menu.ui-widget li{
    list-style-type: none;
    font-size: 18px;
    margin: 5px 0;
    cursor: pointer;
}


/*Main Page*/

.main_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 65px 30px 80px;
}
.main_banner{
    width: 374px;
}
.main_banner img{
    width: 100%;
}

.main_container{
    width: 756px;
    margin: 0 auto;
    padding: 0 16px;
    border-bottom: 1px solid #e5e5e5;
}
.main_title{
    font-size: 26px;
    margin-bottom: -8px;
}

.main_categories_block{
    display: grid;
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    grid-template-rows: auto; 
    justify-content: space-between;
}
.main_category{
    height: 170px;
    margin-bottom: 18px;
}
.main_category a{
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.main_category a:before{
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: all 0.1s ease-in-out;
    z-index: 1;
    border-radius: 15px;
}
.main_category_img, .main_category_img img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.main_category_img img{
    object-fit: cover;
}
.main_category_text_block{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 0 15px;
}
.main_category_text_icon{
    width: 135px;
    height: 85px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.main_category_text_icon svg{
    height: 100%;
}
.main_category_text{
    font-size: 24px;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin: 10px auto 0;
    width: fit-content;
}

.main_category a:hover .svg--fill-accent{
    fill: #ffdb4d;
}
.main_category a:hover:before{
    background-color: rgba(0, 0, 0, 0.65);
}
.svg--fill-accent {
    transition: all 0.1s ease-in-out;
}

/*End of Main Page*/

/*404 Page*/

.block_404_container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.block_404_1{
    background: linear-gradient(180deg, #C4E5F7 0%, #C4E5F7 0%, #C4E5F7 0%, #FFFEFC 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 65%;
}
.block_404_1_title{
    font-weight: 400;
    font-size: 36px;
    color: #564D44;
    margin-bottom: 10vh;
    text-align: center;
}
.block_404_1 img{
    width: 662px;
    margin: 0 auto;
}
.block_404_1_mobile{
    display: none;
    color: #564D44;
    text-align: center;
    font-size: 62px;
    font-weight: 700;
}
.block_404_2{
    height: 35%;
    background-color: #FFF5E1;
    position: relative;
}
.block_404_2_btn{
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 86px;
    border-radius: 15px;
    line-height: 82px;
    border: 2px solid #564D44;
    background-color: #564D44;
    width: 504px;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.block_404_2_btn:hover{
    color: #564D44;
    background-color: white;
}

/*End of 404 Page*/

.poetry__title{
    margin-top: 30px;
    font-weight: 600;
}
.ads{
    margin-top: 15px;
}

.single_blog_block p img {
    width: 100%;
		height: max-content;
}

.adsbygoogle > ins {
    width: 100%!important;
}

.adsbygoogle > ins > ins {
    width: 100%!important;
}

.adsbygoogle > ins > ins > iframe {
    width: 100%!important;
}

.descr_wrapper_tale_container p img {
	width: 100%;
	object-fit: contain;
}
/* 

.puzzle > .minicard > div {
	line-height: normal;
} */

.minicard__cts.cts.cts--active .cts__content {
	line-height: normal;
	min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.puzzle > .minicard {
	height: max-content!important;
	/* min-height: 57px; */
}

.puzzle > .minicard {
	margin-bottom: 0!important;;
}
.puzzle {
	display: flex;
	flex-direction: column;
}
.poem_author_img {
	margin-bottom: 10px;
}
.table_wrapper .table_title_wrapper .title {
	cursor: pointer;
}
.descr_wrapper_story {
	clear: left;
}


.dark_mode #single-coloring .main_content-back, .dark_mode .table_wrapper table tbody .table_content_wrapper:nth-child(even) span{
    background: #d4d4d4;
};
.dark_mode .main_title_wrapper .title, .dark_mode .mobile_title{
    color: rgb(222,202,255);
};

.dark_mode .comments_wrapper .quotes_wrapper{
    color: rgb(80,80,80);
}
.dark_mode .player_wrapper .jp-play-bar, .dark_mode .jp-volume-bar-value, .dark_mode .player_main_wrapper .player_wrapper .play_btn, 
.dark_mode .comment_button:not(.single_poem .comment_button){
    background-color: #6063FF;
}
.dark_mode .jp-previous{
    background-image: url("/assets/themes/hbb/assets/images/nazad_night.svg");
}
.dark_mode .jp-next{
    background-image: url("/assets/themes/hbb/assets/images/vpered_night.svg");
}
.dark_mode .player_main_wrapper .jp-controls .remote_control>div.repeat-on, 
.dark_mode .player_main_wrapper .jp-controls .remote_control>div.repeat-off{
    background-image: url("/assets/themes/hbb/assets/images/replay_night.svg");
};
.dark_mode .jp-mute{
    background-image: url("/assets/themes/hbb/assets/images/volume_night.svg");
}
.dark_mode .main_title_wrapper .descr_wrapper_tale_container > p, .dark_mode .table_wrapper table tbody .table_content_wrapper:nth-child(even) a, 
.dark_mode .pagination_content .pagination .pag_content a.active, .dark_mode .main_title_wrapper .descr{
    color: #fff;
}

.dark_mode .main_title_wrapper .descr_mob, .dark_mode .content_wrapper .night_wrapper_mobile label{
    color: white;
}
.dark_mode .header .header_body .header_menu{
    background-color: #3C3C3C;
}
.dark_mode .filter_wrapper .search input{
    color: #E2E2E2;
}

.dark_mode .descr_wrapper_tale{
    background-color: rgba(233,233,233);
}
.dark_mode #download_link_mobile{
    color: #3F43FE;
    border-color: #6063FF;
};
.dark_mode .comments_wrapper .quotes_wrapper button{
    border-width: 3px;
}

.dark_mode .quick_choice_block:not(#single_blog .quick_choice_block), .dark_mode .single_poem .descr_wrapper_tale, .puzzle{
    border: 1px solid #C4C4C4;
}
.dark_mode .quick_choice_block:not(#single_blog .quick_choice_block), 
.dark_mode .single_poem .descr_wrapper_tale, .dark_mode .puzzle_text{
    background-color: transparent;
}
.dark_mode .quick_choice_block *, .dark_mode .single_poem .descr_wrapper_tale, .dark_mode .single_poem .switch_story_wrapper, 
.dark_mode .puzzle_text, .dark_mode .single_blog_block{
    color: #E4E4E4;
}
.dark_mode .single_poem .descr_wrapper_tale_title{
    color: #DECAFF;
}
.dark_mode #single_blog .quick_choice_block, .dark_mode .single_blog_block{
    background-color: #1F1F1F;
}