.wrapper {
    min-width: 320px;
    position: relative
}

.wrapper-container {
    max-width: var(--max-width);
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.wrapper-main {
    padding: 0 var(--indent)
}

.header {
    background: var(--bg-header);
    margin-bottom: 25px;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #313842;
}

.mainseo {
    text-align: center;
    margin-top: 15px
}

.header__menu [class*=fa-],.icon-left .icon {
    margin-right: .4em
}

.footer {
    background: var(--bg-footer);
    padding-top: 26px;
    padding-bottom: 26px;
    text-align: center;
    font-size: 13px;
    margin-top: 90px
}

.cols {
    display: grid;
    grid-template-columns: minmax(0,1fr) 295px;
    gap: 20px
}

.col-side {
    background-color: var(--bg-lighter);
    border-radius: 3px;
    overflow: hidden;
    align-self: start
}

#scrolltop {
    position: fixed;
    bottom: 30px;
    right: 2%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px 0;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 32px;
    transition: all .2s linear
}

#scrolltop.is-active {
    opacity: .7;
    visibility: visible
}

#scrolltop.is-active:hover {
    opacity: 1
}

.logo {
    margin-top: 5px
}

.logo,.logo img {
    display: block;
    /* width: 429px; */
    height: 56px;
}

.header__menu {
    padding-right: 230px
}

.header__menu>li {
    position: relative
}
.header__menu>li:nth-child(1) {
    border-bottom: solid 1px#ff6907;
}
.header__menu>li:nth-child(2) {
    border-bottom: solid 1px #2ecc71;
}
.header__menu>li:nth-child(3) {
    border-bottom: solid 1px #ffc146;
}
.header__menu>li>a {
    display: flex;
    align-items: center;
    height: 84px;
    font-size: 17px;
    padding: 0 18px
}

.header__menu>li>a.is-active {
    background-color: var(--accent-darker)
}

.js-menu__submenu>a::after {
    content: '';
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.header__menu-hidden {
    width: 570px;
    border-top: 3px solid #53718b;
    background-color: #2f404f;
    padding: 15px 20px 30px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 98%;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .2s linear
}

.is-active .header__menu-hidden,.is-active .pmovie__bottom-btns-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.header__menu-hidden a {
    opacity: .7;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header__menu-hidden a::before {
    content: "\F1124";
    font-size: 19px!important;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.header__search {
    position: absolute;
    top: 50%;
    right: 34px;
    margin-top: -21px;
    width: 310px
}

.header__search input,.header__search input:focus {
    padding: 0 55px 0 15px;
    background-color: #131a20;
    color: #fffc;
    font-size: 15px;
    box-shadow: none;
    height: 46px;
    line-height: 46px;
    border-radius: 20px
}

.header__search input:not(:focus)::placeholder {
    color: #fffc;
    opacity: .56;
    font-size: 15px
}

.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    padding: 0;
    background: 0 0;
    color: #ffffff63;
    font-size: 20px;
    height: 46px
}

.attention-block {
    text-align: center;
    font-size: 18px;
    margin-bottom: 45px
}

.attention-block__red {
    color: red
}

.alphabet-menu {
    gap: 10px;
    margin-bottom: 30px
}

.alphabet-menu--second {
    margin-bottom: 50px
}

.alphabet-menu a {
    display: grid;
    place-items: center;
    width: 33px;
    height: 45px;
    border-radius: 3px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: var(--bg-alphabet)
}

.alphabet-menu--second a {
    width: 36px
}

.episodes-block {
    background-color: var(--bg-lighter);
    border-radius: 2px;
    padding: 0 16px 16px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    gap: 20px 30px
}

.episodes-block__column-title {
    padding: 13px 0 18px;
    font-weight: 600;
    font-size: 19px;
    position: relative
}

.episodes-block__column-title .mdi {
    font-size: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.episodes-block__column-title.ln::after {
    content: '';
    position: absolute;
    left: -16px;
    bottom: 13px;
    height: 4px;
    background: linear-gradient(90deg,#02b0e4,#55748f);
    width: 33%
}

.episodes-block__list li+li {
    margin-top: 6px
}

.ep-item {
    background-color: var(--bg-lightest);
    border-radius: 7px;
    padding: 0 20px;
    height: 36px;
    gap: 10px;
    color: var(--tt)!important
}

.ep-item__total-episodes {
    padding: 3px 0 4px;
    font-size: 12px;
    background: #212933;
    line-height: 1.4;
    width: 82px;
    text-align: center
}

.icon-lang,.icon-server {
    width: 20px;
    height: 20px;
    margin-left: 10px
}

.icon-server {
    background: url(../images/ok_ru.svg) 0 0/20px no-repeat
}

.icon-lang.VF {
    background: url(../images/vf1.png) 0 0/20px no-repeat
}

.icon-lang.VOSTFR {
    background: url(../images/vostfr.png) 0 0/20px no-repeat
}

.icon-lang.VO {
    background: url(../images/vo1.png) 0 0/20px no-repeat
}

.ep-item:hover .ep-item__title {
    padding-left: 10px
}

.episode_btn {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 10px;
    background: linear-gradient(to bottom,#74478a,#8f46b3);
    border-radius: 6px 0;
    display: block;
    color: #fff;
    line-height: 1.42857143;
    white-space: nowrap;
    font-family: changa;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 20;
    letter-spacing: .05em;
    transition: none;
    -webkit-transition: none
}

.episode_btn:hover {
    background: #74478a;
    color: #fefefe
}

.sect__header {
    margin-bottom: 40px
}

.sect__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    padding: 15px;
    border-left: solid 3px #02b0e4
}

.sect__link {
    padding: 0 7px;
    border-left: solid #02b0e44a;
    color: #fdfdfd;
    border-radius: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 38px;
    margin: 0 20px;
    font-size: 20px
}

.sect__link .mdi {
    font-size: 24px;
    margin-left: 3px;
    position: relative;
    top: 2px
}

.has-carousel:not(.owl-carousel) {
    display: flex;
    overflow: hidden
}

.has-carousel:not(.owl-carousel) .short-item {
    flex: 0 0 calc((100% - 88px)/5);
    margin-right: 22px
}

.top-list {
    margin-bottom: 60px;
    background: #523b67;
    background: rgba(82,59,103,0.4);
    padding: 25px;
}

.top-list .short-item__img {
    border-radius: 6px;
    padding-top: 150%
}

.top-list .short-item__img::before {
    background: linear-gradient(180deg,#0000 0,#000000f5 100%)
}

.bg-block {
    background-color: #212933;
    border-radius: 13px;
    overflow: hidden;
    margin-right: -10px
}

.bg-block__header {
    padding: 13px 15px;
    font-size: 17px;
    background: #212933;
    border-bottom: 3px solid #74478ad9
}

.bg-block__content {
    padding: 10px
}

.short-item {
    display: block;
    background: #1d232c;
    padding: 8px;
}

.short-item__img {
    padding-top: 145%;
}

.short-item__title {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 32px;
    z-index: 10
}

.short-item__img::before {
    background: var(--gradient-poster);
    height: 80px;
    opacity: 1
}

.short-item__country {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 3
}

.short-item__country.VF {
    background: url(../images/vf.png) 0 0 no-repeat;
    border-radius: 6px
}

.short-item__country.VO {
    background: url(../images/vo.png) 0 0 no-repeat;
    border-radius: 6px
}

.short-item__country.VOSTFR {
    background: url(../images/vostfr1.png) 0 0 no-repeat;
    border-radius: 6px
}

.short-item__country.vf {
    background: url(../images/vf.png) 0 0 no-repeat;
    border-radius: 6px
}

.short-item__country.vo {
    background: url(../images/vo.png) 0 0 no-repeat;
    border-radius: 6px
}

.short-item__country.vostfr {
    background: url(../images/vostfr1.png) 0 0 no-repeat;
    border-radius: 6px
}

.has-overlay-icon__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(40,40,40,.3);
    display: grid;
    place-items: center
}

.has-overlay-icon__icon .fa {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #73478a;
    color: #fff;
    font-size: 34px;
    padding-left: 6px
}

.has-overlay-icon:hover .has-overlay-icon__icon {
    opacity: 1;
    transition: all 100ms ease-in
}

.short-item:hover .short-item__img img {
    opacity: .5;
    transform: scale(1.1,1.1);
    transition: all 200ms linear
}

.short-item__season {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    font-size: 17px;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(0,0,0,.8)
}

.side-block:not(:last-child) {
    margin-bottom: 20px
}

.side-block__title {
    background-color: var(--accent);
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 24px;
    margin-bottom: 15px
}

.side-block__title .mdi {
    display: grid;
    place-items: center;
    width: 50px;
    height: 100%;
    margin-right: 10px;
    font-size: 30px;
    background-color: #74478a
}

.side-block__content {
    padding: 15px;
    padding-top: 0
}

.popular-list {
    padding: 0
}

.popular-list--count {
    counter-reset: num
}

.popular-list--count .popular-item::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    top: 20px;
    left: 60px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
    background: var(--gradient-accent);
    color: #fff
}

.popular-item {
    padding: 10px 10px 15px;
    background: linear-gradient(#212933,#23303d);
    position: relative
}

.popular-item__img {
    width: 70px;
    height: 95px;
    border-radius: 6px 0;
    margin-right: 20px;
    display: block
}

.popular-item__title {
    display: block;
    margin: 4px 0 6px;
    line-height: 40px;
    font-size: 16px;
    color: #f7eded
}

.popular-item__categories {
    gap: 5px;
    height: 23px;
    overflow: hidden;
    color: transparent;
}

.popular-item__categories a {
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    background: #131a20;
    font-size: 12px
}

.popular-item__img:hover img {
    opacity: .6
}

.popular-item__categories a:hover {
    font-size: 12px
}

.series-menu {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(120px,1fr));
    gap: 0 10px
}

.series-menu a {
    height: 34px;
    line-height: 34px;
    display: block;
    position: relative;
    padding-left: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.series-menu a::before {
    content: "\F1124";
    color: white;
    font-size: 24px!important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.side-block__tabs {
    gap: 2px;
    margin-bottom: 20px
}

.side-block__tabs .fa {
    margin-right: 8px
}

.side-block__tabs div {
    background: #506b84;
    height: 40px;
    border-radius: 3px;
    border-bottom: 3px solid #44576b;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: #abc
}

.side-block__tabs div.is-active {
    color: #fff
}

.side-block__tabs div:hover {
    color: #fff
}

.annee-menu:not(.d-none) {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50px,1fr));
    gap: 10px 15px;
}

.annee-menu a {
    text-align: center;
    display: block;
    height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.annee-menu a::before {
    content: "\F0679";
    font-size: 24px!important;
    display: block!important;
    margin-bottom: 8px
}

.lecteurs-menu a::before {
    content: "\F0D19"
}

.lecteurs-menu a.icl::before {
    content: "\F0162"
}

.seasons-side-list {
    padding: 0;
    margin-top: -15px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr))
}

.seasons-side-list a {
    display: block;
    padding: 12px;
    display: block;
    position: relative
}

.seasons-side-list a.is-active {
    background-color: #2f3d4b
}

.seasons-side-list a .mdi {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 19px;
    animation: pulser 1s ease infinite alternate
}

@keyframes pulser {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.footer__text {
    margin-bottom: 18px
}

.footer__menu {
    gap: 20px;
    line-height: 1;
    color: var(--tt-darker)
}

.footer__menu li+li {
    border-left: 1px solid var(--tt-darker);
    padding-left: 20px
}

.footer__menu a {
    color: var(--tt-darker);
    font-weight: 600;
    text-decoration: underline
}

.footer__menu a:hover {
    text-decoration: none
}

.pagination__pages {
    text-align: center;
    gap: 10px;
    padding: 20px 0
}

.pagination__pages a,.pagination__pages span {
    display: inline-block;
    margin: 0 3px;
    margin-top: 5px;
    line-height: 38px;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 5px;
    background: #22303e
}

.pagination__pages span:not(.nav_ext),.pagination__pages a:hover,.pagination__btn-loader a:hover {
    background: var(--accent-lighter);
    color: #a5bbdc;
    border-color: var(--accent)
}

.page {
    padding-top: 10px
}

.pmovie__left {
    width: 196px;
    margin-right: 20px
}

.pmovie__poster {
    width: 196px;
    height: 264px;
    overflow: visible
}

.pmovie__poster img {
    border-radius: 6px 0
}

.pmovie__btn-trailer {
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -44%;
    width: 88%;
    height: 42px;
    padding: 0;
    background: linear-gradient(45deg,#131a20,#74478a);
    box-shadow: 0 5px 11px 0rgba(0,0,0,.18),0 4px 15px 0rgba(0,0,0,.15)
}

.pmovie__btn-trailer .fa {
    margin-right: 8px;
    font-size: 12px
}

.pmovie__title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

.pmovie__title a {
    margin-left: 6px;
    font-size: 14px
}

.pmovie__text {
    font-style: italic;
    color: var(--tt-darker);
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px
}

.pmovie__info-right {
    width: 226px;
    margin-left: 30px
}

.pmovie__list li>div {
    display: inline-block;
    max-width: 100%;
    border-radius: 4px;
    background-color: #ffffff0d;
    padding: 3px 11px;
    color: hsla(0,0%,100%,.8)
}

.pmovie__list li+li {
    margin-top: 20px
}

.pmovie__list li>div>span:first-child {
    font-weight: 600;
    color: #ddd
}

.pmovie__list a {
    color: hsla(0,0%,100%,.8)
}

.pmovie__list a:hover {
    text-decoration: underline
}

.pmovie__info {
    margin-bottom: 50px
}

.pmovie__list .fa {
    margin-right: 5px
}

.pmovie__subtitle-small {
    font-weight: 400;
    text-align: left;
    padding-bottom: 20px
}

.pmovie__av div {
    position: relative;
    border-radius: 12px 0;
    color: var(--tt-darker);
    font-size: 15px;
    padding: 11px;
    background-color: #23303c;
    margin-bottom: 30px
}

.pmovie__av div::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    height: 0;
    width: 0;
    border: 20px solid transparent;
    border-top: 20px solid #23303c;
    margin-left: -10px
}

.pmovie__soc-btns {
    margin-bottom: 0;
    min-height: 35px;
    text-align: center
}

.pmovie__big-btns {
    gap: 20px;
    margin-bottom: 5px
}

.pmovie__big-btns .fa {
    margin-right: 6px
}

.pmovie__btn-big {
    color: #fff!important;
    box-shadow: inset 0 1px 0 0 #673ab7;
    background: linear-gradient(to bottom,#ad66d0 5%,#74478a 100%);
    border-radius: 6px;
    border: 1px solid #74478a;
    display: block;
    cursor: pointer;
    font-size: 25px;
    font-weight: 700;
    padding: 13px 24px;
    text-shadow: 0 1px 0 #74478a
}

.pmovie__btn-big:hover {
    background: linear-gradient(to top,#ad66d0 5%,#74478a 100%)
}

.pmovie__subtitle {
    background: linear-gradient(to left,#74478a,#74478a);
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 -10px 10px;
    padding: 12px 15px;
    padding-left: 75px;
    position: relative
}

.pmovie__subtitleep {
    background: #2f404f;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 -10px 10px;
    padding: 12px 15px;
    padding-left: 75px;
    position: relative
}

.pmovie__subtitle .mdi {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    display: grid;
    place-items: center;
    font-size: 30px;
    background-color: #afaaaa30
}

.pmovie__subtitle .mde {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    display: grid;
    place-items: center;
    font-size: 30px;
    background-color: #afaaaa30
}

.pmovie__seasons-list {
    gap: 10px;
    margin-bottom: 26px
}

.pmovie__seasons-list .short-item {
    flex: 0 0 calc((100% - 40px)/5)
}

.pmovie__seasons-list .short-item__img {
    border-radius: 13px
}

.ajax-iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ajax-plaer-1 {
    position: absolute;
    top: -5%;
    left: -5%;
    bottom: -5%;
    right: -5%;
    background-size: cover;
    background-position: -20% center;
    background-repeat: no-repeat;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    filter: blur(1px)
}

.ajax-plaer-3,.ajax-plaer-3:after,.ajax-plaer-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ajax-plaer-3,.ajax-plaer-2 {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center
}

.ajax-plaer-3,.ajax-plaer-3:after,.ajax-plaer-2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.ajax-plaer-3:after {
    content: "";
    background: rgba(0,0,0,.6) linear-gradient(to top right,rgba(72,165,218,.2),#2c2c2c)
}

.ajax-plaer-5,.ajax-plaer-7,.ajax-plaer-10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.ajax-plaer-5 {
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.ajax-plaer-7,.ajax-plaer-10 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.ajax-plaer-ico {
    border-radius: 50%;
    box-shadow: 0 0 31px 0 #74478a99;
    cursor: pointer!important;
    background: #fefefe;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center
}

.ajax-plaer-ico span {
    text-align: center;
    line-height: 86px;
    font-size: 90px;
    color: #74478a
}

.ajax-player-info {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px
}

.ajax-player-info div:last-child {
    color: var(--tt-darker);
    font-size: 16px
}

.pmovie__bottom-btns {
    gap: 10px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 10px
}

.pmovie__bottom-btns .fa {
    margin-right: 8px;
    font-size: 17px;
    vertical-align: top
}

.pmovie__bottom-btns li {
    position: relative;
    z-index: 100
}

.pmovie__bottom-btns li:not(.pmovie__complaint) a {
    height: 34px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 6px 0;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(to right,#526f89,#3f5367);
    box-shadow: 0 0 15px 0 #455c71
}

.pmovie__bottom-btns li:not(.pmovie__complaint) a:hover {
    background: linear-gradient(to left,#526f89,#3f5367)
}

.pmovie__bottom-btns-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #2f404f;
    width: 216px;
    padding: 15px;
    border-radius: 4px;
    display: grid;
    gap: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all .2s linear
}

.pmovie__bottom-btns-menu .fa {
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    top: 2px
}

.pmovie__complaint a {
    padding: 0 9px;
    border: 1px solid #384a5a;
    height: 34px;
    display: flex;
    align-items: center
}

.pmovie__keywords-caption {
    text-transform: uppercase;
    font-size: 22px;
    color: hsla(0,0%,100%,.8);
    margin-bottom: 10px
}

.pmovie__keywords-caption .mdi {
    color: #74478a;
    font-size: 29px;
    position: relative;
    top: 3px;
    margin-right: 3px
}

.pmovie__keywords-list {
    gap: 16px;
    position: relative;
    padding-bottom: 80px;
    padding-left: 10px
}

.pmovie__keywords-list>span {
    padding: 6px 8px;
    border-radius: 30px;
    background: #2c3a46;
    display: none
}

.pmovie__keywords-list--expanded>span {
    display: inline-block
}

.pmovie__keywords-list--expanded {
    padding-bottom: 0
}

.pmovie__keywords-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    padding: 0;
    box-shadow: 0 0 16px 0 #74478a7a;
    border-radius: 6px 0;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(to left,#74478a,#74478a);
    font-size: 12px
}

.pmovie__keywords-btn .fa {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: -1px
}

.pmovie__keywords-btn .fa+.fa {
    animation-delay: .2s
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateY(0px) scale(1)
    }

    25% {
        opacity: 0;
        transform: translateY(10px) scale(.9)
    }

    26% {
        opacity: 0;
        transform: translateY(-10px) scale(.9)
    }

    55% {
        opacity: 1;
        transform: translateY(0px) scale(1)
    }
}

.pmovie__player {
    margin: 0 -10px
}

.pmovie__player-info {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 300px;
    min-height: 250px;
    padding: 25px 20px;
    background-color: #2d3740
}

.pmovie__player-info-title {
    font-size: 17px;
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative
}

.pmovie__player-info-title span {
    color: #ffeb3b;
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: -6px;
    height: 40px;
    line-height: 1;
    font-family: tiimes new roman
}

.pmovie__player-info-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: -21px
}

.pmovie__player-info-btn {
    color: #fff!important;
    box-shadow: inset 0 1px 0 0 #74478a;
    align-self: center;
    background: #74478a;
    border-radius: 6px;
    padding: 6px 10px;
    margin-top: 25px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block
}

.pmovie__player-info-btn .fa {
    margin-right: 8px
}

.pmovie__player-controls {
    padding: 10px 0;
    gap: 14px;
    margin-bottom: 8px;
    x}

.pmovie__player-controls>* {
    color: hsla(0,0%,100%,.8);
    font-size: 15px;
    border: none;
    padding: 10px;
    background: linear-gradient(to bottom,#2D3D4B,#232F39);
    border-radius: 6px 0;
    text-align: center;
    flex: 1 1 0;
    max-width: 100%;
    min-width: auto;
    white-space: nowrap;
    height: 42px;
    position: relative
}

.ctrls__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    text-transform: uppercase
}

.ctrls__link .fa {
    font-size: 12px
}

.ctrls__btn {
    font-weight: 400;
    text-transform: uppercase;
    flex: 0 0 64px;
    width: 64px;
    padding: 0
}

.ctrls__select-box {
    padding: 0
}

.ctrls__select-box select {
    color: hsla(0,0%,100%,.8);
    font-size: 15px;
    padding: 10px;
    border-radius: 6px 0;
    height: 42px;
    text-align: center;
    padding-right: 30px;
    min-width: 140px
}

.ctrls__select-box select {
    background-color: transparent
}

.ctrls__select option {
    background: #30404e;
    border: none
}

.pmovie__message .pmovie__keywords-caption {
    text-transform: none;
    font-size: 17px
}

.pmovie__message-text {
    padding: 22px;
    background: #131a20;
    color: hsla(0,0%,100%,.6);
    margin: -5px 0 20px
}

.pmovie__stream-select {
    margin: 0 -10px
}

.pmovie__stream-select li+li {
    margin-top: 0
}

.pmovie__stream-select li:hover {
    color: var(--tt);
    background-color: #304156
}

.pmovie__stream-select li.is-active {
    background-color: #304156;
    border-radius: 0
}

.pmovie__stream-select li {
    cursor: pointer;
    padding: 12px 8px;
    color: #b7bdc0;
    display: flex;
    align-items: center;
    gap: 0 5px;
    background-color: #202b35;
    background: #1d232c;
    border-radius: 0
}

.pmovie__stream-select-server {
    text-transform: uppercase
}

.pmovie__stream-select-server .server {
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    background-image: url(../images/players.png);
    background-repeat: no-repeat
}

.pmovie__stream-select-depuis123::before {
    width: 30px;
    height: 20px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.pmovie__stream-select-depuis.vostfr::before {
    background: url(../images/vostfr1.png) 0 0 no-repeat
}

.pdownloads {
    padding: 3px 6px;
    margin-left: 45px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 16px 0 #ff8209;
    border-radius: 6px 0;
    background: linear-gradient(to left,#FFC837,#FF8008);
    text-transform: none
}

.pmovie__stream-select-server img,.pmovie__stream-select-depuis img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px
}


.tabs-block__select>li::before {
    content: "Lien " counter(num) ":";
    counter-increment: num
}

.content--counter,.pmovie__stream-select {
    counter-reset: num
}

@media screen and (min-width: 1220px) {
    .rel-list.has-carousel:not(.owl-carousel) .short-item {
        flex:0 0 calc((100% - 66px)/4);
        margin-right: 22px
    }
}

.server.player-doodstream {
    background-image: url(https://wwv.voirseries.co/images/dod.ico);
    background-size: contain
}

.server.player-vidoza {
    background-position: 0 -600px
}

.server.player-upvid {
    background-position: 0 -540px
}

.server.player-rapidvideo {
    background-position: 0 -560px
}

.server.player-cloudcartel {
    background-position: 0 -580px
}

.server.player-1fichier {
    background-position: 0 0
}

.server.player-allocine {
    background-position: 0 -20px
}

.server.player-allvid {
    background-position: 0 -40px
}

.server.player-cloudy {
    background-position: 0 -60px
}

.server.player-estream {
    background-position: 0 -80px
}

.server.player-exashare {
    background-position: 0 -100px
}

.server.player-flashx {
    background-position: 0 -120px
}

.server.player-mystream {
    background-position: 0 -140px
}

.server.player-netu {
    background-position: 0 -160px
}

.server.player-nowvideo {
    background-position: 0 -180px
}

.server.player-ok-ru,.server.player-okru {
    background-position: 0 -200px
}

.server.player-ok.ru {
    background-position: 0 -220px
}

.server.player-openload {
    background-position: 0 -240px
}

.server.player-streamin {
    background-position: 0 -260px
}

.server.player-t_l_charger-sur-uptobox {
    background-position: 0 -280px
}

.server.player-thevideo {
    background-position: 0 -300px
}

.server.player-uptobox {
    background-position: 0 -320px
}

.server.player-uptostream {
    background-position: 0 -340px
}

.server.player-vidbull {
    background-position: 0 -360px
}

.server.player-vidtodo {
    background-position: 0 -380px
}

.server.player-vidup {
    background-position: 0 -400px
}

.server.player-vodlocker {
    background-position: 0 -420px
}

.server.player-vshare {
    background-position: 0 -440px
}

.server.player-watchers {
    background-position: 0 -460px
}

.server.player-youwatch {
    background-position: 0 -480px
}

.server.player-zstream {
    background-position: 0 -500px
}

.streamlare {
    background: url(../images/icon/streamlare.png) no-repeat;
    background-size: cover
}

.streamtape {
    background: url(../images/icon/streamtape.png) no-repeat;
    background-size: cover
}

.vudeo {
    background: url(../images/icon/vudeo.png) no-repeat;
    background-size: cover
}

.userload {
    background: url(../images/icon/userload.png) no-repeat;
    background-size: cover
}

.netu {
    background: url(../images/icon/netu.png) no-repeat;
    background-size: cover
}

.fembed {
    background: url(../images/icon/fembed.png) no-repeat;
    background-size: cover
}

.uptobox {
    background: url(../images/icon/uptobox.png) no-repeat;
    background-size: cover
}

.33player {
    background: url(../images/33player.png) no-repeat;
    background-size: cover
}

.vard {
    background: url(../images/vard.png) no-repeat;
    background-size: cover
}

.upvid {
    background: url(../images/upvid.png) no-repeat;
    background-size: cover
}

.full-text {
    line-height: 1.7;
    font-size: 14px;
    word-wrap: break-word
}

.full-text a {
    text-decoration: underline;
    color: #5278b1
}

.full-text img:not(.emoji),.full-text p,.full-text h1,.full-text h2,.full-text h3,.full-text h4,.full-text h5,.full-text>ul,.full-text>ol,.full-text table,.page__title {
    margin-bottom: 20px
}

.full-text>img[style*=left],.full-text>.highslide img[style*=left] {
    margin: 0 10px 10px 0
}

.full-text>img[style*=right],.full-text>.highslide img[style*=right] {
    margin: 0 0 10px 10px
}

.full-text>ul li,.full-text>ol li {
    padding-left: 60px;
    position: relative
}

.full-text>ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid var(--accent);
    position: absolute;
    top: 5px;
    left: 34px
}

.full-text>ol {
    counter-reset: num
}

.full-text>ol li:before {
    content: counter(num);
    counter-increment: num;
    background-color: var(--accent);
    color: #fff;
    position: absolute;
    top: -2px;
    left: 17px;
    width: 24px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box
}

.full-text>ol li:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: var(--accent);
    position: absolute;
    left: 41px;
    top: -2px;
    transform: scale(.66,1.5);
    transform-origin: 0 0
}

.full-text>ul li+li,.full-text>ol li+li {
    margin-top: 10px
}

.full-text table,.video-inside>* {
    width: 100%
}

.full-text table tr td {
    padding: 10px;
    border: 2px solid #fff
}

.full-text table tr:nth-child(2n+1) {
    background-color: #f2f6f9
}

.full-text table tr:nth-child(1) {
    background-color: #cee0ed
}

.full-text table img:not(.emoji) {
    margin: 0;
    max-width: 350px
}

.full-text>*:last-child {
    margin-bottom: 0
}

.video-responsive {
    padding-top: 50%;
    position: relative
}

.video-responsive>iframe,.video-responsive>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.full-text h1,.full-text h2,.full-text h3,.full-text h4,.full-text h5 {
    font-size: 21px
}

.full-text iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 20px
}

.page__comments {
    margin: 0;
    margin-top: 20px
}

.page__comments-message {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.add-comments-form.form {
    padding: 0;
    margin-bottom: 20px
}

.ac-inp {
    gap: 10px 10px;
    margin-bottom: -10px
}

.add-comments-form .d-none,.comments_subscribe+br,.mass_comments_action {
    display: none
}

.add-comments-form__btn {
    color: #fff;
    background: linear-gradient(to left,#FFC837,#FF8008);
    margin-top: -10px;
    border-radius: 6px 0;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.comment-item__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px
}

.comment-item {
    margin-bottom: 20px;
    color: var(--tt-darker)
}

.comment-item__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 18px
}

.comment-item__author,.comment-item__author a {
    font-weight: 600;
    font-size: 14px
}

.comment-item__date {
    margin-top: 4px;
    font-size: 12px
}

.comment-item__main {
    margin: 8px 0 0;
    font-size: 14px
}

.owl-carousel {
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    justify-content: flex-start
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px,0px,0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 10px
}

.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-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 600ms 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;
    left: 0;
    right: 0;
    top: 50%
}

.owl-prev,.owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: none;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    font-size: 36px;
    background-color: #333;
    color: #fff;
    opacity: .8;
    position: absolute;
    top: 0
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-prev:hover,.owl-next:hover {
    background-color: var(--accent);
    color: #fff;
    opacity: 1
}

.owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px
}

.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--bg-lighter);
    margin: 0 5px
}

.owl-dot.active,.owl-dot:hover {
    background: var(--accent)
}

.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color: #000;
    cursor: pointer;
    display: none
}

.mobile-menu {
    width: 340px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px 0 0;
    z-index: 999;
    position: fixed;
    left: -380px;
    top: 0;
    transition: left .4s;
    background-color: var(--bg-lightest);
    color: var(--tt)
}

.mobile-menu.is-active {
    left: 0
}

.mobile-menu-close {
    cursor: pointer;
    display: block;
    left: 340px;
    top: -40px;
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s,opacity .4s
}

.mobile-menu-close.is-active {
    top: 0;
    opacity: 1
}

body.mobile-menu-is-opened {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.mobile-menu .header__menu {
    padding: 0;
    display: block
}

.mobile-menu .header__menu>li {
    width: 100%;
    margin: 0;
    padding: 0
}

.mobile-menu .header__menu>li>a {
    height: 40px;
    padding: 0 20px
}

.mobile-menu .header__menu-hidden {
    width: 100%;
    margin-top: 15px;
    position: static;
    transform: none;
    visibility: visible;
    opacity: 1;
    gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(100px,1fr))
}

@media screen and (max-width: 1220px) {
    .wrapper {
        overflow:hidden
    }

    .wrapper-container {
        max-width: 1000px
    }

    .header__menu {
        display: none
    }

    .header {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header__search {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 40px;
        flex: 1 1 0;
        min-width: 100px;
        max-width: 100%
    }

    .header__btn-menu {
        display: flex;
        width: 40px;
        padding: 0;
        border-radius: 50%;
        font-size: 18px
    }

    .header__logo {
        margin: 0
    }

    .cols {
        display: block;
        gap: 0
    }

    .col-side {
        margin-top: 40px
    }

    .has-carousel:not(.owl-carousel) .short-item {
        flex: 0 0 calc((100% - 80px)/5);
        margin-right: 20px
    }

    .popular-list {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(280px,1fr))
    }

    #scrolltop {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        right: 10px;
        bottom: 10px
    }

    .bg-block {
        margin: 0 -10px
    }
}

@media screen and (max-width: 950px) {
    .wrapper-container {
        max-width:768px
    }

    .has-carousel:not(.owl-carousel) .short-item {
        flex: 0 0 calc((100% - 60px)/4)
    }

    .pmovie__info-right {
        margin-left: 20px;
        width: 160px
    }
}

@media screen and (max-width: 760px) {
    .wrapper-container {
        max-width:640px
    }

    .header {
        justify-content: space-between
    }

    .header__search {
        min-width: 100%;
        margin: 0;
        margin-top: 10px;
        order: 10
    }

    .has-carousel:not(.owl-carousel) .short-item {
        flex: 0 0 calc((100% - 40px)/3)
    }

    .pmovie__left {
        width: 100%;
        margin: 0;
        margin-bottom: 40px
    }

    .pmovie__poster {
        margin: 0 auto
    }

    .pmovie__seasons-list .short-item {
        flex: 0 0 calc((100% - 20px)/3)
    }

    .pmovie__bottom-btns {
        padding-left: 0
    }

    .pmovie__stream-select li {
        padding: 10px;
        gap: 10px;
        font-size: 12px
    }

    .pmovie__stream-select .server,.pmovie__stream-select-depuis::before {
        margin-right: 6px
    }

    .pmovie__complaint,.pdownloads {
        display: none
    }

    .add-comments-form__input {
        min-width: 100%
    }

    .add-comments-form__btn {
        width: 100%;
        order: 10
    }

    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px
    }

    .mass_comments_action,.comment-item__controls,.comment-item__rating-caption {
        display: none
    }
}

@media screen and (max-width: 590px) {
    .wrapper-container {
        max-width:480px
    }

    .has-carousel:not(.owl-carousel) .short-item {
        flex: 0 0 calc((100% - 20px)/2)
    }

    .episodes-block__column-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .sect__title {
        padding: 0 0 0 15px
    }

    .sect__link {
        margin-left: 10px;
        font-size: 14px;
        padding-right: 0;
        width: auto;
        margin-right: 0
    }

    .sect__link .mdi {
        display: none
    }

    .episodes-block {
        padding: 10px;
        padding-top: 0
    }

    .episodes-block__column-title {
        padding: 10px 0
    }

    .episodes-block__column-title.ln::after {
        left: -10px;
        bottom: 8px
    }

    .ep-item {
        padding: 0 10px
    }

    .footer {
        padding-bottom: 60px
    }

    .footer__menu li+li {
        border: 0;
        padding-left: 0
    }
}

@media screen and (max-width: 470px) {
    .wrapper-container22 {
        max-width:360px
    }

    .pmovie__info-right {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 20px
    }

    .pmovie__info-right li+li {
        margin: 0
    }

    .pmovie__list li>div {
        display: block
    }

    .pmovie__info-right li {
        flex: 1 0 0;
        min-width: auto;
        max-width: 100%;
        white-space: nowrap
    }

    .pmovie__seasons-list .short-item {
        flex: 0 0 calc((100% - 10px)/2)
    }

    .pmovie__stream-select-depuis {
        width: 30px;
        overflow: hidden;
        white-space: nowrap
    }

    .pmovie__bottom-btns {
        justify-content: center
    }

    .pmovie__subtitle-small {
        text-align: center
    }

    .pmovie__player-info {
        min-height: 100px
    }

    .video-responsive {
        padding-top: 100%
    }
}

.fsynopsis {
    margin-bottom: 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #aaa;
    text-align: justify;
    font-style: italic;
    padding-top: 5px
}

.fstory-content {
    text-align: justify;
    font-size: 14px
}

.block-site {
    padding: 20px;
    background: #222933
}

.margin-b20 {
    margin-bottom: 20px
}

.short-item__info {
    width: 126px;
    height: 20px;
    position: absolute;
    right: 5px px;
    top: 10px;
    z-index: 3
}

.film-rip {
    position: absolute;
    left: 4px;
    top: -6px;
    z-index: 1;
    font-size: 0
}

.film-rip span {
    padding: 3px 6px;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: #9b59b6;
    background: rgba(155,89,182,.7)
}

.film-rip span:nth-child(2) {
    background: #02b0e4;
    background: rgba(2,176,228,.7)
}

.film-rip span:nth-child(3) {
    background: #fc1a3f;
    background: rgba(252,26,63,.6)
}

.film-rip span:nth-child(4) {
    background: #ff6907;
    background: rgba(255,105,7,.7)
}

.film-rip span:nth-child(5) {
    background: #ffc146;
    background: rgba(255,193,70,.8)
}

.film-rip span:nth-child(6) {
    background: #2ecc71;
    background: rgba(46,204,113,.7)
}
