html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    height: 100%
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    width: 100%;
    -webkit-animation: bugfix infinite 1s;
    box-sizing: border-box
}

div {
    box-sizing: border-box
}

main {
    display: block
}

new-short__title{
font-weight:bold !important;
}

h1,h2,h3,h4,h5 {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    text-decoration: none;
    background-color: transparent;
    color: inherit
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 70%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

ul {
    padding: 0;
    margin: 0
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: none;
    outline: none;
    background: 0 0
}

option {
    background: 0 0
}


input[type=text],input[type=email],input[type=tel],input[type=number],input[type=search],button,textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none
}

input:focus,textarea:focus,select:focus {
    background-color: #eef
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0;
    border: none
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@-webkit-keyframes bugfix {
    to {
        padding: 0
    }
}

:root {
    --page-margin: 80px;
    --left-nav-width: 155px
}

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

body {
    --color_i: #777;
    --color1: #dfdfdf;
    --color2: #cecece;
    --color3: rgb(206 206 206 / 65%);
    --bg1: #191919;
    --bg2: rgb(10 10 10 / 75%);
    --bg4: rgb(25 25 25 / 60%);
    --bbsh1: inset 0 0 0px 2px rgb(255 255 255 / 10%);
    --op1: 0.5;
    font: 15px Medium,Helvetica,Arial sans-serif;
    color: var(--color1);
    background: var(--bg1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

body.theme-light {
    --color_i: #252525 !important;
    --color1: #252525;
    --color2: #252525;
    --color3: #252525;
    --bbsh1: inset 0 0 0px 2px rgb(40 40 40 / 10%);
    --bg1: #ccc;
    --bg2: rgb(200 200 200 / 50%);
    --bg4: rgb(200 200 200 / 60%);
    --op1: 0.8
}

b,strong,time {
    font-family: Bold
}

ul {
    list-style: none
}

@media only screen and (min-width: 767px) {
    ::-webkit-scrollbar-button {
        height:0
    }

    ::-webkit-scrollbar-track {
        background: rgb(80 80 80/25%)
    }

    ::-webkit-scrollbar-track:hover ::-webkit-scrollbar {
        width: 15px
    }

    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0;
        background-color: #151515;
        -webkit-transition: ease-out .2s;
        -o-transition: ease-out .2s;
        transition: ease-out .2s
    }

    body.theme-light ::-webkit-scrollbar-thumb {
        background-color: gray
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgb(100 10 218/60%)
    }

    ::-webkit-scrollbar {
        width: 9px
    }

    * {
        -webkit-tap-highlight-color: transparent!important;
        scrollbar-width: thin;
        scrollbar-color: rgb(100 10 218/60%) #202020
    }
}

input::-webkit-input-placeholder {
    color: var(--color3);
    opacity: var(--op1)
}

input::-moz-placeholder {
    color: var(--color3);
    opacity: var(--op1)
}

input:-ms-input-placeholder {
    color: var(--color3);
    opacity: var(--op1)
}

input::-ms-input-placeholder {
    color: var(--color3);
    opacity: var(--op1)
}

input::placeholder {
    color: var(--color3);
    opacity: var(--op1)
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px rgb(81 81 81) inset!important;
    -webkit-text-fill-color: var(--color1)!important
}

button,input,optgroup,select,textarea {
    color: var(--color2)
}

input[type=text]:not(.login__form__input),input[type=password]:not(.login__form__input),input[type=email],input[type=tel],input[type=number],input[type=search],button,textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgb(80 80 80/25%);
    color: var(--color1)
}

input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:focus,input[type=search]:focus,textarea:focus {
    opacity: .8;
    background: rgb(80 80 80/25%);
    -webkit-box-shadow: var(--bbsh1);
    box-shadow: var(--bbsh1)
}

[type=checkbox],[type=radio] {
    -webkit-filter: hue-rotate(226deg) invert(.85);
    filter: hue-rotate(226deg) invert(.85)
}

[type=checkbox]:not(.mass input,.switch-input),[type=radio]:not(.mass input) {
    margin-right: 8px;
    zoom:1.4;vertical-align: sub
}

[class^=icon-],[class*=" icon-"] {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: var(--color_i);
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=file] {
    background: rgb(80 80 80/35%);
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    opacity: .8
}

input[type=file]:before,.qq-upload-button:before {
    font-family: icomoon!important;
    content: "\e912";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff
}

select {
    width: 100%;
    height: 30px;
    background: #333;
    border-radius: 5px;
    padding: 0 10px
}

select:focus {
    background: #222
}

option,option:focus {
    background: #353535
}

.icon-right {
    margin-left: 10px
}

.icon-left {
    margin-right: 10px
}

.hover-op,#dosearch,.bbcodes,.ui-button {
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    cursor: pointer
}

.hover-op:hover,#dosearch:hover,.bbcodes:hover,.ui-button:hover {
    opacity: .7
}

.active-op:active,#dosearch:active,.bbcodes:active,.ui-button:active {
    opacity: .5
}

.btn-op {
    background: rgb(80 80 80/30%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px
}

.major-btn {
    background: rgb(100 10 218/50%);
    border-radius: 15px
}

.op1 {
    opacity: var(--op1)
}

.trns,.trns:hover {
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.text-over {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.wide {
    width: 100%
}

.lazyload,.lazyloading:not(.tabs__content_5 iframe) {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: ease-out opacity .3s;
    -o-transition: ease-out opacity .3s;
    transition: ease-out opacity .3s
}

.global__left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: var(--left-nav-width);
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s
}

.global__right {
    width: calc(100% - var(--left-nav-width));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.global__right_main {
    padding: 0 var(--page-margin)
}

.global__right_full {
    padding: 0 110px;
    max-width: 1366px;
    margin: 0 auto
}

.global__right_all {
    padding: 0 var(--page-margin);
    max-width: 1420px
}

.global__right_all #dle-content {
    margin-top: 5px
}

.global-tgd {
    opacity: .1
}

.global__left-tgd {
    left: 0
}

.speedbar {
    margin-bottom: 15px;
    color: var(--color3)
}

.global__right_all .speedbar {
    margin-bottom: 25px
}

.speedbar span[itemscope] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.speedbar a {
    padding: 5px 15px;
    background: rgb(80 80 80/50%);
    border-radius: 8px;
    text-transform: lowercase;
    display: inline-block;
    font-size: 16px;
    color: var(--color2);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.speedbar a:hover {
    opacity: .7
}

.speedbar a:active {
    opacity: .5
}

.speedbar span[itemprop=itemListElement] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.speedbar span[itemprop=itemListElement]:after {
    content: "\eaf4";
    font-family: icomoon;
    padding: 0 4px;
    font-size: 20px;
    opacity: .7
}

.global__left--wrap {
    height: 100%;
    position: fixed;
    width: inherit;
    background: rgb(60 60 60/12%);
    border-radius: 0 20px 20px 0;
    z-index: 10;
    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: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.left__menu-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    padding: 30px 20px 0
}

.left__menu--content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.menu-title__text {
    font-size: 18px;
    color: var(--color2);
    opacity: .8
}

.menu__li,.menu__li-dropdown {
    padding: 0 10px;
    margin-bottom: 6px
}

.menu__link {
    color: var(--color3);
    font-size: 18px;
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 10px;
    display: inline-block
}

.menu__link:hover {
    color: rgb(223 223 223);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    background: rgb(10 10 10/25%)
}

.menu__li-dropdown .menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    cursor: default
}

.menu__link--icon {
    opacity: .4;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s
}

.menu__li-dropdown .menu__link:hover .menu__link--icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.menu__dropdown--wrap {
    visibility: hidden;
    opacity: 0;
    background: var(--bg2);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0/50%);
    box-shadow: 0 0 5px 0 rgb(0 0 0/50%);
    position: absolute;
    -webkit-transition: opacity ease-out .2s;
    -o-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s;
    left: var(--left-nav-width);
    padding: 20px;
    border-radius: 16px;
    width: 480px;
    bottom: -40px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.menu__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__li-dropdown:hover .menu__dropdown--wrap {
    visibility: visible;
    opacity: 1
}

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

.menu__dropdown--link {
    padding: 8px 12px;
    color: #ccc;
    font-size: 16px;
    border-radius: 8px;
    background: rgb(60 60 60/50%);
    margin: 4px;
    display: block;
    -webkit-transition: opacity ease-out .2s;
    -o-transition: opacity ease-out .2s;
    transition: opacity ease-out .2s
}

.menu__dropdown--link:hover {
    background: rgb(75 75 75/75%)
}

.menu__spacer {
    width: 70px;
    height: 2px;
    margin: 0 20px 6px;
    background: rgb(80 80 80/20%);
    display: block
}

.header {
    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: 20px 0
}

.header__right-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 45px
}

.img-logo {
    height: inherit
}

.text-logo {
    font: 52px Logo;
    pointer-events: none;
    margin: 0 0 2px 10px
}

.header__short-search-form,#story {
    position: relative;
    width: 100%
}

#story {
    padding-right: 70px
}

.short-search-form__btns {
    position: absolute;
    right: 10px;
    top: 0
}

.short-search-form__btn {
    background: 0 0;
    padding: 8px 2px;
    cursor: pointer
}

.sign-up {
    padding: 8px 30px;
    border-radius: 12px;
    background: rgb(81 81 81/55%);
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.main {
    margin: 10px 0 0;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.main__block {
    margin-right: calc(-1 * var(--page-margin))
}

.main__block_big {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.main__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.main__block-title--text {
    font: 36px Heavy;
    line-height: 1
}

.main__block-title--more {
    padding: 6px 18px;
    margin-left: 20px;
}

.page__descr {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.page__title {
    font: 36px Heavy;
    line-height: 1;
    margin-bottom: 15px
}

.page__title_cat {
    font-size: 42px;
    margin: -10px 0 20px
}

.page__descr--content {
    font-size: 16px
}

.page__descr-poster {
    width: 360px;
    min-height: 150px;
    margin: 0 15px 5px 0;
    border-radius: 10px;
    float: left;
    background: rgb(80 80 80/50%);
    overflow: hidden
}

.page__descr--img {
    width: 100%;
    min-height: 100%;
    border-radius: 10px;
    margin-bottom: -5px
}

.footer {
    background: rgb(60 60 60/25%);
    margin: 40px -20px 20px;
    padding: 20px 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.global__right_main .footer {
    margin: 0 -20px 20px
}

.footer__copiright {
    font: 18px Heavy;
    color: var(--color3)
}

.footer__link {
    margin-right: 15px;
    font-family: Bold;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s;
    border-bottom: 2px solid rgb(0 0 0/50%);
    color: #707070
}

.footer__link:hover {
    border-bottom: 0 solid #2d2d2d
}

.footer__stat {
    vertical-align: middle;
    border-radius: 4px
}

.main__block--carousel-mid_wrap {
    min-height: 340px
}

.main__block--carousel-big_wrap {
    min-height: 260px
}

.main__block--carousel-big .owl-item,.main__block--carousel-mid .owl-item {
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: .1;
    pointer-events: none
}

.main__block--carousel-big div.active,.main__block--carousel-mid div.active {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    pointer-events: visible
}

.owl-stage {
    padding-left: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.owl-nav button {
    position: absolute;
    padding: 16px 15px 13px;
    background: 0 0;
    -webkit-backdrop-filter: blur(40px) brightness(.6);
    backdrop-filter: blur(40px) brightness(.6);
    border-radius: 16px;
    cursor: pointer;
    top: 30%
}

.owl-nav button span {
    font-size: 24px;
    color: #d5d5d5
}

.owl-prev {
    left: -10px
}

.owl-next {
    right: calc(var(--page-margin) - 10px)
}

.disabled {
    display: none
}

.new-short {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top
}

.global__right_all .new-short {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.new-short__poster {
    width: 100%;
    background: rgb(80 80 80/50%);
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-short__poster--link {
    width: 100%
}

.new-short__poster--img {
    width: 100%;
    min-height: 100%
}

.new-short__poster:hover .new-short__poster--img {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    opacity: .5
}

.new-short__title--link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.new-short__title {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.new-short__poster:hover .new-short__title {
    opacity: .6
}

.new-short__title--year {
    font: 12px Medium
}

.new-short__cats {
    text-transform: lowercase;
    opacity: var(--op1);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.new-short__poster .new-edit {
    right: 5px;
    top: 96px;
    opacity: 0;
    transition: ease-out .2s
}

.new-short__poster:hover .new-edit {
    opacity: 1
}

.new-short__play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    font: 15px Bold;
    background: var(--bg4);
    opacity: 0;
    -webkit-box-shadow: 0 0 0 4px rgb(40 40 40/25%);
    box-shadow: 0 0 0 4px rgb(40 40 40/25%);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    left: 15px
}

.new-short__poster:hover .new-short__play {
    opacity: 1
}

.new-short__play:hover {
    -webkit-box-shadow: 0 0 0 6px rgb(39 39 39/0%)!important;
    box-shadow: 0 0 0 6px rgb(39 39 39/0%)!important
}

.new-short__bookmark {
    position: absolute;
    top: 5px;
    right: -5px;
    z-index: 2;
    padding: 11px 11px 8px;
    border-radius: 13px;
    background: var(--bg4);
    opacity: 0
}

.new-short__bookmark .icon-bookmark-add {
    color: var(--color2)
}

.new-short__poster:hover .new-short__bookmark {
    right: 12px;
    top: 12px;
    opacity: 1
}

.new-short__q,.new-short__episode {
    top: 0;
    left: 0;
    position: absolute;
    margin: 10px;
    z-index: 2;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: var(--bg4)
}

.new-short__q {
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 12px
}

.new-short__episode {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px 10px;
    border-radius: 12px
}

.new-short__episode .episode__value {
    font: 16px Heavy;
    line-height: 1
}

.new-short__episode .episode__text {
    font-size: 12px
}

.new-short__episode .episode__text.last {
    margin-bottom: 6px
}

.new-short__i {
    z-index: 2;
    position: absolute;
    top: 60px;
    right: 15px;
    font-family: monospace;
    color: var(--color2);
    padding: 10px 15px;
    border-radius: 11px;
    background: var(--bg4);
    cursor: help;
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    opacity: 0
}

.new-short__poster:hover .new-short__i {
    opacity: 1
}

.new-short__info {
    width: 475px;
    background: rgb(30 30 30/88%);
    border-radius: 12px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    -webkit-box-shadow: 0 5px 15px 5px rgb(10 10 10/75%),0 0 40px 20px rgb(10 10 10/40%);
    box-shadow: 0 5px 15px 5px rgb(10 10 10/75%),0 0 40px 20px rgb(10 10 10/40%)
}

body.theme-light .new-short__info {
    background: rgb(200 200 200/60%)
}

.new-short__info .info__head {
    padding: 15px 25px;
    background: rgb(80 80 80/20%);
    border-radius: 12px;
    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
}

.new-short__info .info__title {
    font-size: 20px
}

.new-short__info .info__date {
    font-size: 13px
}

.new-short__info .info__xfs--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 15px 25px 10px
}

.new-short__info .info__xfs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--color3)
}

.new-short__info .info__xf--wrap {
    margin-right: 10px;
    padding: 4px 10px;
    background: rgb(80 80 80/25%);
    border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.new-short__info .info__xf--text {
    margin-right: 6px
}

.new-short__info .info__descr {
    padding: 8px 25px 20px
}

.new-short__info .info__cats {
    padding: 8px 20px;
    background: rgb(80 80 80/25%);
    text-transform: lowercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 15px 15px;
    border-radius: 8px;
    color: var(--color3)
}

.tipbubble {
    display: none;
    position: absolute;
    z-index: 100
}

.tipbubble.right-tip-pos {
    left: 100%;
    margin-left: 15px
}

.tipbubble.left-tip-pos {
    right: 60px;
    margin-right: 15px
}

.new-short__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px 25px
}

.new-short__rating .kp,.new-short__rating .imdb {
    font-size: 12px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.new-short__rating .kp__span,.new-short__rating .imdb__span {
    padding: 4px 8px;
    display: inline-block;
    border-radius: 6px;
    font-family: Heavy
}

.new-short__rating .kp__value,.new-short__rating .imdb__value {
    padding: 0 12px;
    opacity: .8
}

.new-short__rating .imdb__span {
    opacity: .8
}

.new-short__rating .imdb,.new-short__rating .imdb__span {
    background: rgb(239 255 0/15%)
}

.new-short__rating .kp {
    background: rgb(255 129 0/15%);
    margin-right: 10px
}

.new-short__rating .kp__span {
    background: rgb(255 129 0/15%);
    opacity: .8
}

.new-short__more--wrap {
    background: -o-linear-gradient(rgb(180 27 208/40%),rgb(127 26 169/38%) 80%),-o-linear-gradient(34deg,rgb(72 7 173/80%) 25%,rgb(255 10 255/46) 75%);
    background: linear-gradient(rgb(180 27 208/40%),rgb(127 26 169/38%) 80%),linear-gradient(56deg,rgb(72 7 173/80%) 25%,rgb(255 10 255/46) 75%)
}

.new-short__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 42% auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 25px
}

.new-short__more--text {
    font: 30px Heavy;
    line-height: 1;
    margin-bottom: 10px;
    white-space: normal
}

.new-short__more--icon {
    font-size: 46px
}

.short-big {
}

.short-big .new-short__poster {
    height: 240px;
    border-radius: 20px
}

.short-big .new-short__title {
    margin: 8px 10px 0;
    font: 20px Bold;
    line-height: 1
}

.short-big .new-short__cats {
    margin-left: 10px
}

.short-big .new-short__play {
    bottom: 30%;
    margin: 0 32%;
    border-radius: 20px;
    padding: 15px 40px
}

.short-big:hover .new-short__play {
    bottom: 33%
}

.global__right_all .short-mid {
    width: calc(100%/5 - 15px)
}

.global__right_all .short-mid:not(:nth-child(5n)) {
    margin: 0 15px 25px 0
}

.main_search .short-mid {
    margin: 0 12px 20px 0!important
}

.short-mid .new-short__poster {
    border-radius: 16px;
    height: 285px
}

.short-mid .new-short__title {
    margin: 10px 5px 0;
    font: 16px Bold;
    line-height: 1
}

.short-mid .new-short__cats {
    margin-left: 5px;
    display: block
}

.short-mid .new-short__play {
    border-radius: 20px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 30px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 5px
}

.short-mid:hover .new-short__play {
    bottom: 15px
}

.short-mid .new-short__poster .new-short__rating {
    left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.fs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.fs__img-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    max-height: 800px;
    z-index: -3;
    opacity: .25;
    -webkit-filter: brightness(.6) blur(50px);
    filter: brightness(.6) blur(50px)
}

.fs__title {
    font: 42px Heavy;
    line-height: 40px;
    margin-top:10px;
    text-shadow: 0 0 5px var(--bg1);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.fs__orig-title {
    font-size: 16px;
    color: #777;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    line-height: 1;
    margin-top: 5px
}

.fs__descr {
    font-size: 17px;
    margin: 8px 0
}

.fs__descr--text a {
    font-family: 700;
    text-decoration: underline;
    trensition: ease-out .2s
}

.fs__descr--text a:hover {
    opacity: .7;
    text-decoration: none
}

.release-info {
    margin: 5px 0 10px
}

.views,.author,.date,.comnum {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 3px solid rgb(80 80 80/35%);
    border-radius: 15px;
    margin-right: 10px;
    padding: 5px 18px
}

.ri--value {
    opacity: .8
}

.fs__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 8px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.fs__poster-block {
    width: 250px;
    height: 350px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    background-color: rgb(80 80 80/25%);
    position: relative
}

.fs__poster-img {
    width: inherit;
    border-radius: 20px;
    min-height: inherit
}

.new-edit {
    margin-right: 10px;
    padding: 10px 10px 8px;
    border-radius: 12px;
    background: var(--bg2)
}

.icon-edit-1 {
    color: var(--color2)
}

.fs__xfs {
    width: calc(100% - 250px);
    padding-left: 30px
}

.xfs__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.xfs__item_op {
    padding: 10px 15px;
    background: rgb(80 80 80/10%);
    border-radius: 10px;
    margin: 0 12px 12px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.xfs__item_op--title {
    opacity: .6;
    display: block
}

.xfs__item_op--value {
    display: inline-block;
    font-weight: 400;
    font-family: medium
}

.xfs__item_op--value a {
    display: inline-block;
    color: var(--color2);
    font-family: 700;
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    -webkit-box-shadow: inset 0 -2px 0 0 rgb(80 80 80/60%);
    box-shadow: inset 0 -2px 0 0 rgb(80 80 80/60%)
}

.xfs__item_op--value a:hover {
    -webkit-box-shadow: inset 0 0 0 0 rgb(80 80 80/30%);
    box-shadow: inset 0 0 0 0 rgb(80 80 80/30%);
    color: #b26efd
}

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

.xfs__item_horiz .xfs__item_op--title {
    margin-right: 20px
}

.xf-director {
    min-width: 240px
}

.all-translator {
    padding: 2px 7px 4px;
    margin-left: 7px;
    border-radius: 8px;
    background: rgb(60 60 60/50%);
    cursor: help
}

.xfs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3px 0 5px 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.xfs__item--title {
    opacity: .6;
    width: 80px
}

.xfs__item--value {
    width: calc(100% - 80px);
    color: transparent
}

.xfs__item--value a {
    font: 15px Bold;
    padding: 5px 15px;
    background: rgb(100 100 100/50%);
    border-radius: 10px;
    margin: 0 0 5px;
    display: inline-block;
    color: var(--color2);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.xfs__item--value a:hover {
    background: rgb(100 100 100/25%);
    color: #b26efd
}

.xfs__item--value_collect a {
    border-radius: 20px;
    opacity: .8;
    margin: 0 0 6px
}

.fs__info--topline {
    margin-bottom: 30px;
    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
}

.fs__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fs__btn_watch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    padding: 10px 40px;
    font: 20px Bold;
    background: rgb(100 10 218/60%);
    -webkit-box-shadow: 0 0 0 4px rgb(79 25 149/30%);
    box-shadow: 0 0 0 4px rgb(79 25 149/30%);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s;
    margin-right: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fs__btn_watch:hover {
    -webkit-box-shadow: 0 0 0 8px rgb(79 25 149/0%);
    box-shadow: 0 0 0 8px rgb(79 25 149/0%)
}

.fs__btn_watch--icon {
    font-size: 24px
}

.fs__btn_bookmark {
    padding: 12px 20px;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a7a7a7;
    font: 16px Bold
}

.fs__btn_bookmark--add {
    background: rgb(80 80 80/50%)
}

.fs__btn_bookmark--del {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 3px rgb(80 80 80/50%);
    box-shadow: inset 0 0 0 3px rgb(80 80 80/50%)
}

.fs__btn_bookmark--icon {
    color: var(--color3)
}

.fs__rating-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.kp,.imdb {
    border-radius: 12px;
    margin-right: 10px
}

.kp {
    background: rgb(255 129 0/15%)
}

.imdb {
    background: rgb(239 255 0/15%)
}

.kp__span,.imdb__span {
    padding: 6px 16px;
    display: inline-block;
    border-radius: 12px;
    font-family: Heavy;
    opacity: .8
}

.kp__span {
    background: rgb(255 129 0/15%)
}

.imdb__span {
    background: rgb(239 255 0/15%)
}

.kp__value,.imdb__value {
    padding: 0 15px;
    opacity: .8
}

.fs__cadre {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: 8px 0
}

.cadre__item {
    width: calc(100%/3 - 12px);
    display: inline-block;
    margin-right: 12px;
    border-radius: 10px;
    overflow: hidden;
    height: 130px;
    background: rgb(50 50 50);
    position: relative
}

.cadre__item:last-child {
    margin-right: 0
}

.cadre__item:hover .cadre__item--img {
    opacity: .3
}

.cadre__item--icon {
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 2;
    padding: 8px;
    border-radius: 10px;
    background: rgb(10 10 10/75%);
    color: #d2d2d2;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s
}

.cadre__item:hover .cadre__item--icon {
    top: 5px;
    right: 5px
}

.cadre__item--img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: opacity ease-out .15s;
    -o-transition: opacity ease-out .15s;
    transition: opacity ease-out .15s
}

.fs__stitle {
    font: 22px Bold;
    line-height: 1;
    margin: 8px 0
}

.fs .tabs {
    margin: 20px 0 8px;
    width: 100%
}

.fs .tabs__caption {
    white-space: nowrap;
    overflow: auto;
    margin: 0 0 10px;
    padding: 4px
}

.tabs__link {
    padding: 10px 32px;
    margin-right: 10px;
    background-color: rgb(80 80 80);
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    font: 14px 700;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s
}

.fs .tabs__link span {
    font-family: Heavy;
    text-shadow: 0 0 5px rgb(255 255 255/50%)
}

.fs .tabs__link_1 {
    background-color: rgb(150 45 175/75%)
}

.fs .tabs__link_2 {
    background-color: rgb(125 45 175/75%)
}

.fs .tabs__link_3 {
    background-color: rgb(100 45 175/75%)
}

.fs .tabs__link_4 {
    background-color: rgb(75 45 175/75%)
}

.tabs__link:not(.active) {
    opacity: .7;
    cursor: pointer
}

.tabs__link:not(.active):hover {
    opacity: .5
}

.tabs__link:not(.active):active {
    opacity: .3
}

.tabs__caption .active {
    opacity: 1;
    -webkit-box-shadow: 0 0 0 4px rgb(80 80 80/25%);
    box-shadow: 0 0 0 4px rgb(80 80 80/25%)
}

.tabs__content {
    display: none
}

.fs .tabs__content {
    background: #000;
    border-radius: 15px;
    height: 500px;
    position: relative
}

.fs .tabs__content:not(.tabs__content_del):after {
    content: "ÃƒÂÃ…Â¸ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¶ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã†â€™ÃƒÂÃ‚Â½ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â‚¬Â¡ÃƒÂÃ‚ÂºÃƒâ€˜Ã†â€™, ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â´ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã†â€™ÃƒÂÃ‚Â·ÃƒÂÃ‚ÂºÃƒÂÃ‚Â°...";
    top: 47%;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 0;
    font: 28px Heavy;
    opacity: .3;
    line-height: 1
}

.tabs__content.active {
    display: block
}

.fs .tabs__content iframe {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    z-index: 2
}

.tabs__content_del {
    display: flex
}

.tabs__content_del--text {
    margin: auto;
    padding: 20px 40px;
    opacity: .3;
    font: 32px Heavy;
    line-height: 1;
    text-align: center
}

.fs__undertabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0 30px
}

.frate {
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.rate-data {
    display: none
}

.rate-plus,.rate-minus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 6px
}

.rate-plus {
    background: rgb(33 188 49/35%)
}

.rate-minus {
    margin-left: 4px;
    background: rgb(255 33 33/35%)
}

.rate-icon {
    padding: 0 15px 0 10px;
    font-size: 30px;
    color: var(--color2)
}

.rate-value {
    padding: 6px 15px;
    background: rgb(20 20 20/40%);
    border-radius: 8px;
    font-family: Heavy;
    color: var(--color3)
}

.rbar {
    height: 5px;
    background: rgb(105 28 28);
    position: relative;
    margin: 5px 2px 0;
    border-radius: 3px
}

.rfill {
    width: 50%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    background: rgb(28 82 33);
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear
}

.undertabs__sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.sharing__item {
    padding: 12px 10px 8px;
    border-radius: 14px;
    text-align: center;
    min-width: 20px;
    display: block
}

.shar-icon {
    font-size: 15px!important;
    color: var(--color2)
}

.sharing__item:not(.whatsapp) {
    margin-right: 5px
}

.undertabs__sharing .facebook {
    background-color: rgb(59 89 152/50%)
}

.undertabs__sharing .vkontakte {
    background-color: rgb(70 128 194/50%)
}

.undertabs__sharing .ok {
    background-color: rgb(235 114 46/50%)
}

.undertabs__sharing .telegram {
    background-color: rgb(100 169 220/50%)
}

.undertabs__sharing .pinterest {
    background-color: rgb(194 7 36/50%)
}

.undertabs__sharing .twitter {
    background-color: rgb(0 172 237/50%)
}

.undertabs__sharing .mailru {
    background-color: rgb(22 141 226/50%)
}

.undertabs__sharing .whatsapp {
    background-color: rgb(101 188 84/50%)
}

.undertabs__btns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.undertabs__btns-block a:last-child {
    margin-left: 10px
}

.undertabs__btn {
    padding: 12px 20px;
    background: rgb(80 80 80/60%);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.undertabs__btn_bookmark--del {
    background: 0 0;
    -webkit-box-shadow: inset 0 0 0 3px rgb(80 80 80/60%);
    box-shadow: inset 0 0 0 3px rgb(80 80 80/60%)
}

.undertabs__btn--icon {
    color: var(--color3)
}

.fs__sect {
    width: 100%;
    margin-bottom: 20px
}

.fs__sect_title {
    font: 36px Heavy;
    color: var(--color2);
    display: block;
    line-height: 1;
    margin-bottom: 15px
}

.fs__relat-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto hidden;
    white-space: nowrap;
    width: 100%
}

.new-relat {
    width: calc(100%/5 - 16px);
    margin-right: 15px;
    display: inline-block;
    vertical-align: top
}

.new-relat .new-short__poster {
    height: 240px
}

.new-relat .new-short__title {
    margin: 8px 6px 0;
    white-space: normal
}

.new-relat:last-child {
    margin-right: 0
}

.slice {
    overflow: hidden;
    position: relative;
    -webkit-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s;
    z-index: 0
}

.slice-masked:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 60px;
    pointer-events: none;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(var(--bg1)));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,var(--bg1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,var(--bg1) 100%)
}

.slice-btn {
    padding: 8px 30px;
    background: rgb(80 80 80/75%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    margin: auto;
    font-family: Bold;
    margin-top: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slice-btn_tgd {
    margin-top: 10px
}

.global__right_all .slice-btn {
    margin-bottom: 35px
}

.fs__comments-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fs__addcomments-block {
    width: 40%;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

#dle-comments-form {
    -webkit-transition: ease-out .5s;
    -o-transition: ease-out .5s;
    transition: ease-out .5s
}

.combo_field {
    margin-bottom: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.addcomment .ui-form {
    min-width: 50%
}

.addcomment__textarea {
    min-height: 100px;
    padding: 15px 20px;
    resize: vertical
}

.form_submit .c-captcha {
    display: none;
    margin: 5px 0
}

.addcomment_def .c-captcha,.addnew_form .c-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-group .c-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

#dle-captcha img,#dle-captcha_pm img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
    border-radius: 10px;
    border: 2px solid #d4d4d4;
    width: 140px;
    height: 60px
}

.sec_block {
    padding: 0 10px
}

#sec_code {
    width: 100%
}

.sec_code--label {
    display: block;
    padding: 4px;
    opacity: .6;
    white-space: nowrap
}

.addcomment__btn {
    padding: 12px 36px;
    margin-top: 5px
}

.addcomment_def {
    width: 100%
}

.addcomment_def .addcomment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.addcomment_def .ui-form {
    margin-right: 15px
}

.comments-num,.news-num {
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    background: rgb(80 80 80/50%);
    border-radius: 10px;
    vertical-align: middle
}

.fs__comments-block {
    width: 60%;
    padding-right: 30px
}

.comment {
    background: rgb(65 65 65/20%);
    border-radius: 15px;
    margin-bottom: 15px
}

.com__title {
    font: 24px Bold;
    margin-bottom: 6px;
    -webkit-box-shadow: inset 0 -4px 0 0 #333;
    box-shadow: inset 0 -4px 0 0 #333;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.com__title:hover {
    -webkit-box-shadow: inset 0 0 0 0 #333;
    box-shadow: inset 0 0 0 0 #333;
    opacity: .7
}

.com__title:active {
    opacity: .5
}

.com_info {
    padding: 8px 20px 8px 8px;
    border-radius: 15px;
    background: rgb(65 65 65/15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment .avatar {
    margin-right: 15px;
    position: relative
}

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.com_info .cover {
    width: 40px;
    height: 40px;
    border-radius: 40%;
    white-space: nowrap;
    text-indent: -9999px;
    display: inline-block
}

.com_user {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.comment .name {
    font-size: 18px;
    margin-right: 8px;
    display: inline-block
}

.com_time {
    font-size: 13px
}

.comment .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.meta__link {
    margin-left: 10px;
    font-size: 15px;
    color: var(--color3)
}

.meta__link a,.rate_like a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.meta__link--icon {
    margin-right: 6px
}

.mass {
    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;
    margin: 0 1px 0 3px
}

.meta .rate {
    margin-left: 10px
}

.rate_like--icon {
    color: #b030ff!important;
    font-size: 16px;
    -webkit-text-stroke-width: medium
}

.comment .ratingtypeplus {
    background: rgb(0 0 0/15%);
    padding: 1px 6px;
    margin-left: 5px;
    font: 12px Bold;
    opacity: .8;
    border-radius: 6px
}

.com_content {
    padding: 20px
}

.title_quote {
    border-left: 3px solid #4145d4;
    font-family: Bold
}

.quote,blockquote {
    border-left: 3px solid #8f3dd7;
    font-style: italic;
    margin-bottom: 8px
}

.mass_comments_action select {
    width: auto;
    margin: 0 15px
}

#bottom-nav {
    width: 100%
}

.navigation-ajaxload a {
    display: block;
    margin: 0 auto 20px;
    background: rgb(100 10 218/50%);
    border-radius: 19px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 10px 80px;
    font: 18px Bold;
    -webkit-box-shadow: 0 0 0 4px rgb(79 25 149/30%);
    box-shadow: 0 0 0 4px rgb(79 25 149/30%);
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.navigation-ajaxload a:hover {
    -webkit-box-shadow: 0 0 0 8px rgb(79 25 149/0%);
    box-shadow: 0 0 0 8px rgb(79 25 149/0%);
    opacity: .7
}

.page__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page__navigation span {
    display: none
}

.navigation__prev {
    margin-right: 15px
}

.navigation__next {
    margin-left: 10px
}

.navigation__next-prev {
    padding: 7px 30px 5px;
    background: rgb(80 80 80/75%);
    display: inline-block!important;
    border-radius: 12px
}

.navigation__next-prev--icon {
    font-size: 28px;
    color: var(--color2)
}

.navigation__items a {
    padding: 12px 18px;
    background: rgb(80 80 80/75%);
    display: inline-block;
    border-radius: 12px;
    margin-right: 5px;
    color: var(--color2);
    font-family: 700;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s
}

.navigation__items a:hover {
    opacity: .7
}

.navigation__items a:active,.navigation-ajaxload a:active {
    opacity: .5
}

.navigation__items span {
    padding: 12px 18px;
    background: rgb(80 80 80/30%);
    display: inline-block;
    border-radius: 12px;
    margin-right: 5px;
    color: gray;
    font-family: 700
}

.theme-btn {
    margin: 15px 20px;
    padding: 12px 15px;
    border-radius: 20px
}

.theme-btn:before {
    content: "\ea77";
    font-family: icomoon;
    font-size: 24px;
    text-shadow: 0 0 15px rgb(255 255 255/50%)
}

body.theme-light .theme-btn:before {
    content: "\ea75";
    font-family: icomoon;
    text-shadow: 0 0 15px rgb(0 0 0/50%)
}

body.theme-light .kp,body.theme-light .kp__span,body.theme-light .new-short__rating .kp,body.theme-light .new-short__rating .kp__span {
    background: rgb(255 129 0/25%)
}

body.theme-light .imdb,body.theme-light .imdb__span,body.theme-light .new-short__rating .imdb,body.theme-light .new-short__rating .imdb__span {
    background: rgb(239 255 0/25%)
}

body.theme-light .rate-plus {
    background: rgb(33 188 49/60%)
}

body.theme-light .rate-minus {
    background: rgb(255 33 33/60%)
}

body.theme-light .rbar {
    background: rgb(167 47 47)
}

body.theme-light .rfill {
    background: rgb(60 136 67)
}

body.theme-light select {
    background: #a5a5a5
}

body.theme-light select:focus {
    background: #888
}

body.theme-light option,body.theme-light option:focus {
    background: gray
}

body.theme-light .xfs__item_op--value a:hover,body.theme-light .xfs__item--value a:hover {
    color: #7a10ff
}

body.theme-light .xfs__item--title,body.theme-light .xfs__item_op--title {
    opacity: .9
}

body.theme-light .fs .tabs__content {
    background: #929292
}

body.theme-light .new-short__info {
    -webkit-box-shadow: 0 5px 15px -5px rgb(15 15 15/75%),0 0 40px -5px rgb(0 0 0/40%);
    box-shadow: 0 5px 15px -5px rgb(15 15 15/75%),0 0 40px -5px rgb(0 0 0/40%)
}

body.theme-light [type=checkbox],[type=radio] {
    -webkit-filter: hue-rotate(226deg) invert(0);
    filter: hue-rotate(226deg) invert(0)
}

body.theme-light #dle-captcha img,body.theme-light #dle-captcha_pm img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

body.theme-light .new-short__play {
    -webkit-box-shadow: 0 0 0 4px rgb(220 220 220/25%);
    box-shadow: 0 0 0 4px rgb(220 220 220/25%)
}

.calendar-table {
    display: block;
    margin-right: -5px;
    padding-right: 5px
}

.calendar-table thead {
    display: block
}

.calendar-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar-table thead tr td {
    background: rgb(80 80 80/40%);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 12px 20px;
    font: 18px Bold
}

.calendar-table tbody {
    display: block
}

.calendar-table tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar-table tbody tr th {
    padding: 10px 20px;
    background: rgb(80 80 80/20%);
    margin-bottom: 5px;
    border-radius: 5px;
    font-weight: 400;
    text-align: left
}

.th-number,.td-number {
    width: 25%;
    margin-right: 5px
}

.th-title,.td-title {
    width: 50%;
    margin-right: 5px
}

.th-time,.td-time {
    width: 25%;
    position: relative;
    overflow: visible
}

.th-time .text-over {
    display: block
}

.ccdn_calendar_full_has_episode {
    opacity: .5
}

.ccdn_calendar_full_has_episode .th-time:after {
    content: "\eb13";
    font-family: icomoon!important;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 20px;
    color: #47ff47
}

.cal-season {
    text-decoration: underline
}

.fran {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: item;
    padding: 0
}

.fran__li {
    margin: 0 12px 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgb(80 80 80/30%);
    border-radius: 15px;
    -webkit-transition: ease-out .2s;
    -o-transition: ease-out .2s;
    transition: ease-out .2s
}

.fran__li:before {
    padding: 15px 25px;
    background: rgb(80 80 80/60%);
    border-radius: 12px;
    opacity: .7;
    font-family: heavy;
    content: "\2116 " counter(item);
    counter-increment: item;
    display: block
}

.fran__li:hover {
    background: rgb(80 80 80/60%)
}

.fran__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fran__link_name {
    padding: 15px 20px;
    display: inline-block;
    font-size: 16px
}

.fran__link_year {
    padding: 5px 12px;
    font-size: 13px;
    margin-right: 15px;
    background: rgb(0 0 0/25%);
    border-radius: 12px
}

.ccdn_current_part {
    opacity: .3;
    pointer-events: none
}

.down-992 {
    display: none
}

.down-576 {
    display: none
}

.filter__btn_close {
    padding: 10px 10px 7px;
    background: rgb(80 80 80/30%);
    border-radius: 12px;
    margin: 20px 0 0 30px;
    display: inline-block
}

.filter {
    width: 460px;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    right: -460px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px 0 0 20px;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    background: rgb(0 0 0/40%);
    -webkit-backdrop-filter: blur(25px) brightness(1.3);
    backdrop-filter: blur(25px) brightness(1.3);
    z-index: 1000
}

.filter-tgd {
    right: 0
}

.filter__wrap {
    padding: 0 30px 20px;
    overflow: hidden scroll;
    height: calc(100% - 85px)
}

.filter__title {
    display: inline-block;
    margin: 0 75px 15px;
    font: 32px Heavy
}

.filter__ranges {
    width: 45%;
    margin-right: 30px
}

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

.filter__range--title {
    width: 70px;
    margin: auto 20px auto 0;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgb(80 80 80/15%);
    font: 13px Bold;
    opacity: .6
}

.filter__selects-block,.filter__inputs-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter__select-wrap,.filter__input-wrap {
    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;
    margin-bottom: 10px
}

.filter__select--tittle,.filter__input--tittle {
    width: 120px;
    text-transform: lowercase;
    font-size: 16px
}

.filter__input {
    width: 100%;
    cursor: text!important
}

.filter__select-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter__select-sort .filter__select-wrap {
    width: 48%
}

.filter__switches-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 20px;
    justify-self: space-between
}

.filter__switch-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px
}

.switch-input {
    height: 0;
    width: 0;
    visibility: hidden
}

.switch {
    cursor: pointer;
    text-indent: 55px;
    color: transparent;
    width: 45px;
    display: block;
    height: 25px;
    margin-right: 6px;
    background: #2d2d2e;
    border-radius: 12px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #606060;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.switch-input:checked+.switch {
    background: #600f8e
}

.switch-input:checked+.switch:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background: #ababab
}

.switch:active:after {
    width: 20px
}

.filter__btn_search {
    padding: 10px 40px;
    border-radius: 14px;
    font-family: 700;
    margin-right: 10px
}

.filter__btn_search,.filter__btn_search:after {
    background-color: #58008a
}

body.theme-light .filter__btn_search,body.theme-light .filter__btn_search:after {
    background-color: #9935d2
}

.filter__btn_clear {
    padding: 8px 20px 7px;
    background: 0 0;
    border: 3px solid #333;
    border-radius: 14px;
    -webkit-transition: ease-out .15s;
    -o-transition: ease-out .15s;
    transition: ease-out .15s;
    cursor: pointer
}

.filter__btn_clear:hover,.filter__btn_clear:focus {
    background: #333;
    opacity: .7;
    color: #ccc
}

@media only screen and (max-width: 576px) {
    .filter {
        width:350px;
        right: -350px
    }

    .filter__title {
        font-size: 28px;
        margin: 0 40px 15px
    }

    .filter-tgd {
        right: 0
    }

    .filter__switch-wrap {
        margin: 10px
    }
}

.chosen-container {
    position: relative;
    background: rgb(80 80 80/60%);
    border-radius: 8px;
    transition: ease-out .2s;
    box-sizing: border-box
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-search-input {
    width: 100%!important
}

.chosen-container .chosen-drop {
    position: absolute;
    z-index: 1010;
    width: 100%;
    border-radius: 6px;
    margin-top: 6px;
    padding: 5px 10px;
    background: #232323;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
    box-shadow: 0 5px 15px -3px #040404
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    padding: 4px 15px;
    color: #ccc;
    cursor: pointer
}

.chosen-container-single {
    padding: 4px 0
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    width: 120px;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 2px;
    right: 30px;
    display: block
}

.chosen-container-single .chosen-single abbr:hover {
    opacity: .6
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 3px;
    right: 8px
}

.chosen-container-single .chosen-single div b {
    display: block
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    padding: 8px 20px 8px 10px;
    width: 100%;
    background: url(https://53c44d.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/css/chosen-sprite.png) no-repeat 100% -20px;
    background: #303030;
    border-radius: 8px
}

.chosen-container-single .chosen-search:after {
    content: "\ea17";
    position: absolute;
    color: #656565;
    top: 10px;
    font-size: 16px;
    right: 12px;
    font-family: icomoon
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0,0,0,0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #adadad;
    overflow-x: hidden;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    margin: 0 10px 0 0;
    padding: 5px 10px;
    line-height: 15px;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #2d2d2d;
    color: #fff;
    border-radius: 6px
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    padding: 3px 6px;
    cursor: pointer
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding: 2px 0 2px 8px;
    height: 25px;
    margin: 3px 0;
    outline: 0;
    color: gray;
    background: 0 0!important;
    box-shadow: none;
    border-radius: 0;
    cursor: inherit
}

body.theme-light .chosen-choices li.search-field input[type=text] {
    color: #2f2f2f
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 6px 20px 6px 10px;
    max-width: 100%;
    border-radius: 6px;
    background-color: #191919;
    line-height: 13px;
    cursor: default
}

body.theme-light .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #b7b7b7
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 7px;
    right: 4px;
    font-size: 13px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close: hover {
    opacity: .6
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    background-color: #e4e4e4;
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #505050;
    cursor: default
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg)
}

.chosen-container-active .chosen-choices {
    box-shadow: inset 0 0 0 2px #484848
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #ccc!important
}

.chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 12px;
    font-family: Arial,sans-serif
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none!important
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1
}

.irs-handle.type_last {
    z-index: 2
}

.irs-min,.irs-max {
    position: absolute;
    display: block;
    cursor: default
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.irs-from,.irs-to,.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-with-grid .irs-grid {
    display: block;
    opacity: .4
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 5px;
    background: #000
}

.irs-grid-pol.small {
    height: 3px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    line-height: 13px;
    padding: 0 3px;
    color: #000;
    transform: scaleY(.8)
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: 0 0;
    z-index: 2
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
    outline: none!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.irs--flat {
    height: 40px
}

.irs--flat.irs-with-grid {
    height: 60px;
    width: 100%;
    margin-bottom: 5px
}

.irs--flat .irs-line {
    top: 25px;
    height: 12px;
    background-color: rgb(80 80 80/25%);
    border-radius: 8px
}

.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #600f8e;
    background: linear-gradient(332deg,rgba(160,0,255,1) 0%,rgba(96,15,142,1) 100%);
    box-shadow: 0 0 15px 2px rgb(160 0 255/30%)
}

.irs--flat .irs-bar--single {
    border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
    height: 1px;
    bottom: 16px;
    background-color: #e1e4e9
}

.irs--flat .irs-handle {
    top: 22px;
    width: 16px;
    height: 18px;
    background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 100%;
    border-radius: 8px;
    margin-left: -4px;
    background-color: #7a14b3
}

.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle: hover>i:first-child {
    background-color: #47028c
}

.irs--flat .irs-min,.irs--flat .irs-max {
    top: 0;
    padding: 1px 3px;
    color: #999;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    background-color: #333;
    border-radius: 4px
}

.irs--flat .irs-from,.irs--flat .irs-to,.irs--flat .irs-single {
    color: #bfbfbf;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 3px 6px;
    background-color: #5c038e;
    border-radius: 6px;
    font-family: heavy
}

.irs--flat .irs-from:before,.irs--flat .irs-to:before,.irs--flat .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #600f8e
}

.irs--flat .irs-grid-pol {
    background-color: #707070
}

.irs--flat .irs-grid-text {
    color: var(--color1);
    opacity: var(--op1)
}

@media only screen and (max-width: 1200px) {
    :root {
        --page-margin: 50px
    }

    .global__right_full {
        width: 800px;
        margin: auto;
        padding: 0
    }

    .global__right_all .short-mid {
        width: calc(100%/4 - 15px)
    }

    .global__right_all .short-mid:not(:nth-child(4n)) {
        margin: 0 15px 20px 0
    }

    .global__right_all .short-mid:nth-child(4n) {
        margin: 0 0 20px
    }

    .main__block--carousel-big_wrap {
        min-height: 240px
    }

    .short-big .new-short__poster {
        height: 250px
    }

    .xf-director {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .xf-quality {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xf-quality .xfs__item_op--title {
        margin-right: 20px
    }

    .kp,.imdb {
        font-size: 13px
    }

    .kp__span,.imdb__span {
        padding: 6px 12px
    }

    .kp__value,.imdb__value {
        padding: 0 12px
    }

    .fs__btn_bookmark {
        border-radius: 18px
    }

    .fs__btn_bookmark--text {
        display: none
    }

    .fs__btn_bookmark--icon {
        margin-left: 0
    }

    .cadre__item {
        height: 110px
    }

    .fs .tabs__content {
        height: 400px
    }

    .fs__undertabs {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .undertabs__sharing {
        width: 225px;
        margin-right: -10px
    }

    .sharing__item:not(.whatsapp,.facebook) {
        margin: 0 5px 5px 0
    }

    .new-relat {
        width: calc(100%/4 - 15px)
    }

    .navigation__items {
        max-width: calc(100% - 205px);
        overflow: auto;
        white-space: nowrap
    }
}

@media only screen and (max-width: 992px) {
    :root {
        --left-nav-width: 250px
    }

    .down-992 {
        display: block
    }

    .up-992 {
        display: none
    }

    .global-tgd {
        position: fixed
    }

    .global__right_all,.global__right_full {
        width: 100%;
        padding: 0 var(--page-margin)
    }

    .global__right_main {
        width: 100%
    }

    .global__left {
        left: calc( -1 * var(--left-nav-width));
        position: fixed;
        z-index: 10
    }

    .page__title_cat {
        font-size: 32px;
        margin-bottom: 15px
    }

    .global__left-tgd {
        left: 0;
        height: auto
    }

    .global__left--wrap {
        background: rgb(0 0 0/50%);
        -webkit-backdrop-filter: blur(25px) brightness(1.3);
        backdrop-filter: blur(25px) brightness(1.3);
        padding-bottom: 25px
    }

    .left__menu--content {
        overflow: auto;
        height: calc(100% - 60px)
    }

    .left__menu-title {
        margin-bottom: 20px;
        padding: 20px 10px 0 30px
    }

    .left__menu-btn {
        position: absolute;
        top: 25px;
        right: 25px;
        padding: 10px 10px 7px;
        border-radius: 15px
    }

    .menu-title__icon {
        background: #2f2f2f;
        padding: 5px;
        border-radius: 10px
    }

    .menu-title__text {
        font-size: 32px
    }

    .menu__ul {
        padding: 0 10px
    }

    .menu__dropdown--wrap {
        position: inherit;
        padding: 0;
        height: 0;
        overflow: hidden;
        left: 0;
        top: 0;
        -webkit-transition: ease-out .15s;
        -o-transition: ease-out .15s;
        transition: ease-out .15s;
        visibility: visible;
        opacity: 1
    }

    .menu__dropdown--wrap-tgd {
        height: auto;
        padding: 10px;
        margin: 0 -10px
    }

    .menu__li-dropdown {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .menu__dropdown--link {
        padding: 5px 8px
    }

    .menu__li-dropdown .menu__link {
        background: 0 0
    }

    .header__logo {
        height: 38px
    }

    .text-logo {
        font-size: 44px;
        margin: 0 0 2px 5px
    }

    .header__left-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__menu-btn {
        padding: 10px 10px 7px;
        margin-right: 10px
    }

    .header__logo {
        width: 80%;
        vertical-align: middle
    }

    .header__right-block {
        width: 60%
    }

    .main__block--carousel-big_wrap {
        min-height: 210px
    }

    .short-big .new-short__poster {
        height: 220px
    }

    .short-big .new-short__play {
        margin: 0 30%
    }

    .short-big .new-short__title {
        margin: 12px 10px 0;
        font-size: 18px;
        margin: 8px 6px 0
    }

    .short-big .new-short__cats {
        font-size: 14px;
        margin-left: 6px;
        line-height: 1
    }

    .fs__title {
        font-size: 36px
    }

    .fs__poster-block {
        width: 220px;
        height: 310px
    }

    .fs__xfs {
        width: calc(100% - 220px)
    }

    .xfs__item_actors .xfs__item_op--value {
        height: 38px;
        overflow: hidden scroll
    }

    .fs__btn_watch {
        padding: 8px 30px;
        border-radius: 18px;
        margin-right: 12px
    }

    .kp,.imdb {
        width: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .kp__span,.imdb__span,.kp__value,.imdb__value {
        padding: 5px 0;
        text-align: center;
        width: 100%
    }

    .xfs__item_op {
        margin: 0 10px 10px 0;
        padding: 8px 16px
    }

    .xfs__item_op--value a {
        font-size: 14px
    }

    .xfs__item--value a {
        font-size: 14px;
        padding: 4px 12px;
        margin: 0 3px 8px 0
    }

    .cadre__item {
        height: 100px
    }

    .tabs__link {
        padding: 9px 22px;
        margin-right: 8px
    }

    .undertabs__sharing {
        width: 180px
    }
}

@media only screen and (max-width: 840px) {
    .short-mid {
        width:180px
    }

    .short-big {
        width: 520px
    }

    .short-big .new-short__poster {
        height: 285px
    }

    .main__block--carousel-mid .owl-item {
        opacity: 1;
        pointer-events: visible
    }

    .fs__relat-block {
        width: auto;
        margin: 0 calc(-1*var(--page-margin));
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory
    }

    .fs .tabs__caption {
        width: auto;
        margin: 0 calc(-1*var(--page-margin)) 10px
    }

    .new-relat {
        scroll-snap-align: start;
        scroll-margin: var(--page-margin)
    }

    .new-relat:first-child,.fs .tabs__link:first-child {
        margin-left: var(--page-margin)
    }

    .new-relat:last-child,.fs .tabs__link:last-child {
        margin-right: var(--page-margin)
    }

    .global__right_all .speedbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .global__right_all #dle-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .global__right_all .short-mid {
        width: 180px
    }

    .global__right_all .short-mid:not(:nth-child(3n)) {
        margin: 0 15px 20px 0
    }

    .global__right_all .short-mid:nth-child(3n) {
        margin: 0 0 20px
    }

    .page__descr--content-wrap {
        margin-top: 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .page__title_cat {
        text-align: center;
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --page-margin: 30px
    }

    body {
        font-size: 14px
    }

    .global__right_full .speedbar {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page__descr--content-wrap .slice-btn {
        margin-bottom: 20px
    }

    .page__title_main {
        font-size: 24px
    }

    .page__descr {
        margin: 10px 0 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .page__descr-poster {
        width: 50vw;
        min-height: 80px;
        margin: 0 10px 5px 0
    }

    .footer {
        margin: 30px -10px 10px;
        padding: 12px 20px
    }

    .global__right_main .footer {
        margin: 0 10px 10px -10px
    }

    .footer__copiright {
        font-size: 16px
    }

    .text-logo {
        display: none
    }

    .main__block--carousel-big_wrap {
        min-height: 190px;
        margin-left: calc(-1 * var(--page-margin))
    }

    .owl-stage {
        padding: 0 var(--page-margin)!important
    }

    .main__block--carousel-mid_wrap {
        margin-left: calc(-1 * var(--page-margin))
    }

    .main__block--carousel-mid,.main__block--carousel-big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow: auto hidden;
        white-space: nowrap;
        width: 100%
    }

    .new-short {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: top
    }

    .new-short.last {
        margin-right: var(--page-margin)
    }

    .new-short .new-short__title {
        white-space: normal
    }

    .new-short__poster:hover .new-short__poster--img {
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .short-mid .new-short__poster {
        height: 250px
    }

    .short-big {
        scroll-snap-align: center
    }

    .short-big .new-short__poster {
        height: 285px
    }

    .new-short__play,.new-short__bookmark,.new-short__rating,.backblur {
        display: none!important
    }

    .short-big:hover,.short-mid:hover {
        opacity: .4
    }

    .fs__title {
        line-height: 22px
    }

    .fs__title,.fs__orig-title {
        text-align: center
    }

    .views,.author,.date,.comnum {
        margin-right: 6px;
        padding: 4px 10px
    }

    .fs__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .fs__xfs {
        width: 100%;
        padding: 0;
        margin-top: 20px
    }

    .fs__info--topline {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .fs__rating-block {
        margin-left: 10px
    }

    .fs__cadre {
        width: auto;
        margin: 0 calc( -1*var(--page-margin)) 5px;
        padding: 0 var(--page-margin)
    }

    .cadre__item {
        width: calc(50% - 6px)
    }

    .fs .tabs__content {
        height: 45vw
    }

    .fs__undertabs {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .frate {
        margin: 0 20px 15px 0
    }

    .undertabs__sharing {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .fs__comments-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .fs__comments-block,.fs__addcomments-block {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .addcomment_def .addcomment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .addcomment_def .ui-form {
        width: 100%;
        margin: 0
    }

    .navigation__items {
        -webkit-clip-path: none;
        clip-path: none;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .navigation__items a:not(:last-child):not(:first-child) {
        display: none
    }

    .fran__li {
        margin: 0 10px 10px 0
    }

    .fran__li:before {
        padding: 12px 20px
    }

    .fran__link_name {
        padding: 12px;
        font-size: 15px
    }

    .fran__link_year {
        margin-right: 7px
    }
}

@media only screen and (max-width: 630px) {
    .global__right_all .short-mid {
        width:160px
    }

    .global__right_all .short-mid:not(:nth-child(3n)) {
        margin: 0 15px 20px 0
    }

    .global__right_all .short-mid:nth-child(3n) {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 576px) {
    :root {
        --page-margin: 20px
    }

    .down-576 {
        display: block
    }

    .up-576 {
        display: none!important
    }

    .global__right_full,.global__right_all {
        padding: 0 var(--page-margin)
    }

    .main {
        margin: 5px 0 0
    }

    .page__title_cat {
        font-size: 32px;
        margin: 0 0 15px
    }

    .page__descr--content {
        font-size: 15px
    }

    [class^=icon-],[class*=" icon-"] {
        font-size: 18px
    }

    input[type=search],textarea {
        padding: 10px 20px
    }

    .speedbar {
        margin: -5px 0 15px!important
    }

    .speedbar a {
        font-size: 14px;
        padding: 3px 15px
    }

    .speedbar span[itemprop=itemListElement]:after {
        padding: 0 0 0 2px;
        font-size: 18px
    }

    .sign-up {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }

    .main__block-title--text,.fs__sect_title {
        font-size: 32px
    }

    .main__block--carousel-mid_wrap {
        min-height: 270px
    }

    .main__block-title {
        margin-right: var(--page-margin);
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main__block-title--more {
        margin: 5px 0 0 10px
    }

    .main__block--carousel-big_wrap {
        min-height: 130px
    }

    .new-short__more {
        margin: 32% auto
    }

    .new-short__more--icon {
        font-size: 38px!important
    }

    .new-short__more--text {
        font-size: 24px
    }

    .short-mid {
        width: 160px
    }

    .main_search #dle-content {
        margin: 0 -10px
    }

    .main_search .short-mid {
        margin: 0 6px 20px!important
    }

    .short-mid .new-short__poster {
    }

    .short-mid .new-short__title {
        font-size: 15px;
        margin: 6px 5px 0
    }

    .short-mid .new-short__cats {
        font-size: 13px
    }

    .new-short__q,.new-short__episode {
        margin: 5px
    }

    .new-short__episode {
        padding: 8px 10px
    }

    .new-short__episode .episode__value {
        font-size: 14px
    }

    .short-big {
        width: calc(100vw - var(--page-margin) * 2)!important
    }

    .short-big .new-short__title {
        color: #ccc;
        z-index: 2;
        font-size: 14px;
        background: rgb(0 0 0/50%);
        padding: 10px 18px;
        border-radius: 10px;
        position: absolute;
        top: 0;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        margin: 0
    }

    .short-big .new-short__poster {
        height: 195px
    }

    .menu__dropdown--wrap li a:hover {
        background: inherit
    }

    .fs__title {
        font-size: 32px
    }

    .slice {
        z-index: 0
    }

    .slice-btn {
        width: auto;
        padding: 4px 30px;
        margin: 0;
        background: rgb(80 80 80/30%)
    }

    .release-info {
        white-space: nowrap;
        width: calc(100% + 2 * var(--page-margin));
        margin: 0 calc(-1*var(--page-margin)) 10px;
        overflow: auto hidden;
        padding-left: var(--page-margin)
    }

    .fs__info--topline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        margin-bottom: 20px
    }

    .fs__info {
        margin: var(--page-margin) calc(-1*var(--page-margin)) 8px
    }

    .fs__xfs {
        -webkit-transition: ease-out .15s;
        -o-transition: ease-out .15s;
        transition: ease-out .15s;
        padding: 20px 15px 0 20px;
        border-radius: 20px 20px 0 0;
        background: rgb(25 25 25/75%);
        margin-top: -150px;
        -webkit-backdrop-filter: blur(30px);
        backdrop-filter: blur(30px)
    }

    body.theme-light .fs__xfs {
        background: rgb(204 204 204/60%)
    }

    .fs__xfs-tgd {
        margin-top: 0
    }

    .xfs__item_op {
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0 7px 7px 0
    }

    .xfs__item--value a {
        font-size: 13px;
        padding: 4px 10px;
        margin: 0 1px 4px 0
    }

    .fs__btn-block {
        margin-bottom: 10px
    }

    .fs__btn_watch {
        font-size: 18px
    }

    .kp,.imdb {
        width: auto
    }

    .fs__descr {
        font-size: 15px
    }

    .fs__img-blur {
        opacity: .3;
        height: 70%;
        max-height: 600px
    }

    .kp__span,.imdb__span,.kp__value,.imdb__value {
        padding: 6px 12px;
        width: auto;
        font-size: 12px
    }

    .fs__btn_bookmark {
        padding: 10px 12px;
        border-radius: 16px
    }

    .cadre__item {
        height: 18vw;
        margin-right: 8px
    }

    .fs .tabs {
        margin: 15px 0 8px
    }

    .fs .tabs__content:after {
        top: 40%!important;
        width: 80%!important;
        margin: 0 10%;
        font-size: 22px!important
    }

    .tabs__content_del--text {
        font-size: 24px
    }

    .fs .tabs__content {
        height: 55vw;
        margin: 0 -20px;
        border-radius: 10px
    }

    .tabs__link {
        padding: 7px 15px;
        margin-right: 6px;
        font-size: 12px;
        border-radius: 10px
    }

    .fs__stitle {
        font-size: 18px;
        margin: 5px 0
    }

    .fs__undertabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .frate {
        margin: 0 15px 10px 0
    }

    .rate-plus,.rate-minus {
        padding: 5px
    }

    .rate-minus {
        margin-left: 2px
    }

    .rate-icon {
        font-size: 24px;
        padding: 0 8px 0 5px
    }

    .rate-value {
        font-size: 13px;
        padding: 5px 7px
    }

    .rbar {
        height: 4px;
        margin: 4px 2px 0
    }

    .sharing__item {
        padding: 8px 6px 4px;
        border-radius: 12px
    }

    .undertabs__btns-block a:last-child {
        margin-left: 5px
    }

    .undertabs__btn {
        border-radius: 12px;
        padding: 10px 15px
    }

    .undertabs__btn--icon {
        margin: 0;
        font-size: 20px
    }

    .new-relat {
        margin-right: 10px
    }

    .comment .name {
        font-size: 16px;
        width: 40vw
    }

    .meta__link--icon,.rate_like--icon {
        font-size: 16px
    }

    .mass_comments_action select {
        width: 50%
    }

    .page__navigation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .nav_ext {
        display: none!important
    }

    .navigation__next-prev {
        padding: 10px 20px 7px
    }

    .navigation__prev {
        margin-right: 10px
    }

    .navigation__next {
        margin-left: 5px
    }

    .navigation__items a {
        padding: 10px 16px
    }

    .navigation-ajaxload a {
        font-size: 15px
    }

    .th-time {
        min-width: 85px
    }

    .th-title,.td-title {
        width: 30%
    }

    .th-time,.td-time {
        width: 45%
    }

    .th-number,.td-number {
        width: 25%
    }

    .calendar-table tbody tr th {
        padding: 10px
    }

    .calendar-table thead tr td {
        padding: 10px;
        font-size: 16px
    }

    .fran__li {
        margin: 0 0 10px;
        width: 100%
    }

    .fran__link {
        width: 80%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width: 549px) {
    .global__right_all .short-mid {
        width:160px
    }

    .global__right_all .short-mid:not(:nth-child(2n)) {
        margin: 0 15px 20px 0
    }

    .global__right_all .short-mid:nth-child(2n) {
        margin: 0 0 20px
    }
}

@media only screen and (max-width: 374px) {
    .global__right_all .short-mid {
        width:45%
    }

    .global__right_all .short-mid .new-short__poster {
        height: 190px
    }
}

@media only screen and (min-width: 1450px) {
    .global__right_all {
        margin:0 auto
    }

    .global__right_all .short-mid {
        width: calc(100%/6 - 15px)
    }

    .global__right_all .short-mid:not(:nth-child(6n)) {
        margin: 0 14px 25px 0
    }

    .global__right_all .short-mid:nth-child(6n) {
        margin: 0 0 25px
    }
}

@media only screen and (min-width: 1640px) {
    .global__right_main {
        max-width:1489px;
        margin: 0 auto
    }

    .main__block--carousel-mid_wrap,.main__block--carousel-big_wrap {
        margin-right: var(--page-margin)
    }

    .owl-next {
        right: -10px
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

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

.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel .owl-rtl {
    direction: rtl
}

.owl-carousel .owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://5af792.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3,1.3);
    -moz-transition: scale(1.3,1.3);
    -ms-transition: scale(1.3,1.3);
    -o-transition: scale(1.3,1.3);
    transition: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: rgb(10 10 10/75%);
    backdrop-filter: blur(10px)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:hover,.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: medium;
    src: url(https://0e3316.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewBook-Reg.eot);
    src: url(https://47ec8a.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewBook-Reg.woff2) format("woff2"),url(https://9ae82d.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewBook-Reg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 700;
    src: url(https://480402.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewBold-Reg.eot);
    src: url(https://8d937a.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewBold-Reg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: heavy;
    src: url(https://309e8b.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewExtraBold-Reg.eot);
    src: url(https://8c69bc.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/FuturaNewExtraBold-Reg.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: logo;
    src: url(https://68dcad.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/Flaming.eot);
    src: url(https://f4e9d5.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/Flaming.eot#iefix) format('embedded-opentype'),url(https://2ec068.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/Flaming.woff2) format('woff2'),url(https://59cd60.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/Flaming.woff) format('woff'),url(https://0e5ee8.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/Flaming.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: icomoon;
    src: url(https://912dcf.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/icomoon.eot?qgsyz0);
    src: url(https://c7a003.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/icomoon.eot?qgsyz0#iefix) format('embedded-opentype'),url(https://24f79f.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/icomoon.ttf?qgsyz0) format('truetype'),url(https://b4a137.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/icomoon.woff?qgsyz0) format('woff'),url(https://cd8333.claudeassets.com/20251202210855im_/https://bestkino.org/templates/sinemagikk/fonts/icomoon.svg?qgsyz0#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.icon-twitter:before {
    content: "\e900"
}

.icon-tlgrm:before {
    content: "\e901"
}

.icon-pinterest:before {
    content: "\e902"
}

.icon-yandex:before {
    content: "\e903"
}

.icon-odnoklassniki:before {
    content: "\e904"
}

.icon-mailru:before {
    content: "\e905"
}

.icon-facebook:before {
    content: "\e907"
}

.icon-whatsapp:before {
    content: "\e908"
}

.icon-vk:before {
    content: "\e909"
}

.icon-arrow-left:before {
    content: "\e906"
}

.icon-arrow-right:before {
    content: "\e90d"
}

.icon-attachment:before {
    content: "\e912"
}

.icon-bar-chart:before {
    content: "\e917"
}

.icon-book:before {
    content: "\e923"
}

.icon-book-2:before {
    content: "\e924"
}

.icon-bookmark:before {
    content: "\e925"
}

.icon-bookmark-add:before {
    content: "\e926"
}

.icon-bookmark-remove:before {
    content: "\e927"
}

.icon-calender:before {
    content: "\e933"
}

.icon-calender-check:before {
    content: "\e935"
}

.icon-caret-down:before {
    content: "\e93c"
}

.icon-caret-up:before {
    content: "\e93d"
}

.icon-checkbox:before {
    content: "\e944"
}

.icon-check-circle:before {
    content: "\e945"
}

.icon-check-square:before {
    content: "\e946"
}

.icon-chevrons-left:before {
    content: "\e947"
}

.icon-chevrons-right:before {
    content: "\e948"
}

.icon-close:before {
    content: "\e94c"
}

.icon-close-circle:before {
    content: "\e94d"
}

.icon-close-square:before {
    content: "\e94e"
}

.icon-conversation:before {
    content: "\e959"
}

.icon-copy:before {
    content: "\e95a"
}

.icon-delete:before {
    content: "\e962"
}

.icon-dislike:before {
    content: "\e966"
}

.icon-edit-1:before {
    content: "\e977"
}

.icon-emoji:before {
    content: "\e97a"
}

.icon-eye:before {
    content: "\e97c"
}

.icon-favorite:before {
    content: "\e980"
}

.icon-filter:before {
    content: "\e986"
}

.icon-home:before {
    content: "\e9a3"
}

.icon-language:before {
    content: "\e9ae"
}

.icon-like:before {
    content: "\e9b4"
}

.icon-line-chart:before {
    content: "\e9b5"
}

.icon-lock-open:before {
    content: "\e9bf"
}

.icon-mail:before {
    content: "\e9c2"
}

.icon-mail-add:before {
    content: "\e9c3"
}

.icon-mail-at:before {
    content: "\e9c4"
}

.icon-menu:before {
    content: "\e9c9"
}

.icon-message:before {
    content: "\e9ca"
}

.icon-microphone:before {
    content: "\e9cd"
}

.icon-mousic:before {
    content: "\e9d6"
}

.icon-music-2:before {
    content: "\e9d9"
}

.icon-music-list:before {
    content: "\e9da"
}

.icon-photo:before {
    content: "\e9f1"
}

.icon-play:before {
    content: "\e9f7"
}

.icon-play-circle:before {
    content: "\e9f8"
}

.icon-post-add:before {
    content: "\e9fe"
}

.icon-profile-circle:before {
    content: "\ea00"
}

.icon-rocket:before {
    content: "\ea11"
}

.icon-search:before {
    content: "\ea17"
}

.icon-setting:before {
    content: "\ea1e"
}

.icon-share:before {
    content: "\ea22"
}

.icon-star:before {
    content: "\ea34"
}

.icon-time:before {
    content: "\ea4b"
}

.icon-tune-circle:before {
    content: "\ea56"
}

.icon-user:before {
    content: "\ea61"
}

.icon-user-add:before {
    content: "\ea62"
}

.icon-user-check:before {
    content: "\ea63"
}

.icon-user-love:before {
    content: "\ea66"
}

.icon-users:before {
    content: "\ea67"
}

.icon-users-add:before {
    content: "\ea68"
}

.icon-users-talk:before {
    content: "\ea69"
}

.icon-weathersunny:before {
    content: "\ea75"
}

.icon-weather-night:before {
    content: "\ea77"
}

.icon-zoom-in:before {
    content: "\ea86"
}

.icon-zoom-out:before {
    content: "\ea87"
}

.icon-album:before {
    content: "\ea90"
}

.icon-alert:before {
    content: "\ea92"
}

.icon-search-outline:before {
    content: "\eab3"
}

.icon-smiling-face-outline:before {
    content: "\eac2"
}

.icon-arrow-circle-right-outline:before {
    content: "\eae9"
}

.icon-arrow-ios-back-outline:before {
    content: "\eaf2"
}

.icon-arrow-ios-forward-outline:before {
    content: "\eaf4"
}

.icon-checkmark-circle-outline:before {
    content: "\eb13"
}

.icon-checkmark-outline:before {
    content: "\eb14"
}

.icon-checkmark-square-outline:before {
    content: "\eb16"
}

.icon-clock-outline:before {
    content: "\eb1c"
}

.icon-close-circle-outline:before {
    content: "\eb1d"
}

.icon-close-outline:before {
    content: "\eb1e"
}

.icon-done-all-outline:before {
    content: "\eb38"
}

.icon-log-in-outline:before {
    content: "\eb6a"
}

.icon-log-out-outline:before {
    content: "\eb6b"
}

.icon-options-2-outline:before {
    content: "\eb82"
}

.buttttons {
    display: table;
    height: 100%;
    width: 100%
}

.kontaiher {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle
}

.BatcoH {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: .5em;
    max-width: 90px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    border-radius: 15px
}

@media(min-width: 250px) {
    .BatcoH {
        display:inline-block;
        margin-right: .4em
    }

    .BatcoH:nth-of-type(even) {
        margin-right: .4em
    }
}

@media(min-width: 350px) {
    .BatcoH:nth-of-type(even) {
        margin-right:.5em
    }

    .BatcoH:nth-of-type(5) {
        margin-right: .5em
    }
}

.BatcoH:hover {
    text-decoration: none!important
}

.BatcoH-dub {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto .5em;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%
}

@media(min-width: 250px) {
    .BatcoH-dub {
        display:inline-block;
        margin-right: .4em
    }

    .BatcoH-dub:nth-of-type(even) {
        margin-right: .4em
    }
}

@media(min-width: 350px) {
    .BatcoH-dub:nth-of-type(even) {
        margin-right:.5em
    }

    .BatcoH-dub:nth-of-type(5) {
        margin-right: .5em
    }
}

.BatcoH-dub:hover {
    text-decoration: none
}

.BatcoH-prevnext {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto .5em;
    max-width: 45%;
    position: relative;
    text-decoration: none;
    border-radius: 15px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 45%
}

@media(min-width: 250px) {
    .BatcoH-prevnext {
        display:inline-block;
        margin-right: .5em
    }

    .BatcoH-prevnext:nth-of-type(even) {
        margin-right: .5em
    }
}

@media(min-width: 350px) {
    .BatcoH-prevnext:nth-of-type(even) {
        margin-right:.5em
    }

    .BatcoH-prevnext:nth-of-type(5) {
        margin-right: .5em
    }
}

.BatcoH-prevnext:hover {
    text-decoration: none
}

.BatcoH-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 20;
    color: #60ff00
}

.BatcoH-4:after {
    background: #427388;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
    z-index: -10
}

.BatcoH-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1)
}

.BatcoH-5 {
    border: 0 solid;
    outline: 1px solid;
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(.19,1,.22,1);
    transition: all 1250ms cubic-bezier(.19,1,.22,1)
}

.BatcoH-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px #fff,0 0 20px #fff;
    outline-color: #fff;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388
}

.yandex {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

/*
     FILE ARCHIVED ON 11:07:41 May 04, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:43:07 Jul 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.413
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.043
  esindex: 0.007
  cdx.remote: 7.535
  LoadShardBlock: 103.907 (3)
  PetaboxLoader3.resolve: 80.016 (3)
  PetaboxLoader3.datanode: 120.8 (5)
  load_resource: 111.262
  loaddict: 46.634
*/