/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

:root {
    --color-primary: #FF4A76;
    --content-padding-top: 15px;
    --content-padding-right: 40px;
    --content-padding-bottom: 60px;
    --content-padding-left: 40px
}

@media only screen and (max-width: 769px) {
    :root {
        --content-padding-top: 30px;
        --content-padding-right: 25px;
        --content-padding-bottom: 55px;
        --content-padding-left: 25px
    }
}

@media only screen and (max-width: 480px) {
    :root {
        --content-padding-top: 10px;
        --content-padding-right: 15px;
        --content-padding-left: 15px
    }
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article, aside, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px
}

body {
    min-height: 100%;
    color: #fff
}

.brand-color, .brand-list {
    color: var(--color-primary, #6ec198)
}

.brand-list:focus, .brand-list:hover {
    color: var(--color-primary);
    text-decoration: none
}

button {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

a:focus, button:focus {
    outline: none !important
}

body {
    font-family: PTSans, sans-serif
}

.object-fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

* html .page-wrapper {
    height: 100%
}

.vertical-middle-wrapper {
    width: 100%;
    content: "";
    display: table;
    height: 100%;
    vertical-align: middle
}

.vertical-middle-wrapper > * {
    vertical-align: middle !important;
    height: 100% !important;
    display: table-cell !important
}

img {
    max-width: 100%
}

a {
    color: #fff
}

a .hover, a:hover {
    color: var(--color-primary);
    opacity: 1
}

a, a:hover {
    /*-webkit-transition: .3s;*/
    /*-o-transition: .3s;*/
    /*transition: .3s*/
}

a, a.link-underline:hover, a:hover {
    text-decoration: none
}

a.link-underline {
    text-decoration: underline;
    color: #3c3340
}

input:focus, textarea:focus {
    outline: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:after {
    width: 100%;
    display: table;
    clear: both;
    content: ""
}

b {
    font-weight: 700
}

h3 {
    margin-bottom: 13px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500
}

h3, h4 {
    font-size: 20px
}

h4 {
    margin-bottom: 12px;
    padding-top: 10px;
    color: hsla(0, 0%, 100%, .6);
    font-weight: 400;
    letter-spacing: .1px
}

.border-none {
    border: 0 !important
}

.text-center {
    text-align: center
}

hr {
    border: none;
    border-bottom: 1px solid #4f4f4f;
    margin-top: 25px;
    margin-bottom: 25px
}

.header {
    height: 70px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background-color: #2A1C2A;
    margin: 0 auto 0px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header, .header .center-bl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .center-bl {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px
}

@media only screen and (max-width: 769px) {
    .header {
        margin-bottom: 0 !important
    }

    .header body {
        margin-top: 158px !important
    }
}

.header .header__logo {
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: auto;
    margin-bottom: 5px;
}

.header .header__logo img {
    width: auto;
    height: auto
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 4px;
    margin-left: 7%
}

.header-menu-nav {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-menu-nav svg {
    --chevron-down-flat: #f2f2f2;
    margin-left: 7px;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.header-menu-nav__drop-list, .header-menu-nav svg {
    display: inline-block;
    position: relative
}

.header-menu-nav__drop-list:not(:last-child) {
    margin-right: 15px
}

.header-menu-nav__drop-list a {
    color: #f2f2f2
}

.header-menu-nav__drop-list.hover > a, .header-menu-nav__drop-list:hover > a {
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    color: var(--color-primary)
}

.header-menu-nav__drop-list.hover > a svg, .header-menu-nav__drop-list:hover > a svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    --chevron-down-flat: var(--color-primary)
}

.header-menu-nav__drop-list.hover .header-menu-nav__wrapper-drop, .header-menu-nav__drop-list:hover .header-menu-nav__wrapper-drop {
    display: block
}

.header-menu-nav__wrapper-drop {
    position: absolute;
    top: 46px;
    left: 0;
    padding-top: 4px;
    display: none
}

.header-menu-nav__wrapper-drop:before {
    top: -40px;
    left: 0;
    right: 0;
    height: 40px;
    content: "";
    position: absolute;
    display: block
}

.header-menu-nav__drop-menu {
    width: auto;
    padding: 15px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, .9)
}

.header-menu-nav__drop-menu ul {
    min-width: 180px;
    padding: 0 30px;
    border-right: 1px solid #2f2f33
}

.header-menu-nav__drop-menu ul:first-child {
    padding-left: 0
}

.header-menu-nav__drop-menu ul:last-child {
    padding-right: 0;
    border-right: 0
}

.header-menu-nav__drop-menu ul li span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header-menu-nav__drop-menu ul li:not(:last-of-type) {
    margin-bottom: 5px
}

.header-menu-nav__drop-menu ul a {
    color: #f2f2f2;
    font-size: 13px;
    letter-spacing: .12px
}

.header-menu-nav__drop-menu ul a.header-serials {
    color: var(--color-primary);
    font-size: 13px;
    letter-spacing: .12px
}

.header-menu-nav__drop-menu ul a.header-serials:hover {
    color: #f2f2f2
}

.header-menu-nav__drop-menu ul a:hover {
    color: var(--color-primary)
}

.header__link-on-last-episodes {
    color: #f2f2f2;
    position: relative;
    display: inline-block;
    white-space: nowrap
}

.header__link-on-last-episodes:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--color-primary)
}

.header__social a {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 10px;
    margin-right: 40px;
    background: #322A32;
    border: 1px solid #4f4f4f;
    --flag: #e0e0e0;
    --vk: #e0e0e0;
    --telegram: #e0e0e0;
    color: #f2f2f2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.header__social a span {
    display: none;
    margin-left: 8px;
    font-size: 14px
}

.header__social a:hover {
    color: var(--color-primary);
    border-color: var(--color-primary);
    --flag: var(--color-primary);
    --vk: var(--color-primary);
    --telegram: var(--color-primary)
}

.btn-menu-mobile {
    width: 40px;
    height: 40px;
    padding: 12px 9px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.btn-menu-mobile i {
    height: 2px;
    width: 100%;
    display: inline-block;
    background: #f2f2f2;
    -webkit-transition: transform .15s;
    -o-transition: transform .15s;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.btn-menu-mobile i:first-child {
    margin-bottom: 5px
}

.btn-menu-mobile i:last-child {
    margin-top: 5px
}

.box-close-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, .4);
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s
}

@media only screen and (max-width: 1200px) {
    .header {
        height: 55px;
        padding: 10px;
        z-index: 100
    }

    .header__social noindex{
        -ms-grid-columns:35px 14px 35px 14px 35px;
        grid-template-columns:35px 35px 35px
    }

    .header__social a {
        height: 35px
    }
}

@media only screen and (max-width: 769px) {
    .header__link-on-last-episodes {
        display: none;
        margin-right: 30px;
    }

    .header__link-on-last-episodes .mobile {
        display: inline-block
    }

    .header__social {
        width: 100%;
    }

    .header__social a {
        width: 48%;
        margin-bottom: 16px;
    }

    .header__social a:last-child {
        width: 100%;
    }

    .header__social a span {
        display: inline-block
    }

    .header__social + .header-menu-nav {
        max-height: calc(100% - 130px);
        margin-top: 30px
    }

    .header-menu {
        -webkit-transition: transform .3s;
        -o-transition: transform .3s;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: fixed;
        left: 0;
        top: 55px;
        bottom: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        z-index: 100;
        margin: 0;
        background: #2A1C2A;
        padding: 20px 14px 60px
    }

    .header-menu-nav {
        width: 100%;
        margin: 0;
        max-height: 100%;
        overflow-y: auto
    }

    .header-menu-nav__drop-list {
        padding: 0;
        display: block
    }

    .header-menu-nav__drop-list > a {
        display: none
    }

    .header-menu-nav__wrapper-drop {
        position: relative;
        top: 0;
        display: block;
        padding: 0
    }

    .header-menu-nav__wrapper-drop:before {
        content: none
    }

    .header-menu-nav__drop-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        background: none
    }

    .header-menu-nav__drop-menu ul {
        width: 100% !important;
        padding: 0;
        border-right: 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:1fr 20px 1fr;
        grid-template-columns:1fr 1fr;
        grid-gap: 20px
    }

    .header-menu-nav__drop-menu ul:not(:first-child) {
        margin-top: 20px
    }

    .header-menu-nav__drop-menu ul li:not(:last-of-type) {
        margin: 0
    }

    .header-menu-nav__drop-menu ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        height: 50px;
        padding: 5px 15px;
        border: 2px solid var(--color-primary);
        font-size: 12px
    }

    .menu-open .header-menu {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .menu-open .box-close-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto
    }

    .menu-open .btn-menu-mobile i:nth-child(2) {
        opacity: 0
    }

    .menu-open .btn-menu-mobile i:first-child {
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        -ms-transform: rotate(-45deg) translate(-5px, 5px);
        transform: rotate(-45deg) translate(-5px, 5px)
    }

    .menu-open .btn-menu-mobile i:last-child {
        -webkit-transform: rotate(45deg) translate(-5px, -5px);
        -ms-transform: rotate(45deg) translate(-5px, -5px);
        transform: rotate(45deg) translate(-5px, -5px)
    }

    .btn-menu-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

footer {
    width: 100%;
    height: 76px;
    background-color: #2A1C2A
}

.footer-wrapper {
    width: 100%;
    max-width: 1054px;
    margin: 0 auto;
    height: 76px;
    padding: 10px 50px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center
}

.footer-wrapper li {
    position: relative;
    color: #c7c7c7;
    display: inline-block
}

.footer-wrapper li:not(:first-of-type) {
    margin-left: 8px
}

.footer-wrapper li:not(:first-of-type):before {
    content: " » ";
    margin-right: 8px
}

.footer-wrapper li a {
    color: #f2f2f2;
}

.footer-wrapper li a.hover, .footer-wrapper li a:hover {
    color: var(--color-primary)
}

.mail-to-link {
    color: #b3b1b1;
}

@media only screen and (max-width: 769px) {
    footer {
        height: auto
    }

    .footer-wrapper {
        height: auto;
        padding: 20px 15px;
        font-size: 14px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-wrapper ul {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #2b2b2b;
        line-height: 25px
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-slide {
    margin-left: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.text-information {
    margin-top: 16px;
    color: #bdbdbd;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .07px;
    word-break: break-word
}

@media only screen and (max-width: 769px) {
    .text-information {
        font-size: 14px
    }

    .text-information .under-article {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px
    }

    .text-information .article {
        font-size: 22px;
        line-height: 25px
    }

    .text-information div, .text-information p {
        font-size: 14px
    }
}

.text-information .article {
    margin-bottom: 13px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 26px;
    letter-spacing: .13px
}

.text-information .under-article {
    margin-bottom: 12px;
    color: #858587;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .09px;
    line-height: 28px
}

.text-information p {
    margin-bottom: 12px
}

.text-information p:last-child {
    margin-bottom: 0
}

.text-information.text-list-serial p {
    margin-bottom: 15px
}

.text-information.text-list-serial h4 {
    color: #bdbdbd
}

.text-information.text-list-serial h4:first-child {
    padding-top: 0
}

.text-information.text-list-serial .description-serials {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

@media only screen and (max-width: 520px) {
    .text-information.text-list-serial .trailer-mobile {
        margin-bottom: 30px;
        padding-bottom: 0;
        border-bottom: 0
    }
}

main.content > .text-information {
    max-width: 830px
}

main.content > .text-information.one-serial-information {
    max-width: 100%
}

.series-caption-btns {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

@media only screen and (max-width: 769px) {
    .series-caption-btns {
        margin-bottom: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.series-caption-btns .name-serials {
    width: 100%;
    padding-right: 10px;
    -ms-flex-negative: 7;
    flex-shrink: 7;
    font-weight: 700
}

@media only screen and (max-width: 769px) {
    .series-caption-btns .name-serials {
        padding-right: 0
    }
}

@media only screen and (max-width: 480px) {
    .series-caption-btns .name-serials {
        font-size: 26px
    }
    .header__social a {
        width: 47%;
    }
}

.series-caption-btns .box-series-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 10px
}

@media only screen and (max-width: 769px) {
    .series-caption-btns .box-series-right {
        width: 100%
    }
}

.series-caption-btns .box-series-right .btn-sort {
    width: 28px;
    height: 28px;
    margin-left: 10px;
    padding: 5px 3px;
    text-align: center;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    border: 2px solid var(--color-primary)
}

.series-caption-btns .box-series-right .btn-sort.sort-desc {
    --sort-arrow-up: #fff !important;
    --sort-arrow-down: #828282 !important
}

.series-caption-btns .box-series-right .btn-sort.sort-asc, .series-caption-btns .box-series-right .btn-sort:hover.sort-desc {
    --sort-arrow-down: #fff !important;
    --sort-arrow-up: #828282 !important
}

.series-caption-btns .box-series-right .btn-sort:hover.sort-asc {
    --sort-arrow-down: #828282 !important;
    --sort-arrow-up: #fff !important
}

.series-caption-btns .box-series-right .btn-border {
    padding: 5px 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 769px) {
    .series-caption-btns .box-series-right .btn-border {
        width: 100%;
        -ms-flex-negative: 10;
        flex-shrink: 10
    }
}

.series-caption-btns .box-series-right .btn-border svg {
    --info: #fff;
    margin-right: 8px
}

.series-caption-btns .box-series-right .btn-border:hover {
    color: #fff !important
}

.description-serials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 769px) {
    .description-serials {
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.description-serials .box-information-padding .right-text {
    padding-right: 80px
}

@media only screen and (max-width: 993px) {
    .description-serials .box-information-padding .right-text {
        padding-right: 0
    }
}

.description-serials .left-desc {
    width: 295px;
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (max-width: 769px) {
    .description-serials .left-desc {
        width: 100%;
        padding-right: 0
    }
}

.description-serials .serial-wall {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 30px;
    line-height: 0;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .41);
    box-shadow: 0 0 35px rgba(0, 0, 0, .41)
}

@media only screen and (max-width: 769px) {
    .description-serials .serial-wall {
        margin-bottom: 20px;
        max-width: 275px;
        margin-left: auto;
        margin-right: auto
    }

    .description-serials .serial-wall img {
        width: 100%;
        height: auto
    }
}

.description-serials .right-desc {
    width: 100%;
    margin-top: -2px
}

.description-serials .right-desc .caption-desc {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4f4f4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 769px) {
    .description-serials .right-desc .caption-desc {
        margin-bottom: 12px;
        border-bottom: 1px solid #333
    }
}

.description-serials .right-desc .caption-desc h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .13px;
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    margin-bottom: 0
}

@media only screen and (max-width: 769px) {
    .description-serials .right-desc .caption-desc h2 {
        margin-bottom: 3px;
        line-height: 24px
    }
}

.description-serials .right-desc .caption-desc .under-caption {
    color: #7c7d7f;
    font-size: 15px;
    letter-spacing: .07px
}

.description-serials .right-desc .caption-desc .under-caption span {
    color: #b6b6b6
}

@media only screen and (max-width: 769px) {
    .description-serials .right-desc .caption-desc .under-caption:last-child {
        margin-bottom: 12px
    }
}

.description-serials .left-text {
    color: #828282;
    letter-spacing: .07px;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.description-serials .right-text {
    color: #e0e0e0;
    font-size: 16px;
    letter-spacing: .07px
}

.description-serials .season-txt {
    width: 70px;
    padding-right: 5px
}

.description-serials .box-inform {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333
}

@media only screen and (max-width: 769px) {
    .description-serials .box-inform {
        margin-bottom: 20px;
        padding-bottom: 13px
    }

    .description-serials .box-inform.season-box-slider .one-line {
        position: relative;
        padding-left: 64px;
        display: block
    }

    .description-serials .box-inform.season-box-slider .one-line .left-text {
        position: absolute;
        left: 0;
        top: 1px
    }
}

.description-serials .box-inform:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.description-serials .box-inform .one-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px
}

.description-serials .one-block {
    width: 50%;
    padding-right: 5px;
    float: left
}

.description-serials .one-block:last-child {
    width: 100%;
}

.description-serials .one-block:last-child .one-line {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.description-serials .one-block:last-child .rating-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
}

@media only screen and (max-width: 993px) {
    .description-serials .one-block {
        width: 100%;
        padding-right: 0
    }

    .description-serials .one-block:last-child {
        margin-bottom: 0
    }
}

.description-serials .list-margin .one-line {
    margin-bottom: 13px
}

@media only screen and (max-width: 769px) {
    .description-serials .list-margin {
        margin-bottom: 15px
    }
}

.description-serials .width-size-2 {
    width: 125px;
    padding-right: 5px
}

@media only screen and (max-width: 769px) {
    .description-serials .width-size-2 {
        width: 125px
    }
}

.description-serials .width-size-3 {
    width: 115px;
    padding-right: 5px
}

@media only screen and (max-width: 769px) {
    .description-serials .width-size-3 {
        width: 96px;
        width: 100px
    }
}

.description-serials svg {
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
    --kinopoisk: hsla(0, 0%, 62.4%, 0.5);
    --imdb: hsla(0, 0%, 62.4%, 0.5)
}

.description-serials svg:not(:first-of-type) {
    margin-left: 15px
}

@media only screen and (max-width: 520px) {
    .description-serials .list-margin .one-block:last-child .one-line:last-child {
        margin-bottom: 0
    }
}

.serial-number-list {
    margin-bottom: -15px
}

@media only screen and (max-width: 769px) {
    .serial-number-list {
        height: 28px;
        margin-bottom: 0
    }
}

.serial-number-list .item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 28px;
    height: 28px;
    margin-right: 16px;
    margin-bottom: 13px;
    color: #f7f7f7;
    float: left;
    line-height: 20px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 2px solid var(--color-primary)
}

@media only screen and (max-width: 769px) {
    .serial-number-list .item {
        margin-right: 10px;
        margin-bottom: 0
    }
}

.serial-number-list .item:focus, .serial-number-list .item:hover, .serial-number-list [aria-selected=true] {
    color: #fff !important;
    background-color: var(--color-primary)
}

.trailer-desktop {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 769px) {
    .trailer-desktop {
        margin-bottom: 24px;
        display: block
    }

    .trailer-desktop img {
        width: 100%;
        height: auto
    }
}

.trailer-desktop .text-trailer {
    margin-bottom: 10px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: .1px
}

@media only screen and (max-width: 769px) {
    .trailer-desktop .text-trailer {
        text-align: center;
        font-size: 16px
    }
}

.trailer-desktop .trailer-youtube {
    position: relative;
    line-height: 0;
    display: block
}

.trailer-desktop .trailer-youtube:after, .trailer-desktop .trailer-youtube:before {
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.trailer-desktop .trailer-youtube:before {
    z-index: 1;
    background: rgba(0, 0, 0, .2)
}

.trailer-desktop .trailer-youtube:after {
    z-index: 2;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    border: 2px solid var(--color-primary)
}

.trailer-desktop .trailer-youtube svg {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    --play: hsla(0, 0%, 100%, 0.9);
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.trailer-desktop .trailer-youtube:hover:after {
    opacity: 1
}

.trailer-desktop .trailer-youtube:hover svg {
    --play: #fff
}

.micromodal {
    display: none
}

.micromodal.is-open {
    display: block
}

.micromodal[aria-hidden=false] .micromodal__overlay {
    -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal[aria-hidden=false] .micromodal__container {
    -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal[aria-hidden=true] .micromodal__overlay {
    -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal[aria-hidden=true] .micromodal__container {
    -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal .micromodal__container, .micromodal .micromodal__overlay {
    will-change: transform
}

.micromodal__overlay {
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.micromodal__container {
    background-color: transparent;
    width: 100%;
    max-width: 780px;
    max-height: 100vh;
    position: relative
}

.micromodal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.micromodal__close {
    background: transparent;
    border: 0;
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    padding: 0;
    font-size: 25px;
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.micromodal__close:hover {
    opacity: .8
}

.micromodal_iframe .micromodal__content {
    position: relative;
    padding-top: 61%
}

.micromodal_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.micromodal-trailer {
    background-color: transparent;
    padding: 0
}

@-webkit-keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes mmslideIn {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes mmslideOut {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.serial-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.serial-card a:hover .serial-card__name {
    color: var(--color-primary)
}

.serial-card .serial-card__img {
    padding-top: 147%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.serial-card .serial-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.serial-card .serial-card__name {
    min-height: 42px;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3125;
    font-weight: bold;
}

@media only screen and (max-width: 769px) {
    .serial-card .serial-card__name {
        margin-top: 7px
    }
}

.recommend-serials .recommend-serials__mobile-title {
    display: none
}

@media only screen and (max-width: 769px) {
    .recommend-serials .recommend-serials__mobile-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 12px;
        background: #1e1e21;
        font-weight: 700;
        padding: 10px var(--content-padding-right) 10px var(--content-padding-left);
        margin-left: calc(var(--content-padding-left) * -1);
        margin-right: calc(var(--content-padding-right) * -1);
        color: var(--color-primary);
        font-size: 20px
    }
}

.recommend-serials-slider {
    margin-bottom: 50px
}

.recommend-serials-slider:not(.swiper-container-initialized) .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 26px
}

.recommend-serials-slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 20px);
    flex: 0 0 calc(20% - 20px);
    max-width: calc(20% - 20px)
}

@media only screen and (max-width: 993px) {
    .recommend-serials-slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25.8%;
        flex: 0 0 25.8%;
        max-width: 25.8%
    }
}

@media only screen and (max-width: 520px) {
    .recommend-serials-slider:not(.swiper-container-initialized) .swiper-wrapper {
        grid-gap: 12px
    }

    .recommend-serials-slider:not(.swiper-container-initialized) .swiper-wrapper .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%
    }
}

.recommend-serials-slider .swiper-slide {
    margin-left: 0
}

@media only screen and (max-width: 993px) {
    .recommend-serials-slider {
        padding: 0 var(--content-padding-right) 0 var(--content-padding-left);
        margin-left: calc(var(--content-padding-left) * -1);
        margin-right: calc(var(--content-padding-right) * -1)
    }
}

@media only screen and (max-width: 769px) {
    .recommend-serials-slider {
        margin-bottom: 40px
    }

    .recommend-serials-slider .recommend-serials__mobile-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 11px var(--content-padding-right) 13px var(--content-padding-left);
        margin-left: calc(var(--content-padding-left) * -1);
        margin-right: calc(var(--content-padding-right) * -1);
        color: var(--color-primary);
        font-size: 20px
    }
}

.tabs {
    margin-bottom: 20px;
    position: relative;
}

.tabs .wrapper-item {
    padding: 0;
    position: relative
}

.tabs .swiper-slide {
    display: inline-block;
    width: auto;
    padding: 0
}

.tabs .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 2px 15px;
    height: 28px;
    font-size: 14px;
    color: #f2f2f2;
    border: 1px solid var(--color-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 769px) {
    .tabs .item {
        font-size: 13px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s
    }

    .tabs .item.hover, .tabs .item:focus {
        color: #fff !important
    }
}

.tabs .item svg {
    width: 18px;
    height: 12px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    right: 0;
    margin-left: -9px;
    --chevron-up: var(--color-primary);
    display: none
}

.tabs .item[aria-selected=true] {
    border: 1px solid var(--color-primary);
    color: #f2f2f2 !important;
    font-weight: 400
}

.tabs .item[aria-selected=true] svg {
    display: block
}

.tabs .item:hover, .tabs .item[aria-selected=true] {
    color: #0a0a0a !important;
    font-weight: 400;
    border-color: var(--color-primary);
    background: var(--color-primary);
}

.tabs .item:hover:before, .tabs .item[aria-selected=true]:before {
    display: none
}

.tabs .item:not([aria-selected=true]):hover {
    border-width: 1px
}

.tabs .swiper-button-prev {
    left: -30px
}

.tabs .swiper-button-next {
    right: -30px
}

.tabs .swiper-button-next, .tabs .swiper-button-prev {
    width: 30px;
    height: 30px;
    z-index: 20;
    padding: 3px 2px;
    position: absolute;
    top: 0;
    border: 2px solid var(--color-primary);
    background: #252529;
    --arrow: var(--color-primary);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.tabs .swiper-button-next.swiper-button-disabled, .tabs .swiper-button-prev.swiper-button-disabled {
    display: none
}

.tabs .swiper-button-next:focus, .tabs .swiper-button-prev:focus {
    --arrow: var(--color-primary);
    background: #252529
}

.tabs .swiper-button-next:hover, .tabs .swiper-button-prev:hover {
    --arrow: #fff;
    background: var(--color-primary)
}

.tabs .swiper-button-next span, .tabs .swiper-button-prev span {
    display: none
}

.all-serials {
    margin-bottom: 50px
}

@media only screen and (max-width: 769px) {
    .all-serials {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 770px) {
    .all-serials .all-serials__tabs .swiper-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    }
}

@media only screen and (max-width: 769px) {
    .all-serials .all-serials__tabs .tabs {
        margin-left: calc(var(--content-padding-left) * -1);
        margin-right: calc(var(--content-padding-right) * -1)
    }

    .all-serials .all-serials__tabs .swiper-container {
        padding-left: var(--content-padding-left);
        padding-right: var(--content-padding-right)
    }
}

.all-serials .all-serials__tabs .swiper-slide:not(:last-of-type) {
    margin-right: 5px
}

.all-serials .all-serials-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
    grid-gap: 26px
}

@media only screen and (max-width: 769px) {
    .all-serials .all-serials-list {
        grid-gap: 20px
    }
}

.all-serials .btn {
    margin-top: 30px;
    color: #000000;
}
.all-serials .btn:hover {
    color: #f2f2f2;
}

.episode-card a {
    color: #bdbdbd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.episode-card a:hover {
    color: var(--color-primary)
}

@media only screen and (max-width: 769px) {
    .episode-card a {
        font-size: 14px
    }
}

.episode-card .episode-card__img {
    position: relative;
    margin-bottom: 8px;
    padding-top: 61.2%;
    overflow: hidden
}

.episode-card .episode-card__img img {
    position: absolute;
    top: 0;
    right: 0;
}

.episode-card .episode-card__img:before {
    position: absolute;
    content: ""
}

.episode-card .episode-card__img .episode-card__sound {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 57%;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
    z-index: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 30%, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .9) 30%, transparent);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, .9)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .9) 30%, transparent)
}

@media only screen and (max-width: 769px) {
    .episode-card .episode-card__img .episode-card__sound {
        font-size: 11px
    }
}

.episode-card .episode-card__img .episode-card__sound svg {
    --mic: var(--color-primary);
    margin-right: 6px
}

.episode-card .episode-card__img .episode-card__sound span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.episode-card .episode-card__description, .episode-card .episode-card__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25
}

.episode-card .episode-card__name strong {
    margin-right: 5px
}

.rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-width: 135px
}

.one-line .rating-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.one-line .voting {
    margin: 0 10px 0 0;
}

.voting {
    margin: -6px -6px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.voting, .voting .vote {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.voting .vote {
    padding: 4px 8px;
    --star-border: var(--color-primary);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.voting .vote:first-child {
    padding-left: 0;
}

.voting .vote svg {
    margin: 0
}

@media only screen and (max-width: 769px) {
    .voting .vote svg, .voting .vote svg use {
        width: 22px;
        height: 22px
    }
}

.voting .vote.hover {
    --star: var(--color-primary) !important;
}

.voting .vote.checked {
    --star: var(--color-primary)
}

.voting:hover .vote.checked {
    --star: transparent;
}

.rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.rating .vote-count {
    color: #828282;
    font-size: 13px;
    margin-right: 6px;
    line-height: 1
}

.rating .current-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700
}

.rating .current-rating svg {
    margin-right: 5px;
    --star-border: transparent;
    --star: var(--color-primary)
}

.comments {
    margin: 30px 0 40px
}

.comments h3 {
    margin-bottom: 3px;
    color: #e0e0e0;
    font-size: 26px
}

@media only screen and (max-width: 769px) {
    .comments h3 {
        margin-bottom: 10px;
        font-size: 24px
    }
}

.comments-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 769px) {
    .comments-rating {
        margin: 0 calc(var(--content-padding-right) * -1) 0 calc(var(--content-padding-left) * -1);
        padding: 5px var(--content-padding-right) 5px var(--content-padding-left);
        background: #2f2f33
    }

    .comments-rating .rating .current-rating {
        font-size: 18px
    }

    .comments-rating .voting {
        font-size: 0
    }

    .comments-rating .voting .vote svg, .comments-rating .voting .vote svg use {
        width: 16px;
        height: 16px
    }

    .comments-rating .vote-count {
        margin-top: 2px
    }
}

.comments-rating .voting {
    margin: 0;
    font-size: 13px;
    color: #828282
}

.comments-rating .vote-count {
    margin-right: 0;
    margin-left: 10px
}

.schedule-last-episodes > .h2 {
    font-size: 26px;
    margin-bottom: 20px
}

@media only screen and (max-width: 769px) {
    .schedule-last-episodes-list {
        max-height: 640px;
        overflow-y: auto
    }
}

.schedule-last-episodes-item:not(:last-of-type) {
    margin-bottom: 30px
}

.schedule-last-episodes-item__title {
    position: relative;
    background: #2A1C2A;
    color: #bdbdbd;
    padding: 5px 27px;
    margin-bottom: 14px
}

.schedule-last-episodes-item__title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 15px;
    background: var(--color-primary)
}

@media only screen and (max-width: 769px) {
    .schedule-last-episodes-item__title {
        margin-bottom: 12px;
        padding-left: 24px
    }

    .schedule-last-episodes-item__title:before {
        width: 11px
    }
}

.schedule-last-episodes-item__episodes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px
}

@media only screen and (max-width: 769px) {
    .schedule-last-episodes-item__episodes {
        grid-gap: 16px
    }
}

.schedule-last-episodes-item__episodes li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px
}

body {
    min-width: 300px;
    font-size: 16px;
    line-height: 1.3;
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    color: #e0e0e0;
    background-color: #322A32
}

.mobile {
    display: none
}

@media only screen and (max-width: 769px) {
    .mobile {
        display: block
    }
}

.full-center-flex {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.full-center-flex, .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.page-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.center-bl {
    max-width: 1024px;
    margin: 0 auto;
    position: relative
}

.content {
    position: relative;
    padding: var(--content-padding-top) var(--content-padding-right) var(--content-padding-bottom) var(--content-padding-left);
    background-color: #322A32;
}

@media only screen and (max-width: 480px) {
    .content.one-serial-dark {
        padding: 20px 15px 55px;
        margin-bottom: 0
    }

    .content.one-serial-dark .name-serials {
        font-size: 22px
    }
    .header .header__logo img {
        width: 170px;
    }
}

.content .name-serials {
    margin-bottom: 2px;
    position: relative;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .85);
    font-size: 32px;
    letter-spacing: .16px;
    line-height: 1.28
}

@media only screen and (max-width: 769px) {
    .content .name-serials {
        font-size: 26px;
        line-height: 32px
    }
}

@media only screen and (max-width: 480px) {
    .content .name-serials {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0px
    }
}

.content .name-serials h1 {
    font-weight: 500;
    display: inline
}

.h2, h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 35px
}

.close-menu-field {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    display: none
}

.close-menu-field.active, .close-menu-field.open {
    display: block
}

.btn-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 37px 6px;
    color: #f2f2f2;
    font-size: 16px;
    border: 2px solid var(--color-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 400;
    cursor: pointer
}

.btn-border:hover {
    color: #2f2f33
}

.btn, .btn-border:hover {
    background-color: var(--color-primary)
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 30px;
    color: #f2f2f2;
    font-size: 16px;
    border: 2px solid var(--color-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 400;
    cursor: pointer
}

.btn:hover {
    background-color: transparent
}

.full-width {
    width: 100%
}

.box-with-btn {
    padding-right: 50px
}

@media only screen and (max-width: 769px) {
    .box-with-btn {
        width: 100%;
        padding-right: 35px
    }
}

@media only screen and (max-width: 769px) {
    .h2, h2 {
        font-size: 23px !important;
        line-height: 26px
    }

    .h3, h3 {
        margin-bottom: 10px;
        font-size: 18px
    }
}

.swiper-slide {
    margin-left: 0
}

.grid-4 {
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 30px 28px
}

@media only screen and (max-width: 769px) {
    .grid-4 {
        grid-gap: 20px;
        grid-template-columns:repeat(auto-fill, minmax(140px, 1fr))
    }
}

.last-episodes {
    margin-bottom: 50px
}

.description-serials .rating-container {
    margin-top: 8px
}

.description-serials + hr {
    margin-top: 40px
}

@media only screen and (max-width: 769px) {
    .description-serials + hr {
        margin-top: 22px
    }
}

@media only screen and (max-width: 769px) {
    .description-serials .right-desc .caption-desc {
        padding-bottom: 46px;
        position: relative
    }

    .description-serials .rating-container {
        min-width: 80px;
        margin-top: 2px
    }

    .description-serials .rating {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .description-serials .rating .current-rating {
        margin-bottom: 6px
    }

    .description-serials .vote-count {
        margin-right: 0
    }

    .description-serials .voting {
        height: 46px;
        margin: 0 -6px 0 0
    }
}

@media only screen and (max-width: 769px) and (max-width: 769px) {
    .description-serials .voting {
        margin: 0
    }
}


.caregory-episodes-list {
    margin-bottom: 54px
}

.caregory-episodes-list .btn {
    margin-top: 28px
}

@media only screen and (max-width: 769px) {
    .caregory-episodes-list {
        margin-bottom: 50px
    }

    .caregory-episodes-list .btn {
        margin-top: 20px
    }
}

@media only screen and (max-width: 769px) {
    .category-seasons__tabs {
        margin-left: calc(var(--content-padding-left) * -1);
        margin-right: calc(var(--content-padding-right) * -1);
        margin-bottom: 16px
    }

    .category-seasons__tabs .swiper-container {
        padding-left: var(--content-padding-left);
        padding-right: var(--content-padding-right)
    }
}

.wrapper-one-serial {
    margin: 0 -15px 5px;
    padding: 15px 15px 5px;
    background-color: #322A32
}

@media only screen and (max-width: 480px) {
    .wrapper-one-serial {
        margin: 0 -15px 5px;
        padding: 15px 15px 2px
    }
    .voting .vote {
        padding: 0 8px 0 0;
    }
    .voting .vote svg {
        width: 19px;
        height: 17px;
    }
    .description-serials .one-block:last-child .rating-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .description-serials .one-block:last-child .one-line {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .description-serials .voting {
        height: auto;
        margin-bottom: 10px;
    }
    .description-serials .right-text {
        padding-top: 0px;
    }
    .header .center-bl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 1050px) {
    .header .center-bl {
        padding-left: 0;
    }
}
.player-serial {
    height: 431px;
    margin-bottom: 0;
    position: relative;
    background-color: #000
}


@media only screen and (max-width: 769px) {
    .player-serial {
        padding-top: 1.5625rem;
        padding-bottom: 52.5%;
        height: 0;
        overflow: hidden;
        position: relative
    }
}

.player-serial iframe {
    width: 100%;
    height: 431px
}

@media only screen and (max-width: 769px) {
    .player-serial iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.slider-btn-bottom {
    height: 28px;
    background-color: #2A1C2A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.slider-btn-bottom .next-series, .slider-btn-bottom .prev-series {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative
}

.slider-btn-bottom .next-series strong, .slider-btn-bottom .prev-series strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    max-width: 28px;
    height: 28px;
    text-align: center;
    --arrow: var(--color-primary);
    background-color: #252529;
    border: 2px solid var(--color-primary);
    font-size: 10px;
    z-index: 10;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider-btn-bottom .next-series strong:before, .slider-btn-bottom .prev-series strong:before {
    display: inline-block
}

.slider-btn-bottom .next-series.hover, .slider-btn-bottom .next-series :focus, .slider-btn-bottom .next-series:hover, .slider-btn-bottom .prev-series.hover, .slider-btn-bottom .prev-series :focus, .slider-btn-bottom .prev-series:hover {
    color: var(--color-primary)
}

.slider-btn-bottom .next-series.hover strong, .slider-btn-bottom .next-series :focus strong, .slider-btn-bottom .next-series:hover strong, .slider-btn-bottom .prev-series.hover strong, .slider-btn-bottom .prev-series :focus strong, .slider-btn-bottom .prev-series:hover strong {
    --arrow: #fff;
    background-color: var(--color-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slider-btn-bottom .next-series span, .slider-btn-bottom .prev-series span {
    white-space: nowrap;
    line-height: 1
}

@media only screen and (max-width: 769px) {
    .slider-btn-bottom .next-series span, .slider-btn-bottom .prev-series span {
        display: none
    }
}

.slider-btn-bottom .prev-series strong {
    margin-right: 15px
}

.slider-btn-bottom .next-series {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.slider-btn-bottom .next-series strong {
    margin-left: 15px
}

.slider-btn-bottom .one-slide-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider-btn-bottom .one-slide-btn:first-child {
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.slider-btn-bottom .one-slide-btn:nth-child(2) {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.slider-btn-bottom .one-slide-btn:nth-child(3) {
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.choose-series {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 186px;
    height: 28px;
    padding: 4px;
    --choose-series: #fff;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 2px solid var(--color-primary);
    background-color: #2A1C2A;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 480px) {
    .choose-series {
        width: 116px;
        font-size: 12px
    }

    .choose-series svg {
        margin-right: 0;
        display: none
    }

    .choose-series span {
        display: block
    }
}

.choose-series svg {
    margin-right: 10px
}

.choose-series span {
    line-height: 1
}

.choose-series.hover, .choose-series:hover {
    background-color: var(--color-primary);
    color: #fff
}

.one-serial-information .episode-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #4b4b4e;
    margin-bottom: 15px
}

.one-serial-information .episode-description .btn-border {
    margin-top: 10px;
    color: #f2f2f2;
    --message: #f2f2f2
}

.one-serial-information .episode-description .btn-border svg {
    margin-right: 10px
}

@media only screen and (max-width: 993px) {
    .one-serial-information .episode-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .one-serial-information .episode-description .btn-border {
        margin-top: 0;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 520px) {
    .one-serial-information .episode-description .btn-border, .one-serial-information .episode-description .episode-description-right {
        width: 100%
    }
}

.one-serial-information .text-serial-b {
    padding-right: 30px
}

.one-serial-information h2 {
    color: #e0e0e1
}

.one-serial-information .under-article {
    color: #7c7d7f;
    font-size: 15px
}

.one-serial-information .under-article span {
    color: #b6b6b6
}

.one-serial-information .under-article span a {
    color: inherit;
    border-bottom: 1px solid #636363
}

.one-serial-information .under-article span a:hover {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary)
}

.player-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 10px 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.player-bottom .rating-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 290px;
}

.player-bottom .rating-container .voting {
    margin: 0 12px 0 -6px;
}

.player-bottom noindex {
    display: block;
    margin-left: auto;
}

.player-bottom__telegram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2D9CDB;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.player-bottom__telegram:hover {
    color: #2D9CDB;
    border-bottom: 1px solid #2D9CDB;
}

.player-bottom__telegram svg {
    margin-right: 9px;
}

.sounds-tabs {
    padding-top: 0px;
    position: relative;
    margin: 0 0 0px
}

.sounds-tabs:before {
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: #1c1c1f
}

.sounds-tabs .swiper-container {
    padding: 0;
    position: relative
}

.sounds-tabs .swiper-container .swiper-slide {
    display: inline-block;
    width: auto;
    padding: 0
}

.sounds-tabs .swiper-container .item {
    padding: 9px 40px 20px;
    display: block;
    position: relative;
    font-size: 17px;
    color: #fffefe;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media only screen and (max-width: 769px) {
    .sounds-tabs .swiper-container .item {
        font-size: 13px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s
    }

    .sounds-tabs .swiper-container .item.hover, .sounds-tabs .swiper-container .item:focus {
        color: #fff !important
    }
}

.sounds-tabs .swiper-container .item:hover {
    color: var(--color-primary, #6ec198)
}

.sounds-tabs .swiper-container .item svg {
    width: 18px;
    height: 12px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    right: 0;
    margin-left: -9px;
    --chevron-up: var(--color-primary);
    display: none
}

.sounds-tabs .swiper-container .item[aria-selected=true] {
    color: var(--color-primary, #6ec198) !important;
    font-weight: 600
}

@media only screen and (max-width: 769px) {
    .sounds-tabs .swiper-container .item[aria-selected=true] {
        font-weight: 400;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s
    }
}

.sounds-tabs .swiper-container .item[aria-selected=true] svg {
    display: block
}

.sounds-tabs .swiper-container .item[aria-selected=true]:before {
    height: 3px;
    left: 0;
    right: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    display: block;
    background-color: var(--color-primary, #6ec198)
}

.sounds-tabs .swiper-container .swiper-slide-active .item {
    color: #fff;
    font-weight: 400;
}

.sounds-tabs .swiper-button {
    top: 50%;
    -webkit-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    transform: translateY(-26px);
    position: absolute;
    z-index: 2
}

.sounds-tabs .swiper-button span {
    width: 35px;
    height: 42px;
    border: 1px solid #4f4f4f;
    color: #5f5f5f;
    text-align: center;
    cursor: pointer;
    background: #2f2f33;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    --arrow: #828282
}

.sounds-tabs .swiper-button:hover span {
    border-color: var(--color-primary);
    --arrow: var(--color-primary)
}

.sounds-tabs .swiper-button.swiper-button-disabled {
    display: none
}

.sounds-tabs .swiper-button:before {
    display: inline-block;
    font-size: 6px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sounds-tabs .swiper-button.swiper-button-prev {
    left: 0
}

.sounds-tabs .swiper-button.swiper-button-prev:before {
    right: -11px
}

.sounds-tabs .swiper-button.swiper-button-next {
    right: 0
}

.sounds-tabs .swiper-button.swiper-button-next:before {
    left: -11px
}

@media (max-width: 1024px) {
    .sounds-tabs .swiper-button {
        -webkit-transform: translateY(-23px);
        -ms-transform: translateY(-23px);
        transform: translateY(-23px)
    }

    .sounds-tabs .swiper-button span {
        width: 30px;
        height: 34px
    }
}

@media only screen and (max-width: 769px) {
    .sounds-tabs .swiper-button {
        -webkit-transform: translateY(-19px);
        -ms-transform: translateY(-19px);
        transform: translateY(-19px)
    }

    .sounds-tabs .swiper-button span {
        width: 27px;
        height: 31px
    }

    .sounds-tabs .swiper-button.swiper-button-next:before {
        left: -4px
    }

    .sounds-tabs .swiper-button.swiper-button-right:before {
        right: -4px
    }
}

.sounds-tabs .overflow-series {
    margin: 0
}

@media (max-width: 1024px) {
    .sounds-tabs {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px
    }

    .sounds-tabs .swiper-container .item {
        padding: 0 25px 20px
    }
}

@media only screen and (max-width: 769px) {
    .sounds-tabs .swiper-container .item {
        padding: 0 20px 20px
    }
}

.episode-card__name {
    font-weight: bold
}


@media only screen and (max-width: 769px) {
    .all-serials-list .serial-card:nth-child(5) {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .player-bottom {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -15px;
    }
    .player-bottom .rating-container {
        width: 100%;
        background: #2A1C2A;
        padding: 8px 15px 8px 15px;
        margin-top: 12px;
    }
    .player-bottom .rating-container .voting {
        margin: 0;
    }
    .player-bottom .rating-container .voting .vote {
        padding: 0 6px 0 0;
    }
    .player-bottom .rating-container .rating {
        margin-left: auto;
    }
    .player-bottom noindex {
        padding: 0 15px;
    }
    .player-bottom .rating-container .rating .vote-count {
        margin-right: 0;
    }
}

.platform {
    background: rgba(255,255,255,0.1);
    padding: 10px 16px;
    color: #fff;
    width: 100%;
}

.modal_banner .micromodal__container {
    max-width: 795px;
    height: 680px;
}

.modal_banner a {
    position: absolute;
    left: 54px;
    right: 66px;
    top: 76px;
    bottom: 170px;
    z-index: 1;
}

.modal-banner-img {
    background-image: url('img/desktop-popup.png');
    width: 100%;
    height: 680px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -66px 0;
}

@media (min-width: 801px) {
    .modal_banner a:hover + .modal-banner-img {
        background-image: url('img/desktop-popup-hover.png');
    }
}

.modal_banner .micromodal__close {
    top: 85px;
    right: 40px;
    font-size: 28px;
    color: #03F0FF;
    z-index: 2;
}

.modal_banner .micromodal__close:hover {
    color: #EBFF02;
}

@media (max-width: 800px) {
    .modal_banner .micromodal__container {
        max-width: 330px;
        height: 530px;
    }

    .modal_banner .micromodal__close {
        top: -40px;
        right: 0;
        font-size: 24px;
    }

    .modal-banner-img {
        background-image: url(img/mobile-popup.png?v1);
        background-position: 0 0;
        transform: none;
        height: 530px;
    }

    .modal_banner a {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.schedule-episode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
@media (max-width: 768px) {
    .schedule-episode {
        display: block;
        }
    }
@media (max-width: 768px) {
    .schedule-episode .schedule-left .caption {
        margin-bottom: 9px;
        font-size: 23px !important;
    }
}
.schedule-episode .schedule-left .caption {
    margin-bottom: 10px;
    margin-top: 17px;
    color: #e0e0e0;
    font-size: 26px;
    letter-spacing: 0.12px;
    }
.schedule-episode .schedule-left {
    width: 100%; }
.schedule-episode .schedule-right {
        width: 500px;
    margin-left: 28px;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden; }
    @media (max-width: 768px) {
    .new-serials .schedule-right {
        display: none;
    }
}
.schedule-episode .schedule-serials {
    margin-bottom: 5px; }
    .schedule-episode .schedule-serials li {
      margin-bottom: 15px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .schedule-episode .schedule-serials li:last-child {
        margin-bottom: 0; }
      .schedule-episode .schedule-serials li span:nth-child(2) {
        padding: 0 5px; }
      .schedule-episode .schedule-serials li a {
        color: rgba(255, 255, 255, 0.7); }
      .сomment-block {
        min-height: 515px;
        margin-top: 19px;
        }   
     .сomment-block .h2 {
        font-size: 26px;
        }            
     #anycomment-app {
            color: #ccc !important;
        }
        #anycomment-app p{
            color: #d9d9d9 !important;
        }
        .cUddSd {
        background-color: #322A32 !important;
        border-color: #FF4A76 !important;
        color: #ccc !important;
        }
        .SLGk {
        background-color: #322A32 !important;
        border-color: #FF4A76 !important;
        color: #ccc !important;
        }
        .cifXMN {
        background-color: #322A32 !important;
        }
        .evlLax a {
        color: #322A32 !important;
        }
        .gbaCo li a {
        color: #322A32 !important;
        }
        .gbaCo li a {
        background-color: #322A32 !important;
        }
        .evlLax svg {
        zoom: 0.01 !important;
        }
        .evlLax svg {
        stroke: #ccc !important;
        }
        .hVeWiu {
        padding-bottom: 10px!important;
        }
        .gbaCo li::after {
        background-color: #322A32 !important;
        }
         .ql-editor p{
        color: rgb(153, 153, 153) !important;
        }
        .CommentListHeader__Wrapper-sc-ttczra-0{ color: #ccc !important;}

        .cUddSd .ql-snow .ql-stroke {
        stroke: #ccc !important;}
.smartphone-banner {
height: 300px;
}
.desktop-banner {
height: 300px
}
.tg-button {
width: 100%;
height: 40px;
background: #E8144A;
font-size: 18px;
font-weight: 700;
display: block;
text-align: center;
color: #fff;
line-height: 40px;
margin-top: 10px;
margin-bottom: 14px;
}
.tg-button:hover {
background: #61B1E5;
color: #fff;
}

header.header .search-btn {
  display: none;
}
header.header .header-menu .search-btn {
  display: inline-flex;
}
article.box.story.searchpage {
  margin-bottom: 20px;
}
article.box.story.searchpage h1 {
  margin-bottom: 20px;
  font-weight: 700;
}
.header__social a {
  width: 40px;
}
.header__social a.search-btn {
  margin-right: 10px;
  padding: 0;
}
#fullsearch .row {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#fullsearch .row input[type="text"] {
  background: #2A1C2A;
  border: 1px solid #4F4F4F;
  color: #F2F2F2;
  height: 40px;
  padding: 0 12px;
  width: 752px;
  border-radius: 0;
  font-size: 16px;
}
#fullsearch .row button {
  width: 168px;
  height: 40px;
  color: #000000;
}
#fullsearch .row button svg path {
  fill: #000000;
}
#fullsearch .row button:hover {
  color: #f2f2f2;
}
#fullsearch .row button:hover svg path {
  fill: #f2f2f2;
}
#fullsearch .row button svg {
  margin-right: 7px;
}
.no-search-result {
  text-align: center;
  font-size: 24px;
  line-height: 31px;
  color: #E0E0E0;
  margin-top: 30px;
}
.no-search-result p {
  margin-bottom: 20px;
}
.no-search-result .btn {
  width: 332px;
  height: 40px;
  margin-top: 10px;
  color: #000000;
}
.no-search-result .btn:hover {
  color: #f2f2f2;
}
@media (min-width: 769px) {
  .header-menu {
    position: relative;
  }
}
.header__search {
  display: none;
}
.header__search.open {
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  width: 543px;
}
.header__search [type=text] {
  height: 40px;
  width: 100%;
  background: #2A1C2A;
  border: 1px solid #4F4F4F;
  color: #F2F2F2;
  padding: 0 12px;
  border-radius: 0;
  font-size: 16px;
  z-index: 1;
  position: relative;
}
.header__search [type=submit] {
  display: none;
}

@media (max-width: 768px) {
  .header__search.open {
    top: -48px;
    left: calc(100% + 10px);
    width: calc(100% - 68px);
  }
  article.box.story.searchpage h1 {
    font-size: 24px;
    font-weight: 400;
  }
  .header .header__link-on-last-episodes.mobile {
    font-size: 14px;
    margin-right: 25px;
  }
  header.header .search-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 8px;
    background: #322A32;
    border: 1px solid #4f4f4f;
    --flag: #e0e0e0;
    --vk: #e0e0e0;
    --telegram: #e0e0e0;
    color: #f2f2f2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 10px;
  }
  header.header .header__social .search-btn {
    display: none;
  }
  header.header .search-btn span {
    font-size: 0;
  }
  #fullsearch .row {
    gap: 12px;
  }
  #fullsearch .row button {
    width: 100%;
  }
  #fullsearch .row button {
    width: 40px;
    font-size: 0px;
    padding: 10px 10px;
  }
  #fullsearch .row button svg {
    margin-right: 0;
  }
  .no-search-result {
    font-size: 18px;
    line-height: 23px;
  }
  .no-search-result .btn {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .header .header__logo {
    width: auto;
    margin-right: 10px;
  }
  .header .header__link-on-last-episodes.mobile {
    margin-right: auto;
  }
  header.header .search-btn {
    margin-left: 0;
  }
}

header.ny2025 {
  background: #2A1C2A url('data:image/svg+xml,<svg width="970" height="39" viewBox="0 0 970 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0C22.6667 5.83333 35 15.5 69 12C92.5242 9.5784 126.7 2.12387 162 9.5C229 23.5 229 5 220.5 4.5C212 4 212 11.5 224.5 14.5C231.937 16.285 239.5 14 246.5 12C264.347 6.90098 276 4.5 293.5 8.5C309.849 12.2369 343.544 17.7431 361.5 19C411.5 22.5 434 18.1771 434 10C434 5 424.5 5 423 8C420 14 430.5 18.5 437.5 18.5C457.312 18.5 499 5 531.5 10C564 15 626 26 673.5 22.5C688.459 21.3977 713.582 19.2154 717 18.5M717 18.5C731 14 724.5 6 717 6C708 6 705 14.5 717 18.5ZM717 18.5C737.667 21.9629 788.5 25.5 802 25.5C868.5 25.5 901 14.5 969.5 1" stroke="%23716371" stroke-width="2"/><rect x="130" y="6.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter0_f_1010_3220)"><circle cx="131.5" cy="16" r="4.5" fill="%23FBEE95"/></g><rect x="478" y="10.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter1_f_1010_3220)"><circle cx="479.5" cy="20" r="4.5" fill="%23FBEE95"/></g><rect x="147" y="7.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter2_f_1010_3220)"><circle cx="148.5" cy="15" r="3.5" fill="%2395FBC8"/></g><rect x="496" y="8.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter3_f_1010_3220)"><circle cx="497.5" cy="16" r="3.5" fill="%2395FBC8"/></g><rect x="830" y="24" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter4_f_1010_3220)"><circle cx="831.5" cy="31.5" r="3.5" fill="%2395FBC8"/></g><rect x="534" y="10.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter5_f_1010_3220)"><circle cx="535.5" cy="18" r="3.5" fill="%23FB95D6"/></g><rect x="274" y="5.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter6_f_1010_3220)"><circle cx="275.5" cy="13" r="3.5" fill="%23FB95D6"/></g><rect x="867" y="20" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter7_f_1010_3220)"><circle cx="868.5" cy="27.5" r="3.5" fill="%23FB95D6"/></g><rect x="165" y="9.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter8_f_1010_3220)"><circle cx="166.5" cy="19" r="4.5" fill="%238CC5FA"/></g><rect x="513" y="8.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter9_f_1010_3220)"><circle cx="514.5" cy="18" r="4.5" fill="%238CC5FA"/></g><rect x="846" y="23" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter10_f_1010_3220)"><circle cx="847.5" cy="32.5" r="4.5" fill="%238CC5FA"/></g><rect x="642" y="22.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter11_f_1010_3220)"><circle cx="643.5" cy="30" r="3.5" fill="%2395FBC8"/></g><rect x="659" y="22.5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter12_f_1010_3220)"><circle cx="660.5" cy="32" r="4.5" fill="%238CC5FA"/></g><defs><filter id="filter0_f_1010_3220" x="125" y="9.5" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter1_f_1010_3220" x="473" y="13.5" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter2_f_1010_3220" x="143" y="9.5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter3_f_1010_3220" x="492" y="10.5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter4_f_1010_3220" x="826" y="26" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter5_f_1010_3220" x="530" y="12.5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter6_f_1010_3220" x="270" y="7.5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter7_f_1010_3220" x="863" y="22" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter8_f_1010_3220" x="160" y="12.5" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter9_f_1010_3220" x="508" y="11.5" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter10_f_1010_3220" x="841" y="26" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter11_f_1010_3220" x="638" y="24.5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter12_f_1010_3220" x="654" y="25.5" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter></defs></svg>');
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
header.ny2025::after {
  content: ' ';
  width: 100%;
  height: 3px;
  background: url('data:image/svg+xml,<svg width="1439" height="4" viewBox="0 0 1439 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2L1446 2" stroke="url(%23paint0_linear_1601_1809)" stroke-width="3"/><defs><linearGradient id="paint0_linear_1601_1809" x1="1446" y1="2.48538" x2="14.3594" y2="2.47182" gradientUnits="userSpaceOnUse"><stop stop-color="white" stop-opacity="0"/><stop offset="0.510024" stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
header.ny2025 .center-bl::after {
  content: ' ';
  width: 41px;
  height: 42px;
  background: url('data:image/svg+xml,<svg width="41" height="42" viewBox="0 0 41 42" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9248 16.839L22.2795 0L32.4908 20.1132L13.9248 16.839Z" fill="%2360957A"/><path d="M12.4956 23.2075L34.3264 25.5283L34.8115 26.9207L6.18888 30.1698L12.4956 23.2075Z" fill="%2360957A"/><path d="M36.7082 30.9434L41 41.7735H0L3.66128 36.123L36.7082 30.9434Z" fill="%2360957A"/><circle cx="26.5" cy="9.5" r="3.5" fill="%23FBEE95"/><circle cx="18.5" cy="23.5" r="2.5" fill="%2395FBC8"/><circle cx="34.5" cy="39.5" r="2.5" fill="%238CC5FA"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: 320px;
}
header.ny2025 .header__link-on-last-episodes {
  margin-left: 15px;
}

@media (max-width: 1200px) {
  header.ny2025 .center-bl::after {
    bottom: -4px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1025px) {
  header.ny2025 .center-bl::after {
    left: 285px;
  }
}

@media (max-width: 767px) {
  header.ny2025 .header__logo {
    margin-right: 0;
  }  
  header.ny2025 {
    background: #2A1C2A url('data:image/svg+xml,<svg width="360" height="21" viewBox="0 0 360 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-29 1C-20.3333 4.83333 0.1 12.4 12.5 12C28 11.5 58 -2 100 5C128.673 9.77889 159.893 15 170.5 15C182 15 194.682 12 192.5 6C190.5 0.5 179.091 1.63436 178 6C176.5 12 187.5 16 196.5 15C205.5 14 224 2.5 245 6C266 9.5 306 17.5 330 19C354 20.5 389.5 11.5 403 6" stroke="%23716371" stroke-width="2"/><rect x="100" y="5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter0_f_1010_3220)"><circle cx="101.5" cy="14.5" r="4.5" fill="%238CC5FA"/></g><rect x="83" y="3" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter1_f_1010_3220)"><circle cx="84.5" cy="10.5" r="3.5" fill="%2395FBC8"/></g><rect x="67" y="3" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter2_f_1010_3220)"><circle cx="68.5" cy="12.5" r="4.5" fill="%23FBEE95"/></g><rect x="235" y="5" width="3" height="8" rx="1.5" fill="%23716371"/><g filter="url(%23filter3_f_1010_3220)"><circle cx="236.5" cy="12.5" r="3.5" fill="%23FB95D6"/></g><defs><filter id="filter0_f_1010_3220" x="95" y="8" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter1_f_1010_3220" x="79" y="5" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter2_f_1010_3220" x="62" y="6" width="13" height="13" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter><filter id="filter3_f_1010_3220" x="231" y="7" width="11" height="11" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/><feGaussianBlur stdDeviation="1" result="effect1_foregroundBlur_1010_3220"/></filter></defs></svg>');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  header.ny2025::after {
    background-size: contain;
  }
  header.ny2025 .center-bl::after {
    width: 23px;
    height: 23px;
    background-size: cover;
    bottom: -6px;
    left: 72%;
  }
  main.content > .text-information img {
    height: auto;
  }
}
@media (max-width: 540px) {
  header.ny2025 .center-bl::after {
    left: 74%;
  }
}
@media (max-width: 500px) {
  .header .header__link-on-last-episodes.mobile {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  header.ny2025 .center-bl::after {
    display: none;
  }
}
.all-serials__tabs .tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
