@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 11px;
    background-color: #f9f9f9;
}
::-webkit-scrollbar-thumb {
    background-color: #c50725;
	border-radius:10px;
}

.night ::-webkit-scrollbar {
    background-color: #11212e;
}
::-webkit-scrollbar-thumb {
    background-color: #c50725;
	border-radius:10px;
}
.night ::-webkit-scrollbar-thumb {
    background-color: #028894;
}

.anim, button, .btn, a, a img, .btn-accent, .header__btn-search {
    transition: all .3s;
}

.theme-toggle {
	background-image: url(../images/night-theme.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.night .theme-toggle {
	background-image: url(../images/light-theme.svg);
}

.filter-block {
    margin-bottom: 40px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
}
.night .filter-block {
	background-color: #11212e;
}
.filter-block__form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 10px 20px;
}
.filter-block__cell-content--two-columns {
    display: flex;
    justify-content: space-between;
}
.night .irs--flat .irs-handle>i:first-child, .night .irs--flat .irs-from, .night .irs--flat .irs-single, .night .irs--flat .irs-to, .night .irs--flat .irs-bar {
	background-color: #028894;
}
.night .irs--flat .irs-from::before, .night .irs--flat .irs-single::before, .night .irs--flat .irs-to::before {
	border-top-color: #028894;
}
.night .filter-block__cell-content select, .night .filter-block__cell-content input[type="text"], .night .filter-block__cell-content--check-group {
	background-color: #263b4d;
    border: 1px solid #263b4d;
}
.night .filter-block__cell-content--check-group label + label {
	border-color: #11212e;
}
.night .filter-block__cell-content--check-group label input:checked + div {
	background-color: #028894;
}
.night .filter-block__cell-content input[type="button"][data-dlefilter="reset"] {
    background: #1b2935; 
}
.night .multirating-wrapper {
	background: #11212e;
}
.night .multirating-item-title {
	color: #cfcfcf;
}
.night div.multirating-itog {
	background: #11212e;
    border-color: #1b2935;
}
.night .multirating-item {
	border: none;
}
.night .multirating-item-rating li.multirating-rate-active:after {
    background: #15485c;
}
.night .multirating-itog-rateval {
	background: #15485c;
    box-shadow: none;
}
button, select, textarea, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
}
select {
    height: 40px;
    padding: 0 15px;
    display: block;
}
input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    background: #f9f9f9;
    color: #161616;
}
.filter-block__cell-content > * {
    width: 100%;
    display: block;
}
.filter-block__cell-content--two-columns > * {
    width: calc((100% - 10px) / 2) !important;
}
select:not([multiple]) {
    background-image: url(../dleimages/chevron.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    background-size: .6em auto;
}
.filter-block__cell-content select, .filter-block__cell-content input[type="text"], .filter-block__cell-content--check-group {
    height: 36px;
    line-height: 34px;
    background-position: right 8px top 50%;
    background-color: #fff;
    color: #757b85;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    box-shadow: none;
    font-size: 14px;
    padding: 0 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.night .filter-block__cell-content select, .night .filter-block__cell-content input[type="text"], .night .filter-block__cell-content--check-group {
	color: #a5adbb;
}
.filter-block__cell-content select {
    padding: 0 20px 0 4px;
}
select option {
    padding: 6px 10px;
}
.filter-block__cell-content > * {
    width: 100%;
    display: block;
}
.filter-block__cell-content--two-columns > * {
    width: calc((100% - 10px) / 2) !important;
}
.filter-block__cell-content label {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.filter-block__cell-content label input {
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    height: 20px;
    width: 40px;
    border-radius: 10px;
    background-color: #8c8c8c;
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.filter-block__cell-content label input::before {
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 10px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #fff;
    transition: all .2s linear;
}
.filter-block__cell-content label input:checked::before {
    left: 21px;
}
.filter-block__cell-content label input:checked {
    background-color: #6ab04c;
}
.filter-block__cell-content--check-group {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0;
}
.filter-block__cell-content--check-group label {
    padding: 0;
    text-align: center;
    white-space: nowrap;
    flex: 1 1 0;
    min-width: 30px;
    max-width: 100%;
}
.filter-block__cell-content--check-group label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
}
.filter-block__cell-content--check-group label div {
    height: 36px;
    font-size: 13px;
}
.filter-block__cell-content--check-group label input:checked + div {
    background-color: #c50725;
    color: #ffffff;
}
.filter-block__cell-content--check-group label + label {
    border-left: 1px solid #fff;
}
button, .btn, input[type="button"], input[type="reset"], input[type="submit"], .form__btn, .qq-upload-button, .pm__links a, .usp__btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    height: 35px;
    min-width: 35px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    background-color: #c50725;
    color: #fff;
    border-radius: 5px;
    box-shadow: none;
}
.night button, .night .btn, .night input[type="button"], .night input[type="reset"], .night input[type="submit"], .night .form__btn, .night .qq-upload-button, .night .pm__links a, .night .usp__btn a {
	background-color: #15485c;
}
.filter-block__cell-content input[type="button"], .filter-block__cell-content button {
    cursor: pointer;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    padding: 0 10px;
    box-shadow: none;
    border-radius: 4px;
    border: none;
}
button:hover, .btn:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .form__btn:hover, .qq-upload-button:hover, .pm__links a:hover, .usp__btn a:hover {
    background-color: #87081c;
    color: #fff;
    border-color: #87081c;
}
.night button:hover, .night .btn:hover, .night input[type="button"]:hover, .night input[type="reset"]:hover, .night input[type="submit"]:hover, .night .form__btn:hover, .night .qq-upload-button:hover, .night .pm__links a:hover, .night .usp__btn a:hover {
    background-color: #0b3545;
}
.filter-block__cell-content input[type="button"][data-dlefilter="reset"] {
    background: #fff;
    color: #757b85;
}

/* Блок рейтинга в новости */
.rating-emoji {
	display: flex;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 6px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    justify-content: space-between;
    gap: 5px;
}
.rating-emoji .rating-emoji-item {
    text-align: center;
    text-decoration: none;
    padding: 10px 0 5px;
    font-size: 28px;
    line-height: 38px;
    position: relative;
    width: calc((100% - 55px) / 12);
    border-radius: 10px;
    color: #161616;
}
a.rating-emoji-item:hover {
    background: #00000024;
    font-size: 40px;
    border-radius: 10px;
    color: #161616;
}
.rating-emoji-item-count {
	display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
}
a.rating-emoji-item.active {
	background-image: linear-gradient(to right, #5f2e35, #c50725);;
    color: #fff;
}

#scrolltop {
    position: fixed;
    width: 60px;
    height: 60px;
    line-height: 60px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background: #fff url(../images/arrow-up.svg) center no-repeat;
    background-size: 26px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 20px !important;
    counter-reset: num;
}
a:link, a:visited {
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
    color: #c50725;
}
.center {
    text-align: center;
}
.my-20 {
    margin: 20px 0;
}
.hide {
	display: none !important;
}
.visible {
    display: block !important;
}

H1, H2, H3, H4, H5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

.button {
    background: #c50725;
    padding: 8px 16px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
}
.button:hover {
    background-color: #a50725;
}
.button.disabled {
    background: whitesmoke;
    color: #acb1bc;
    cursor: default;
}

header, main, footer {
    max-width: 1420px;
    margin: 0 auto;
    width: 100%;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
header .logo {
    width: 170px;
    height: 28px;
    background-image: url(../images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.header__nav {
    flex-grow: 1;
}
.header__nav ul {
    display: flex;
    list-style: none;
}
.header__nav ul li {
    text-transform: uppercase;
    margin-left: 20px;
}
.header__nav ul li span {
	cursor: pointer;
    transition: all .3s;
}
.header__nav ul li span:hover {
	color: #c50725;
}
.header__nav ul li ul {
	background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0px #7c7c7c;
    padding: 15px;
    position: absolute;
    top: 62px;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    gap: 10px;
}
.header__nav ul li ul li {
	width: calc(100% / 5 - 8px);
    margin: 5px 0;
    text-transform: none;
}
.header__nav ul li ul li a {
	padding: 5px 10px;
    border-radius: 5px;
}
.header__nav ul li ul li a:hover {
	background: #c50725;
    color: #fff;
}
.header__nav ul li.nav__close {
    display: none;
    background: url(../images/close.svg) center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.header__nav ul li.nav__close:hover {
    background-color: #c50725;
}
.header__submenu-button {
    background: #2f2e2d;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    padding-right: 25px;
    position: relative;
}
.header__submenu-button:hover {
    background: #c50725;
    color: #fff !important;
}
.header__submenu-button::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    width: 8px;
    height: 8px;
    background: url(../images/play.svg) 0px center no-repeat;
    background-size: 8px;
    transform: rotate(90deg) translateX(-50%);
    filter: invert(1);
}
.search {
    display: flex;
    align-items: center;
}
.search__input {
    border: 0;
    background: whitesmoke;
    padding: 8px;
    border-radius: 3px;
}
.search__input:focus {
    outline: 1px solid #c50725;
}
.search__button {
    background-image: url(../images/search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: -32px;
}
.user-button, .mobile-menu-button {
    background: #c50725;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: background-color 0.3s;
}
.user-button {
    background-image: url(../images/user.svg);
}
.mobile-menu-button {
    display: none;
    background-image: url(../images/menu.svg);
}
.user-button:hover, .mobile-menu-button:hover {
    background-color: #a50725;
}

.top100__title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #161616;
    width: 100%;
}
.top100__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.top100__items .full-story-recommend__link {
    position: relative;
}
.top100__items .full-story-recommend__link::before {
    content: counter(num);
    counter-increment: num;
    color: #757b85;
    opacity: 0.3;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    font-weight: 700;
}
.top100__description {
    background: whitesmoke;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}

.schedule {
	width: 100%;
}
.schedule__title {
	font-weight: 500;
    font-size: 24px;
    text-transform: none;
}
.schedule__block {
    background: whitesmoke;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
}
.schedule__warning-button {
    color: #c50725;
    cursor: pointer;
    display: inline-block;
    line-height: 44px;
    margin-bottom: 20px;
}
.schedule__warning-button::before {
    background-color: #c50725;
    color: #fff;
    content: "!";
    display: block;
    float: left;
    font-size: 26px;
    font-weight: bold;
    height: 36px;
    line-height: 39px;
    margin: 3px 5px;
    text-align: center;
    width: 36px;
    border-radius: 10px;
}
.schedule__warning-button.active::before {
	content: "\2212";
}
.schedule__warning-block {
	display: none;
    gap: 20px;
    flex-direction: column;
    font-size: 14px;
    color: #161616;
    margin-bottom: 20px;
}
.schedule__warning-block.active {
	display: flex;
}
.schedule__buttons {
	display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}
.schedule__buttons li {
	background: #f9f9f9;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    width: calc((100% - 30px) / 7);
    padding: 20px 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
}
.schedule__buttons li.active {
	cursor: default;
    background: #cacaca;
}
.schedule__movies {
	width: 100%;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.schedule__movies.active {
    display: flex;
}

.new-series__date span {
	color: #c50725;
    font-weight: 500;
}

.carousel {
    background:#c50725;
    margin: 20px 0;
    border-radius: 5px;
    display: flex;
    gap: 15px;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}
.carousel__item {
    position: relative;
}
.carousel__item-link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.carousel__item-image-block {
	position: relative;
    height: 270px;
}
.carousel__item-image {
	width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    display: block;
}
.carousel__item-image:hover {
    --webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.carousel__item-text {
    color: #fff;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    text-align: center;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
    display: none;
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 20px 40px;
}
.owl-carousel .owl-stage {
    position: relative;
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-item {position: relative; min-height: 1px;}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
.owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
.owl-carousel.owl-loading, .owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel.owl-drag .owl-item {user-select: none;}
.owl-carousel.owl-grab {cursor: move; cursor: grab;}
.owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
.owl-height {transition: height 500ms ease-in-out;}
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-nav {position:absolute;right:0;left: 0;top: 120px;z-index: 1;}
.owl-prev, .owl-next {
	display: block;
    width: 36px;
    height: 36px;
    background: url(../images/arrow.svg) 0px 3px no-repeat;
    background-size: contain;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s;
    top: -50%;
    border: none;
    position: absolute;
    cursor: pointer;
}
.owl-prev {
    transform: rotate(270deg) translateX(-50%);
    left: 0;
}
.owl-next {
    transform: rotate(90deg) translateX(50%);
    right: 0;
}
.owl-prev:hover, .owl-next:hover {
	background-color: #323232;
    cursor: pointer;
}
.owl-dots {text-align: center; padding-top: 10px;}
.owl-dot {
	cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 10px 5px 0 5px;
    background: #e74a62;
    border: 0;
}
.owl-dot.active {background: #f9f9f9;}

.new-series {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0;
}
.new-series__link {
    display: block;
    width: calc(50% - 10px);
    overflow: hidden;
}
.new-series__block {
    display: flex;
    border-radius: 5px;
    background: whitesmoke;
    transition: background-color 0.3s;
}
.new-series__block:hover {
    background-color: #ebebeb;
}
.new-series__block:hover .new-series__image {
    --webkit-filter: saturate(200%);
    filter: saturate(200%);
}
.new-series__image {
    width: 55px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}
.new-series__desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    width: 550px;
}
.new-series__title {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100vw / 2 - 200px);
    max-width: 550px;
}
.new-series__date {
    font-size: 12px;
    line-height: 16px;
    color: #a9a9a9;
}
.new-series__num {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
    justify-content: center;
    width: 100px;
}
.new-series__number {
    font-size: 30px;
    line-height: 30px;
    color: #c50725;
    font-weight: 500;
}
.new-series__type {
    color: #a9a9a9;
}
.new-series__nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    align-items: center;
}

.new-anime #dle-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
}
/*.new-anime {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}*/
.new-anime__link {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    max-width: 218px;
    width: calc((100% - 75px) / 6);
}
.new-anime__item {
    position: relative;
    width: 100%;
    height: calc(100vw / 6 + 85px);
    max-height: 330px;
}
.new-anime__series {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #c50725;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 3px #33333338;
}
.new-anime__rating {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 10px;
    right: 10px;
    gap: 2px;
}
.new-anime__rating span {
    color: #c50725;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    font-weight: 500;
    background-size: 16px;
    padding-left: 24px;
    box-shadow: 0 0 3px #33333338;
}
.new-anime__rate1 {
    background: #fff url(../images/logoani_red.svg) 4px 4px no-repeat;
}
.new-anime__rate2 {
    background: #fff url(../images/shiki.svg) 4px 4px no-repeat;
}
.new-anime__image {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.new-anime__title {
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.new-anime__link:hover .new-anime__image {
    --webkit-filter: saturate(200%);
    filter: saturate(200%);
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 20px auto;
    flex-wrap: wrap;
    width: 100%;
}
.pagination span, .pagination a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #606060;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
}
.pagination span {
    background: #c50725;
    color: #fff;
}
.pagination a:hover {
    background: #606060;
    color: #fff;
}
.pagination span.nav_ext {
    background: none;
    color: #525252;
}

.comments {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 20px;
}
.comments__item {
    display: flex;
    gap: 20px;
    width: calc(50% - 10px);
}
.mass_comments_action {
	display: none;
}
.full-comments .comments__item {
	width: 100%;
}
.comments__avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.comments__image {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.comments__badge {
    background-color: #3f90d6;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
}
.comments__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.comments__name {
    display: flex;
    gap: 10px;
    align-items: center;
}
.comments__icon {
    width: 20px;
    height: 20px;
}
.comments__username {
    color: #c50725;
}
.comments__count {
    color: #4d4d4d;
    background: #f3d500;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px;
}
.comments__text {
    background: #daf0f1;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}
.comments__text::before {
    border: 11px solid transparent;
    border-top: 13px solid #daf0f1;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-top-width: 17px;
    content: '';
    display: block;
    position: absolute;
    left: 1px;
    top: 15px;
    transform-origin: center;
    transform: rotate(92deg) skew(331deg) translateY(17px);
}
.comments__date {
    font-size: 11px;
    line-height: 16px;
    color: #a9a9a9;
}
.comment-item__controls {
	display: flex;
}
.comment-item__controls-elem {
	margin-right: 10px;
}

.add-comment {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 650px;
    margin: 0 auto;
}
.add-comment textarea {
	border-radius: 10px;
    border: 1px solid #d1d1d1;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}
#dle-comments-form {
	width: 100%;
    text-align: left;
}
.add-comments-form__btn {
    background: #c50725;
    border: 0;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
    height: 40px;
}
.add-comments-form__btn:hover {
	background: #87081c;
}
.add-comment__fields {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.add-comment__fields input {
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
.add-comment__sec-code {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
    margin-top: 10px;
}
.add-comment__sec-code input {
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    padding: 10px;
}

.search-block {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
#fullsearch {
    width: 100%;
}
#searchinput {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #d1d1d1;
    font-size: 16px;
}
.search-block__button {
    background: #c50725;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.search-block__button:hover {
    background: #87081c;
}

.ui-dialog {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #52525269;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-height: none;
    z-index: 999999;
    max-width: 600px;
}
.ui-dialog-titlebar {
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #f5f5f5;
}
.ui-dialog-content {
	padding: 0 20px;
    font-size: 14px;
}
.ui-button {
    background: #c50725;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.ui-button:hover {
    background: #87081c;
}
.ui-dialog-titlebar-close {
    cursor: pointer;
    width: 26px;
    height: 26px;
    background: url(../images/close.svg) no-repeat;
    background-size: contain;
    text-indent: -9999999px;
    padding: 0;
    transition: all .3s;
}
.ui-dialog-titlebar-close:hover {
    background: url(../images/close.svg) no-repeat;
    background-size: contain;
    opacity: .8;
}
.ui-dialog-title {
    font-weight: 500;
}
.ui-widget-content {
    height: auto !important;
    width: 100% !important;
}
#dle-promt-text {
	border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    height: 54px !important;
    line-height: 130%;
}
#dle-promt-mail {
	border: 1px solid #e2e2e2;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
    height: 32px !important;
}
.ui-dialog-buttonpane {
	padding: 10px 20px;
    border-top: 1px solid #f5f5f5;
}
.ui-dialog-buttonset {
	display: flex;
    gap: 10px;
}
#dle-promt-text.ui-state-error {
	border: 1px solid #c50725;
    box-shadow: inset 0 0 3px #c5072566;
}

.message-info {
    background: #000000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.category-name {
    width: 100%;
    text-align: center;
}

.page-description {
    background: whitesmoke;
    border-radius: 5px;
    padding: 20px;
}
.page-description p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
}
.page-description p:last-child {
    margin-bottom: 0;
}

.full-story-header {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.full-story-header__poster {
    width: 260px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.full-story-header__poster-img {
    width: 260px;
    height: 380px;
    position: relative;
    object-fit: contain;
}
.1full-story-header__poster-img::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    opacity: 0.8;
    border-radius: 10px;
}
.full-story-header__poster-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-story-header__rating {
	position: absolute;
    bottom: 20px;
    left: 50%;
    display: flex;
    gap: 20px;
    transform: translateX(-50%);
    z-index: 9;
}
.full-story-header__rating a {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
    transition: all .3s;
    padding-left: 50px;
    padding-right: 15px;
}
.full-story-header__rating a:hover {
	opacity: .8;
}
.full-story-header__rating a:first-child {
    background: #1e98c4 url(../images/thumb-up.svg) 7px 7px no-repeat;
    background-size: 26px;
}
.full-story-header__rating a:last-child {
	background: #dd5161 url(../images/thumb-down.svg) 7px 7px no-repeat;
    background-size: 26px;
}
.full-story-header__add-fav-button {
    background: #c50725;
    border: 0;
    color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.full-story-header__add-fav-button:hover {
    background: #87081c;
}
.full-story-header__params {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}
.full-story-header__title {
    font-size: 20px;
}
.full-story-header__alt-title {
    color: gray;
}
.full-story-header__categories {
    display: flex;
    gap: 5px;
    list-style-type: none;
    margin-top: 20px;
    flex-wrap: wrap;
}
.full-story-header__categories a {
    display: inline-block;
    background: whitesmoke;
    color: #333;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s;
    text-transform: lowercase;
}
.full-story-header__categories a:hover {
    background: #c50725;
    color: #fff;
}
.full-story-header__table {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}
.full-story-header__table-row {
	display: flex;
}
.full-story-header__table-row a {
    color: #c50725;
    transition: all 0.3s;
}
.full-story-header__table-row a:hover {
    color: #333;
}
.full-story-header__table-row span:first-child {
    color: #808080;
    min-width: 200px;
    display: inline-block;
}
.full-story-header__table-series {
    color: #c50725;
    font-weight: bold;
}
.full-story-header__rates {
    display: flex;
    gap: 5px;
}
.full-story-header__rates span {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 10px;
    width: 250px;
    font-size: 20px;
    padding-left: 32px;
}
.full-story-header__rates span.full-story-header__rate1 {
    background: #f5f5f5 url(../images/shiki.svg) 7px 8px no-repeat;
    background-size: 20px;
}
.full-story-header__rates span.full-story-header__rate2 {
    background: #f5f5f5 url(../images/logoani_red.svg) 7px 8px no-repeat;
    background-size: 20px;
}

.full-story-content {
    display: flex;
    gap: 20px;
}
.full-story-new-series {
    width: 250px;
}
.full-story-new-series .new-series {
    gap: 10px;
}
.full-story-new-series .new-series__block {
    justify-content: space-between;
}
.full-story-new-series .new-series__link {
    width: 100%;
}
.full-story-new-series .new-series__image {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    display: block;
    flex-basis: content;
    object-fit: cover;
}
.full-story-new-series .new-series__desc {
    width: auto;
    padding: 5px;
    flex-grow: 1;
}
.full-story-new-series .new-series__title {
    width: 100%;
    max-width: 140px;
}
.full-story-new-series .new-series__num {
    padding: 5px;
    width: 60px;
}
.full-story-new-series .new-series__number {
    font-size: 22px;
    line-height: 22px;
}
.full-story-new-series .new-series__type {
    font-size: 12px;
}
.full-story-player {
    flex-grow: 1;
}
.full-story-player-top {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.full-story-player-top a {
	color: #c50725;
}
.full-story-player-top a:hover {
	text-decoration: underline;
}
.full-story-player iframe {
	width: calc(100vw - 320px);
    height: calc(100vw - 40px - 270px - 34vw);
    max-width: 1150px;
    max-height: 648px;
}

.full-story-related {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}
.full-story-related li {
    display: flex;
    width: 100%;
    background: #f5f5f5;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.full-story-related li:nth-child(2n) {
    background: #fff;
}
.full-story-related li:hover {
    background: #ededed;
}
.full-story-related li:before {
    content: counter(num);
    counter-increment: num;
    width: 40px;
    text-align: center;
    margin-top: -1px;
    color: #c50725;
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.full-story-related li a:first-child {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    flex-grow: 1;
}
.full-story-related li a:last-child {
    width: auto;
}

.full-story-recommend {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.full-story-recommend__link {
    display: flex;
    width: calc((100% - 20px) / 3);
    max-width: 466px;
    gap: 10px;
    background: whitesmoke;
    border-radius: 10px;
    transition: all 0.3s;
}
.full-story-recommend__link:hover {
    background: #ededed;
}
.full-story-recommend__poster {
    width: 90px;
    height: 120px;
    object-fit: contain;
    position: relative;
    max-width: 90px;
    min-width: 90px;
}
.full-story-recommend__poster-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    border-radius: 10px;
    transition: all 0.3s;
}
.full-story-recommend__poster-overlay:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff url(../images/play.svg) 13px center no-repeat;
    background-size: 16px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.full-story-recommend__link:hover .full-story-recommend__poster-overlay {
    opacity: 1;
}
.full-story-recommend__poster img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.full-story-recommend__info {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.full-story-recommend__title {
    font-weight: 500;
    color: #c50725;
}
.full-story-recommend__alt-title {
    font-size: 12px;
    color: gray;
}
.full-story-recommend__rate {
    background: url(../images/shiki.svg) 0 0 no-repeat;
    background-size: 20px;
    padding-left: 24px;
}

footer {
    background: #c50725;
    color: #fff;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.footer__top {
    display: flex;
    justify-content: space-between;
}
.footer__menu {
    display: flex;
    gap: 20px;
    list-style-type: none;
}
.footer__menu a {
    color: #fff;
}
.footer__menu a:hover {
    text-decoration: underline;
}
.footer__bottom {
    display: flex;
}
.footer__social {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style-type: none;
}
.footer__social a {
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
}
.footer__social a:hover {
    opacity: 0.7;
}
.social-tg {
    background: url('../images/social-tg.svg') 0 0 no-repeat;
}
.social-discord {
    background: url('../images/social-discord.svg') 0 0 no-repeat;
}

/* player selection */
.tabs-block__select {
	display: flex;
    gap: 10px;
}
.tabs-block__select-item {
	background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
    color: #334252;
    padding: 10px 15px;
    cursor: pointer;
    transition: all .3s;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    width: calc((100vw - 50px) / 2);
    max-width: 207px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.tabs-block__select-item:hover, .tabs-block__select-item.is-active {
	background-color: #c50725;
    color: #ebebeb;
}
.d-none {
	display: none;
}

.banner__wrapper {
	display: flex;
    justify-content: center;
}

.new-series {
	display: none;
}
.new-series.active {
	display: flex;
}
.js-pagination {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 20px auto;
	flex-wrap: wrap;
	width: 100%;
}
.js-pagination span {                        
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	color: #606060;
	font-weight: 500;
	text-align: center;
	line-height: 35px;
	cursor: default;
}
.js-pagination span.active {                        
	background: #c50725;
	color: #fff;
}
.js-pagination span:not(.active):hover {                        
	background: #606060;
	color: #fff;
	cursor: pointer;
}

@media (max-width: 1360px) {
    .carousel__item-image-block {
        height: 250px;
    }
}

@media (max-width: 1200px) {
    .full-story-new-series {
    	display: none;
    }
    .full-story-player iframe {
        width: calc(100vw - 50px);
        height: calc(100vw - 40px - 42vw);
        max-width: 1150px;
        max-height: 648px;
    }
}

@media (max-width: 1100px) {
    .footer__top {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .footer__menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .new-anime__link {
        width: calc((100% - 50px) / 4);
    }
    .new-anime__item {
        height: calc(100vw / 4 + 85px);
    }
    .carousel__item-image-block {
        height: 220px;
    }
}

@media (max-width: 1050px) {
    .rating-emoji .rating-emoji-item {
    	width: calc((100% - 25px) / 6);
    }
    header {
        margin-bottom: 20px;
    }
    .header__nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        height: 100%;
        overflow: scroll;
        z-index: 99;
    }
    .header__nav ul {
        flex-direction: column;
        gap: 5px;
    }
    .header__nav ul li {
        background: #c50725;
        padding: 10px;
        margin-left: 0;
        color: #fff;
    }
    .header__nav ul li a, .header__nav ul li span {
        color: #fff !important;
        width: 100%;
        display: block;
    }
    .header__nav ul li ul {
        background: #c50725;
        border-radius: 5px;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        flex-direction: column;
        width: 100%;
        position: static;
        box-shadow: none;
        margin-bottom: -5px;
        margin-top: 3px;
    }
    .header__nav ul li ul li {
        width: 100%;
        padding-left: 16px;
        border-top: 1px solid #db1d3b;
        border-bottom: 1px solid #8d0c20;
        position: relative;
        margin: 0;
    }
    .header__nav ul li ul li:first-child {
        border-top: none;
    }
    .header__nav ul li ul li:last-child {
        border-bottom: none;
    }
    .header__nav ul li ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 7px;
        background: url(../images/play.svg) 0px center no-repeat;
        background-size: contain;
        filter: invert(1);
    }
    .header__nav ul li ul li a {
        padding: 0;
        border-radius: 0;
        color: #fff !important;
    }
    .mobile-menu-button, .header__nav ul li.nav__close {
        display: block;
    }
    .header__submenu-button::before {
        width: 10px;
        height: 10px;
        background-size: 10px;
    }
    .search {
        flex-grow: 1;
    }
    .search__input {
        width: 100%;
        height: 40px;
    }
    .carousel__item-image-block {
        height: 260px;
    }
    .full-story-header {
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    .full-story-header__title {
    	text-align: center;
    }
    .full-story-header__categories {
    	justify-content: center;
        margin-top: 5px;
    }
    .header__submenu-button {
        background: #c50725;
        padding: 0;
    }
}

@media (max-width: 970px) {
    .full-story-player-top {
        flex-direction: column-reverse;
        gap: 10px;
    }
}

@media (max-width: 800px) {
    .comments__item {
        width: 100%;
    }
    .full-story-recommend__link {
    	width: calc((100% - 25px) / 2);
    }
    .full-story-player-top {
        flex-direction: column-reverse;
        gap: 10px;
    }
    .schedule__buttons li {
    	width: calc((100% - 5px) / 2);
    }
}

@media (max-width: 720px) {
    header {
        margin-bottom: 70px;
    }
    .new-series {
        gap: 10px;
    }
    .new-series__link {
        width: 100%;
    }
    .new-series__title {
        width: calc(100vw - 200px);
    }
    .new-anime__link {
        width: calc((100% - 30px) / 3);
    }
    .new-anime__item {
        height: calc(100vw / 3 + 65px);
    }
    .search {
        position: absolute;
        top: 70px;
        width: calc(100% - 40px);
    }
    header .logo {
        flex-grow: 1;
    }
}

@media (max-width: 650px) {
    .add-comments-form__btn {
    	width: 100%;
    }
    .carousel {
        display: none !important;
    }
    .add-comment__fields, .add-comment__sec-code {
        flex-direction: column;
    }
    .add-comment form {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .footer__bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer__copyright {
    	text-align: center;
    }
    .full-story-recommend__link {
    	width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 545px) {
    .full-story-header__rates {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .rating-emoji .rating-emoji-item {
    	width: calc((100% - 15px) / 4);
    }
    .new-anime__link {
        width: calc((100% - 30px) / 2);
    }
    .new-anime__item {
        height: calc(100vw / 2 + 45px);
    }
}

.scs-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fff;
  color: #c50725;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 3px #33333338;
  text-align: center;
}
.scs-info__small {
  font-size: 12px;
}

/* новый плеер */
.player-wrapper {
	width: 100%;
    height: 600px;
}
@media screen and (max-width: 768px) {
	.player-wrapper {
        height: 400px;
    }
}
@media screen and (max-width: 425px) {
	.player-wrapper {
        height: 350px;
    }
}